/* 
Theme Name: Drew Meyers
Theme URI: http://www.drewmeyersinsights.com/
Description: Late 2009 Redesign for DrewMeyersInsights.com
Version: 1.0
Author: <a href="http://webdesign.com">WebDesign.com</a>
Author URL: http://webdesign.com
*/

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	color: #333;
	text-align: center;
	background: #333 url(images/body_bg.jpg) top center no-repeat;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#container {
	background: #fff url(images/container_bg.png) top center no-repeat;
	margin: 0 0 0;
	width: 100%;
	float: left;
	display: inline;
}

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header {
	float: left;
	width: 100%;
}

/* @group logo - plain text */

/* LOGO - PLAIN TEXT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo {
	font-size: 2.4em;
	margin-bottom: px;
}

#logo a:link, #logo a:visited, #logo a:active, #logo a:hover {
	text-indent: -9999px;
	display: block;
	margin: 80px 0 0 80px;
	width: 235px;
	height: 100px;
	text-decoration: none;
}

/* @end */

/* @group topNav */

#menu {
	width: 960px; 
	margin: 0; padding: 0;
	height:39px;
	line-height:20px;
	float:left;
	background: url(images/topNav_bg.png) 0 0 no-repeat;
}
#menu ul {
	font-size:12px;
	font-family: Verdana;
	font-weight: normal;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
#menu li {
	margin: 0;
	padding:0;
	float: left;
	display: inline;
	margin: 0 0 0 25px;
}
#menu li li {
	padding:0;
	margin: 0;
	height:29px;
	line-height:29px;
	font-weight:normal;
	border: 1px solid #313131;
	border-top:0;
}
#menu li a, #menu li a:link, #menu li a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 10px 0;
	height: 29px;
}
#menu li a:hover, #menu li a:active {
	color:#fff;
	background: url(images/topNav_hover.png) 0 0 repeat-x;
}
#menu li.current_page_item,
#menu li.current_page_ancestor {
	background: url(images/topNav_hover.png) 0 0 repeat-x;
}
#menu li.current_page_item a,
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_ancestor a,
#menu li.current_page_ancestor a:link,
#menu li.current_page_ancestor a:visited {
	background: url(images/topNav_hover.png) 0 0 repeat-x;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 10px 0;
	height: 29px;
}
#menu li li.current_page_item,
#menu li li.current_page_ancestor {
	padding-right:0;
	background:transparent;
}

#menu li li.current_page_item a,
#menu li li.current_page_item a:link,
#menu li li.current_page_item a:visited,
#menu li li.current_page_ancestor a,
#menu li li.current_page_ancestor a:link,
#menu li li.current_page_ancestor a:visited {
	background:transparent;
	padding: 0px 8px;
	background:#212121;
	color:#fff;
}
#menu li ul {
	float:none;
	z-index:9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0;
	padding:0;
}
#menu li.current_page_item li,
#menu li.current_page_ancestor li {
	background-image:none;
	padding:0;
	margin: 0;
}
#menu li ul a,
#menu li ul a:link,
#menu li ul a:visited,
#menu li.current_page_item ul a,
#menu li.current_page_item ul a:link,
#menu li.current_page_item ul a:visited,
#menu li.current_page_ancestor ul a,
#menu li.current_page_ancestor ul a:link,
#menu li.current_page_ancestor ul a:visited {
	background-image:none;
	padding: 0px 10px;
	width:178px;
	background:transparent;
	color:#fff;
	background:#212121;
}
#menu li ul a:hover,
#menu li ul a:active,
#menu li.current_page_item ul a:hover,
#menu li.current_page_item ul a:active,
#menu li.current_page_ancestor ul a:hover,
#menu li.current_page_ancestor ul a:active {
	background:#212121;
	color: #4b9ad9;
}
#menu li ul ul,
#menu li.current_page_item ul ul,
#menu li.current_page_ancestor ul ul {
	margin: -29px 0 0 198px;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover, #menu li.sfhover {
	width:auto;
}

/* @end */



/* @group bottomNav */

