﻿/*
Theme Name: PRv1
Theme URI: http://www.promotingrichard.com/
Description: Promoting Richard WordPress Theme v1
Tags: magazine like
Version: 1
Author: Carl Chen
Author URI: http://www.magikjar.com/
*/

/***************************************************/
* {
	font-family: "Lucida Grande", "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	color: #0F0F0F;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0 none;
	text-decoration: none;
	white-space: normal;
	vertical-align: baseline;
}

html, body {line-height: 1;	font-family: "Lucida Grande", "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;}
hr {display: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none;}
ol {list-style-type: decimal;}
.clear {clear: both;}
/***************************************************/
body {
	background: url(images/bg_site.jpg) repeat-y center top;
	text-align: center;
	background-color: #000;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.pillar { 
	width: 50%;
	position: absolute;
	top: 0;
	z-index: -1000;
	margin: 0;
	padding: 0;
} 
.left {
	left: 0;
	margin: 0;
	padding: 0;
}

.right {
	right: 0;
	margin: 0;
	padding: 0;
}

#pillar_l {
	margin-right: 480px;
	height: 1630px;
	background: url(images/bg_site_pillar_l.jpg) no-repeat scroll right top;
	padding: 0;
}

#pillar_r {
	margin-left: 480px;
	height: 1630px;
	background: url(images/bg_site_pillar_r.jpg) repeat-y scroll left top;
	padding: 0;
}

#container {
	width: 960px;
	height: 1230px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0;
	text-align: left;
	background-image: url(images/bg_page_top.jpg);
	background-repeat: no-repeat;
}

#header {
	height: 125px;
	width: 960px;
	margin: 0;
	padding: 0;
}

#header img {
	border: none;
}
/***************************************************/
#sitelogo {
	float: left;
	display: block;
	background-color: #000;
	background-image: url(images/logo_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 125px;
	width: 210px;
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #FFF;
}
/***************************************************/
#pagenav {
	float: left;
	position: absolute;
	margin: 10px 0 0 10px;
}

#pagenav ul {
	float: left;
}

#pagenav ul li {
	float: left;
	text-align: left;
}

#pagenav ul li a {
	float: left;
	display: block;
	padding-right: 10px;
	font-size: 11px;
	color: #4e5354;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
}

#pagenav ul li a:hover {
	color: #B00E00;
	text-decoration: none;
}

#pagenav ul li.current_page_item a {
	color: #FFF;
	text-decoration: none;
}

#pagenav ul li.current_page_item a:hover {
	text-decoration: none;
}
/***************************************************/
#searchform {
	float: right;
	margin: 0;
	padding: 0;
}

#searchform form {
	margin: 0;
	padding: 0;
}

#searchform fieldset {
	float: right;
	display: inline;
	height: 35px;
	margin: 0;
	border: 0;
}

#searchform label {
	vertical-align: middle;
	color: #4e5354;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	border: 0;
}

#searchform input {
	display: inline;
	vertical-align: middle;
	font-size: 11px;
	margin: 0;
	border: 0;
}

#searchinput {
	color: #FFF;
	background-color: #5DAC00;
	background-image: url(images/sidebar_search_bg.jpg);
	background-repeat: repeat-y;
	background-position: 1px;
	width: 145px;
	padding: 3px;
	border: 0;
}

#searchbutton {
	line-height: 1.4em;
	font-weight: bold;
	color: #333;
	text-align: left;
	padding: 0;
	margin-right: 7px;
	cursor: pointer;
	background-color: #FFF;
}
/***************************************************/
/* Search form CSS */
form#srcform {
	background: #EEE;
	padding: 10px;
}

form#srcform fieldset {
}

form#srcform input {
	vertical-align: middle;
	font-size: 11px;
}

form#srcform #srcinput {
	padding: 0;
	width: 250px;
	background: #FFF;
	color: #333;
	font-weight: normal;
	border: 1px solid #DDD;
}

form#srcform #srcbutton {
	padding: 0;
	width: 50px;
	background: #AAA;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
