/*  
Theme Name: kwote 3
Description: the lost link
Author: icon the mic king 
Author URI: http://www.iconthemicking.com
*/


/* Begin Main Structure */
body {
	font: 62.5% Verdana, Arial, Sans-Serif;
	background: #303030;
	color: #303030; 
	margin: 0 0 20px 0; 
	padding: 0; 
	text-align: center;
	}

#page {
	background: #c9c9c9; 
	margin:0 auto;
	padding: 0;	
	text-align: left;
	width: 885px; 
	border: 1px solid #212121;
	}
/* End Main Structure */



/* Begin Header */
#header {
	background: #352214 url(images/header.jpg);
	height: 351px;
	}
	
#logo {
	text-align:center;
	border:solid #212121;
	border-width:0 1px 1px 0;
	background:#cd360a;
	width:256px;
	float:left;
	}
	
#logo-in {
	border:solid #f05c11;
	border-width:0 1px 1px;
	height:176px;
	}
	
h1 {
	margin:0;
	padding:62px 0 0;
	font:normal 15px "Arial";
	}
	
h1 a {
	color:#c9c9c9;
	}
	
h1 a:hover {
	color:#efefef;
	text-decoration:none;
	}
	
.description {
	font:1.2em/1.5em "Arial";
	letter-spacing:.19em;
	}
	
#nav {
	float:right;
	margin:0;
	padding:39px 0 0;
	}
	
#nav li {
	list-style:none;
	border:solid #303030;
	border-width:1px 0 1px 1px;
	margin-bottom:10px;
	}
	
#nav li a {
	display:block;
	background:#c9c9c9;
	width:200px;
	height:20px;
	border-left:7px solid #cd360a;
	border-right:1px solid #efefef;
	padding-left:10px;
	font:normal 12px "Arial";
	color:#000;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	}
	
#nav li.current_page_item a {
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	}
	
#nav li a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	text-decoration:none;
	}
	
#headerborder {
	background:#cd360a;
	border:solid #d34e28;
	border-width:0 1px;
	height:7px;
	line-height:0;
	font-size:1px;
	overflow:hidden;
	}
	
#headerad {
	height:25px;
	padding-top:9px;
	text-align:center;
	background:#d5d5d5;
	border:1px solid;
	border-color:#c4c4c4 #f3f3f3 #bdbdbd;
	border-bottom:none;
	}
	
#container {
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	padding-top:16px;
	}
	
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
	overflow:hidden;
	}
/* End Header */



/* Begin Overall General Settings */
	/* Begin Links and Headers */	
	a, h2 a:hover, h3 a:hover { 
		color: #cd360a; 
		text-decoration: none; 
		}

	a:hover { 
		color: #a22b08; 
		text-decoration: underline; 
		}
	
	h2, h3 {
		font-family: "Arial";
		font-weight: normal; 
		}
		
	h2 { 
		font-size: 2em; 
		margin:0;
		text-align:left !important;
		}

	h3 { 
		padding: 0; 
		font-size: 1.5em; 
		margin:0;
		position:relative;
		z-index:1;
		letter-spacing:.1em;
		}
		
	h3.inset {
		padding-left:16px;
                font-style: italic;
		}
		
	h3#comments { 
		padding: 0; 
		margin: 40px 0 0 ; 
		}

	h2.pagetitle {
		text-align: center; 
		}

	h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { 
		color: #333; 
		}

	h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
		text-decoration: none; 
		}	
	/* End Links and Headers */
	
	
	
	/* Begin Images */	
	a img {
		border: none;
		}
		
	p img { 
		padding: 0; 
		max-width: 100%; 
		}

	/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

	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; 
		}
	/* End Images */	
	
#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777; 
	}	
	
code { 
	font: 1.1em 'Courier New', Courier, Fixed; 
	}
	
acronym, abbr, span.caps { 
	font-size: 0.9em; 
	letter-spacing: .07em; 
	cursor: help; 
	}

acronym, abbr { 
	border-bottom: 1px dashed #999; 
	}
	
.alignright { float: right; }

.alignleft { float: left }

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; }

hr { display: none; }

.navigation { 
	display: block; 
	text-align: center; 
	height: 10px; 
	margin-bottom: 16px; 
	}
/* End Overall General Settings */



/* Begin Content Areas */
#content { 
	font-size: 1.2em;
	float:left;
	width:550px;
	padding-left:22px;
	}
	
.post {
	border:1px solid #505050;
	background:#cd360a;
	color:#c9c9c9;
	position:relative;
	z-index:0;
	margin:-6px 0 40px;
	text-align:justify;
	}
	
.post-in {
	border:1px solid #f05c11;
	padding:8px 16px;
	}
	
.post h2 a {
	color:#c9c9c9;
	}
	
.post h2 a:hover {
	color:#efefef;
	text-decoration:none;
	}
	
.post .commentamt {
	float:right;
	background:#c9c9c9 url(images/comments.jpg);
	width:55px;
	height:35px;
	text-align:center;
	padding-top:5px;
	color:#cd360a;
	font:24px "Arial";
	}
	
.post .postmetadata {
	color:#303030;
	font-size:.9em;
	letter-spacing:.1em;
	font-family:"Arial";
	padding:0;
	margin:0;
	text-align:left;
	}
	
.post .postmetadata a {
	color:#303030;
	}
	
