/*
Theme Name: WMMD
Theme URI: https://wesleymooremd.com
Description: Custom theme for Wesley Moore MD.
Version: 1.0
Author: kaistudios.com
Author URI: http://www.kaistudios.com/
Template: thematic
*/


/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* TYPOGRAPHY */

body {
	font-family: Helvetica, Arial, sans-serif;
	/* margin: 0 auto;

  padding: 0;

  background-color: #145871;

  background-image: url('images/Page-BgTexture.jpg');

  background-repeat: repeat;

  background-attachment: scroll;

  background-position: top left;*/
  
       margin:0px;
	background-image:url(../../../images/bg_margin.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f1f1f1;
	width:100%;
}

a, a:visited, a:link {
	color: #051B70;
}

a:hover {
	text-decoration: underline;
}

.entry-title { 
	font-weight: 100;
	position: relative;
	font-size: 26px;
	/*border-bottom: 1px solid black;*/
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.entry-title a {
	color: black;
}

.entry p {
	font-size: 12px;
	line-height: 30px;
	text-align: justify;
}

.sf-menu {
	
	font-size: 12px;
/*	text-transform: uppercase;
	font-weight: bold; */
	color: #FFC21A;
}

#featureText h1 { 
	font-size: 23px;
	color: #fff;
	}

#featureText a {
	font-size: 15px;
	color: #dc8d1b;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

#comments h3 {
	color: white;
}

#trackbacks-list { 
	color: white;
	border: 1px solid #c3c3c3;
	background: #000;
	margin: 30px 0;
	padding: 30px;
}

.date { 
	color: #adadad;
}

.attachment-jpg #content, .attachment-png #content {
	width: 570px;
}

#previousEntries a, #previousEntries h3 {
	color: white;
	text-decoration: none;
}

#previousEntries h3 {
	font-weight: bold;
	font-size: 14px;
	padding: 8px 0;
	position: relative;
}

.previousEntry {
	border-bottom: 1px solid white;
	padding-bottom: 5px;
}

.previousEntry .date {
	color: #adadad;
	font-size: 11px;
}

small { 
	font-size: 11px;
}


/* STRUCTURE */



#main {
	width: 912px;
	/* background: url(images/wrapper_bg.png) no-repeat; */
	background-position: top;
	padding-top: 10px;
	position: relative;
	padding-left: 0px;
}
#wrapper {
/*	background-image: url(images/back.png);
	background-repeat: repeat-y;
	background-position: center top;*/
}

#header {
	height: 250px;
	width: auto;
	background-repeat: no-repeat;
	/*	background-color: #145871;
*/	
	background-position: center top;
	background-image: url(images/logo.png);
	}

#feature {
	width: 570px;
	height: 200px;
	float: left;
	border: solid 1px #000;
	margin: 40px 0 0 67px;
}

#featureTitle {
	/* background: url(images/feature_bg.png); */
	width: 570px;
	height: 55px;
	margin-top: 145px;
	position: relative; 
}

#featureText {
	text-align: right;
	padding-top: 8px;
	padding-right: 85px;
}

#container {
	width: 590px;
}

#content {
	margin: 0;
	width: 570px;
	background: #fff;
	border: 1px solid #08425A;
	padding: 15px;
	margin-bottom: 15px;
/*	margin-left: 5px;*/
}

.entry {
	background: white;
	padding: 120px;
	margin: 0;
	margin-bottom: 30px;
}

#content .addtoany_list a {
	margin-left: -10px;
}

.entry img {
	border: #898989 1px solid;
	padding: 5px;
}

.comments-number {
	background: url(images/comments.png);
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0;
	width: 27px;
	height: 23px;
	text-align: center;
	line-height: 19px;
}

#previousEntries .comments-number {
	top: 10px;
}

#previousEntries a:hover {
	text-decoration: underline;
}

.comments-number a {
	color: white;
}

.comments-number a:hover {
	text-decoration: underline;
	color: white;
}

#index-blog {
	color: white;
	margin-bottom: 10px;
	margin-top: -5px;
	height: 20px;
	line-height: 20px;
}

