/*  
Theme Name: MySexProfessor.com
Theme URI: http://mysexprofessor.com
Description: My Sex Professor WP Theme
Version: 2.5
Author: Adam Schweigert
Author URI: http://adampschweigert.com
*/

/***************************************
Reset.css * Resets default browser CSS styles.
Created by Erik Meyer: * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 *****************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/********** end reset.css **********/

/****************************************
 * Begin Typography & Colors
 ****************************************/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Helvetica, Sans-Serif;
	background-color: #E1F5F5;
	color: #232323;
	height: 100%;
	}
#content {
	font-size: 1.2em;
	}
.small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 1.5em;
	}
p {
	font-size:1.3em;
	margin-bottom:1em;
	line-height:1.5em;
	}
h1 {
	font-size: 2.8em;
	margin: 0;
	}
h2 {
	font-size: 1.65em;
	margin-top:1em;
	}
h3 {
	font-size: 1.3em;
	margin-top:0.5em;
	}
h4 {
	font-size: 1.0em;
	margin-top:0.5em;
	}
strong{font-weight:bold;}
em {font-style:italic;}
.clear {clear:both;}

/********** end typography **********/

/****************************************
 * Default Links
 ****************************************/
.entry p a, .entry p a:link, .entry p a:visited {	
	border-bottom: 1px dotted #714371;
}
.entry p a:hover, .entry p a:active {
	border-bottom:none;
	text-decoration:none;
	background-color:#E3DAE3;
}

.entry p.postmeta a, a:link, a:visited {
	border-bottom:0;
}
a, a:link, a:visited {
	text-decoration:none;
	color: #714371;
	border-bottom:0;
	}
a:hover {
	text-decoration:underline;
	color: #714371;
	}
a:active {
	color:#714371;
}
a:link img,
a:visited img,
a:hover img,
a:active img {
	border:none;
	background:none;
	}

/****************************************
 * IMAGES
 ****************************************/

p img {
	padding: 0;
	max-width: 100%;
	}

img.center, img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.right, img.alignright {
	margin:0 0 0.5em 13px;
	display: inline;
	}

img.left, img.alignleft  {
	margin:0 13px 0.5em 0;
	display: inline;
	}

.right, .alignright  {
	float: right;
	}

.left, .aligntleft {
	float: left;
	}
img.post_feed_icon {
	position: relative;
	top:2px;
	padding:2px 5px 0 5px;
}
img.post_comment_icon {
	position:relative;
	top:3px;
	padding: 0 5px;
}

/****************************************
 * Basic Structure
 ****************************************/
 
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
	width:100%;
}
#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#container {
	margin:0px auto;
	width: 960px;
	padding: 0;
	background-color:#fff;
	height: auto;
}
#header {
	height:285px; 
	width:960px;
}
#content_main {
	clear:both;
	float:left;
	width:460px;
	height:auto;
	margin-left:50px;
	padding-right:20px;
	margin-bottom:2em;
}
#homepage-main-col {
	margin-top:-28px;
}
#archives-page-col {
	margin-top:9px;
}
#sidebar {
	
	float:right;
	width:380px;
	margin-right:5px;
	padding:0 0 4em 0;
	overflow:visible;
}
#subfooter {
	clear:both;
	width:960px;
}
#footer {
	clear:both;
	background-color: #fff;
	padding: 0;
}

/********** end structure **********/

/****************************************
 * Header
 ****************************************/
#skipnav, h1.masthead_text {
	position:absolute;
	left:-9999px;
}
#header {
	background: #FFF url('images/msp_banner_920_260.png') 20px 5px no-repeat;
}
#topnav {width:540px; margin:-15px 0 20px 35px; float:left;}
ul#topnav li {display:inline; font-size:24px; font-weight:bold; padding:0 12px;}

#search {width:355px;float:right; position:relative; top:-20px;}
#search p {text-align:left; display: inline-block; margin:0; padding:0; font-size:24px; font-weight:bold; color:#714371;}
#searchform {float:right; margin-right:20px; margin-top:8px;}
#search input {position: relative; margin:0 3px;}


/****************************************
 * Sidebar
 ****************************************/
 
.sidebar-col {width:150px;}
.sidebar-item {margin:30px 0;}

#sidebar-left {float:left;}
#sidebar-right {float:right; margin-right:10px;}

ul#social-icons {margin:5px 0 20px 0;}
ul#social-icons li {
	display:inline;
	padding-right:8px;
}
ul#social-icons li img {width:60px; height:60px;}
h4.sidebar_heading, h4.sidebar_heading a {
	text-transform: uppercase;
	font-size:2em;
	color: #60A6A3;
	padding-bottom:4px;
	font-weight:normal;
}
h4.sidebar_heading a {
	font-size:20px !important;
}
h5.sidebar-top-tag {
	text-transform: uppercase;
	font-size:1.2em;
	color: #60A6A3;
	margin-bottom:5px;
}