.post .entry a {
	color:#efefef;
	border-bottom:1px solid #f05c11;
	}
	
.post .entry a:hover {
	text-decoration:none;
	border-bottom-color:#efefef;
	}
	
.commentamt span {
	font-size:9px;
	}
	
#recent .postmetadata {
	font-size:10px;
	color:#303030;
	letter-spacing:-.1em;
	}

small { 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 0.9em; 
	line-height: 1.5em; 
	}

	/* Begin Post Area */
		
	.postmetadata { clear: left; }
	
	.postmetadata ul, .postmetadata li { 
		display: inline; 
		list-style-type: none; 
		list-style-image: none; 
		}

	.widecolumn .entry p { font-size: 1.05em; }
	
	.widecolumn .post { margin: 0; }
	
	.widecolumn .postmetadata { margin: 30px 0; }
	
	.widecolumn .smallattachment { 
		text-align: center; 
		float: left; 
		width: 128px; 
		margin: 5px 5px 5px 0px; 
		}
		
	.widecolumn .attachment { 
		text-align: center; 
		margin: 5px 0px; 
		}

	.narrowcolumn .entry, .widecolumn .entry { line-height: 1.4em; }

	html>body .entry ul {
		margin-left: 0px; 
		padding: 0 0 0 30px;
		list-style: none; 
		padding-left: 10px; 
		text-indent: -10px; 
		} 

	html>body .entry li { margin: 7px 0 8px 10px; }
	
	.entry ol { 
		padding: 0 0 0 35px; 
		margin: 0; 
		}
		
	.entry ol li { 
		margin: 0; 
		padding: 0; 
		}
		
	.entry form { text-align:center; }
	/* End Post Area */



	/* Begin Comment Area */
	.alt { 
	background:#d5d5d5;
	border-top:1px solid #bdbdbd;
		}

	#commentform input { 
		width: 170px; 
		padding: 2px; 
		margin: 5px 5px 1px 0; 
		}
		
	#commentform p { 
		margin: 5px 0; 
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
		}
		
	#commentform textarea { 
		width: 100%; 
		padding: 2px; 
		}
		
	#commentform #submit { 
		margin: 0; 
		float: right; 
		}

	.commentlist { 
		padding: 0; 
		text-align: justify; 
		}
		
	.commentlist li { 
		margin: 15px 0 3px; 
		padding: 5px 10px 3px; 
		list-style: none; 
		font-weight: bold; 
		}
		
	.commentlist p { 
		margin: 10px 5px 10px 0; 
		font-weight: normal; 
		line-height: 1.5em; 
		text-transform: none; 
		}
		
	.commentlist li, #commentform input, #commentform textarea {
		font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; 
		}
		
	.commentlist cite, .commentlist cite a { 
		font-weight: bold; 
		font-style: normal; 
		font-size: 1.1em; 
		}

	.nocomments { 
		text-align: center; 
		margin: 0; 
		padding: 0; 
		}

	.commentmetadata { 
		margin: 0; 
		display: block; 
		font-weight: normal; 
		}
	/* End Comment Area */
/* End Content Area */



/* Begin Search Form */
#searchform { 
	margin: 10px auto; 
	padding: 5px 3px; 
	text-align: center; 
	}
	
#sidebar #searchform #s { 
	width:116px;
	padding:2px;
	border:1px solid #c8c8c8;
	background:#dedede;
	color:#cd360a;
	font-size:1.1em;
	}
	
#sidebar #searchsubmit {
	font-size:1.1em;
	width:60px;
	}
/* End Search Form */



/* Begin Sidebar */
#sidebar {
	float:right;
	padding-right:22px;
	width:240px;
	}

#sidebar form { margin: 0; }

#sidebar h2 {
	font-size:1.8em;
	letter-spacing:.1em;
	padding-left:16px;
	position:relative;
	z-index:1;
	margin:0;
	}

#sidebar ul, #sidebar ul ol { 
	margin: 0; 
	padding: 0; 
	}
	
#sidebar ul li { 
	list-style-type: none;
	list-style-image: none; 
	margin-bottom: 15px; 
	}
	
#sidebar ul ul, #sidebar ul ol, #recent {
	position:relative;
	z-index:0;
	background:#d5d5d5;
	border-top:1px solid #bdbdbd;
	margin:-6px 0 0;
	padding:0 16px 8px;
	font-size:1.1em;
	}

#sidebar ul ul li, #sidebar ul ol li, #recent li { 
	margin: 8px 0 0;
	padding: 0;
	list-style:none;
	background:url(images/bullet.jpg) no-repeat 0 50%;
	padding-left:16px;
	}

#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }

#sidebar ul p { margin: 5px 0 8px; }

#sidebar select {
	width:192px;
	padding:2px;
	border:1px solid #c8c8c8;
	background:#dedede;
	color:#cd360a;
	font-size:1.1em;
	}

ol li, #sidebar ul ol li { list-style: decimal outside; }
/* End Sidebar */



/* Begin Footer */
#footer { 
	background:#a22b08;
	border:1px solid;
	border-color:#891f06 #c03309 #c03309;
	line-height:36px;
	text-align:center;
	font-size:1.1em;
	letter-spacing:.1em;
	color:#000;
	}
	
#footer a {
	color:#000;
	}
/* End Footer */




