/*  
Theme Name: Crooked Roads
Theme URI: http://www.crookedroads.com/
Description: Custom theme for Crooked Roads.
Version: 1.0
Author: Corie Slate
Author URI: http://www.houseoftech.com/
*/

html
{
	margin:0;
	padding:0;
	height:100%;
}
body
{
	margin:0;
	padding:0;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color:#000;
	color:#fff;
}

h2{font-size:120%;font-weight:normal;}

#page_title
{
	font-size:130%;
	font-weight:normal;
	text-align:left;
	color:#ddd;
}

a:link, a:visited
{
	color:#999966;
	text-decoration:underline;
}
a:hover
{
	color:#999900;
	text-decoration:underline;
}

img{border:0;}

.center{text-align:center;}
.tleft{text-align:left;}
.tright{text-align:right;}
.left{float:left;}
.right{float:right;}
img.left{margin-right:10px;margin-bottom:10px;}
img.right{margin-left:10px;margin-bottom:10px;}
.clearboth{clear:both;}
.clearleft{clear:left;}
.clearright{clear:right;}

#site
{
	background:url("images/bg-homepage1-faded.jpg") right top no-repeat;
	min-height:580px;
}
#site.homepage
{
	background:url("images/bg-homepage1.jpg") right top no-repeat;
	/*background:url("images/bg-homepage1.jpg") 220px 0px no-repeat;*/
}

#header
{
	padding-top:30px;
}
.homepage #header
{
	height:auto;
}

#logo
{
	float:left;
	margin:0 0 0 30px;
}
/*.homepage #logo
{
	float:none;
	margin:80px 0 20px 20px;
}*/
#site_quote
{
	float:left;
	clear:right;
	margin:50px 0 0 40px;
	width:400px;
	text-align:center;
	font-style:italic;
	color:#ddd;
}
/*.homepage #site_quote
{
	margin:0 0 0 80px;
}*/

#menu
{
	clear:both;
	padding:20px 0 0 20px;
	line-height:30px;
}
#menu a
{
	margin:0 10px;
}
.homepage #menu
{
	margin-top:0;
	padding-left:80px;
}

#content
{
	text-align:left;
	color:#999;
	padding:30px;
	clear:both;
}
.homepage #content
{
	padding-top:50px;
}

#thumbnail_container
{
	clear:both;
	padding:0 30px;
}

ul.slides, .slides li
{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.slides li
{
	float:left;
	
}
.slides img, .photos_large
{
	margin:6px;
	/*border:1px solid #999966;*/
	border:3px solid #ccc;
}

#collections
{
	margin:0 0 0 20px;
	padding:0;
}
td.collection
{
	padding:20px;
	text-align:center;
}

td.albums
{
	padding-top:30px;
}
td.album
{
	padding:0 5px 10px;
	text-align:center;
}


.category_title
{
	line-height:30px;
	text-align:center;
}
.category_title a:link, .category_title a:visited
{
	font-size:140%;
	text-decoration:none;
}
#albums .category_title
{
	line-height:normal;
}
#albums .category_title a:link, #albums .category_title a:visited
{
	font-size:100%;
}

#picture_caption
{
	color:#ccc;
}

#picture_navigation
{
	margin:0 auto 20px;
	text-align:center;
	padding:0;
	width:300px;
}
#picture_navigation td
{
	width:150px;
}

#big_picture_container
{
	text-align:center;
}

#gallery_head, #gallery_foot
{
	clear:both;
	height:30px;
	margin:20px 30px;
}
#pagination
{
	float:right;
}
#breadcrumb
{
	text-align:left;
}

#rss
{
	float:right;
}

#footer
{
	clear:both;
	margin:30px;
	padding-bottom:30px;
	color:#aaa;
	font-size:90%;
}

#copyright
{
	
}
#sitecredits
{
	font-size:80%;
}