/**
Theme Name: RidZine
Author URI: http://wpjunction.com
Theme URI: http://wpjunction.com
Version: 1.0
Author: hpa
Description: RidZine Theme Premium WP
*/

@font-face {
    font-family: StoneSans;
	src: url("http://drmichellegannon.com/downloads/StoneSansStd-BoldItalic.otf") format("opentype");
	font-weight:bold;
	font-style:italic;
	
}

/* -------------------------------------- */

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}

body {
	background:#670000;
	width:990px;
	margin:0 auto;
	font: 14px Verdana, Arial, Tahoma;
	color:#000;
}

a {
	text-decoration:none;
	color:#990000;
}

a:hover { color:#e12b13; }

/* header */
#header {
	background:#5c564f url(http://drmichellegannon.com/images/header4.jpg) repeat-x 0 0;

	height:250px;
	position:relative;
	padding-top:32px;
}

#header-left, #header-right {
	width:5px;
	height:250px;
	position:absolute;
	top:0;
	background:#443f39;

}

#header-left {
	border-left-width-value: 5px;
	border-left-style-value: solid;
	border-left-color-value: #443f39;
	left:0;
}

#header-right {
	border-right-width-value: 5px;
	border-right-style-value: solid;
	border-right-color-value: #443f39;
	right:0;
}

#header-image {
	height:210px;
	padding:0 20px;
}


#branding {
	/*text-transform:uppercase;*/
	font:normal 30px Myriad Pro, Arial, Tahoma;
	color:#d7cebf;
	height:125px;
	padding:0 20px;
}

#blog-title a, #blog-title a:hover{
	color:#ff1a1a;
}


#blog-description {
	font-size:14px;
}

#page-menu {
	height:44px;
	border-left:5px solid #443f39;
	border-right:5px solid #443f39;
}

#page-menu ul {
	background:#fff9f0 url(images/page-menu-bg.gif) repeat-x 0 0;
	display:block;
	border-top:2px solid #990000;
	height:42px;
	overflow:hidden;
	padding-left:200px;
}

#page-menu ul li {
	display:inline;
}

#page-menu ul li a {
	background:transparent url(images/menu-separator.gif) no-repeat 100% 1px;
	float:left;
	display:block;
	line-height:40px;
	padding:12px 12px 0 10px;
	color: #990000;
	font: italic bold 20px StoneSans, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-right:25px;
}

#page-menu ul li a:hover { color:#e12b13; }

/* container */
#container {
	background-color:#ffffff;
	border-left:5px solid #443f39;
	border-right:5px solid #443f39;
}

/* content */
#content {
	float:left;
	padding:7px 0 7px 10px;
	width:629px;
}

.title {
	font:normal 16px 'Trebuchet MS';
	color:#877f77;
}

.meta {
	background-color:#fdfbf8;
	border-top:1px solid #f4efe9;
	font:normal 10px 'Trebuchet MS';
	text-transform:uppercase;
	line-height:18px;
	color:#b7a794;
	padding:4px 3px;
	margin-bottom:5px;
}

.icon {
	padding-left:16px;
	background:url(images/all-icons.gif) no-repeat;
	margin-right:5px;
}

.datepost { background-position:0 1px; }

.commented { background-position:0 -21px; }

.tagpost { background-position:2px -43px; }

#featured-posts-wrapper { margin-bottom:7px; }

/* about us */
#about-us, #about-us-top, #about-us-bottom {
	display:block;
	float:left;
	width:629px;
}

#about-us {
	background:#e5e5e5 url(images/about-us-bg.gif) repeat-y 0 0;
	margin-bottom:10px;

}

#about-us-top {
	background:transparent url(images/about-us-top-bg.gif) no-repeat 0 0;
	padding-top:6px;
}

#about-us-bottom {
	background:transparent url(images/about-us-bottom-bg.gif) no-repeat 0 100%;
	padding:0 6px 6px;
	width:617px;
}

#about-us .title, #adv-box .title {
	font:normal 16px 'Trebuchet MS', Verdana;
	color:#5c564f;
	border-bottom:3px solid #e6e6e6;
	padding-bottom:3px;
	margin-bottom:3px;
}

#about-us-avatar {
	float:left;
	margin:0 5px 5px 0;
}

/* adv box */
#adv-box {
	clear:both;
	margin-bottom:10px;
}

#adv-box .title {
	background:transparent url(images/dot.gif) repeat-x 0 100%;
	border:none;
	margin-bottom:5px;
}

#adv-box img {
	margin:0 10px;
	border:5px solid #d3d3d3;
}

/* mini post */
#mini-post-wrap .odd { float:left; }

#mini-post-wrap .even { float:right; }

.mini-post {
	width:310px;
	padding-bottom:14px;
	overflow:hidden;
}

.mini-post .meta {
	height:35px;
	overflow:hidden;
	margin:0;
}

.mini-post .read-more {
	background:#8f8880 url(images/read-more-bg.gif) no-repeat 0 0;
	color:#afac83;
	float:right;
	text-transform:uppercase;
	font-size:10px;
	display:block;
	height:18px;
	width:71px;
	line-height:18px;
	padding-left:10px;
	color:#ffffff;
	margin-right:5px;
}

.mini-post a.read-more:hover {
	color:#ec9f23;
}

.mini-post .entry {
	height:125px;
	overflow:hidden;
	margin-bottom:10px;
}

/* full post */

#full-post-wrap { float:left; }


.full-post {
	width:620px;
	padding-bottom:14px;
	overflow:hidden;
}