/***************************************************/
#logo {
	width: 310px;
	height: 60px;
	float: left;
	display: inline;
	margin-top: 40px;
	margin-right: 20px;
	padding-left: 12px;
	border-right: 1px dashed #ccc;
	background: url(images/logo.jpg) no-repeat;	
	background-position: left 0px;
}

#logo h1 {
	font-size: 22px;
	font-weight: bold;
}

#logo h1 a {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #366799;
}

#logo h1 a:hover {
	color: #5EA2E7;
}

#logo .description {
	margin-top: 44px;
	color: #999;
	font-size: 11px;
	line-height: 1.4em;
}

#logo a:hover {
	color: #5EA2E7;
}


#about {
	float: left;
	display: inline;
	margin-top: 50px;
	width: 500px;
	font-size: 11px;
}

#about p {
	color: #999;
	font-size: 11px;
	line-height: 1.4em;
}
/***************************************************/
#column {
	width: 700px;
	float: left;
	background-image: url(images/bg_page_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 35px;
}

#column_core {
	background: url(images/bg_page.jpg) repeat-y left top;
}

#post_img {
	display: none;
}

.post img {
}

.post .buy {
	display: inline-block;
	padding: 5px;
	font-weight: bold;
	margin-left: -5px;
	margin-bottom: 5px;
}

.post .buy a:link {
	color: #FFF;
	background-color: #000;
	padding: 5px;
	border-radius: 5px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
	-moz-border-radius: 5px;
}

.post .buy a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #B00E00;
}

.post .buy a:before {
	content: url(images/icon_buy.gif);
	width: 12px;
	height: 12px;
	padding-right: 3px;
}

.post .video {
	display: inline-block;
	padding: 5px;
	font-weight: bold;
	margin-left: -5px;
	margin-bottom: 5px;
}

.post .video a:link {
	color: #FFF;
	background-color: #000;
	padding: 5px;
	border-radius: 5px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
	-moz-border-radius: 5px;
}

.post .video a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #B00E00;
}

.post .video a:before {
	content: url(images/icon_video.gif);
	width: 12px;
	height: 12px;
	padding-right: 3px;
}

.post .gallery {
	display: inline-block;
	padding: 5px;
	font-weight: bold;
	margin-left: -5px;
	margin-bottom: 5px;
}

.post .gallery a:link {
	color: #FFF;
	background-color: #000;
	padding: 5px;
	border-radius: 5px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
	-moz-border-radius: 5px;
}

.post .gallery a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #B00E00;
}

.post .gallery a:before {
	content: url(images/icon_gallery.gif);
	width: 12px;
	height: 12px;
	padding-right: 3px;
}

.post {
	margin-top: 10px;
}

.post a {
	color: #007fd5;
	line-height: 1.3em;
}

.post a:hover {
	color: #B00E00;
}

.post-top {
	/*width: 540px;
	height: 10px;
	background: url(images/post-top.png) no-repeat;
	overflow: hidden;*/
}

.post-bottom {
	/*width: 540px;
	height: 10px;
	background: url(images/post-bottom.png) no-repeat;
	overflow: hidden;*/
}

.entry h2 {
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3em;
	text-align: left;
	margin-left: -35px;
	width: 100%;
	padding: 5px 5px 5px 35px;
	margin-bottom: 5px;
}

.entry h2 a {
	display: block;
	line-height: 1.3em;
	font-size: 20px;
	color: #000;
}

.entry h2 a:hover {
	color: #B00E00;
	font-style: italic;
	text-decoration: none;
}

.date {
	float: right;
	padding-top: 10px;
	padding-right: 15px;
	display: block;
	color: #646971;
	font-size: 11px;
}

.entry {
	display: block;
	color: #646971;
	padding-bottom: 5px;
	font-size: 11px;
}

/********* CSS For Post Info Below Header ***************/
.info {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
}

.info .cat {
	float: left;
}

.info .comments {
	float: right;
	padding-top: 10px;
}

.info .cat a {
}

