/*  
Theme Name: StrangeKiss Theme
Description: custom theme for StrangeKiss.com.
Version: 1.0.1
Author: Jack O'Shaughnessy
Author URI: http://jackosh.com/
*/

blockquote{
	padding-left:20px; padding-right:50px;
	border-left:10px solid #71a6d5;
	font-style:italic;
	}

#maincontent{
	float:left; clear:left;
	margin-left:20px; margin-top:10px;
	}
.smallpost{
	width:625px;
	margin: 0px;
	padding: 0px;
	}

#maincontent h1{
	margin:0; padding:0;
	}
	
#maincontent h1 a{
	color:#b34a4e;
	}
#maincontent h1 a:hover{
	text-decoration:none;
	}

#subnav .navlinks li{
	float:left;
	margin-right:3px; margin-top:8px;
	list-style-type:none;
	}

#subnav .navlinks li a{
	color:#4a80b5;
	}

#subnav .navlinks{
	padding-left:10px;
	}

.post{
	width:625px;
	margin-bottom:40px;
	}

.postinfo{}

.entry{}

.entry a{
	color:#b34a4e;
	border-bottom:1px dotted #b34a4e;
	}
	
.entry a:hover{
	text-decoration:none;
	color:#b34a4e;
	border-bottom:1px solid #b34a4e;
	}

.bcomment{
	padding-left:18px;
	background:url(images/comment.gif) top left no-repeat;
	}
.bcomment a{
	border-bottom:1px dotted #97b8d5;
	}
.bcomment a:hover{
	text-decoration:none;
	border-bottom:1px solid #384879;
	}

#sidecontent{
	float:right; width:175px; margin-right:20px; margin-top:10px; padding:10px;
	text-align:left;
	background:url(images/side_top.gif) top no-repeat;
	}
#sidecontfiller{
	background:url(images/side_filler.gif) top repeat-y;
	}
* html #sidecontfiller{
	float:left; clear:both;
	}
#sidebottom{
	height:20px; width:175px;
	background:url(images/side_bottom.gif) bottom no-repeat;
	}
* html #sidebottom{
	margin-top:-10px; margin-left:13px;
	}
#sidecontent ul{
	margin:0; padding-left:10px; padding-right:10px;
	list-style-type:none;
	}
* html #sidecontent ul{
	padding-left:30px;
	}
#sidecontent h2{
	font-size:100%; margin:0; padding:0;
	}

#search{
	margin-top:4px; margin-bottom:10px; padding-left:10px; float:left;
	width:200px;
	}
* html #search{
	margin-top:0; margin-bottom:0; padding-left:20px; float:left;
	width:200px;
	}
#search .searchimg{
	margin-top:6px; float:left; position:relative;
	width:14px;	height:13px;
	}
#search input{ 
	width:125px; 
	font-size: 0.8em; color:#999999;
	margin-top:2px;
	background:url(images/mag.gif) right 0px no-repeat #ffffff;
	}

.description{
	font-size:110%; font-weight:bold;
	color:#b34a4e;
	}

.comment{
	width:450px;
	}

.centry{
	padding:5px; margin-bottom:10px;
	border:1px dotted #999999;
	}
.aentry{
	padding:5px; margin-bottom:10px;
	background:#f9f9f9;
	border:1px dotted #999999;
	}
.centry a, .aentry a{
	color:#ac7743;
	border-bottom:1px dotted #ac7743;
	}
.centry a:hover, .aentry a:hover{
	text-decoration:none;
	border-bottom:1px solid #ac7743;
	}
.cauthor, .aauthor{
	font-size: 10px;
	font-weight: normal;
	}
.cauthor a, .aauthor a{
	margin-right: 7px;
	font-size: 18px;
	font-weight: bold;
	color:#4a80b5;
	border-bottom:1px dotted #4a80b5;
	}
.cauthor a:hover, .aauthor a:hover{
	text-decoration:none;
	border-bottom:1px solid #4a80b5;
	}

#respond{
	margin-left:auto; margin-right:auto;
	width:450px;
	}
#respond input, #respond textarea{
	font-size: 11px; 
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #71a6d5;
	}
#respond textarea{
	width:450px;
	}

.left{
	float:left;
	}
.right{
	float:right
	}