/*#bottomNav {
	width: 960px; 
	margin: 45px 0 0;
	padding: 0;
	height:39px;
	line-height:20px;
	float:left;
	background: url(images/bottomNav_bg.png) 0 0 no-repeat;
	z-index: 3;
}
#bottomNav ul {
	font-size:12px;
	font-family: Verdana;
	font-weight: normal;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
#bottomNav li {
	margin: 0;
	padding:0;
	float: left;
	display: inline;
	margin: 0 0 0 25px;
}
#bottomNav li li {
	padding:0;
	margin: 0;
	height:29px;
	line-height:29px;
	font-weight:normal;
	border: 1px solid #313131;
	border-top:0;
}
#bottomNav li a, #bottomNav li a:link, #bottomNav li a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 10px 0;
	height: 29px;
}
#bottomNav li a:hover, #bottomNav li a:active {
	color:#fff;
	background: url(images/bottomNav_hover.png) 0 0 repeat-x;
}
#bottomNav li.current_page_item,
#bottomNav li.current_page_ancestor {
	background: url(images/bottomNav_hover.png) 0 0 repeat-x;
}
#bottomNav li.current_page_item a,
#bottomNav li.current_page_item a:link,
#bottomNav li.current_page_item a:visited,
#bottomNav li.current_page_ancestor a,
#bottomNav li.current_page_ancestor a:link,
#bottomNav li.current_page_ancestor a:visited {
	background: url(images/bottomNav_hover.png) 0 0 repeat-x;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 10px 0;
	height: 29px;
}
#bottomNav li li.current_page_item,
#bottomNav li li.current_page_ancestor {
	padding-right:0;
	background:transparent;
}

#bottomNav li li.current_page_item a,
#bottomNav li li.current_page_item a:link,
#bottomNav li li.current_page_item a:visited,
#bottomNav li li.current_page_ancestor a,
#bottomNav li li.current_page_ancestor a:link,
#bottomNav li li.current_page_ancestor a:visited {
	background:transparent;
	padding: 0px 8px;
	background:#212121;
	color:#fff;
}
#bottomNav li ul {
	float:none;
	z-index:9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0;
	padding:0;
}
#bottomNav li.current_page_item li,
#bottomNav li.current_page_ancestor li {
	background-image:none;
	padding:0;
	margin: 0;
}
#bottomNav li ul a,
#bottomNav li ul a:link,
#bottomNav li ul a:visited,
#bottomNav li.current_page_item ul a,
#bottomNav li.current_page_item ul a:link,
#bottomNav li.current_page_item ul a:visited,
#bottomNav li.current_page_ancestor ul a,
#bottomNav li.current_page_ancestor ul a:link,
#bottomNav li.current_page_ancestor ul a:visited {
	background-image:none;
	padding: 0px 10px;
	width:178px;
	background:transparent;
	color:#fff;
	background:#212121;
}
#bottomNav li ul a:hover,
#bottomNav li ul a:active,
#bottomNav li.current_page_item ul a:hover,
#bottomNav li.current_page_item ul a:active,
#bottomNav li.current_page_ancestor ul a:hover,
#bottomNav li.current_page_ancestor ul a:active {
	background:#212121;
	color: #4b9ad9;
}
#bottomNav li ul ul,
#bottomNav li.current_page_item ul ul,
#bottomNav li.current_page_ancestor ul ul {
	margin: -29px 0 0 198px;
}
#bottomNav li:hover ul ul, #bottomNav li:hover ul ul ul, #bottomNav li.sfhover ul ul, #bottomNav li.sfhover ul ul ul {
	left: -999em;
}
#bottomNav li:hover ul, #bottomNav li li:hover ul, #bottomNav li li li:hover ul, #bottomNav li.sfhover ul, #bottomNav li li.sfhover ul, #bottomNav li li li.sfhover ul {
	left: auto;
}
#bottomNav li:hover, #bottomNav li.sfhover {
	width:auto;
}*/

/* @end */

#head-bottomNav {
	background: url(images/bottomNav_bg.png) 0 0 no-repeat;
	height:39px;
	width: 960px; 
	margin: 45px 0 0;
	overflow: hidden;
	float: left;
	z-index: 3;

}

ul#bottomNav {
	width: 710px; 
	height: 39px;
	line-height:20px;
	z-index: 3;
	font-size:12px;
	font-family: Verdana;
	font-weight: normal;
	list-style: none;
	overflow: hidden;
	position: relative;
	float: left;
}

ul#bottomNav li {
	margin: 0;
	padding:0;
	float: left;
	display: inline;
	margin: 0 0 0 10px;
}

ul#bottomNav li a, ul#bottomNav li a:link, ul#bottomNav li a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 10px 0;
	height: 29px;
}
ul#bottomNav li a:hover, ul#bottomNav li a:active {
	color:#fff;
	background: url(images/bottomNav_hover.png) 0 0 repeat-x;
}