div.poll-widget {
	margin:30px 0 0 0;
}
div.poll-widget p.poll-header {
	font-size:2em;
	color:#60A6A3;
	margin-bottom:5px;
	text-transform:uppercase;
}
ul.wp-polls-ul {
	font-size:12px;
	margin:10px 0 12px 0;
	color:#666;
	}
ul.wp-polls-ul li {
	margin-bottom:8px;
	line-height:16px;
}

div.product-reviews h3 {
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}
p.sidebar-copy, .product-reviews p {
	color:#666;
	font-size:1.2em;
	line-height:16px;
	margin: 5px 0 0 0;
}
#sidebar p.more_link, .product-reviews p.more_link {
	font-size:1.2em;
	font-weight:bold;
}
.sponsored_links p {font-size:10px;}


.copyright {
	color:#999;
	font-size:1.2em;
	padding-top:14px;
}

/****************************************
 * Main Content
 ****************************************/
	
h3.byline {
	color:#999;
	margin-top:0;
	margin-bottom:1em;
}
.post_title, .pagetitle {
	font-size:24px;
	font-weight:bold;
	line-height:28px;
}
.post_title {
margin-bottom:3px;
}
#archives-page-col .post {
	margin:-18px 0 0 0;
	padding-bottom:2px;
}
.social-top {
	height:30px;
	margin-bottom:10px;
}
.entry ul, .entry ol {font-size:1.2em; line-height:1.5em; margin-left:25px; margin-bottom:10px;}
.entry ul li, .entry ol li {margin-bottom:5px;}
.entry h3 {font-size:1.8em; font-weight:bold; margin-bottom:10px;}
.entry ul {list-style:circle outside;}
.entry ol {list-style:decimal outside;}

h1.archive_pagetitle {
	color:#60A6A3;
	width:100%;
	border-bottom:#60A6A3 1px dotted;
	font-size:22px;
	font-weight:bold;
	line-height:30px;
	margin: -5px 0 0 0;
}
.pagetitle {
	margin-bottom:0.5em;
}
.postmeta {
	clear:both;
	background-color: #fff;
	padding:2px 5px 4px 5px;
	border-bottom: 1px dotted #60A6A3;
	border-top: 1px dotted #60A6A3;
	margin-left:-5px;
}
.social-media {
	clear:both;
	width:100%;
	border-bottom: 1px dotted #60A6A3;
	border-top: 1px dotted #60A6A3;
	padding: 5px 0 0 0;
}
.social-media img {
	width:38px;
	height:38px;
}
.post_navigation {
	margin-top: 20px;
	margin-bottom:60px;
	font-size:20px;
	font-weight:bold;
}
.post_navigation .alignleft {
	float:left;
}
.post_navigation .alignright {
	float:right;
}

/****************************************
 * Subfooter
 ****************************************/

#subfooter .three_column {
	width:300px;
	float:left;
	background: #FFF url('images/footer_bg.png') repeat-x;
	margin:-10px 10px 15px 10px;
	padding-bottom:10px;
}
#subfooter h3 {
	color:#fff;
	padding-left:8px;
	font-size:22px;
}
#subfooter ul.post_list {
	margin-top:3px;
	font-size:1.3em;
}
#subfooter ul.post_list li {
	padding:5px 8px;
}
#subfooter ul.post_list li p.comment_meta {
	font-size:10px;
	margin-top:4px;
	color:#666;
}
#post_navigation {
	font-size:1.4em;
	font-weight:bold;
}
#post_navigation .left {
	float:left;
}
#post_navigation .right {
	float:right;
}
/****************************************
 * Comments
 ****************************************/
 
#disqus_thread h3 {
	font-weight:bold;
}
h3#comments {
	font-size:1.8em;
	margin-bottom:0.5em;
}
h3#respond {
	font-size:1.8em;
	margin:1em 0 0.5em 0;
}	
ol.commentlist {
	margin:0.5em 0;
 	}
ol.commentlist li {
	padding:5px 10px;
	border: 1px solid #efefef;
	margin-bottom:3px;
}
ol.commentlist li.alt {
	background: #efefef;
}
ol.commentlist li h3 {
	padding:0 0 5px 0;
	font-size:1.6em;
	margin:0;
}
ol.commentlist li p {
	margin-bottom:0.5em;
}
ol.commentlist li p.commentmetadata {
	background: #cdcdcd;
	color: #454545;
	font-size: 1em;
	margin:0 -10px -5px -10px;
	padding: 2px 10px;
	
}