.info .comments a {
	display: block;
	padding-bottom: 5px;
	color: #646971;
	font-style: italic;
	font-size: 11px;
}
/********* CSS For Article CONTENT ***************/
.content {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px 0px 10px 0px;
	color: #333333;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

.content p {
   margin-bottom: 1em;
}

.content .more-link {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
}

.content h1 {
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 2px;
	line-height: 1.3em;
	font-weight: bold;
	font-size: 20px;
	color: #AE0000;
	text-transform: uppercase;
}

.content h2 {
	float: left;
	width: 100%;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 2px;
	line-height: 1.3em;
	font-weight: bold;
	font-size: 20px;
	color: #000;
}

.content h3 {
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.content h4 {
	font-size: 14px;
	font-weight: bold;
}

.content h5 {
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

.content h6 {
	font-size: 11px;
	font-weight: bold;
}

/* CSS for UL/OL lists */
.content ol {padding-left: 20px;}
.content ul {margin: 5px 5px 20px 5px;}
.content ol {margin: 5px 5px 20px 5px;}
.content ul ul {margin: 5px 5px 5px 5px;}
.content ol ol {margin: 5px 5px 5px 5px;}

.content ol li {
	line-height: 1.5em;
	color: #333;
	margin-bottom: 5px;
	font-size: 12px;
}

.content ul li {
	line-height: 1.5em;
	color: #333;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}
/* End CSS for UL/OL lists */

/* Additional post tags */
blockquote {
	padding: 10px;
	padding-left: 40px;
	background: #f7fcea url(images/blockquote.png) no-repeat;
	background-position: 8px 8px;
	margin-bottom: 15px;
}

blockquote p {
	font-family: georgia, arial;
	line-height: 1.5em;
	font-size: 12px;
	color: #366799;
}

blockquote * {
	font-family: georgia, arial;
	line-height: 1.5em;
	font-size: 12px;
	color: #366799;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

code {
	color: #333;
	font-family: verdana;
	font-size: 11px;
	background: #eee;
}
/* Thanks! */

.tags {
	border-bottom: thin solid #B0BABD;
	font-weight: bold;
	color: #4e5354;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 11px;
}

.tags a {
	display: inline-block;
	color: #767D80;
	font-weight: normal;
	background-color: #E4EDF0;
	text-transform:lowercase;
	padding: 3px;
	margin: 0px 0px 1px 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
	-moz-border-radius: 5px;
}

.tags a:hover {
	color: #FFF;
	background-color: #AE0000;
	border: none;
	padding: 3px;
	margin: 0px 0px 1px 2px;
}

.follow {
	background: #f9f9f9;
	padding: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dashed #eee;
	font-weight: bold;
	font-size: 11px;
}

.follow a {
	font-weight:bold;
	background: url(images/rss.png) no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.state {
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.5em;
}

.state a {
	line-height: 1.5em;
}
/***************************************************/
.navigation {
	line-height: 80px;
}

.navigation a {
	color: #B00E00;
	font-size: 21px;
	letter-spacing: -0.025em;
	font-weight: 500;
	width: 48%;
	line-height: 80px;
}

.navigation a:hover {
	color: #000;
}

.navleft {
	float: left;
}

.navright {
	float: right;
}
/***************************************************/
.alignleft img, .alignright img, .aligncenter img {
	border: 4px solid #ccc;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 4px;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 4px;
}

.aligncenter {
	text-align: center;
	display: inline;
}

.alignnone {
}

p.wp-caption-text {
	padding: 3px;
	margin: 0;
	font-size: 11px;
	color: #999;
}
/***************************************************/
#sidebar {
	float: left;
	width: 215px;
	margin-left: 10px;
}
/***************************************************/
.box {
	width: 215px;
	text-align: center;
}

.box h2 {
	margin-top: 10px;
	display: block;
	width: 215px;
	height: 22px;
	color: #333;
	line-height: 22px;
	font-weight: bold;
	text-indent: 10px;
	font-size: 13px;
}
/***************************************************/
.ads {
	padding: 10px;
}

.ads ul {

}

.ads ul li {
	float: left;
	display: inline;
	width: 125px;
	height: 125px;
	margin-left: 5px;
	margin-right: 2px;
}

.ads ul li a {
	float: left;
	display: block;
	width: 125px;
	height: 125px;
}

.ads ul li a img {
	float: left;
	display: block;
	width: 125px;
	height: 125px;
}
/***************************************************/
.subscribe {
	padding: 10px;
	border: 1px solid #eee;
}

.rssfeed {
	font-size: 12px;
	line-height: 1.4em;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	margin-bottom: 5px;
}

.rssfeedlinks {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #DDD;
	font-size: 11px;
}

.rssfeedlinks a {
	float: left;
	font-weight: bold;
	background: url(images/rss.png) no-repeat left;
	padding-left: 22px;
	line-height: 1.5em;
	color: #366799;
	margin-right: 40px;
}

.rssfeedlinks a:hover {
	color: #5EA2E7;
	line-height: 1.5em;
}

.subscribe form {
	display: inline;
}

.subscribe fieldset {
	display: inline;
}

.subscribe input {
	display: inline;
	vertical-align: middle;
	font-size: 11px;
}

#rssinput {
	width: 300px;
	height: 20px;
	padding-left: 7px;
	padding-top: 7px;
	background: url(images/rss-input.gif) no-repeat bottom;
}

#rssinput:focus {
	width: 300px;
	height: 20px;
	padding-left: 7px;
	padding-top: 7px;
	background: url(images/rss-input.gif) no-repeat top;
}

#rssbutton {
	width: 36px;
	height: 36px;
	background: url(images/rss-button.gif) no-repeat;
	cursor: pointer;
}
/***************************************************/
.tabs {
	margin-top: 10px;
	width: 215px;
	overflow: hidden;
}

.tabs li {
	float: left;
	display: inline;
	text-align: center;
	overflow: hidden;
	font-size: 11px;
}

.tabs li a {
	float: left;
	display: block;
	color: #336699;
	font-weight: bold;
	line-height: 26px;
	width: 215px;
	height: 26px;
	background: url(images/tab.gif) repeat-x top;
	text-align: center;
}

.tabs li a:hover {
	display: block;
	color: #5EA2E7;
}

.tabs li a.selected {
	display: block;
	background: url(images/tab.gif) repeat-x bottom;
	color: #FFF;
}

.tabs li a.selected:hover {
	display: block;
	background: url(images/tab.gif) repeat-x bottom;
	color: #FFF;
}
/***************** CSS For TAB Content *******************/
.tabcontent {
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	font-size: 11px;
}

.tabcontent a, .tabcontent a strong {
	line-height: 1.4em;
}

.tabcontent a:hover, .tabcontent a:hover strong {
}

.tabcontent ul li {
	display: block;
	border-bottom: 1px solid #DDD;
	padding-bottom: 5px;
	margin-bottom: 5px;
	line-height: 1.4em;
	font-size: 11px
}

.tabcontent ul li a {
	line-height: 1.4em;
}

.tabcontent ul li a:hover {
}

.tabcontent ul li span {
	display: block;
}
/***************** CSS For TAB Content *******************/
@media print {
	.tabcontent {
	display: block !important;
	}
}
/***************************************************/
.sidebar {
	float: right;
	font-size: 11px;
}

.sidebar a {
	color: #366799;
	line-height: 15px;
}

.sidebar a:hover {
	color: #5EA2E7;
}

#sidebar_login a {
	float: right;
	width: 150px;
	position: relative;
	overflow: hidden;
	margin-left: 54px;
	padding-bottom: 7px;
	color: #90C000;
	font-weight: medium;
	font-size: 25px;
	text-align: right;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	text-align: left;
}

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

#sidebar_rss {
	float: right;
	width: 150px;
	position: relative;
	overflow: hidden;
	margin-left: 54px;
	padding-bottom: 7px;
	color: #F56708;
	font-weight: medium;
	font-size: 25px;
	text-align: right;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	text-align: left;
	cursor: default;
}