#rss {
	color: #adadad;
	font-size: 11px;
}



	/* MENU */
	
	#access {
	height: 50px;
	width:auto
	border-bottom: none;
	padding-left: 30px;
	background-color: #699ACC;
	background-image: url(../../../images/bg_topnavbar.gif);
	}
	
	.sf-menu, .sf-menu a {
	border-right: none;
	border: none;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	}
	
	.sf-menu a:hover {
		color: blue;
	}
	
	.sf-menu li {
	background: transparent;
	height: 50px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #fff;
	}
	
	.sf-menu a {
		line-height: 50px;
		padding: 0 15px;
	}
	
	.sf-menu {
		float: left;
	}
	
	.sf-menu li.sfHover ul, .sf-menu li.sfhover ul {
		top: 50px;
		color: blue;
	}
	
	
	
	.sf-menu li.sfHover, .sf-menu li.sfHover, .sf-menu a:focus, sf-menu a:hover, .sf-menu a:active {
		color: blue;
	}
	
	.sf-menu li li a, .sf-menu li li a:visited {
		color: gray;
	}
	
	.error404 {
		background: white;
		padding: 15px;
	}
	
	li.sfHover a {
		color: black;
	}
	
	.sf-menu li li.sfHover {
		color: black;
		border-bottom: solid 1px #efefef;
		border-top: solid 1px #efefef; 
	}
	
	.sf-menu li li {
		border-bottom: solid 1px #000;
		border-top: solid 1px #000;
	}
	
	.sf-menu li ul {
		border: solid 1px white;
		border-top: none; 
	}
	
	.sf-menu li li a:hover {
	color: blue;
	background-color: #FFC21A;
	}
	
	
	/* SIDEBAR */
	
	#recentcomments {
		padding-left: 20px;
		color: white;
	}
	
	.widgetcontainer {
	border: 1px solid #2b2b2b;
/*	width: 270px;*/
	padding: 5px 10px 10px 10px;
	margin-bottom: 20px;
	background-color: #CFDBED;
	}
	
	.widgetcontainer h3 {
		color: black;
		font-style: normal;
		text-transform: uppercase;
		padding-bottom: 8px;
	}
	
	.widgetcontent {
		background: white;
		padding: 10px;
	}
	
		.main-aside{

	}
	
	
	.main-aside ul {
		padding: 0;
		margin: 0;
	}
	
	#primary {
		border: 0;
		padding: 0;
		right: 0;
	}
	
	#twitter_update_list li {
		list-style: none;
		border-bottom: 1px #000 solid;
		padding: 10px 0;
	}
	
	.aside ul ul {
		margin: 5;
		padding: 5;
	}
	
	#twitter_update_list a {
		color: #ae252a;
	}
	
	/* FOOTER */
	
	#footer {
		border: none;
		background: #2b292a url(images/footer_bg.png) no-repeat;
		background-position: top center;
		color: #6b6b6b;
		padding-top: 20px;
	}
	
	#footer a {
		color: #6b6b6b;
		text-decoration: none;
	}
	
	#footer h3 {
		border-bottom: solid 1px #6b6b6b;
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 12px;
		padding-bottom: 5px;
	}
	
	#footer a:hover {
		text-decoration: underline;
		color: #fff;
	}
	
	#footernav { 
		padding: 0;
		margin: 0;
	}
	
	#footernav li {
		float: left;
		list-style: none;
		margin-right: 20px;
/*		text-transform: uppercase;
*/		font-size: 12px;
	}
	
	#WMMDlinks {
	width: 900px;
	float: left;
	padding-left: 25px;
	}
	
	#credits {
		clear: both;
		padding-top: 40px;
	}
	
	#kaistudios {
		float: right;
	}
	
	#copyright {
		float: right;
	}
	#contactinfo {
	float: right;
	color: #FFF;
	}
	
	/* FORMS */
	
	table, td, tr {
		border: none;
	}
	
	#respond {
		padding: 30px;
	}
	
	.button {
		background: #cc2127;
		padding: 8px;
		border: 1px solid #000;
		cursor: pointer;
	}
	
	.button a {
		color: #fff;
		text-decoration: none;
		font-size: 14px;
	}
	
	.button:hover {
		background: #921116;
	}
	
	#featureBtn {
		position: absolute;
		top: 8px;
		right: 8px;
	}
	
	/* PRESS PAGE */
	
