/*
Theme Name: Nathan Alan 
Description: The custom WordPress theme for the Nathan Alan web site.
Author: Rhaya Shilts
Author URI: http://rhaya.com/

*/

.bigLetter {
	float:left;
	color:#F1881D;
	font-size:55px;
	line-height:43px;
	padding-top:2px;
	padding-right: 1px;
	font-weight: bold;
}
.city {
	font-size: 18px;
	color: #818181;
	padding-bottom: 6px;
}
#holder {
	width: 885px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 883px;
}
#header #right #links {
	margin-top: 67px;
	margin-right: 20px;
	padding-right: 1px;
	text-align: right;
	background-color: #818181;
	height: 22px;
}

#links a {
font-size:12px;
color:#FFF;
text-decoration:none;
line-height:22px;
}

#links a:hover {
color:#FFF;
text-decoration:underline;
}

h1 {
	color: #818181;
	margin-top: 0px;
}

#content {
	background-image: url(images/lines.jpg);
	background-repeat: repeat-y;
}
#innerContent {
	padding-left: 20px;
}
#innerContent #fontSizeTwelve {
	font-size: 12px;
	color: #666;
	margin-top: 12px;
	float: left;
	width: 100%;
}

#contentTop {
	background-repeat: no-repeat;
	height: 12px;
	background-position: right top;
	width: 100%;
	float: none;
}
#footer {
	background-image: url(images/bottom.jpg);
	padding-left: 300px;
	font-size: 10px;
	background-repeat: no-repeat;
	padding-top: 15px;
	height: 45px;
}

#header #left {
	float: left;
	width: 264px;
}
#header #right {
	float: right;
	width: 619px;
	background-image: url(images/backRightTop.gif);
	height: 99px;
	background-position: left;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #F08912;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#admin a {
	display: block;
	margin: 5px;
	padding: 2px;
	width: 300px;
	border: 1px solid #FCFCFE;
}
#admin a:hover {
	background-color: #F7F7F5;
}
.floatRight {
	float: right;
	width: auto;
	font-size: 12px;
	color: #000;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #666;
}


/* ------------- BLOG STYLES ------------- */

#blogpad {
	padding:0 15px 0 10px;
}

#blogpad img {
	padding:2px;
	border:1px solid #818181;
}

.blogtitle {
	font-size:24px;
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif;
}



#sidebarblog {
border:solid 1px #81c460;
}

#sidebarblog h3 {
width:206px;
height:30px;
margin:0;
padding:0;
}


h3.recentposts {
width:206px;
height:30px;
background:url(images/blog/recentposts.gif) no-repeat;
text-indent:-9999px;
}

h3.archives {
width:206px;
height:30px;
background:url(images/blog/archives.gif) no-repeat;
text-indent:-9999px;
}

h3.categories {
width:206px;
height:30px;
background:url(images/blog/categories.gif) no-repeat;
text-indent:-9999px;
}

h3.search {
width:206px;
height:30px;
background:url(images/blog/search.gif) no-repeat;
text-indent:-9999px;
}

#sidebarblog ul {
font-size:11px;
list-style-type:none;
display: block;
margin:0 0 3px 0;
padding:0;
}

#sidebarblog li {
margin:0;
}

#sidebarblog ul li a {
display: block;
color: #979797;
text-decoration:none;
line-height:130%;
padding:6px 6px 3px 7px;
}

#sidebarblog ul li a:hover {
color:#ff7f00;
text-decoration:none;
}


.paging {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
}

.wp-caption {
font-size:10px;
color:#777777;
line-height:140%;
}

.wp-caption-text, p.wp-caption-text {
padding:2px 0 0 5px;
margin:0;
}


img.alignleft {margin: 0 20px 10px 0}


.alignright {float: right; margin: 0 0 5px 20px; display:inline;}

.alignleft {float: left; margin: 0 20px 5px 0; display:inline;}


#metaborder {
border-bottom:8px solid #d6d6d6;
margin:0 0 24px 0;
}

#metainfo {
border-bottom:1px solid #d6d6d6;
border-top:1px solid #d6d6d6;
padding:1px 4px 1px 4px;
font-size:11px;
font-style:italic;
margin:0 0 2px 0;
color:#777777;
}



#respond h3 {
font-size:18px;
margin:12px 0 0 0;
}

.commentlist li {
padding:6px 10px;
margin:0 20px 0 0;
}

.comment-author {
font-weight:bold;
}

.comment-meta {
font-size:11px;
margin:0 0 6px 0;
}

.alt {
background-color: #eeeeee;
border-bottom: 1px solid #dddddd;
border-top: 1px solid #dddddd;
}

.avatar {
display:none;
}