#sidebar_poll {
	width: 215px;
	height: 20px;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 13px;
	color: #4e39aa;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

#sidebar_poll span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 215px;
	height: 20px;
	margin: 0;
	padding-bottom: 13px;
	background: url(images/sidebar_poll.jpg) top left no-repeat;
	background-position: right;
}

#posts_list li {
	display: block;
	color: #3f3a57;
	padding-left: 65px;
	padding-bottom: 6px;
}

#sidebar_top_studios {
	width: 215px;
	height: 20px;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding-top: 13px;
	padding-bottom: 13px;
	color: #D87400;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

#sidebar_top_studios span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 215px;
	height: 20px;
	margin: 0;
	padding-top: 13px;
	padding-bottom: 13px;
	background: url(images/sidebar_top_studios.jpg) top left no-repeat;
	background-position: right;
}

#sidebar_top_models {
	width: 215px;
	height: 20px;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 13px;
	color: #3f7bbe;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

#sidebar_top_models span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 215px;
	height: 20px;
	margin: 0;
	padding-bottom: 13px;
	background: url(images/sidebar_top_models.jpg) top left no-repeat;
	background-position: right;
}

#sidebar_archives {
	width: 215px;
	height: 20px;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 13px;
	color: #575757;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

#sidebar_archives span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 215px;
	height: 20px;
	margin: 0;
	padding-bottom: 13px;
	background: url(images/sidebar_archives.jpg) top left no-repeat;
	background-position: right;
}

