/*  
Theme Name:Unnamed Reloaded
Theme URI:http://xuyiyang.com/wordpress-themes/unnamed/
Description:<a href="http://xuyiyang.com/wordpress-themes/unnamed/">Unnamed</a> is a three-column, widget-ready wordpress theme with some AJAX functions. It is easy to use and highly customizable.
Version:1.2
Author:Xu Yiyang
Author URI:http://xuyiyang.com/

I get the AJAX commenting from K2 by Michael, Chris, Zeo and Steve Lam. Thanks for their great work.
You can get K2 here:
http://getk2.com/

The Live Search originally based on the code of K2 Live Search Mod by Steve Lam:
http://stevelam.org/2006/04/k2-live-search-mod/

Custom Image Header API(For WP 2.1+):
http://boren.nu/archives/2007/01/07/custom-image-header-api/

This theme uses Sweetie Icon Set by Joseph North:
http://sweetie.sublink.ca/

The theme is released under GPL:
http://www.opensource.org/licenses/gpl-license.php	
*/

@import url('custom-css.php');
/* General */
html, * {
	padding:0;
	margin:0;
}
body {
	font:62.5% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
* html body {
	background:#ddd;
}
fieldset, select, img {
	border:0;
}
hr, #searchform br, .counter {
	display:none;
}
a, a:link, a:active, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin:0 0 10px;
}
ol li {
	list-style:decimal outside;
}
acronym, abbr, span.caps {
	cursor:help;
}
acronym, abbr {
	border-bottom:1px dashed #fc0;
}
blockquote {
	border-left:3px solid #ccc;
	margin:20px;
	padding-left:10px;
}
cite, ins {
	text-decoration:none;
}
code, pre, kbd {
	font:1em 'Courier New', Courier, sans-serif;
}
small {
	font:0.8em Arial, Helvetica, sans-serif;
	color:#777;
}
strike, del {
	color:#777;
	text-decoration:line-through;
}
label {
	cursor:pointer;
}
h1, h2, h3, h4 {
	font-family:'Trebuchet MS', Verdana, Sans-Serif;
	font-weight:700;
}
h1 {
	font-size:1.8em;
	text-align:left;
	padding:22px 0 5px 20px;
}
h1 a, h1 a:link, h1 a:active, h1 a:hover, h1 a:visited {
	color:#fff;
	background:none;
}
h2 {
	margin:5px 0;
	font-size:1.2em;
}
h3, h4 {
	margin:20px 0 0;
	font-size:1.2em;
}
/* Structure Divs */
#header {
	margin:0 auto;
	line-height:1.2em;
	width:100%;
}
#container {
	position:relative;
	margin:0 auto;
	font-size:1.2em;
	width:980px;
	background:#fff;
}
#content {
	width:100%;
	background:#fff;
	margin:0 auto;
}
#primary-content {
	float:left;
	text-align:left;
	line-height:1.6em;
	margin:0 5px 0 10px;
	width:500px;
	display:inline;
	overflow:hidden;
}
#footer {
	clear:both;
	height:50px;
	margin:0 auto;
	width:980px;
	background:#444;
	border-top:2px solid #fc0;
}
#sidebar {
	float:left;
	line-height:1.4em;
	margin:15px 10px 15px 10px;
	width:430px;
	text-align:left;
}
/* Config Structure Divs */
/* Header and Navigation */
.description {
	font-size:1em;
	text-align:left;
	padding:0 0 5px 20px;
}
#header h1 a, .description {
	color:#FFFFFF;
}
.pagetitle {
	margin-top:25px;
	text-align:center;
}
#nav {
	display:block;
	height:32px;
	margin:0 auto !important;
	margin:0;
	padding:0;
	text-align:left;
	letter-spacing:0.15em;
	text-transform:uppercase;
	width:100%;
	background:url(images/bg_nav_ul.png) repeat transparent  !important;
	background:#444;
	list-style:none;
	border-top:2px solid #fc0;
	z-index:8;
}
#nav li {
	float:left;
	padding:0;
	margin:0;
}
#nav li a {
	display:block;
	line-height:32px;
	padding:0 10px;
	color:#fff;
	text-decoration:none;
}
#nav li a:hover {
	color:#fff;
	background:#333;
}
#nav li li {
	width:200px;
}
#nav ul a {
	color:#fff;
	line-height:24px;
}
#nav ul {
	position:absolute;
	z-index:500;
	top:auto;
	list-style:none;
	display:none;
	width:200px;
	list-style:none;
	text-align:center;
	background:url(images/bg_nav_ul.png) repeat transparent  !important;
	background:#444;
}
#nav ul ul {
	top:0;
	left:100%;
}
#nav li:hover, #nav li.sfhover {
	color:#fff;
	background:#333;
	cursor:pointer;
	z-index:100;
}
#nav li.current_page_item a, #nav li.current_page_item a:link {
	background:#333;
}
#nav li.current_page_item li a, #nav li.current_page_item li a:link {
	background:#444;
}
#nav li.current_page_item li a:hover {
	background:#333;
}
#nav li:hover ul ul, #nav li li:hover ul ul, #nav li li li:hover ul ul, #nav li li li li:hover ul ul, #nav li.sfhover ul ul, #nav li li.sfhover ul ul, #nav li li li.sfhover ul ul, #nav li li li li.sfhover ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	display:block;
}
/* Primary Cotent and Entries */
.entry-meta {
	font-size:0.8em;
	padding:4px 0 8px;
	color:#777;
}
.entry-header {
	background:none;
	font-size:1.6em;
	margin:0;
	padding:3px 0;
}
.entry-header a {
	color:#333;
}
.latestpost {
	width:465px;
	padding:3px 5px 3px 18px;
	margin:5px 0;
	border-top:1px solid #ccc;
	font-weight:700;
	color:#666;
	background:url(images/filepage.png) left center no-repeat #f4f4f4;
}
.previously {
	width:465px;
	padding:3px 5px 3px 18px;
	margin:15px 0 5px 8px;
	border-top:1px solid #ccc;
	font-weight:700;
	color:#666;
	background:url(images/filepage.png) left center no-repeat #f4f4f4;
}
.latestpost .date-header {
	color:#999;
	text-align:left;
}
.entry {
	text-align:left;
	margin:10px 0 0;
	padding:10px 8px;
}
* html .entry {
	margin:15px 0 0;
}
* +html .entry {
	margin:15px 0 0;
}
.entry ul, .entry ol {
	margin:0 0 0 40px;
}
.entry li {
	padding-bottom:8px;
}
.mini-entry {
	float:left;
	text-align:left;
	width:48%;
	padding:2px 0 0 8px;
}
.mini-entry .entry-header {
	font-size:1em;
	background:url(images/search-more.png) left top no-repeat;
	margin:0 0 4px;
	padding:0 0 0 18px;
}
/* Sidebar */
#sidebar h2 {
	color:#333;
	font-size:1.2em;
	text-transform:uppercase;
	margin:15px 2px 0 0;
	padding:2px 0;
}
#sidebar ul {
	color:#777;
	list-style:none;
}
#sidebar li {
	width:100%;
}
#sidebar ul ul li {
	width:100%;
}
.left-sidecolumn {
	clear:left;
	float:left;
	width:200px;
	padding:0 10px 0 0;
}
.right-sidecolumn {
	clear:right;
	float:right;
	width:200px;
	padding:0 0 0 10px;
}
.intro {
	font-size:.9em;
	color:#777;
	margin:10px 0;
	padding:5px;
	text-align:left;
	background:#f4f4f4;
	border-top:1px solid #ccc;
}
#featured {
	margin:10px 0;
	color:#777;
	background:#FFFFCC;
	padding:5px;
	border-top:1px #fc0 solid;
}
#featured p {
	font-size:.9em;
	margin:0;
	padding:0;
}
#featured img {
	display:inline;
	float:left;
	margin:4px 7px 0 0;
	padding:2px;
	width:48px;
	height:48px;
}
#featured a img {
	border:1px solid #ccc;
}
#featured a:hover img {
	border:1px solid #fc0;
}
#featured h2, #rss h2, #twitter h2 {
	margin:0;
	padding:0;
}
#rss {
	margin:18px 0;
	padding:5px 5px 0 5px;
	color:#777;
	border-top:1px solid #5D8BB3;
	background:#D8E7FA;
}
#rss li, #twitter li {
	padding:2px 0;
}
* html #rss { margin:15px 0; } /* IE6 */
*+html #rss { margin:15px 0; } /* IE7 */
#rss img {
	display:inline;
	float:left;
	margin:1px 2px 0 1px;
	padding:0;
}
#twitter {
	margin:18px 0;
	padding:5px 5px 0 5px;
	color:#777;
	border-top:1px solid #87BC44;
	background:#E0FF92;
}
* html #twitter { margin:15px 0; } /* IE6 */
*+html #twitter { margin:15px 0; } /* IE7 */
/* Shelf Elements */
#shelfwrap {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:url(images/bg_nav_ul.png) transparent repeat;
}
#shelf {
	line-height:1.4em;
	;
}
#toggle {
	text-align:left;
	list-style:none;
}
#toggle h2 {
	color:#fff;
	font-size:1.2em;
	text-transform:uppercase;
	margin:15px 2px 0;
}
#toggle ul {
	list-style:none;
	margin:10px 0 10px;
}
#toggle li {
	float:left;
	width:21%;
	background:transparent;
	margin-left:1.8% !important;
	margin-left:1.5%;
	padding:0 4px 6px 4px;
	display:inline;
}
* html #toggle li {
	width:20%;
}
#toggle ul li {
	width:100%;
	margin:2px 0;
	padding:0 8px;
}
#toggle ul li a, #toggle ul li a:link, #toggle ul li a:visited {
	display:block;
	background:transparent;
	color:#fff;
	white-space:nowrap;
	padding:2px;
	border-top:1px solid #3465A4;
	border-bottom:1px solid #3465A4;
	text-decoration:none;
}
#toggle ul li a:hover {
	border-top:1px solid #fc0;
	border-bottom:1px solid #fc0;
}
#toggle li.tags {
	width:45%;
}
#toggle li.tags a {
	color:#fff;
}
#toggle li.tags a:hover {
	color:#fc0;
	background:none;
	text-decoration:underline;
}
a#togglebutton {
	z-index:500;
	color:#fff;
}
#sidebar ul ul, #shelf ul {
	margin:0;
	padding:0 0 10px;
}
/* Footer */
#footer p {
	color:#fff;
	text-align:center;
	font-size:.9em;
	line-height:1.5em;
	padding:10px 0;
}
/* Search */
#search {
	width:100%;
	margin:5px 0;
	line-height:1em;
}
#searchform {
	display:block;
}
.searchinput {
	width:95%;
	color:#333;
	border:1px solid #ccc;
	background:#f4f4f4;
	margin:5px 0 2px;
	padding:3px;
}
.searchinput:focus {
	border:1px solid #fc0;
	background:#fff;
}
#live-results {
	color:#333;
	margin:0;
	padding:2px 0;
}
#live-results h2 {
	display:block;
	margin:5px 0;
	padding:0;
}
#live-results h3 {
	font-size:1em;
	font-weight:400;
	margin:0;
	padding:0;
}
#live-results .more-results {
	display:block;
	background:url(images/search-more.png) left center no-repeat;
	margin:5px 15px 0 0;
	padding:2px 0 2px 18px;
}
#search-loading {
	position:absolute;
	top:130px;
	right:10px;
	margin-top:8px;
	height:18px;
	width:18px;
	background:url(images/spinner.gif) center center no-repeat;
}
#search-reset {
	position:absolute;
	top:130px;
	right:10px;
	margin-top:8px;
	height:18px;
	width:18px;
	background:url(images/cancel.png) center center no-repeat;
	cursor:pointer;
}
#search ul {
	margin:0;
	padding:0;
}
#search ul li {
	background:url(images/item.png) left top no-repeat;
}
#search h3 {
	margin:0;
	padding:0 0 0 14px;
}
/* Comments and Trackbacks */
.comment-section {
	margin:30px 10px;
	text-align:left;
}
#leavecomment {
	margin:30px 25px 20px 0 !important;
	text-align:center;
	color:#ccc;
}
.section-title {
	font-size:1.6em;
	font-weight:400;
	text-align:center;
	margin:5px 25px 5px 0;
}
#commentform {
	margin:15px 0;
}
input#author, input#email, input#url, textarea#comment {
	border:1px solid #ccc;
	padding:1px;
	background:url(images/bg_input.jpg) repeat-x left top;
}
#commentform input:focus, #commentform textarea:focus {
	color:#3377E3;
	border:1px solid #fc0;
}
textarea#comment {
	width:99%;
}
#submit, #previewcomment {
	float:right;
	margin:0 0 0 10px;
	border:1px solid #3465A4;
	color:#fff;
	background:#5D8BB3;
	padding:0 2px;
}
#submit:hover, #previewcomment:hover {
	background:#3465A4;
}
.comment-header {
	text-align:left;
	margin:4px;
	font:1.8em Georgia, "Times New Roman", Times, serif;
	color:#333;
}
.comment-content {
	margin:10px;
}
.comment-footer {
	text-align:left;
	margin:4px;
	font-size:.9em;
	padding:0;
}
#commentlist, #pinglist, #previewlist {
	list-style:none;
}
#commentlist li, #pinglist li, #previewlist li {
	margin:10px 0;
	list-style:none;
	padding:4px;
	line-height:1.8em;
}
.class-comment1 {
	border-top:1px solid #ccc;
	background:#f4f4f4;
}
.class-comment2 {
	background:#e9f0f0;
	border-top:1px solid #5D8BB3;
}
#commentlist li .counter, #pinglist li .counter {
	display:none;
}
#commentlist li img {
	padding:0;
	border:0;
}
#commentlist li img.gravatar {
	float:right;
	margin:2px;
	border:1px solid #ccc;
}
#error {
	margin:2px;
	padding:2px;
	text-align:center;
	color:#FF0000;
	background:#FFFF99;
}
#commentload {
	padding-top:3px;
	float:right;
	vertical-align:middle;
	height:18px;
	width:18px;
	background:url(images/spinner.gif) center center no-repeat;
}
/* Images */
p img {
	border:0;
	max-width:100%;
	padding:2px;
}
img.center, img[align="center"] {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.alignright, img[align="right"] {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
}
img.alignleft, img[align="left"] {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
}
img.wp-smiley {
	border:0;
}
.feedlink img {
	float:right;
	height:12px;
	width:12px;
	border:0;
	margin:-19px 0 0;
}
#footer img {
	float:right;
	position:reletive;
	top:12px;
	right:50px;
	width:60px;
	height:26px;
}
/* Text align */
.center {
	text-align:center;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.item {
	text-align:right;
}
/* Float */
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
/* Classes */
.navigation {
	clear:both;
	display:block;
	font-size:.9em;
	text-align:center;
	padding:15px 5px;
}
.alert {
	width:94%;
	background:#FFFFcc;
	border-top:1px solid #fc0;
	text-align:center;
	margin:10px 0;
	padding:5px 10px 5px 0;
}
.metadate {
	background:url(images/date.png) left center no-repeat;
	padding:1px 0 1px 18px;
}
.metacmt {
	background:url(images/comment.png) left center no-repeat;
	padding:1px 0 1px 18px;
}
.metapost {
	background:url(images/tag1.png) left center no-repeat;
	padding:1px 0 1px 18px;
}
.metatag {
	color:#777;
	font-size:.9em;
	background:url(images/tag2.png) left center no-repeat;
	padding:1px 0 1px 18px;
}
.metaedit {
	background:url(images/edit.png) left center no-repeat;
	padding:1px 0 1px 18px;
}
.metapopularity {
	background:url(images/popular.png) left center no-repeat;
	padding:1px 0 1px 18px;
}
.more-link {
	background:url(images/read-more.png) left center no-repeat;
	padding:10px 0 10px 18px;
}
.clear {
	clear:both;
}