/*  
Theme Name: XA Simple
Theme URI: n/a
Description: The default ex animo theme
Version: 1.0
Author: Matthew Tretter
Author URI: http://exanimo.com/

	xa simple v1.0

*/


* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
}

hr {
	display: none;
}

body {
	padding-bottom: 75px;
}


#page {
	font: 0.7em/2em Verdana, Arial, sans-serif;
}


h1,
h2,
h3,
h4,
h5 {
	font-family: Times, "Times New Roman", Georgia, serif;
	font-weight: normal;
}







#header {
	background-color: #333;
	position: relative;
}

#logo {
	display: block;
	height: 60px;
	overflow: hidden;
	width: 250px;
	position: absolute;
	bottom: 0;

}


#logo img {
	margin-top: -35px;
}



#nav {

	position: absolute;
	left: 20px;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	display: block;
	height: 30px;
	text-indent: -999em;
	overflow: hidden;
}

#nav-home a {
	width: 75px;
	background: url(/wordpress/wp-content/themes/xa-simple/images/home.gif) 0 0 no-repeat;
}




h1 {
	margin-left: 235px;
	padding-left: 5%;
	padding-top: 65px;

}

h1 a {
	display: block;
	text-decoration: none;
	font-size: 3.2em;
	font-weight: normal;
	line-height: 1em;
	color: #fff;
	position: relative;
	top: 0.26em;
}

h2 {
	font-size: 2.2em;
	margin-top: 2.75em;
}

h3 {
	font-size: 1.7em;
	margin-top: 2em;
}






/*
 *
 * Common styling.
 *
 */

.post {
	margin-left: 235px;
	padding: 0.5em 1.5em 0 5%;
}

.post li {
	margin-left: 2em;
}

.post p,
.note,
.download,
pre {
	margin-top: 2.2em;
}

.post .note p,
.post .download p
{
	margin-top: 0;
	padding-top: 20px;
}

.post a,
#comments a {
    text-decoration: none;
    font-weight: bold;
    color: #93c;
}

.post a:hover,
#comments a:hover {
    text-decoration: underline;
}


pre, code {
    background-color: #f0f8ff;
}

code {
	font-size: 11px;
}

pre {
    padding: 10px 20px;
}

.note,
.download {
    background-color: #f3f3ff;
    padding: 0 20px 20px 20px;
    font-style: italic;
    line-height: 1.5em;
}

.download {
	background: url(/wordpress/wp-content/themes/xa-simple/images/downloadArrow.gif) 0 0 no-repeat;
	background-position: 20px 25px;
	padding-left: 74px;
	border: 1px dashed #93c;
	min-height: 53px;
}

strong {
	font-style: italic;
}























/* /////////////////////////////////////////////////////////////////////////////

Comments

///////////////////////////////////////////////////////////////////////////// */

#comments {
	margin-left: 5%;

}

#comments h2,
#comments dl {
	margin-left: 235px;
}

img.gravatar {
	border: 10px solid #f2f2f2;
	vertical-align: top;
	float: left;
}

span.gravatar a:hover img.gravatar {
	border: 10px solid #93c;
}

.myComment img.gravatar {
	border: 10px solid #333;
}

#comments h2 {
	padding: 4em 0 2em 0;
	border-top: 1px solid #333;
}

#comments dt {
	width: 225px;
	float: left;
	clear: left;
	padding-top: 3em;
}

#comments dd {
	min-height: 65px;
	margin-bottom: 3em;
	padding: 3em 1.5em 0 260px;
	border-top: 1px dotted #999;
}

#comments .commenterInfo {
	margin-left: 90px;
	display: block;
}

#comments .commenterName {
	font-size: 1.2em;
	line-height: 0.5em;
	padding-bottom: 0.2em;
}

#comments .commentDate {
	font-style: italic;
}


#comments p {
	margin-bottom: 2em;
}




/*
 *
 * Comment Form
 *
 */

.commentform-content div * {
	font: 1em Verdana, Arial, sans-serif;
}

#commentform {
	margin-top: 2em;
	padding: 0 0 0 235px;
	clear: left;
}

#commentform h2 {
	padding: 1em 0 2em 0;
	
	/* Because TXP puts my comment form in my comments div. */
	border: 0;
	margin-left: 0;
}

.commentform-content {
	border-top: 1px solid #333;
	padding-right: 2.5em;
}

#comment {
	width: 100%;
	height: 170px;
	font-size: 1em;
	overflow: hidden;
	padding: 0.2em 0;
}

#messageField {
	margin-left: 260px;
}

#commenterFields {
	float: left;
	width: 260px;
}

#commenterFields input {
	width: 220px;
	padding: 0.2em 5px;
	font-size: 1.5em;
}

#messageField label,
#commenterFields label {
	display: block;
	margin-bottom: 0.3em;
}

.comment-url-input,
.comment-author-input,
.comment-email-input,
#comment {
	margin-bottom: 0.5em;
	border: 1px solid #333;
	color: #666;
}

#controlFields {
	text-align: right;
}

#controlFields label {
	margin-left: 0.2em;
}

#controlFields * {
	display: inline;
}

input.button {
	padding: 0.5em 1em;
	background: #cfc;
	vertical-align: top;
	margin-left: 2em;
}




.comments_error {
	color: #f00;
	padding-bottom: 2.5em;
}

.comments_error li {
	list-style-type: none;
}



.flickrThumbnail {
	display: block;
	margin: 2em 2em 2em 0;
	float: left;
}

.flickrThumbnail img {
	border: 25px solid #f2f2f2;
}

.flickrThumbnail:hover img {
	border: 25px solid #93c;
}

#comments {
	clear: left;
}