/*	#press img {
		padding: 7px;
		border: #393939 solid 1px;
		margin-bottom: 5px;
	}*/
	
	.press-post {
		text-align: center;
		width: 127px;
		height: 200px;
		color: white;
		font-size: 12px;
		float: left;
		padding-right: 50px;
		padding-bottom: 50px;
	}
	
	#press-nav {
		
	}
	
	#press-header {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	/* COMMENTS */
	
	.commentlist {
		list-style: none;
		margin-left: 0;
		width: 517px;
	}
	
	.commentlist a {
		color: #af262b;
		text-decoration: none;
	}
	
	.commentlist a:hover {
		text-decoration: underline;
	}
	
	.commentlist li {
		position: relative;
	}
	
	.commentlist cite {
		position: absolute;
		right: 410px;
		top: 0;
	}
	
	.commenttext {
		background: #2a2a2a;
		border: #313131 1px solid;
		color: white;
		padding: 30px;
		font-size: 12px;
		width: 350px;
		margin-left: 130px;
		word-wrap: break-word;
	}
	
	
	.author {
		text-align: right;
		color: #6b6b6b;
		font-size: 14px;
		font-weight: bold;
		font-style: normal;
	}
	
	.time {
		color: #6b6b6b;
		font-size: 11px;
		font-style: normal;
	}
	
	#respond {
		background: transparent;
		color: white;
		padding-bottom: 0;
	}
	
	#respond a {
		color: #af262b;
		text-decoration: none;
	}
	
	#respond a:hover {
		text-decoration: underline;
	}
	
	#respond #submit {
		background: #cc2127;
		padding: 8px;
		border: 1px solid #000;
		cursor: pointer;
		color: #fff;
		text-decoration: none;
		font-size: 14px;
		font-family: 'Helvetica Neue', Helvetica, Arial;
		text-transform: uppercase;
	}
	
	#respond #submit:hover {
		background: #921116;
	}
	
	/* PRESS SINGLE */
	
	#press-info {
		width: 300px;
		position: absolute;
		right: 0;
		top:20px;
		color: white;
		font-size: 12px;
	}
	
	#press-nav-gallery {
		background: #c3c3c3 url(images/gallerynav_bg.png) no-repeat;
		background-position: center bottom;
		background-position-y: 190px;
		border: 1px solid #2b2b2b;
	}
	
	#press-info p {
		line-height: 25px;
	}
	
	#press-info h2 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	#press-nav a {
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-size: 14px;
	}
	
	#press-nav a:hover {
		text-decoration: underline;
	}
	
	#press-nav-gallery .gallery dl {
		width: 113px;
		margin: 15px 15px 0 15px;
	}
	
	#press-nav-gallery .gallery img, #press-nav-gallery img {
		border: 1px solid #363636;
		padding: 5px;
		background: #000;
	}
	
	#press-nav-gallery .gallery img:hover, #press-nav-gallery img:hover {
		border-color: #838383; 
	}
	
	.press-entry img {
		border: 1px solid #363636;
	}
	
	#press-info .addtoany_share_save_container {
		display: none;
	}
	
	#press-nav-gallery {
		margin-bottom: 50px;
	}
	
	#press-nav-gallery .navigation {
		padding: 15px;
	}
	
	#press-nav-gallery .alignleft, #press-nav-gallery .alignright {
		margin: 0;
	}
	
/*	.alignleft {
		background: url(images/firstlast.png) no-repeat;
		background-position: bottom left;
		height: 154px;
		width: 113px;
		padding: 5px;
	}
	
	.alignright {
		background: url(images/firstlast.png) no-repeat;
		background-position: top left;
		height: 154px;
		width: 113px;
		padding: 5px;
	}*/
	
	/* ARCHIVE */
	
	.archive h2 a {
		font-size: 12px;
		font-weight: bold;
		color: black;
	}
	
	.archive a:hover, #archive-category a:hover {
		color: #cc2127;
	}
	
	.archive h2 {
		padding-bottom: 5px;
		padding-top: 5px;
		border-bottom: solid 1px #b6b6b6;
	}
	
	.archive-info {
		color: #6e6e6e;
		font-size: 12px;
		font-weight: normal;
	}
	
	#archive-category ul {
		list-style: none;
		margin-left: 0;
	}
	
	#archive-category li {
		padding-bottom: 5px;
		padding-top: 5px;
		border-bottom: solid 1px #b6b6b6;
		font-size: 12px;
		font-weight: bold;
	}
	
	#archive-category a {
		color: black;
	}
	
	#archive-category h3 {
		font-size: 12px;
		font-weight: bold;
	}
	
	/* FORM */
	
	.cf-ol, .cf_field_1, #wrapper .cform label span {
		font-size: 12px;
	}
	
		/* Page Title */
	
	h1.logo-name

{
	display: block;
	text-align: left;
	width: 912px;
}


h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding:10;
	margin:10;
	color: #fff !important;
	line-height: normal;
}



.logo-text

{
	display: block;
	text-align: left;
	width: auto;
}



.logo-text, .logo-text a

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding:10;
	margin:10;
	color: #FFC21A !important;
	line-height: normal;
}

/* =Page Templates
-------------------------------------------------------------- */
 
.page-template-page-no-sidebars-php #container {
	width:912px;
	float:left;
}
 
.page-template-page-no-sidebars-php #content {
    margin:0 0 0 0px;
    width:auto;
    overflow:hidden;
}

#headline {
	display: block;
	width: 912px;
	padding-top: 45px;
	padding-left: 20px;
}

