/* 
Theme Name:		A-Nation
Author:		retromachine@gmail.com
Description:	Anime Blog Theme
Last Update:   	Mar 30 2007
*/

body {
	margin: 0;
	padding: 30px 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #333;
	background: #c9cbb8 url(images/bg_tile.gif);
	}

/* links */

a:link, a:visited {
	color: #668800;
	text-decoration: none;
	}
a:hover {
	}

/* page structure
---------------------------------------------------------- */

#container {
	width: 780px;
	margin: 0 auto;
	background: #fff url(images/bg_page_l.gif) repeat-y left top;
	}
#container-inner {
	padding: 0 4px;
	background: url(images/bg_page_r.gif) repeat-y right top;
	}

#page {
	padding: 10px 10px 0;
	font-size: 95%;
	line-height: 1.6em;
	}
#content {
	width: 69%;
	float: right;
	}
#sidebar {
	width: 28%;
	float: left;
	font-size: 95%;
	line-height: 1.5em;
	color: #666;
	}

/* header
---------------------------------------------------------- */

#header {
	padding: 14px 10px 0 10px;
	background: url(images/bg_page_t.gif) repeat-x 6px top;
	}

#header-inner {
	height: 175px;
	font-size: 95%;
	background: #f0f0e8 url(images/gtwlug_banner.png) no-repeat right top;
	}
h1 {
	margin: 0;
	padding: 20px 0 0 15px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 250%;
	color: #333;
	}
h1 a:link, h1 a:visited, h1 a:hover {
	color: #4f1444;
	text-decoration: none;	
	}
.description {
	margin: 0;
	padding-left: 15px;
	}
	
/* top navigation
---------------------------------------------------------- */

#nav {
	margin: 0 10px;
	font-size: 95%;
	position: relative;
	background: #e1e4d3 url(images/bg_nav.gif) repeat-x left top;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/bg_nav_r.gif) no-repeat right top;
	}
#nav li {
	float: left;
	font-size: 85%;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
#nav li a {
	float: left;
	padding: 8px 10px;
	color: #5d6d01;
	font-weight: bold;
	text-decoration: none;
	border: none;
	background: url(images/nav_divider.gif) no-repeat right 8px;
	}
#nav li a:hover, #nav li.current_page_item a {
	font-weight: bold;
	color: #6c9500;
	}
		
/* content
---------------------------------------------------------- */

#content h2 {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 140%;	
	}
#content h2.pagetitle {
	margin-bottom: 2px;
	font-size: 95%;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px dashed #ccc;
	}
#content h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 150%;
	}
#content h3 a:hover, #content h3 a:visited {
	color: #333;
	}
.entry {
	margin: 10px 0 0;
	}
.entry p {
	margin: 0 0 10px 0;
	}
.post {
	padding: 0 0 20px;
	position: relative;
	}
.alt {
	background: #f0f0e8;
	}
.chronodata {
	margin: 0;
	padding: 2px 0 0 16px;
	color: #666;
	background: url(images/time.gif) no-repeat left top;
	}
.postmetadata {
	border-top: 1px dashed #ccc;
	}
.postmetadata a {
	color: #4f1444;
	}
.postmetadata p, .entrymetadata p {
	margin: 0;
	font-size: 90%;
	color: #666;
	}
.entrymetadata {
	margin-top: 15px;
	padding: 10px;
	background: #f6f6f6;
	border: 1px solid #ddd;
	}
.plink {
	float: left;
	padding: 0 0 0 16px;
	background: url(images/categories.gif) no-repeat left 3px;
	}
.clink {
	float: right;
	padding: 0 0 0 16px;
	background: url(images/comment.gif) no-repeat left 2px;
	}
.editlink {
	position: absolute;
	top: 0;
	right: 0;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}

/* images */

.entry img {
	padding: 4px;
	border: 1px solid #ddd;
	max-width: 100%;
	}
.entry img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}	
.entry img.alignright {
	padding: 4px;
	margin: 5px 0px 5px 8px;
	display: inline;
	}
.entry img.alignleft {
	padding: 4px;
	margin: 5px 8px 5px 0px;
	display: inline;
	}
img.noborder {
	border: none !important;
	}

/* comments */

h4#comments {
	margin: 0 0 20px 0;
	font-family: Georgia, Arial, san-serif;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	}
h4#respond {
	margin: 0;
	font-family: Georgia, Arial, san-serif;
	font-weight: bold;	
	}
.commentlist p {
	margin: 0;
	padding-top: 5px; 
	}
.commentlist li {
	padding: 5px 10px;
	}
.commentlist cite {
	color: #4f1444;
	font-style: normal;
	font-weight: bold;
	}
