/*  
	Theme Name:Unnamed One
	Theme URI:http://iqwolf.org/posts/122
	Description:Unnamed One is a three-column, widget-ready wordpress theme with live search and AJAX commenting.
	Version:0.21beta
	Author:iqwolf
	Author URI:http://iqwolf.org/
	
	I get the AJAX commenting code from K2 by Michael, Chris ,Zeo and Steve Lam.
 	You can get K2 here:
 	http://getk2.com/
	
 	I uses K2 Live Search Mod to create live seach effect:
	http://stevelam.org/2006/04/k2-live-search-mod/
	
	This theme uses Sweetie Icon Set by Joseph North:
	http://sublink.ca/north/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Feel free to contact me if you have questions, my email: iqwolf@gmail.com.
*/

/* General */
* {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin:0;
padding:0;
}

html,body {
font-family:verdana, tahoma, sans-serif;
font-size:12px;
color:#333;
text-align:left;
background:#ddd;
margin:0;
padding:0;
}

form,input,select,ul,ol,dl {
margin:0;
padding:0;
}

select,img {
border:none;
}

hr,#searchform br,.counter {
display:none;
}


a,a:link,a:active,a:visited {
color:#6BA4DC;
text-decoration:none;
}

a:hover {
color:#fff;
background:#6BA4DC;
text-decoration:none;
}

p {
line-height:140%;
margin:0 0 10px;
}

ul ul,ol ol,p ul,p dl,p ol {
margin-bottom:0;
}

li,dd {
margin:0;
}

ol li {
list-style:decimal outside;
}

acronym,abbr,span.caps {
cursor:help;
font-size:10px;
letter-spacing:.07em;
}

acronym,abbr {
border-bottom:1px dashed #999;
}

blockquote {
border-left:5px solid #990000;
margin:10px;
padding:20px;
}

cite {
text-decoration:none;
}

code {
font-family:'Courier New', Courier, sans-serif;
font-size:14px;
}

small {
font-family:Arial, Helvetica, Sans-Serif;
font-size:10px;
color:#777;
}

h1,h2,h3,h4 {
font-family:"Trebuchet MS", "Times New Roman", times, serif;
font-weight:700;
margin:0;
padding:0;
}

h1 {
font-size:14px;
text-align:left;
color:#fff;
padding:10px 0 5px 10px;
}

h1 a,h1 a:link,h1 a:active,h1 a:hover,h1 a:visited {
font-size:14px;
text-decoration:none;
color:#fff;
}

h2 {
font-size:14px;
margin:5px 0;
}

h2.pagetitle {
margin-top:30px;
text-align:center;
}

h3 {
font-size:14px;
margin:30px 0 0;
padding:0;
}

h4 {
font-size:12px;
}

/* Structure Divs */
#header {
width:1000px;
height:60px;
border-top:3px solid #0A396E;
border-bottom:3px solid #0A396E;
background:url(images/bg_header.jpg) top left no-repeat #6BA4DC;
margin:0 auto;
padding:0;
}

#container {
width:1000px;
background:#fff;
border-top:4px solid #f4f4f4;
margin:0 auto;
padding:0;
}

#primary-content {
background:#fff;
overflow:hidden;
}

#secondary-content {
float:left;
width:100%;
background:#CC9900;
border-bottom:3px solid #0A396E;
text-align:left;
overflow:hidden;
margin:0;
padding:10px 0;
}

#footer {
clear:both;
width:1000px;
text-align:center;
color:#fff;
background:#0A396E;
margin:0 auto;
}

#sidebar {
float:left;
width:380px;
text-align:left;
font-size:12px;
border-left:1px solid #ddd;
background:url(images/bg_side.jpg) top left repeat-x #fff;
margin:25px 10px 25px 35px;
padding:0;
overflow:hidden;
}

