/*
Theme Name: Signville
Theme URI: http://newwaymedia.com
Description: The totally awesome template made by austin crane
Version: 2 (WP2.8.6)
Author: Austin Crane
Author URI: http://austincrane.net
*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	margin-top: 0px;
	top: 0px;
}

#website-info {
	width:800px;
	height:100px;
	margin-top: -120px;
}

#wrapper {
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	margin-top: 0px;
}

#nav {
	width: 1000px;
	float: left;
	background-color: #000;
}

#basement {
	float: left;
	width: 1000px;
	background-image: url(images/basement.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	min-height: 500px;
}
#basement a {
	color: #09F;
}
#basement a:hover {
	color: #09F;
	background-color: #FF9;
}
#fourofour {
	float: left;
	width: 1000px;
	background-image: url(images/basement.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	min-height: 500px;
}
#fourofour a {
	color: #09F;
}
#fourofour a:hover {
	color: #09F;
	background-color: #FF9;
}

#footer {
	width:1000px;
	float:left;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #666;
	list-style-image: none;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #CCC;
}
#footer a {
	color: #09F;
}
#footer a:hover {
	color: #9F9;	/*background-color: #FF9;*/
}
.footerinfo {
	width:221px;
	padding: 8px;
	float: left;
	margin-right: 13px;
	background-color: #0D0D0D;
	height: auto;	
}
.socialfooterinfo {
	width:221px;
	padding: 8px;
	float: left;
	margin-right: 13px;
	background-color: #0D0D0D;
	height: auto;	
}
.socialfooterinfo a:hover{
	text-decoration: none;
	background-color: #0D0D0D;
}
#cooliris {
	width: 800px;
	clear: both;
	margin-right: auto;
	margin-left: auto;	
}
#thetime {
	width: 150px;
	margin-left: -80px;
	text-align: center;
}
#thetime p{
	font-size: 0.8em;
	color: #69C;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#home-left {
	width: 210px;
	font-size: 70px;
	margin-top: 80px;
	margin-left: 100px;
	position: absolute;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
}
#contact-left {
	width: 250px;
	font-size: 20px;
	margin-top: 200px;
	margin-left: 100px;
	float:left;
}
.contact-post {
	width: 570px;
	float:right;
	margin-top: 55px;
	margin-right:  70px;
	font-size: 1.2em;
	line-height: 1.4em;
}
.post {
	width: 570px;
	float:left;
	margin-top: 45px;
	margin-left:  350px;
	font-size: 1.2em;
	line-height: 1.4em;
}
.post h2{
	text-indent: -9000px;	
}

.blogpost {
	width: 570px;
	margin-top: 80px;
	margin-left:  350px;
	font-size: 1.2em;
	line-height: 1.4em;
}
.blogpost a{
	color: #FFC;	
}
.blogpost h2 a{
	font-size: 1.6em;
	color: #FFF;
	text-decoration: none;
	line-height: 1em;	
}
.blogpost h2 a:hover{
	background-color: #FFC;
	color: #333;
}
.class {
	font-size: 1em;
	color: #FFC;	
}

.singlepost {
	width: 570px;
	margin-top: 80px;
	margin-left:  350px;
	font-size: 1.2em;
	line-height: 1.4em;
}
/*footer social nav*/
#social-nav {
	/*width: 350px;
	height: 90px;
	float:right;*/
	
}
#social-nav ul {    
margin: 0px;
padding: 0px;    
list-style-type: none;
} 
#social-nav ul li {
	float: left;
	margin-right: 10px;
} 
#social-nav ul a {  
color: #F90;
text-decoration: none;  
background-image: url('images/social-nav.png');  
background-repeat: no-repeat;
display: block; 
height: 50px;  
text-indent: -9000px; 
}
#social-nav #twitter a {    
width: 50px;
} 
#social-nav #twitter a:hover { 
background-position: 0px -50px;
} 
#social-nav #facebook a {   
background-position: -50px 0px;   
width: 50px; 
}
#social-nav #facebook a:hover {  
background-position: -50px -50px;
} 
#social-nav #flickr a { 
background-position: -100px 0px;  
width: 50px;
} 
#social-nav #flickr a:hover {   
background-position: -100px -50px;
} 


/* These are the image align codes */
img.alignright {
	float:right;
	margin:0 0 1em 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
img.alignleft {
	float:left; 
	margin:0 1em 1em 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
img.aligncenter {
	display: block; 
	margin-left: auto; margin-right: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
a img.alignright {
	float:right; 
	margin:0 0 1em 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
a img.alignleft {
	float:left; 
	margin:0 1em 1em 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
a img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
