/*  
Theme Name: In Bold
Theme URI: http://demo.lovechem.net/wp-content/themes/in-bold-wp/
Description: Created in TextWrangler w/ aid of Photoshop CS3
Version: 1.0 
Author: Erin
Author URI: http://lovechem.net

/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background: #212121 url('images/bg1.jpg');
	font: 0.9em/1.75em Arial, Helvetica, sans-serif;
	
	color: #000;
}


ol, ul {
	margin: 10px 10px 15px;
	padding: 10px;
}


a:link, a:visited, a:active {
	color: #af005b;
	text-decoration: none;
}


a:hover {	
	color: #0b8b6c;
	background: #c2f3c9;
	text-decoration: none;
}


input, textarea, select {
	padding: 5px;
	border: #666 solid 1px;

}

blockquote {
	background: #fff;
	width: 400px;
	margin-left: 50px;
	padding: 2px 5px;
	border-top: #60c76e 5px solid;

	font-size: 0.9em;
	line-height: 1.5em;
	}

code {
	font-family: 'Courier New', monospace;
}

form, img {
	margin: 0;
	padding: 0;
	border: 0;
}

.sidebox {
	width: 220px;
	border: #a4c8ff solid 1px;
	background: #f0f0f0;
	margin: 10px 0;
	overflow: auto;
}

.links {
	
	float: left;
	width: 213px;	padding: 0 6px;
	overflow: hidden;
	}





/* Layout */

#wrapper {
	margin: 0 auto 10px;
	background: #fff;
	
	width: 760px;
	}
	
#header {
	width: 100%;
	height: 200px;
	background: #202020 url('images/bg.jpg');
	margin: 0;
	text-align: center;
}


	
#topnav {
	width: 760px;
	height: 40px;
	background: #005a6e;
}

#topnav ul {
	padding: 12px 0 0;
	white-space: nowrap;
	margin: 0;
	list-style-type: none;
	
}

#topnav ul li {
	
	float: left;
  	height: 40px;
  	width: 152px;
	list-style-type: none;
	font: bold 1.55em Arial, Helvetica, sans-serif;
	letter-spacing: -.5px;
	text-align: center;

	margin-top: -4px;

}

#topnav ul li a {
	display: block;
	text-decoration: none;
	color:#f0fff2;
	list-style-type: none;
	text-align: center;
	border: 0;
}

#topnav ul li a:hover {
	text-decoration: none;
	color:#0094b5;
	list-style-type: none;
	text-align: center;
	border: 0;
	background: none;
}



	
#content {
	float: left;
	padding: 15px 5px 15px 10px;
	margin: 0 auto;
	overflow: auto;
	width: 500px;


} 

#content h1 {
		margin: 0;
		color: #000;
		font: normal 2em/1.0em Arial, Helvetica, sans-serif;
		letter-spacing: -1px;
		border-bottom: #555 1px solid;
	}
	
	#content h1.posttitle {
		margin: 0 0 -1em;
		color: #000;
		font: normal 2em/1.0em Arial, Helvetica, sans-serif;
		letter-spacing: -1px;
		border-bottom: #555 1px solid;
	}

#content a.h1 {
		
		text-decoration: none;
	}


#content a.h1:hover {
		
		margin: 0;
		background: none;
	}

#content h2 {
		color: #0e9e7a;
		font: normal 1.8em Arial, Helvetica, sans-serif;
		letter-spacing: -1px;
	}



	
#content h3 {
		
	color: #5aba66;
		
	font-size: 1.4em;
	letter-spacing: -1px;
	
	margin: 15px 0;
	
	}

		
	

#sidebar {

	float: right;
	
	width: 225px;
	
	margin: 0;
	
	padding: 15px 10px 15px 5px;
	
	overflow: auto;
	}


	
/* Sidebar Styles */
	
	#sidebar h2 {
		margin: 0;
       	color: #0e9e7a;
	    width: 100%;

		font: bold 1.2em/1.5em Arial, Helvetica, sans-serif;
		
		text-align: center;
		
		background: #fff;
		text-transform: uppercase;
		letter-spacing: -.5px;
	}


	
	#sidebar p {
	
	font-size: .9em;
	line-height: 1.3em;
	
	padding: 0 5px;
	}

	
	#sidebar ul.list {
   
	margin: 0 5px;
   
	padding: 0;
   
	list-style-type: none;
	float: left;
	width: 95px;
}


	
	#sidebar li a {
	
	display: block;
	
	border-bottom: #9a9a9a dotted 1px;
	
	margin: 5px 0;
	
	list-style-type: none;

	padding: 3px 0 2px 5px;
	
	font: 0.84em Verdana, sans-serif;

	text-align: center;}

	
	
#sidebar li a:hover {

	border-bottom: #9a9a9a 1px solid;

	background: none;
	}


#footer {
	clear: both;
	
	line-height: 3em;	
	background: #fff;

	border-top: #4b1a7c 1px solid;
}

	/* Footer Styles */
	
	#footer p {
		text-align: center;
		margin-top: -1px;
	}
	

/* Blog Styles */

.post {
	margin: 0;
	}

.posttitle {
	margin: 0;
	padding: 0 0 1px 0;
	border-bottom: 0px dotted #671369;
}
.posttitle a {
	text-decoration: none;
}
.postmeta {
	margin: 0;
        padding: 2px 0 0 0;
}
.postmeta, .postfeedback {
	text-align: right;
}
.pagetitle {
	margin: 0 0 10px 0;
}

.comment-author {
	margin: -15px -20px 5px;

	font: bold 1.3em Arial, Helvetica, sans-serif;	letter-spacing: -1px;

	padding: 5px 0;
}

.avatar {
	margin: 5px 15px -5px; width: 32px;
	}

.comment-meta {
	margin: -5px 0 0 30px;
	text-align: right;
	padding: 0
;
}



.commentlist {
	list-style-type: none;
	margin: 0 5px;
	}



.comment {
	margin-top: 8px;
	padding: 10px;
background: #fff;
	list-style-type: none;
	font-size: .9em;
line-height: 1.5em;}


.postnav {
	width: 100%;
	padding: 10px 0 0 0;
	font-size: 11px;
	overflow: auto;
}