#sidebar_new_posts {
	width: 215px;
	height: 20px;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 13px;
	color: #AE0000;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

#sidebar_new_posts span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 215px;
	height: 20px;
	margin: 0;
	padding-bottom: 13px;
	background: url(images/sidebar_new_posts.jpg) top left no-repeat;
	background-position: right;
}

#sidebar_tags {
	width: 215px;
	height: 20px;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 13px;
	color: #575757;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

#sidebar_tags span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 215px;
	height: 20px;
	margin: 0;
	padding-bottom: 13px;
	background: url(images/sidebar_tags.jpg) top left no-repeat;
	background-position: right;
}

#sidebar_blogs {
	width: 215px;
	height: 20px;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 13px;
	color: #4E39AA;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

#sidebar_blogs span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 215px;
	height: 20px;
	margin: 0;
	padding-bottom: 13px;
	background: url(images/sidebar_blogs.jpg) top left no-repeat;
	background-position: right;
}

#tag-dropdown {
	float: right;
	background: transparent;
	color: #575757;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7DDDE;
	border-right-color: #D7DDDE;
	border-bottom-color: #D7DDDE;
	border-left-color: #D7DDDE;
	margin-bottom: 13px;
}

.sidebar ul li h2 {
	display: block;
	color: #575757;
	font-weight: bold;
	font-size: 25px;
	text-align: right;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.sidebar ul li div {
	padding: 0;
	font-size: 11px;
}
/***********************************************/
.sidebar ul ul {
	margin-bottom: 15px;
	padding: 0;
}

.sidebar ul ul ul {
	padding: 0;
	border: 0;
}

.sidebar ul li ul li {
	display: block;
	padding-left: 65px;
	padding-bottom: 3px;
}

.sidebar ul li ul li a {
	display: block;
	color: #366799;
}

.sidebar ul li ul li a:hover {
	color: #5EA2E7;
}

.sidebar .login_list {
	padding-left: 10px;
}

.sidebar .login_list a {
	color: #6c7d27;
}

.sidebar .login_list a:hover {
	color: #90C000;
}

.sidebar .rss_list a {
	display: block;
	color: #B46C36;
}

.sidebar .rss_list a:hover {
	color: #F56708;
}

.sidebar .new_posts_list a {
	display: block;
	color: #632020;
}

.sidebar .new_posts_list a:hover {
	color: #AE0000;
}

.sidebar .tags_list a {
	display: block;
	color: #575757;
}

.sidebar .tags_list a:hover {
	color: #B00E00;
}

.sidebar .top_studios_list a {
	display: block;
	color: #795028;
}

.sidebar .top_studios_list a:hover {
	color: #D87400;
}

.sidebar .top_models_list a {
	display: block;
	color: #455e7e;
}

.sidebar .top_models_list a:hover {
	color: #3f7bbe;
}

.sidebar .blogs_list a {
	display: block;
	color: #454069;
}

.sidebar .blogs_list a:hover {
	color: #4E39AA;
}

.sidebar .archives_list a {
	display: block;
	color: #575757;
}

.sidebar .archives_list a:hover {
	color: #000;
}
/***************************************************/
#footer {
	float: left;
	width: 960px;
	height: 80px;
	background: url(images/bg_page_footer.jpg) no-repeat left top;
}