#search {
	width: 235px;
	height: 17px;
	float: left;
	display: inline;
	margin: 7px 15px 0 0;
	z-index: 5;
}

form#searchform input {
	height: 15px;
	width: 155px;
	margin: 2px 0 0;
	padding: 2px 4px;
	border: 1px solid #aaa;
	background: #fff;
	color: #5d5d5d;
}

form input#searchButton {
	background: url(images/searchButton.png) 0 0 no-repeat;
	width: 65px;
	height: 21px;
	border: 0;
	margin: 2px 0 0;
	padding: 0 0 1px;
	color: #fff;
	vertical-align: middle;
	float: right;
}
form#searchform input#searchButton:hover {
	color: #313131;
}

/* @end */

/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content {
	margin: 75px 0 45px 50px;
	float: left;
	display: inline;
	width: 636px;
	color: #555;
}

.content a:link, .content a:visited, .content a:active {
	color: #4b9ad9;
	text-decoration: none;
	border: 0;
}

.content a:hover {
	color: #4b9ad9;
	border-bottom: 1px solid #4b9ad9;
}

.content h1 {
	font-family: Gill Sans;
	margin: 10px 25px 8px;
	font-size: 3em;
	color: #333;
}

.content h1 a:link, .content h1 a:visited, .content h1 a:active {
	color: #333;
}

.content h1 a:hover {
	color: #4b9ad9;
	border-bottom: 1px solid #4b9ad9;
}

.content h2 {
	font-family: Gill Sans;
	margin-bottom: 1em;
	font-size: 1.8em;
	color: #333;
}

.content h3 {
	font-family: Gill Sans;
	margin: 2em 0 1em;
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
}

.content h4 {
	font-family: Gill Sans;
	margin: 2em 0 1em;
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
}

.content h5 {
	font-family: Gill Sans;
	margin: 2em 0 1em;
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
}

.content h6 {
	font-family: Gill Sans;
	margin: 2em 0 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}

