/*
Theme Name: AH Studios
Theme URI: http://www.ah-studios.com/
Description: AH Studios theme.
Version: 1.1
Author: Paul Cooper
Author URI: http://www.ah-studios.com/
Tags: Grey, AH Studios
*/

/************************************/
/* AH Studios | CSS Document
/* By Paul Cooper
/* Created 06/03/08
/* Modified 07/03/08
/************************************/

body 
{
    font-size: 12px;
    color: #555;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background: #e4e4e4 url(images/header_tile.gif) repeat-x;
}

div, h1, h2, h3, h4, p, ul, li, dl, dt, dd, form 
{
    margin: 0;
    padding: 0;
}

a img 
{
    border: none;
}

acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}

/************************************/
/* Layout Elements
/************************************/

#wrapper 
{
    width: 820px;
    margin: 0 auto;
}

#header 
{
    width: 820px;
    margin: 0 auto;
    height: 120px;
    background: url(images/logo.jpg) no-repeat 20px 0px;
}

#main 
{
    background: url(images/backing_tile.jpg) repeat-y;
}

#leftcol 
{
    float: left;
    width: 540px;
}

#maintop 
{
    height: 11px;
    background: url(images/backing_top.jpg) no-repeat top left;
}

#content 
{
    margin: 5px 15px;
    padding: 10px;
    background: url(images/content_bg.gif) repeat-x top left;
}

#footer 
{
    background: #e4e4e4 url(images/backing_bottom.jpg) no-repeat top right;
    padding: 10px 20px;
}

#footer p 
{
    color: #999;
}

#footer .rss {
	float: left;
	margin: 0 5px 0 0;
}

/************************************/
/* Typography
/************************************/

h1 
{
    font-size: 16px;
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    border-bottom: 1px solid #333333;
    padding: 0 0 3px 0;
    margin: 0 0 10px 0;
}

h2, h3 
{
    font-size: 14px;
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    margin: 0 0 10px 0;
}

p 
{
    color: #555;
    font-size: 12px;
    margin: 0 0 10px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.6em;
}

#content span 
{
    color: #ffa800;nau
}

blockquote {
	font-style: italic;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

#leftcol a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#leftcol a:hover {
	color: #F0A235;
}

#blogTitle {
	background: url(images/banner.jpg) no-repeat top left;
	width: 725px;
	height: 102px;
	padding: 48px 0 0 45px;
	font-size: 1em;
	margin: 0 0 10px 0;
}

#blogTitle a {
	color: #000;
	font-size: 1.4em;
	text-decoration: none;
	display: block;
	padding: 0 0 5px 0;
	font-weight: bold;
	text-align: center;
	width: 145px;
}

#blogTitle span {
	color: #333;
	text-align: center;
	display: block;
	width: 145px;
}

/************************************/
/* Navigation Styling
/************************************/

#menu 
{
    width: 800px;
    margin: 0 auto;
    background: #cdcccc url(images/menu_tile.jpg) repeat-x top left;
    border-bottom: 1px solid #999
}

#menu ul 
{
    padding: 0 5px;
}

#menu li 
{
    list-style: none;
    float: left;
}

#menu a 
{
    display: block;
    padding: 7px 10px 7px 10px;
    text-decoration: none;
    color: #555;
    font-size: 12px;
    font-weight: bold;
}

#menu a:hover 
{
    color: #222;
    padding: 6px 10px 7px 10px;
    border-top: 1px solid #F0A235;
    background: #efefef;
}

#leftnav {
	width: 200px;
	float: left;
	margin: 0 10px 0 0;
	padding: 20px 0 0 0;
	background: url(images/sidenav_head.gif) no-repeat top left;
}

#leftnav span {
	font-weight: bold;
	background: #d4d4d4 url(images/sidenav_title.gif) no-repeat top left;
	padding: 3px 5px;
	color: #333;
	display: block;
}

#leftnav li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
}

#leftnav li a {
	display: block;
	padding: 2px 5px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #ccc;
	font-size: 0.9em;
}

#leftnav li a:hover {
	background: #efefef;
}

.navigation {
	padding: 3px 5px;
	background: #efefef;
	margin: 10px 0;
	font-size: 0.9em;
}

.navigation a {
	color: #333;
}

/************************************/
/* Blog Styling
/************************************/

#blog {
	width: 555px;
	float: left;
}

#sidebar {
	float: right;
	width: 200px;
	background: #efefef;
}

#sidebar li {
	list-style: none;
}

#sidebar li h2 {
	margin: 0;
	padding: 3px 5px;
	border-bottom: 1px solid #ccc;
}

#sidebar li li a {
	padding: 3px 5px;
	border-bottom: 1px dotted #ccc;
	font-size: 0.9em;
	color: #333;
	text-decoration: none;
	display: block;
}

#sidebar li li a:hover {
	background: #ccc;
}

.widgettitle {
}

.post {
	border-bottom: 1px solid #ccc;
	margin: 0 0 5px 0;
}

.post h2 {
	margin: 0;
	padding: 0;
}

.post p {
	margin: 0;
	padding: 0;
}

.post h2 a {
	background: #555;
	text-decoration: none;
	color: #fff;
	padding: 3px 5px;
	display: block;
}

.post .pad {
	padding: 10px;
}

.post small {
	font-weight: bold;
	color: #000;
}

.post .entry {
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.4em;
	padding: 6px 0;
}

.post .entry a {
	color: #000;
}

.post .postmetadata {
	color: #000000;
	font-size: 0.85em;
}

.post .postmetadata a {
	color: #777;
}

#blog .content {
	padding: 10px;
}

.fullpost h2 {
	color: #F0A235;
	font-size: 1.6em;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #F0A235;
}

#blog .content .fullpost p {
	margin: 0 0 8px 0;
}

.fullpost a {
	color: #555;
}

.fullpost .postmetadata {
	border-top: 1px solid #ccc;
	padding: 5px 0 0 0;
	color: #777;
	line-height: 1.2em;
}

/************************************/
/* Footer Styling
/************************************/

#footer p 
{
    font-size: 11px;
}

/************************************/
/* Global Classes
/************************************/

.clear 
{
    clear: both;
    height: 0;
}
.float_right 
{
    float: right;
}
.float_left 
{
    float: left;
}
.img_right {
	float: right;
	padding: 0 0 20px 20px;
}
.list {
	padding: 0 0 0 20px;
	margin: 0;
}
.list li {
	padding: 0 0 3px 0;
}

/* Begin Images */
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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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 ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform a {
	color: #555;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif
	}

#commentform #submit {
	margin: 10px 0 0 0;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 0;
	padding: 10px 10px 20px 10px;
	list-style: none;
	background: url(images/commentbg.jpg) bottom left no-repeat;
}

.commentlist li a {
	color: #555;
}

.commentlist li .avatar {
	float: right;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

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;
	}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/* End Various Tags & Classes*/
