/* 
	Theme Name: Cleavage
	Theme URI: http://www.kellydiels.com
	Description: Kick-ass custom Wordpress theme for Kelly Diels' website, Cleavage.
	Version: 1.0
	Author: Amanda J. Farough
	Author URI: http://www.violetminded.com
*/

/* Elements */

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11pt;
	line-height:14pt;
	color:#000;
}

a {
	color: #128ca7;
	text-decoration: none;
}
a:visited {
	color: #128ca7;
	text-decoration: none;
}
a:hover {
	color: #af0000;
	text-decoration: none;
}

img {
	border:0px;
}

h1, h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19pt;
	line-height:21pt;
	letter-spacing:-.5px;
	text-decoration:none;
	font-weight:normal;
}

h3, h4, h5, h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	line-height:16pt;
	letter-spacing:-.1px;
	text-decoration:none;
	font-weight:normal;
}

.bluelinks a{
	color: #128ca7;
	text-decoration: none;
}

.redlinks a{
	color: #af0000;
	text-decoration: none;
}

/* Layout Divs */

#wrapper{
	width:1000px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	position:relative;
	background:url(/images/banner.png);
	height:300px;
}

#logo{
	position:relative;
	margin:-250px auto auto 35px;
}

#navigation{
	position:relative;
	margin:-10px auto auto 10px;
}

#content{
	position:relative;
	display: inline;
	float:left;
	margin:0px 45px auto 35px;
	width:550px;
}

#sidebar{
	position:relative;
	display: inline;
	float:right;
	margin:auto;
	width:312px;
}

#footer{
	position:relative;
	float:left;
	display: inline;
	width:1000px;
	margin:30px auto auto auto
}

/* Wordpress Posts */

.post{
	padding:0;
}

.posttitle a {
	color:#000;
}

.entry {
	text-align:justify;
}

.entryfooter{
	display: inline;
	margin:auto auto auto auto;
}

.entryinfo a:link{
	font-size: 9pt;
	color: #af0000;
	font-weight:bold;
	text-decoration: none;
}

.entryinfo a:hover{
	font-size: 9pt;
	color: #128ca7;
	font-weight:bold;
	text-decoration: none;	
}

.entryinfo a:visited{
	font-size: 9pt;
	color: #af0000;
	font-weight:bold;
	text-decoration: none;
}

#pfButton{
	position:relative;
}

.entrysocial{
	display: inline;
	padding-top:10px;
	letter-spacing:.1em;
	font-size:9pt;
}

.entrysocial a:link{
	color:#000;
	text-decoration:none;
}

.entrysocial a:visited{
	color:#000;
	text-decoration:none;
}

.entrysocial a:hover{
	color:#128ca7;
	text-decoration:none;
}

.entrycats{
	display: inline;
	padding-left:0;
}

#navlist li{
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}

.previous-entries {
	float: left;
	display: inline;
	font-size:9pt;
	padding-left: 18px;
}
.next-entries {
	float: right;
	display: inline;
	font-size:9pt;
	padding-right: 18px;
}

.commenttitle{
	padding:0px
}

/* Sidebar Content */

#sidebar h2{
	margin-bottom:0px;
}

#sidebar h4{
	margin-top:15px;
	padding-bottom:1px;
	font-size:13pt;
}

#sidebar .aboutcleavage{
	width:150px;
	float:left;
	display: inline;
}

#sidebar .aboutcleavage p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16pt;
	padding-bottom:10px;
	text-align:center;
	letter-spacing:-.5px;
}

#sidebar .hireme{
	width:150px;
	float:right;
	display: inline;
}

#sidebar .hireme p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16pt;
	padding-bottom:10px;
	text-align:center;
	letter-spacing:-.5px;
}

.sidecontent{
	position:relative;
	float:left;
	display: inline;
	padding-bottom:5px;
	border:thin solid #128ca7;
	margin:15px 0 15px 0;
	width:99%;
}

.sidecontent h3{
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:10pt;
	color:#ffffff;
	background-color:#128ca7;
	width:100%;
	text-align:center;
	margin-top:-1px;
}

#social ul
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#social li
{
	display: inline;
	list-style-type: none;
	font-size:8pt;
	padding-left:20px;
}

.sidetitle{
	font-size:12pt; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-weight:bold;
	text-align:right;
	
}

#twitter_update_list{
	font-size:10pt;
	display:inline-block;
	list-style-type:none;
	padding-left:10px;
}

#twitter_update_list li{
	padding-bottom:10px;
}

#sidebar .rss{
	position:relative;
	float:left;
	padding:5px auto 5px auto;
	display: inline;
}

#sidebar .bestofcleavage{
	position:relative;
	float:left;
	width:100%;
}

#sidebar .bestofcleavage ul{
	list-style:none;
	padding: 0;
	margin-left: 0;
}

#sidebar .bestofcleavage li{
	padding-bottom:5px;
}

.input{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border:thin solid #128ca7;
	width:205px;
}

#s{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border:thin solid #128ca7;
	width:140px;
}

.submitbutton{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	background:#128ca7;
	color:#ffffff;
	border: 1px solid;
}

#searchsubmit{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	background:#128ca7;
	color:#ffffff;
	border: 1px solid;
	width:142px;
}

#category {
	margin-top:-5px;
	list-style:none;
	padding: 0;
	margin-left: 0;
}

#category li{
	padding-bottom:2px;
}

/* Footer Content */

#footer .disclaimer{
	font-size:9pt;
	display: inline;
}

#footer .violetminded a:link{
	color:#3f0075;
	font-weight:bold;
	text-decoration:none;
}

#footer .violetminded a:visited{
	color:#3f0075;
	font-weight:bold;
	text-decoration:none;
}

#footer .violetminded a:hover{
	color:#db0077;
	font-weight:bold;
	text-decoration:none;
}

/* Comments */

.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}

.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #af0000;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #000;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#dbecfe;
	border: 1px solid #87afda;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	background:#FFF;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}

#comments {
	list-style-type:none;
}

.editComment, .editableComment, .textComment{
	display: inline;
}

.comment-child{
       margin:10px;
	   border:thin #CCC solid;
	   padding:5px;
}

#newcomment{
	border:1px dashed #777;width:90%;
}
#newcommentsubmit{
	color:red;
}
.adminreplycomment{
	border:1px dashed #777;
	width:99%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #999;
}

/* Wordpress Generated */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.alignleft ul {	
        list-style:none;
	padding: 0;
	margin-left: 0;}

.alignleft li {padding-bottom:15px;}
	
/* Misc. Tags */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}
	
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
