/*  
Theme Name: Arizona Nights
Theme URI: http://www.wpthemjunkie.com/
Description: Designed by <a href="http://www.andreafarnsworth.com">Andrea Farnsworth</a>.
Version: 1
Author: Andrea Farnsworth
Author URI: http://www.andreafarnsworth.com/
*/
*{margin: 0; padding: 0;}
body{
	background: #fff url("images/bg.jpg") repeat-x 0 0;
	font: 12px Trebuchet MS, Verdana, Arial;
	color: #595959;
	padding-bottom: 15px;
	font-size:16px;
}
.inv{display: block; visibility: hidden;}
p{padding: 5px 0;}
a{text-decoration: none; color: #c1741c;}
a:hover{text-decoration: underline; color: #c1741c;}
.alignright{float: right;}
.alignleft{float: left;}
.aligncenter{
	display: block;
	margin: 0 auto;
}
img{
	margin-right: 10px;
	border: 1px solid #bbb;
}

blockquote{
	margin: 10px 0 0;
	border-top:1px solid #c3dbdf;
	border-bottom:1px solid #c3dbdf;
}
blockquote p{ padding: 20px; }
blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}
#container-01{
	width: 100%; 
	text-align: center;
	background: url("images/background.jpg") no-repeat center top; 
}
#container-02{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#header{
	width: 950px;
	height: 78px;
	padding-top: 115px;
	padding-left: 50px;
}
#header h1 a{
	width: 146px;
	height: 36px;
	display: block;
	text-indent: -9999px;
	background: url("images/logo.png") no-repeat 0 0;
}
#header .description{
	color: #888;
	margin-top: -5px;
	padding-left: 30px;
	display: block;
	text-transform: lowercase;
}
#navigation{
	width: 1000px;
	height: 31px;
	font-size:14px;
	overflow: hidden;
}
#navigation li{
	list-style-type: none;
	width: 80px;
	float: left;
}
#navigation li a{
	width: 50px;
	height: 23px;
	display: block;
	padding: 8px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	position: relative;
}
#navigation li a:hover{
	text-decoration:underline;
}
#navigation .current_page_item a,#navigation .current_page_item a:hover{
	width: 50px;
	height: 23px;
	display: block;
	padding: 8px 20px 0px 20px;
	text-decoration: underline;
	text-align: center;
	color: #fff;
	
}
#main-wrapper{
	width: 1000px;
	
	overflow: hidden;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#left{
	width: 740px;
	padding: 15px 25px 30px 25px;
	float: left;
}
#left ul, #left ol{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 20px;
	margin-left: 20px;
	margin: 0 0 20px 20px;
	padding: 0;
}
.title-content{
	width: 698px;
	padding: 10px 20px;
	margin-bottom: 10px;
	border: 1px solid #a9c4c9;
	background-color: #c3dbdf;
}
.title-content h2{
	font: 24px Trebuchet MS, Verdana, Arial;
	font-weight: normal;
	color: #595959;
}
.title-content h2 a{color: #213a40; text-decoration: none;}
.title-content h2 a:hover{color: #7e4e61; text-decoration:underline;}
.meta-data{
	display: block;
	background-color: #9cb9bf;
	border: 1px solid #d4eaed;
	margin-top: 5px;
	padding: 5px 10px;
	color: #fff;
}
.meta-data a{text-decoration: none; color: #444;}
.meta-data a:hover{text-decoration: underline; color: #fff;}

.entry{
	width: 700px;
	border: 1px solid #a9c4c9;
	padding: 10px 20px 100px 20px;
	margin:0 0 50px 0;
}
.commentlist{width: 700px; padding: 10px 20px;}
.commentlist li{
	width: 595px;
	list-style-type: none;
	padding-left: 105px;
	background: url("images/comment.jpg") no-repeat 0 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
#left h3{
	font: 22px Trebuchet MS, Verdana, Arial;
	font-weight: normal;
	color: #7e4e61;
	padding-top: 15px;
}
#commentform{width: 700px;}
#commentform input{
	width: 300px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #ccc;
}
#commentform #comment{
	width: 500px;
	height: 150px;
	background-color: #fff;
	border: 1px solid #ccc;
}
#commentform #submit{
	width: 82px;
	height: 28px;
	border: 0;
	background: url("images/send.gif") no-repeat 0 0;
	cursor: pointer;
}
#post-links{
	width: 700px;
	margin: 10px 20px;
	position: relative;
}
.prev-entries{
	position: absolute;
	left: 0;
	top: 0;
}
.prev-entries a{
	width: 82px;
	height: 28px;
	line-height: 28px;
	display: block;
	background: url("images/prev.gif") no-repeat 0 0;
	text-indent: -9999px;
}
.prev-entries a:hover{background: url("images/prev.gif") no-repeat 0 -28px;}
.next-entries{
	position: absolute;
	right: 0;
	top: 0;
}
.next-entries a{
	width: 82px;
	height: 28px;
	line-height: 28px;
	display: block;
	background: url("images/next.gif") no-repeat 0 0;
	text-indent: -9999px;
}
.next-entries a:hover{background: url("images/next.gif") no-repeat 0 -28px;}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#right{
	margin-top:15px;
	width: 210px;
	float: left;
	background-image:url(images/yorkies.jpg); 
	background-repeat:no-repeat;
}
#sideShell{
	
	margin-top:140px;
	background-color:#eff1e0;
	background-image:url(images/right-bg.jpg);
	background-repeat:repeat-y;
}
.sdb-content{width: 210px; padding-bottom: 20px;}
.sdb-content h3{
	width: 160px;
	height: 27px;
	font: 18px Trebuchet MS, Verdana, Arial;
	font-weight: normal;
	color: #526d73;
	padding-top: 6px;
	padding-left: 10px;
	background: url("images/sdb-h3.gif") repeat-x 0 0;
}
.sdb-content ul li{
	width: 160px;
	padding-bottom: 2px;
	list-style-type: none;
	background: url("images/sdb-li.gif") no-repeat left bottom;
}
.sdb-content ul li a{
	width: 200px;
	height: 23px;
	display: block;
	padding-left: 10px;
	color: #7e4e61;
	padding-top: 8px;
	text-decoration: none;
}
.sdb-content ul li a:hover{
	color: #7e4e61;
	text-decoration:underline;
}
#searchform{
	width: 200px;
	padding-top: 20px;
	padding-left: 10px;
	overflow: hidden;
}
#searchform input{float: left;}
#searchform #s{
	width: 153px;
	height: 19px;
	border: 0;
	color: #796a4b;
	padding-left: 5px;
	padding-top: 6px;
	background: url("images/input-bg.gif") no-repeat 0 0;
}
#searchform #searchsubmit{
	width: 29px;
	height: 25px;
	background: url("images/search-submit.gif") no-repeat 0 0;
	border: 0;
	cursor: pointer;
}
.sdb-content ul .recentcomments{
	height: 23px;
	padding-top: 8px;
	padding-left: 10px;
}
.sdb-content ul .recentcomments a:hover{background: transparent;}

.center{width: 210px; text-align: center;}
#wp-calendar, #wp-calendar caption{margin: 10px auto 0 auto;}
#wp-calendar td{padding: 0 5px;}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#footer{
	width: 1025px;
	height: 40px;
	padding-top: 20px;
	padding-left: 75px;
	color: #c9c9c9;
	margin: 0 auto;
	background: url("images/footer-bg.gif") no-repeat 0 0;
	text-align: left;
	
}
#footer a{text-decoration: none;color: #526d73;}
#footer a:hover{color: #526d73; text-decoration:underline;}
/*-----------------------------------------------------------------------------------------*/
#flickr {
	width:740px;
	height:125px;
	padding:10px;
	margin:-100px 0 0 0;
	color:#7e4e61;
}
#submit {
	margin-left:400px;
}
	
}
/*------------------------------------------------------------*/
#tags {
	width:195px;
	margin-left:10px;
}
#tags a {
	color:#7e4e61;
	text-decoration:none;
}
#tags a:hover {
	color:#7e4e61;
	text-decoration:underline;
}