/* Config Structure Divs */

	/* Header and Navigation */
	.description {
	font-size:12px;
	text-align:left;
	color:#fff;
	padding:0 0 5px 10px;
	}
	
	.nav {
	float:left;
	width:100%;
	background:url(images/bg_nav.jpg) top left repeat-x #f4f4f4;
	font-size:12px;
	letter-spacing:0.12em;
	line-height:normal;
	border-bottom:3px solid #0A396E;
	}
	
	.nav ul {
	list-style:none;
	margin:0;
	padding:3px 10px 0 30px;
	}
	
	.nav li {
	display:inline;
	margin:0;
	padding:0;
	}
	
	.nav li.page_item {
	float:left;
	background:url(images/leftbtn.png) no-repeat left top;
	text-decoration:none;
	margin:0 0 0 2px;
	padding:0 0 0 8px;
	}
	
	.nav a {
	display:block;
	background:url(images/rightbtn.png) no-repeat right top;
	color:#fff;
	float:none;
	padding:5px 15px 4px 8px;
	}	
	
	.nav a:visited, .nav a:hover {
	color:#FFF;
	_background:url(images/rightbtn.png) no-repeat right top;/* IE 6.0 Hack */
	}
	
	.nav li.current_page_item {
	float:left;
	color:#fff;
	background:url(images/leftbtn.png) no-repeat 0 -26px;
	text-decoration:none;
	margin:0 0 0 2px;
	padding:0 0 0 8px;
	}
	
	.nav li.current_page_item a, .nav li.current_page_item a:visited, .nav li.current_page_item a:link, .nav li.current_page_item a:hover {
	color:#fff;
	background-position:100% -26px;
	}
	
	/* Primary Cotent and Entries */
	.sidecolumn {
	float:left;
	width:165px;
	margin:0;
	padding:0 9px;
	_overflow:hidden;/* IE 6.0 Hack */
	}
	
	.narrowcolumn {
	float:left;
	width:520px;
	margin:10px 10px 10px 15px;
	padding:0;
	}
	
	.widecolumn {
	width:520px; 
	margin:5px auto 0 auto;
	}
	
	.entry {
	text-align:left;
	margin:0;
	padding:20px 0 20px 10px;
	}
	
	.entry ul,.entry ol {
	margin:0 0 0 40px;
	padding:0;
	}
	
	.entry li {
	padding-bottom:8px;
	margin:0;
	}
	
	.date-header {
	font-size:11px;
	color:#999999;
	text-align:right;
	text-transform:uppercase;
	margin:0 0 10px;
	padding:0 5px;
	}
	
	.entry-header {
	border-bottom:1px solid #A28973;
	color:#333;
	font-size:18px;
	margin:0;
	padding:0;
	}
	
	.entry-header a,.entry-header a:link,.entry-header a:visited {
	font-size:18px;
	text-decoration:none;
	}
	
	.entry-footer {
	color:#ddd;
	font-size:10px;
	text-align:right;
	border-top:1px solid #ddd;
	margin:0 0 20px;
	padding:4px 2px 2px;
	}
	
	/* Footer */
	#footer p {
	font-size:10px;
	text-align:center;
	line-height:18px;
	margin:0;
	padding:5px 0;
	}
	
	/* Sidebar and Secondary Content */
	#sidebar h2 {
	width:170px;
	font-size:12px;
	color:#AC5D1B;
	letter-spacing:.2em;
	margin:15px 2px 0 10px;
	padding:2px 0;
	}
	
	#sidebar ul {
	color:#ddd;
	list-style:none;
	margin:0;
	padding:0;
	}
	
	#sidebar li {
	width:100%;
	margin:0;
	padding:0;
	}
	
	#sidebar ul ul li {
	width:100%;
	margin:0 10px 1px;
	padding:2px 5px;
	}
	
	#sidebar ul ul li a,#sidebar ul ul li a:link,#sidebar ul ul li a:visited {
	color:#6BA4DC;
	background:none;
	text-decoration:none;
	padding:2px;
	}
	
	#sidebar ul ul li a:hover {
	color:#6BA4DC;
	background:none;
	text-decoration:underline;
	}
	
	.intro {
	border:3px dashed #999999;
	color:#990000;
	text-align:left;
	margin:20px;
	padding:15px;
	}
	
	#secondary-content h2 {
	width:180px;
	font-size:12px;
	color:#fff;
	letter-spacing:.2em;
	margin:15px 2px 0;
	padding:2px 0;
	}
	
	#secondary-content ul {
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	}
	
	#secondary-content li {
	width:100%;
	background:transparent;
	margin:0;
	padding:0;
	font-size:10px;
	}
	
	#secondary-content ul ul li {
	width:100%;
	background:transparent;
	margin:0 10px;
	padding:2px 5px;
	}
	
	#secondary-content ul ul li a,#secondary-content ul ul li a:link,#secondary-content ul ul li a:visited {
	background:transparent;
	border-top:1px solid #CC9900;
	border-bottom:1px solid #663300;
	color:#061642;
	display:block;
	position:relative;
	text-decoration:none;
	white-space:nowrap;
	padding:2px;
	font-size:11px;
	}
	
	#secondary-content ul ul li a:hover {
	background-color:#FFCC00;
	}
	
	#sidebar ul ul,#secondary-content ul ul {
	margin:0;
	padding:0 0 10px;
	}

/* Live Search */
li#search {
width:360px;
margin:2px 20px;
}

#searchform {
color:#fff;
line-height:100%;
font-size:12px;
margin:0;
padding:10px 0;
}

#searchform input {
border:none;
color:#fff;
background-color:#ddd;
margin:2px 4px;
padding:0;
}