#footercontent {
	clear: both;
	margin-left: 35px;
	padding-top: 7px;
	height: 43px;
	width: 700px;
	border-bottom: thin solid #B0BABD;
}

#footercontent ul {
	float: left;
	margin-bottom: 7px;
}

#footercontent ul li {
	float: left;
	padding-top: 15px;
}

#footercontent ul li a {
	float: left;
	display: block;
	padding-left: 10px;
	font-size: 11px;
	color: #4e5354;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}

#footercontent ul li a:hover {
	color: #B00E00;
	text-decoration: underline;
	text-decoration: none;
}

#footercontent ul li.current_page_item a {
	color: #000;
	text-decoration: none;
	outline: none;
}

#footercontent ul li.current_page_item a:hover {
	text-decoration: none;
}

#footer_display {
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #B0BABD;
	padding-right: 5px;
}

#page_display_blog {
	float: left;
	display: block;
	width: 22px;
	height: 17px;
	background: url(images/btn_view_type_blog.gif) no-repeat left;
	padding-right: 5px;
}

#page_display_grid {
	float: left;
	display: block;
	width: 22px;
	height: 17px;
	background: url(images/btn_view_type_grid.gif) no-repeat left;
}

.copyright {
	float: right;
	color: #4D5157;
	padding-top: 15px;
	font-size: 10px;
}

.copyright a {
	color: #4D5157;
	font-weight: 500;
}

.copyright a:hover {
	color: #B00E00;
	text-decoration: underline;
}

.rss {
	float: left;
	font-size: 10px;
}

.rss a {
	float: left;
	display: block;
	height: 16px;
	font-weight: bold;
	background: url(images/rss.png) no-repeat left;
	padding-left: 25px;
	padding-top: 5px;
	color: #4e5354;
	margin-right: 25px;
}

.rss a:hover {
	color: #F56708;
}

.property {
	float: right;
	color: #366799;
	font-size: 11px;
}

.property a {
	font-weight: bold;
	color: #366799;
}

.property a:hover {
	text-decoration: underline;
}
/***************************************************/
/* CSS for Search Results Only Optional */
.result {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}

.result h3 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
	line-height: 1em;
}

.result h3 a {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
	line-height: 1em;
}

.result .rdate {
	float: left;
	line-height: 2em;
	color: #AAA;
}

.result .rcomment {
	float: right;
	line-height: 1.5em;
	color: #AAA;
	font-weight: bold;
}

.result .rcomment a {
	color: #999;
	font-weight: bold;
}

.result .rcomment a:hover {
	color: #FF9600;
}

.result .rsummary {
	padding: 10px;
	border: 1px dotted #eee;
	background: #FFFFF9;
}

.result .rsummary p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.result .rcat {
	float: left;
	line-height: 2em;
	color: #AAA;
}

.result .rcat a {
	color: #999;
	font-weight: bold;
}

.result .rcat a:hover {
	color: #FF9600;
}

.result .rtags {
	float: right;
	line-height: 2em;
	color: #AAA;
}

.result .rtags a {
	color: #999;
	text-transform: lowercase;
}

.result .rtags a:hover {
	color: #A2D700;
}
/***************************************************/
/*           Commenting System CSS        */
#combox {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

h3#respond {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #DDD;
}

h3#comments {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #DDD;
}

ol.commentlist {
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 5px solid #A4D5E5;
}

ol.commentlist li {
	background: #f8fcef;
}

#linkwithin_logolink, #linkwithin_logolink_0, #linkwithin_logolink_1, #linkwithin_logolink_2, #linkwithin_logolink_3, #linkwithin_logolink_4, #linkwithin_logolink_5, #linkwithin_logolink_6, #linkwithin_logolink_7, #linkwithin_logolink_8, #linkwithin_logolink_9, #linkwithin_logolink_10, #linkwithin_logolink_11, #linkwithin_logolink_12, #linkwithin_logolink_13 {
	visibility: hidden;
}