.content p, .content blockquote {
	margin-bottom: 1.8em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content ul {
	margin: 0 0 15px 30px;
}

.content ul li {
	list-style-type: square;
}

.content ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content blockquote {
	padding: 0 15px;
	font-style: italic;
}

.content img {
	display: block;
	padding: 10px;
	background: #;
	border: 1px solid #;
}

.content img.alignleft {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img.alignright {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.post {
	background: #fff url(images/post_bg.png) bottom no-repeat;
	width: 610px;
	border: 1px solid #e4e4e4;
	border-top: 4px solid #4a98d7;
	padding: 0 0 25px 0;
	margin: 0 0 30px 0;
}

.post-content {
	margin: 0 25px;
}

.post-date {
	position: absolute;
	width: 115px;
	height: 19px;
	border: 1px solid #e2e2e2;
	border-bottom: 0;
	display: block;
	margin: 50px 0 0 -72px;
	padding: 7px 0 0 0;
	background: #fff url(images/postDate_bg.png) top left no-repeat;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
	text-align: center;
}

.post-foot {
	padding: 7px 0 1px;
	margin: 0 25px;
	border-top: 1px solid #dcdcdc;
	font-size: 1.1em;
	height: 20px;
}
.post-foot img, .post-foot img {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}

/* @end */

/* @group sidebar */

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar {
	margin: 75px 50px 45px 0;
	float: right;
	display: inline;
	width: 200px;
	font-size: 1.0em;
	color: #;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	color: #4b9ad9;
	text-decoration: none;
	border: 0;
}

.sidebar a:hover {
	color: #4b9ad9;
	border-bottom: 1px solid #4b9ad9;
}

.sidebar h2 {
	font-family: Gill Sans;
	margin-bottom: 6px;
	font-size: 1.8em;
	color: #333;
	border-bottom: 1px solid #f4cccc;
}

.sidebar h3 {
	font-family: Gill Sans;
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
}

.sidebar h4 {
	font-family: Gill Sans;
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
}

.sidebar h5 {
	font-family: Gill Sans;
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
}

.sidebar h6 {
	font-family: Gill Sans;
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}

.sidebar p, .sidebar blockquote {
	margin-bottom: 1.8em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.sidebar ul {
	margin: -6px 0 15px;
}

.sidebar ul li {
	list-style-type: none;
}

.sidebar ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.sidebar ol li {
	list-style-type: decimal;
}

.sidebar li {
	font-size: 1.1em;
	line-height: 1.4em;
}

.sidebar ul li a:link, .sidebar ul li a:active, .sidebar ul li a:visited {
	display: block;
	margin: 0;
	border-bottom: 1px solid #f4cccc;
	padding: 5px 0 3px;
}
.sidebar ul li a:hover {
	border-bottom: 1px solid #f4cccc;
	background: #f5f5f5;
	display: block;
	margin: 0;
}

.sidebar .textwidget {
	margin: 0 0 35px;
}

/* @end */

/* @group comments */

/* COMMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#comments {
	margin: 0 0 20px;
}

#comments .commentlist li.alt {
	background: transparent;
}

#comments .commentlist {
	margin: 0;
	padding: 0;
	width: 590px;
}

#comments .commentlist li {
	margin: 15px 0 10px;
	padding: 10px;
	list-style: none;
	font-size: 12px;
	background: 0;
	display: block;
	border-bottom: 1px dotted #c0c0c0;
}

#comments .commentlist h3 {
	margin: 0;
}

#comments .commentlist p {
	margin: 0;
	font-size: 12px;
	line-height: 1.4em;
}

#commentform p {
	margin: 0;
}

#commentform p small {
	font-size: 11px;
	color: #;
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0 0 15px;
	display: block;
}

#comments .commentmetadata a:link, #comments .commentmetadata a:visited, #comments .commentmetadata a:active {
	color: #;
}

#comments .commentmetadata a:hover, #comments .comment-author a:hover {
	color: #;
	background: transparent;
}

#comments .avatar {
	float: left;
	display: inline;
	margin: -3px 10px 0 0;
	padding: 3px;
	background: #;
	border: 1px solid #;
}

#comments .comment-author {
	font-size: 11px;
	text-transform: lowercase;
	color: #;
}

#comments .comment-author cite {
	font-size: 1.4em;
	color: #;
}

#comments .comment-author a:link, #comments .comment-author a:visited, #comments .comment-author a:active, #comments .comment-author a:hover {
	text-transform: none;
}

#commentform {
	margin: 0 20px;
	padding-bottom: 20px;
}

#commentform label {
	font-size: 12px;
	color: #;
}

#commentform label span {
	font-size: 11px;
	color: #;
}

#commentform input, #commentform textarea {
	padding: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #;
	border: 1px solid #;
}

#commentform input:focus, #commentform textarea:focus {
	color: #;
	border: 1px solid #;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	width: 200px;
	margin-right: 5px;
}

#commentform textarea {
	width: 590px;
	height: 150px;
	margin-bottom: 5px;
}

#commentform p.subscribe-to-comments {
	float: left;
	display: inline;
	margin-top: -25px;
}

#commentform p.subscribe-to-comments input {
	margin-left: 5px;
}

#commentform #submit {
	float: right;
	display: inline;
	padding: 5px 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #4878ae;
	border: 2px solid #6b9dd6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#commentform #submit:hover {
	color: #fff;
	background: #3f638b;
	cursor: pointer;
}

/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
	background: #191919;
	clear: both;
	color: #8c8c8c;
	height: 75px;
	margin: 0 0 35px;
	padding: 45px 0 0 53px;
}

#footer-credits {

}

#footer-meta {
	
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 0;
}

#footer a:hover {
	color: #4b9ad9;
	border-bottom: 1px solid #4b9ad9;
}

#footer p {
	font-size: 1.1em;
}

#footer ul {
	margin-bottom: 3px;
}

#footer ul li {
	display: inline;
	margin-left: 3px;
	padding-left: 5px;
	font-size: 1.1em;
	border-left: 1px solid #8c8c8c;
}

#footer ul li.first {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

strong {
	font-weight: bold;
}
em {
	font-style:italic;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px solid #999;
}
* html acronym, abbr {
	border-bottom: 1px dashed #999;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
hr {
        display: block;
        clear:both;
}
table {
	border-collapse:collapse;
	margin-bottom:15px; 
}
tr, td, th {
	margin:auto; 
}
td, th {
	padding:10px;
	vertical-align:top;
}
th {
	font-weight:bold;
}

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.feed {
	padding: 1px 0 1px 15px;
	background: url("../images/icon-feed.png") no-repeat 0 50%;
}

a.tt:link, a.tt:visited, a.tt:active, a.tt:hover {
	border: 0;
}

.tweetThis {
	width: 110px;
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
	text-align: right;
}

/* @end */