#searchform input#searchinput {
width:330px;
height:16px;
border:1px solid #ddd;
color:#666;
background:#fff;
margin:5px 0 2px;
padding:1px;
}

#searchform input#searchinput:focus {
border:1px solid #6BA4DC;
}

#live-results {
color:#333;
margin:0;
padding:5px 0;
}

#live-results h2 {
display:block;
font-weight:700;
margin:0;
padding:0;
}

#live-results h3 {
font-weight:400;
margin:0;
padding:0;
}

#live-results .more-results {
display:block;
font-weight:700;
background:url('images/search-more.png') left center no-repeat;
margin:5px 15px 0 0;
padding:2px 0 2px 18px;
}

#live-results .more-results a,#live-results .more-results a:link {
color:#333;
}

#searchinput,#searchinput.livesearch {
width:330px;
}

#search-loading {
height:18px;
width:18px;
background:url('images/spinner.gif') center center no-repeat;
}

#search-reset {
height:18px;
width:16px;
background:url('images/cancel.png') center center no-repeat;
cursor:pointer;
}

#search-results ul {
margin:0;
padding:0;
}

#search-results li {
background:url('images/item.png') left center no-repeat;
margin:0;
padding:0;
}

#search-results h3 {
margin:0;
padding:0 0 0 8px;
}

#loading,#leavecomment {
text-align:center;
color:#ddd;
font-size:18px;
letter-spacing:-2px;
margin:30px 0 20px !important;
}

#toggle a {
float:right;
color:#6BA4DC;
width:80px;
background:none;
padding:2px;
}

/* Comments and Trackbacks */
#comments {
height:50px;
font-size:18px;
text-align:center;
color:#000;
text-transform:uppercase;
margin:40px 0 0;
padding:30px 0 0;
}

#commentform {
margin:15px 0;
padding:10px;
}

input#author,input#email,input#url,textarea#comment {
background:#fff;
border:1px solid #AC5D1B;
font-size:12px;
padding:1px;
}

#commentform input:focus,#commentform textarea:focus {
color:#3377E3;
border:1px solid #AC5D1B;
}

textarea#comment {
width:99%;
}

#submit {
margin-left:4px;
border:1px solid #AC5D1B;
color:#fff;
font-size:12px;
background:#6BA4DC;
overflow:hidden;
padding:0 2px;
}

#submit:hover {
background:#4986e3;
}

.comment-header {
font-size:18px;
color:#ddd;
margin:0;
padding:0;
}

.comment-header a,.comment-header a:active,.comment-header a:visited,.comment-header a:link {
font-size:18px;
color:#ddd;
background:none;
text-decoration:none;
}

.comment-header a:hover {
font-size:18px;
color:#AC5D1B;
background:none;
text-decoration:underline;
}

.comment-content {
width:94%;
}

.comment-footer {
font-size:10px;
text-align:left;
margin:4px 0;
padding:0;
}

.commentlist,.pinglist {
list-style-type:none;
margin:10px 0;
}

.commentlist li {
width:94%;
list-style:none;
padding:4px;
}

.commentlist p {
margin:10px;
}

.class_comment1 {
background:#fff;
margin:15px 10px;
border:1px solid #6BA4DC;
}

.class_comment2 {
background:#fff;
margin:15px 10px;
border:1px solid #ddd;
}

.pinglist li {
width:94%;
border:1px solid #0A396E;
background:#fff;
list-style:none;
margin:15px 10px;
padding:4px;
}

.pinglist p {
text-align:left;
padding:8px 10px;
}

#errors {
font-size:12px;
color:#FF2A2A;
padding:0 0 2px;
}

/* Images */
p img {
border:none;
max-width:100%;
margin:0;
padding:2px;
}

.entry p img {
border:1px solid #ddd;
background:none;
}

img.center {
display:block;
margin:auto;
}

img.alignright {
float:right;
display:inline;
margin:0 0 2px 7px;
padding:2px;
}

img.alignleft {
float:left;
display:inline;
margin:0 7px 2px 0;
padding:2px;
}

/* Text align */
.center {
text-align:center;
}

.alignleft {
text-align:left;
}

.item,.alignright {
text-align:right;
}

/* Float */
div.floatright {
float:right;
}

div.floatleft {
float:left;
}

/* Classes */
.navigation {
display:block;
text-align:center;
padding:15px 0;
}

.alert {
background:#FFF6BF;
border-top:2px solid #FFD324;
border-bottom:2px solid #FFD324;
text-align:center;
margin:10px 27px 10px 0;
padding:5px 10px 5px 0;
}

.metacmt {
background:url(images/arrow.png) left center no-repeat;
padding-left:18px;
}

.clear {
clear:both;
}
