/*
THEME NAME: Dating Fox
THEME URI: http://datingfox.com
DESCRIPTION: Custom theme for http://datingfox.com
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7F7F;
}

a {	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

small {
	font-size: 85%;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url("images/quotes.gif") no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 980px;
	background: #FFF;
	margin: 0 auto;
}

/* Header */

#header {
	overflow: hidden;
	margin: 20px auto;	
	height: 146px;
}

#logo {
	float: left;
	margin: 25px 0 24px 25px;
}

#logo a {
	display: block;
	width: 310px;
	height: 60px;
}

#logo a span {
	display: none;
}

#leaderboard {
	float: right;
	margin: 20px 20px 0 0;
}

/* Menu */

#menu {
	clear: both;
	overflow: hidden;
	height: 37px;	
	padding-left: 2px;
}

#menu ul li {
	float: left;	
	font-size: 110%;
	padding: 10px 15px 11px 15px;
	font-weight: bold;
}

#menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Search Box */

#searchbox {
	width: 290px;
	float: right;
	margin-top: 5px;
}

#searchform {
	overflow: hidden;
}

#s {
	width: 204px;
	float: left;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0 4px 0 0;
	color: #666666;
}

#searchsubmit {
	float: left;
	width: 62px;
	height: 25px;
	border: none;
	text-indent: -1000em;
	padding: 0;
	cursor: pointer;
}

/* Content */

#container {
	width: 980px;
	overflow: hidden;
	margin: 15px auto 25px auto;
}

#content {
	float: left;
	width: 660px;
}

/* Featured Sliders */

.slider-wrap {
	position: relative;
	padding: 0 60px;
	width: 540px;
	margin-bottom: 30px;
}

#slider li {
	list-style: none;
	overflow: hidden;
	width: 540px;	
}

#slider .feat-image {
	width: 196px;
	height: 136px;
	float: left;
	margin: 0 20px 0 0;
	background: url("images/bg_image.png") no-repeat top left;	
}

#slider .feat-image img {
	padding: 7px 0 0 7px;
}

#slider .feat-content {
	float: left;
	width: 320px;	
}

.slider-wrap .prev {
	position: absolute;
	left: 10px;
	top: 50px;
	outline: 0;
}

.slider-wrap .next {
	position: absolute;
	right: 10px;
	top: 50px;
	outline: 0;
}

.slider-wrap a:active {
	top: 52px;
}

.bx_pager {	
	padding-top: 15px;
	overflow: hidden;
	padding-left: 205px;
}

.bx_pager a {
	float: left;	
	width: 13px;
	height: 16px;
	color: #fff;
	font-size: 85%;
	margin-right: 4px;
	padding: 4px 0 0 7px;
}

.bx_pager a:hover, .bx_pager a.active {
	background-position: 0 0;
	text-decoration: none;
}

.auto_controls {
	position: absolute;
	bottom: -15px;
	left: 308px;
}

.auto_controls a {	
	color: #A3A3A3;
	outline: 0;
	padding: 2px;
}

.auto_controls a:hover {
	text-decoration: none;	
}

/* Post Snippets */

.snippet {
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px solid #EFEFEF;
}

.post {
	margin-bottom: 50px;
}

.post-title {
	font-size: 150%;
	line-height: 1.3;
	font-weight: normal;
}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 90%;
	color: #CCCCCC;
	margin-top: 5px;
}

.post-meta a {
	color: #CCCCCC;
	font-weight: bold;
}

.post-meta a:hover {
	color: #999999;
}

.post-thumb {
	width: 96px;
	height: 96px;
	float: left;
	margin: 15px 15px 0 0;
	background: url("images/bg_thumb.png") no-repeat top left;	
}

.post-thumb img {
	padding: 7px 0 0 7px;
}

.post-content {
	margin-top: 15px;
}

.snippet .post-content {
	width: 545px;
	float: left;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.post-more {	
	padding-top: 10px;
	font-weight: bold;
}

.post-more img {
	vertical-align: middle;
}

.icoshare {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.icoshare:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

/* Archive */

h3.month-name {
	cursor: pointer;
	padding-top: 15px;
}

h3.month-name:hover {
	color: #666666;
}

.post-content ul.month-list {
	margin: 0;
	padding: 0;
}

.month-list li {	
	list-style: none;
	padding: 5px 0;
	border-bottom: 1px dotted #EFEFEF;
}

/* Navigation */

.navigation {
	font-weight: bold;
	padding: 15px 0;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

/* Comments */

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 580px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #999999;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	border: 1px solid #E5E5E5;
	padding: 6px;
	color: #7F7F7F;
	width: 244px;
	margin-bottom: 15px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #E5E5E5;
	padding: 6px;
	color: #7F7F7F;
}

#btn-submitcomment {
	width: 117px;
	height: 26px;
	background: url("images/btn_submitcomment.png") no-repeat top left;
	border: none;	
	cursor: pointer;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

.sidepanel {
	margin-bottom: 20px;
}

.sidepanel .top {
	height: 38px;	
}

.sidepanel .top h3 {
	padding: 12px;
	font-weight: bold;
	font-size: 110%;
}

.sidepanel .middle {
	padding: 15px 19px 10px 19px;	
	overflow: hidden;
}

.sidepanel .bottom {
	height: 10px;
}

.sidepanel .split {
	height: 16px;
}

.sidepanel ul li {
	background: url("images/bg_listitem.gif") repeat-x bottom left;
	padding: 8px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#ebook-cover {
	float: right;
	margin: 5px 0 0px 10px;
}

.newsletter {
	margin-top: 25px;
}

.newsletter .editbox {
	border: 1px solid #E5E5E5;
	padding: 6px;
	color: #7F7F7F;
	width: 244px;
}

.newsletter .btn-subscribe {
	width: 107px;
	height: 26px;
	background: url("images/btn_subscribe.png") no-repeat top left;
	border: none;
	margin-top: 5px;
	cursor: pointer;
}

#social-links {
	padding: 0 19px;
	overflow: hidden;
}

#social-links li {	
	padding: 10px 0 10px 40px;
	border-bottom: 1px solid #EDF0F2;
}

