/*  
Theme Name: Alt Tags
Theme URI: http://www.alttags.org/
Description: Alt Tags theme.  Designed by Francey, adapted by Kirk
Version: 1.5
Author: Francey/Kirk
Author URI: http://www.francey.org/
*/

/* properties for IE */
body {
	background-color: #C0C0C0;
	color: #444444;
	font-family: verdana, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	min-width: 788px;
	text-align: center;
}

a, #content h2 a:hover, strong, b {
	color: #0066B2;
}

a:hover {
	color: #589616;
	text-decoration: none;
}

blockquote, pre {
	background-color: #F5F5F5;
	font-size: 1em;
	padding: 5px;
}

caption {
	font-weight: bold;
}

code {
	color: #000000;
	font-size: 1.2em;
}

dd {
	background-color: #F5F5F5;
	border-left: 1px solid #589616;
	padding: 5px;
}

dt {
	border-bottom: 1px solid #589616;
	font-weight: bold;
}

em,i, cite {
	color: #297016;
}

h1 {
	color: #0066B2;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	margin-bottom: 0px;
	text-transform: capitalize;
}

h3 {
	color: #777777;
	font-size: 0.75em;
	font-style: italic;
	font-weight: normal;
	margin-top: 0px;
	padding: 0px;
}

h4 {
	color: #0066B2;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.1em;
}

h5 {
	color: #0066B2;
	font-size: 1.1em;
	font-weight: normal;
}

h6 {
	font-family: "lucida console", monospace;
	font-size: 0.9em;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
}

hr {
	background-color: #589616;
	border: 0px;
	height: 2px;
}

input, textarea, select {
	background-color: #EEEEEE;
	border: #0066B2 1px solid;
}

input.focus {
	background: #9FE5AC;
}

input[type="checkbox"], h6 ul .post-categories, input[type="radio"] {
	border: 0px;
}

p {
	font-size: small;
	line-height: 145%;
	margin-bottom: 8px;
	margin-top: 8px;
	text-align: left;
	text-indent: 15px;
}

u {
	font-size: 0.9em;
	text-transform: uppercase;
}

.post-categories {
	display: inline;
	margin: 0;
	padding: 0;

}

.post-categories li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#container {
	background-color: #FFFFFF;
	border: 2px solid #CC0000;
}

#content {
	background-color: #FFFFFF;
	color: #000000;
	margin-left: 20px;
	margin-top: 10px;
	width: 550px;
	border: 0px solid red;
	float: left;
}
* html #content {
	margin-left: 10px;
	width: 540px;
}

#content li {
	line-height: 155%;
	text-indent: 0px;
	font-size: .8em;
	margin-bottom: .5em;
}

#content ul li p {
	text-indent: 0px;
}

#content .meta .post-categories {
	font-size: 1.2em;
}

#content .meta {
	font-size: 0.7em;
	font-weight: normal;
	line-height: 170%;
	text-align: right;
	text-transform: uppercase;
}

#content h2 {
	color: #333333;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.15em;
	margin-bottom: 0px;
}

#content h2 a {
	color: #333333;
	text-decoration: none;
}

#credits {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 0.8em;
	padding: 15px 0 15px 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 788px;
}

#head {
	border: 0px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	top: 0px;
	width: 788px;
	height: 150px;
}

#main {
	background-color: white;
	width: 788px;
	color: black;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border: 0px solid red;
	text-align: left;
}

#nav {
	background-color: #F5F5F5;
	border: #E0E0E1 1px solid;
	color: #000000;
	padding: 8px;
	text-align: left;
	width: 180px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;

}
* html #nav {
	margin-right: 5px;
}


#skipnav {display: none;}

#nav h2 {
	color: #333333;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	margin-bottom: 0px;
	text-transform: capitalize;
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	color: #333333;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 150%;
	margin-bottom: 0px;
	margin-top: 10px;
	text-transform: capitalize;
}

#nav ul li li a:hover {
	background-image: url(images/bullethover.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 13px;
}

#nav ul li ul {
	margin: 0px;
	padding: 0px;
}

#nav ul li ul li {
	font-family: verdana, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	letter-spacing: 0em;
	margin: 0px;
}

#nav ul li ul li a {
	background-image: url(images/bullet.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 13px;
}

#wp-calendar {
	border: 1px solid #589616;
	margin-top: 5px;
	text-align: center;
	width: 100%;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar td {
	background-color: #FFFFFF;
	font-size: 0.75em;
	font-weight: normal;
}

#wp-calendar th {
	background-color: #CCCCCC;
	font-family: verdana, sans-serif;
	font-size: 0.75em;
}

#commentlist li {
	font-size: 1em;
}
#comment {
	width: 500px;
}
#content #comment p {
	text-align: left;
}
.form-item  textarea {
	width: 400px !important;
}
#topad, #sidead {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#sidead {
	margin-top: 1em;
}
#subscribe h2 {
	font-size: .9em;
	margin-bottom: 0;
}
#subscribe p {
	text-indent: 0;
	margin: .25em 0 .4em 0;
	line-height: 130%;
	font-size: .7em;
}