.full-post .meta {
	height:20px;
	overflow:hidden;
	margin:0;
}

.full-post .read-more {
	background:#8f8880 url(images/read-more-bg.gif) no-repeat 0 0;
	color:#afac83;
	float:right;
	text-transform:uppercase;
	font-size:10px;
	text-align:center;
	display:block;
	height:18px;
	width:81px;
	line-height:18px;
	color:#ffffff;
	margin-right:5px;
}

.full-post a.read-more:hover {
	color:#ec9f23;
}

.full-post .entry {

	overflow:hidden;
	margin-bottom:10px;
}


/* wp-pagenavi */
#wp-pagenavi-wrapper {
	background:#faf7f3 url(images/pagenavi-bg.gif) repeat-x 0 0;
	height:42px;
	position:relative;
}

#wp-pagenavi-left, #wp-pagenavi-right {
	background:transparent url(images/pagenavi-left-bg.gif) no-repeat 0 0;
	position:absolute;
	top:0;
	width:10px;
	height:42px;
}

#wp-pagenavi-left { left:0; }

#wp-pagenavi-right {
	background-image:url(images/pagenavi-right-bg.gif);
	right:0;
}


.wp-pagenavi {
	height:29px;
	padding:13px 10px 0;
	font-size:13px;
	text-align:center;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi a, .wp-pagenavi a:visited, .wp-pagenavi a:link, .wp-pagenavi span.extend  {
	background-color:#fbfbfb !important;
	border-color:#ece6dd !important;
}

.wp-pagenavi a, .wp-pagenavi a:visited, .wp-pagenavi a:link, .wp-pagenavi span.extend {
	background:#f1f1f1 !important;
	color:#390000 !important;
}

.wp-pagenavi span.current { color:#390000 !important; }

/* sidebar */
#sidebar {
	float:right;
	width:321px;
	padding:7px 10px 7px 0;
}

#widget-tab, #primary .widget, .widget-top, .widget-bottom, #secondary {
	display:block;
	float:left;
	width:321px;
}

#widget-tab, #primary .widget, #secondary {
	background:#fbfbfb url(images/widget-bg.gif) repeat-y 0 0;
	margin-bottom:8px;
}

.widget-top {
	background:transparent url(images/widget-top-bg.gif) no-repeat 0 0;
	padding:6px 6px 0;
	width:309px;
}

.widget-bottom {
	background:#ffffff url(images/widget-bottom-bg.gif) no-repeat 0 0;
	height:6px;
}

.widget-title {
	font:normal 16px 'Trebuchet MS', Verdana, Tahoma;
	color:#000;
	padding-bottom:3px;
	border-bottom:4px solid #e6e6e6;
	margin-bottom:3px;
}

#primary .widget {
	clear:both;
}

#primary .widget ul li {
	background:transparent url(images/icon-paper.gif) no-repeat 6px 9px;
	line-height:28px;
	border-bottom:1px solid #eeeeee;
	padding-left:20px;
}

#primary .widget ul li li, #secondary .widget ul li li {
	border-bottom:none;
	border-top:1px solid #232323;
}

.widget a { color:#000; }

.widget a:hover { color:red; }

#secondary .widget { margin-bottom:5px; }

#secondary .widget ul li {
	background:#fbfbfb url(images/dot.gif) repeat-x 0 100%;
	line-height:28px;
}

.small-sidebar {
	width:151px;
}

#sidebar-left { float:left; }

#sidebar-right { float:right; }

/* footer */
#footer {
	background: url(images/footer-bg.gif) repeat-x 0 0;
	height:16px;
	padding:26px 0 15px;
	position:relative;
	text-align:center;
	line-height:36px;
	color:#8f8880;
}

#footer a {

	color:#8f8880;
}

#footer-left, #footer-right {
	position:absolute;
	top:0;
	width:18px;
	height:32px;
}

#footer-left {
	background:transparent url(images/footer-left-bg.gif) no-repeat 0 0;
	left:0;
}

#footer-right {
	background-image:url(images/footer-right-bg.gif);
	right:0;
}


/* comments */
.commentlist, .commentlist ul.children {
	margin:0;
	padding:0;
	list-style:none;
}

.commentlist ul.children {
	margin-left:2em;
}

.comment .author, .comment .author a, .comment .date {
	color:#585858;
}

.comment div,
.bypostauthor li div {
	padding:5px;
	margin:15px 0 15px 0;
	background:#f3f3f3;
	border:1px solid #c6c6c6;
}

.bypostauthor li cite {
	color:#585858;
}

.comment div div,
.bypostauthor div div {
	padding:0;
	margin:0;
	background:none;
	border:0px none;
}

.comment img.avatar {
	float:left;
	margin-right:5px;
	border:1px solid #ffffff;
}

.comment cite {
	font-family:Trebuchet Ms, Lucida, Arial, Verdana, serif, sans;
	margin:.5em 0 .5em 0;
	padding:0;
	font-size:1.4em;
	letter-spacing:-1px;
	line-height:1.2em;
	color:#585858;
	font-style: normal;
}

.comment p {
	margin:.5em 0 .5em 0;
	padding:0;
}

/* .bypostauthor div {
	background-color:#4d9301;
	background-image:url(images/transparency/white-90.png);
	border-color:#4d9301;
} */

.bypostauthor cite {
	color:#4d9301;
}

#commentform p {
	margin:0 0 .5em 0;
	padding:0;
}

.comment-meta {
	font-size:smaller;
}

.comment-meta,
.comment-meta a {
	color:#585858;
}