#social-links #link-twitter {
	background: url("images/ico_twitter.png") no-repeat 0 10px;
}

#social-links #link-facebook {
	background: url("images/ico_facebook.png") no-repeat 0 10px;
}

#social-links #link-rss {
	background: url("images/ico_rss.png") no-repeat 0 10px;
	border-bottom: none;
}

#social-links span {
	font-size: 85%;
	color: #B7B7B7;
	font-weight: bold;
	display: block;
	margin-top: 3px;	
}

/* Ads */

#wp125adwrap_2c .wp125ad {
	float: left;
	margin-bottom: 10px;
}

#wp125adwrap_2c .odd {
	margin-right: 10px;
}

#bubble {
	margin-bottom: 15px;
}

#bubble h3 {
	padding: 20px 20px 10px 20px;
	font-weight: bold;
	font-size: 110%;
}

#bubble ul.twitter {
	padding: 0 20px;
}

#bubble ul.twitter li {
	padding: 8px 0 10px 0;
	line-height: 1.3;
	background: url("images/dotted.gif") repeat-x top left;	
}

#twitter-link {
	height: 25px;
	padding: 15px 0 0 60px;
	font-weight: bold;
	display: block;
}

/* Polls */

.wp-polls-ans {
	margin-top: 10px;
}

#sidebar .wp-polls strong {
	background-color: #FFFFFF;
}

#sidebar .wp-polls-ul {
	margin: 0;
	padding: 0;
}

#sidebar .wp-polls-ul li {
	background: url("images/bg_listitem.gif") repeat-x bottom left;
}

#sidebar .pollbar {
	margin: 4px 0;
}

/* Affiliates */

#affiliates {
	overflow: hidden;
	margin-bottom: 20px;
}

.affpanel {	
	float: left;
	width: 142px;	
	background: url("images/bg_affpanel_top.gif") no-repeat top left;
	margin-right: 25px;
}

.margin1 {
	margin-right: 26px;
}

.affpanel .afflogo {
	margin: 20px 20px 10px 20px;
}

.affpanel h4 {
	width: 102px;
	padding: 0 20px 5px 20px;
	font-weight: bold;
	text-align: center;	
}

.affpanel p {
	width: 102px;
	padding: 0 20px 15px 20px;
	font-size: 85%;
	text-align: center;
	line-height: 1.2;
}

.afflinks {
	background: url("images/bg_affpanel_btm.png") no-repeat top left;
	height: 30px;
	overflow: hidden;
}

.afflink-more {
	font-size: 85%;
	font-weight: bold;
	margin: 9px 0 0 10px;	
	width: 55px;
	float: left;	
}

.afflink-trial {
	width: 63px;
	height: 19px;
	display: block;
	float: right;
	margin: 6px 6px 0 0;	
}

/* Footer Panels */

#footer-panels {
	overflow: hidden;
	margin-bottom: 20px;
}

.footpanel {
	float: left;
	width: 310px;
	margin-right: 25px;
}

.footpanel .top {
	height: 38px;
}

.footpanel .top h3 {
	padding: 12px;
	font-weight: bold;
	font-size: 110%;
}

.footpanel .middle {
	padding: 15px 19px 10px 19px;
	overflow: hidden;
}

.footpanel .bottom {
	height: 10px;
}

.footpanel ul li {
	background: url("images/bg_listitem.gif") repeat-x bottom left;
	padding: 7px 0 10px 0;
	line-height: 1.2;
}

.footpanel ul.columns li {
	width: 120px;
	padding-right: 15px;
	float: left;
}

/* Footer */

#footer {
	margin: 0 auto;
	width: 980px;
	height: 85px;
	background: url("images/bg_footer.png") no-repeat top left;		
	margin-bottom: 40px;
	overflow: hidden;
}

#footer a {
	color: #7F7F7F;
}

#footer-links {
	width: 620px;
	float: left;
	margin: 25px 0 0 25px;
}

#copy {
	font-size: 85%;
	margin-top: 8px;
}

#footer-social {
	float: right;
	margin: 26px 27px 0 0;
}

/* Misc */

.sep {
	color: #EAEAEA;
	margin: 0 10px;
}

.icon {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.nomargin {
	margin-right: 0;
}