.commentlist li em {
	font-size: 90%;
	color: #666;
	}
.commentmetadata {
	padding: 2px 0 0 16px;
	background: url(images/time.gif) no-repeat left top;	
	}

#commentform p {
	margin: 0;
	padding: 2px 0;
	}
#commentform textarea {
	width: 100%;
	}	
	
/* lists */

#content ul, #content ol, #content dl {
	margin: 0 0 10px 0;
	padding: 0;
	}
#content ul, #content ol {
	margin-left: 10px;
	}
#content ol {
	padding-left: 20px;
	}
#content ul {
	list-style: none;
	}
#content ul li {
	padding: 0 0 5px 12px;
	line-height: 1.5em;
	background: url(images/icon_bullet.gif) no-repeat left 6px;
	}
#content dl dt {
	font-weight: bold;
	}
#content dl dd {
	margin: 0 0 15px 0;
	padding: 0;
	}

/* post navigation */

.navigation {
	text-align: center;
	padding: 0 0 30px;
	font-size: 90%;
	line-height: 1em;
	}
.navigation .left {
	float: left;
	width: 50%;
	text-align: left;
	}
.navigation .right {
	float: right;
	width: 50%;
	text-align: right;
	}
.navigation a {
	color: #999;
	}
	
		
/* sidebar
---------------------------------------------------------- */

#sidebar h2 {
	margin: 0;
	padding: 6px 10px;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	color: #333;
	background: #e1e4d3 url(images/bg_sb_h2.gif) no-repeat top right;	
	}
#sidebar h2 a {
	color: #333;
	}
#sidebar p, #sidebar form, 
.textwidget, #calendar_wrap {
	margin: 0;
	padding: 10px;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	list-style: none;
	}	
#sidebar ul li {
	margin: 0 0 10px;
	padding: 0;
	background: #f0f0e8 url(images/bg_sidebar.gif) no-repeat right bottom;
	border: 1px solid #e1e4d3;	
	}
#sidebar ul li ul {
	margin: 0;
	padding: 10px;
	list-style: none;
	}
#sidebar ul li ul li {
	margin: 0;
	padding: 0 0 2px 13px;
	background: url(images/icon_bullet_sb.gif) no-repeat left 6px;
	border: none;
	}

/* search */

#sb-search h2 {
	display: none;
	}
#sidebar #livesearch, #search input#s  {
	width: 95%;
	margin-bottom: 3px;
	padding: 0;
	color: #aaa;
	}

/* sidebar widget */

#sidebar ul.children {
	padding: 2px 0;
	}
#sidebar ul.children li {
	background: url(images/icon_bullet_sbchild.gif) no-repeat left 4px;
	}
#sidebar ul.children a {
	color: #333;
	}
#sidebar .widget {
	position: relative;
	}
#sidebar .widgettitle img {
	position: absolute;
	top: 6px;
	right: 10px;
	padding-left: 10px;
	background: url(images/nav_divider.gif) no-repeat left top;
	}

/* calendar */

#wp-calendar caption {
	margin-bottom: 5px;
	border-bottom: 1px solid #e1e4d3;
	}
#wp-calendar td {
	margin: 0;
	padding: 0 4px;
	}
#wp-calendar td a {
	color: #668800;
	}
#wp-calendar td#today {
	background: #e1e4d3;
	}
			
/* footer
---------------------------------------------------------- */

#footer {
	padding: 0 10px 14px 10px;
	background: url(images/bg_page_b.gif) repeat-x 6px bottom;
	}
#footer-inner {
	font-size: 90%;
	line-height: 1.6em;
	background: #f0f0e8 url(images/bg_sidebar.gif) no-repeat right bottom;
	border: 1px solid #e1e4d3;
	}
#footer p {
	margin: 0;
	padding: 10px;
	}

/* misc.
---------------------------------------------------------- */
/* basic phrase element styles */

blockquote {
	margin: 0;
	padding-left: 20px;
	line-height: 1.5em;
	color: #777;
	background: url(images/quote.gif) no-repeat 0 3px;
	}
code {
	color: #666;
	font-family: Monaco, monospace;
	font-size: 120%;
	text-align: left;
	}
code strong {
	color: #630;
	}
abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #dbd5c5;
	cursor: help;
	}
a abbr {
	border: none;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
del {
	text-decoration: line-through;
	color: #666b75;
	}
ins {
	text-decoration: none;
	font-style: italic;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}
	
.clear {
	clear: both;
	display: none;	
	}
	
/* self-clearing floats */

#nav ul:after,
#page:after,
.entry:after,
.postmetadata:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

/* Hide from IE-Mac \*/
* html #nav ul, * html #page, * html .postmetadata { height: 1%; }
/* End hide from IE-Mac */

