/*  
Theme Name: AG Default
*/


/* Begin Main Structure */
body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #232323 url(images/body.jpg) repeat-x 0 0;
	color: #fff; 
	margin: 0 0 20px 0; 
	padding: 0; 
	text-align: center;
	}

#page {
	background: #242424 url(images/page.jpg); 
	margin:0 auto;
	padding: 0;	
	text-align: left;
	width: 946px; 
	}
	
#pagetop {
	padding:0 23px;
	background:url(images/page-top.jpg) no-repeat 0 0;
	}
/* End Main Structure */



/* Begin Header */
#header {
	background: url(images/headerimg.jpg) no-repeat 0 0;
	padding:11px 52px 0 0;
	height: 172px;
	text-align:right;
	}
	
h1 {
	margin:0;
	padding:0;
	width:257px;
	height:164px;
	position:relative;
	float:right;
	font:italic 3em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}
	
h1 span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	background:url(images/logo.jpg)
	}
	
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none; 
	color: #fff; 
	}
	
#nav {
	background:#f5c35b url(images/nav.jpg);
	height:33px;
	margin:0;
	padding:10px 0 0 85px;
	}
	
#nav li {
	float:left;
	list-style:none;
	font:italic 1.4em/22px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-right:13px;
	}
	
#nav span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	background-position:0 0;
	}
	
#nav li a {
	color:#010101;
	display:block;
	height:22px;
	position:relative;
	text-align:center;
	}
	
#nav li a:hover span {
	background-position:left bottom;
	}

#nav li.home a { width:63px; }
#nav li.home a span { background-image:url(images/nav-home.jpg); }

#nav li.who a { width:114px; }
#nav li.who a span { background-image:url(images/nav-who.jpg); }

#nav li.what a { width:112px; }
#nav li.what a span { background-image:url(images/nav-what.jpg); }

#nav li.china a { width:131px; }
#nav li.china a span { background-image:url(images/nav-china.jpg); }

#nav li.news a { width:136px; }
#nav li.news a span { background-image:url(images/nav-news.jpg); }

#nav li.contact a { width:110px; }
#nav li.contact a span { background-image:url(images/nav-contact.jpg); }
	

/* End Header */



/* Begin Overall General Settings */
	/* Begin Links and Headers */	
	a { 
		color:#fdca61;
		text-decoration: none; 
		}

	a:hover { 
		text-decoration: underline;
		}
		
	h2 { 
		font:italic 2.5em Georgia, "Times New Roman", Times, serif;
		background:url(images/contenth2.jpg) no-repeat 0 1em;
		font-weight:normal;
		margin:0;
		padding:0;
		color: #ee1c25; 
		}
		
	h2 a, h3 a {
		color: #ee1c25; 
		}

	h3 { 
		padding: 0; 
		font-size: 1.3em; 
		margin: 30px 0 0; 
		}
		
	h3.comments { 
		padding: 0; 
		margin: 40px auto 20px ; 
		}

	h2.pagetitle { 
		margin-top: 30px; 
		text-align: center; 
		}

	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; 
		}	
		
	p {
		margin:25px 0;
		line-height:1.5em;
		}
	/* 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.aligncenter { 
		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 */	
	
small, .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; 
	margin-top: 10px; 
	margin-bottom: 60px; 
	}
/* End Overall General Settings */



/* Begin Content Areas */
#content { 
	font-size: 1.2em;
	float:right;
	width:610px;
	padding-right:15px;
	padding-top:100px;
	}

small { 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 0.9em; 
	line-height: 1.5em; 
	}

	/* Begin Post Area */
	.post { 
		margin: 0 0 40px; 

		}
		
	.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; }
	
	.narrowcolumn .postmetadata { text-align: center; }
	
	.narrowcolumn .postmetadata { padding-top: 5px; }

	.entry ul {
		margin-left: 0px; 
		padding: 0 0 0 30px;
		list-style: none;
		} 

	.entry li { 
		list-style:none;
		background:url(images/bullet.gif) no-repeat 0 .5em;
		padding:0 0 5px 15px;
	}
	
	.entry p a:visited { color: #b85b5a; }
	
	.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-color: #353535; 
		border-top: 1px solid #000; 
		border-bottom: 1px solid #000; 
		margin: 0; 
		padding: 10px; 
		}

	#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;
		margin: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 {
	padding:15px;
	}
	
#sidebar #searchform #s { 
	width: 108px; 
	padding: 2px;
	border:1px solid #b90000;
	background:#cb0000;
	color:#fff;
	}
	
#sidebar #searchsubmit { 
	padding: 1px; 
	}
/* End Search Form */



/* Begin Sidebar */
#sidebar {
	background:#e51c24 url(images/sidebar.jpg);
	width:247px;
	float:left;
	font-size:1.2em;
	}

#sidebar form { margin: 0; }

#sidebar h2 {
	color:#fdca61;
	font-size:1.5em;
	line-height:27px;
	margin:0;
	padding:1px 0 0 13px;
	background:#232323 url(images/sidebarh2.jpg);
	}

#sidebar ul, #sidebar ul ol { 
	margin: 0; 
	padding: 0; 
	}
	
#sidebar ul li { 
	list-style-type: none;
	list-style-image: none; 
	}
	
#sidebar ul ul, #sidebar ul ol { 
	margin: 0;
	padding:5px 13px 8px;
	background:url(images/sidebarulul.jpg) no-repeat 0 0;
	}

#sidebar ul ul li {
	list-style:none;
	background:url(images/bullet.gif) no-repeat 0 .3em;
	padding:0 0 5px 15px;
	}

#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }

#sidebar ul p, #sidebar ul select { margin: 13px; }

ol li, #sidebar ul ol li { list-style: decimal outside; }

#quote {
	background:#cb0000 url(images/quote.jpg);
	width:165px;
	height:157px;
	margin:25px;
	font-size:.9em;
	font-style:italic;
	padding:15px 15px 0;
	}
	
.byline {
	float:right;
	color:#fdca61;
	}
/* End Sidebar */



/* Begin Footer */
#footer { 
	background: #232323 url(images/footer.jpg) no-repeat 0 0;
	border: none; 
	padding: 0; 
	margin:0 -23px;
	clear: both;
	color:#6b6b6b;
	}

#footer p { 
	margin: 0; 
	padding: 30px 0; 
	text-align: center; 
	}
/* End Footer */




/*
Whatever your hand finds to do, do it with all your might,
for in the grave, where you are going, there is neither
working nor planning nor knowledge nor wisdom.
Ecclesiastes 9:10

Tammy Hart
www.tammyhartdesigns.com
*/
