/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
* {
margin: 0;
padding: 0;
}
body {
	width: 100%;
	background: #e3e3e3 url(img/body.jpg) repeat;
}
:focus{
	outline:0
}
html {
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: gray;
	text-decoration: none;
}
a:hover {
	color: silver;
	text-decoration: none;
}
a:active {
color: maroon;
text-decoration: none;
}
a img { 
	border: 0;
	margin-right: auto;
	margin-left: auto;
}

/* hn */
h1, h2 {
}




/*
navigation
---------------------------------------------- */

#menu {
	width: 960px;
	height: 31px;
        z-index: -2;
        margin-top: 10px;
                
}

#menu ul li.current_page_item a:link, 
#menu ul li.current_page_item a:hover, 
#menu ul li.current_page_item a:visited, 
#menu ul li.current_page_item a:focus, 
#menu ul li.current_page_item a:active {
color : maroon;
text-decoration : none;

}

#menu ul li.page_item a, 
#menu ul li.page_item a:hover {
color: #706963;
	font-size: 13px;
	text-shadow: white 0 1px 1px;
	z-index: -1;
}

#menu ul li.page_item a:hover {
	color: silver;
}

.nav {
	height: 31px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 0.9em;
	position: relative;
	left: 9px;
	top: 5px;
}
.nav li {
list-style-type: none;
	display: inline;
	line-height: 31px;
	font-size: 1.1em;
	text-transform: lowercase;
	width: 140px;
	text-align: center;
	float: left;
	height: 31px;
	margin-right: 20px;
	text-indent: -9999px;
}

.nav li a {
	color: #706963;
	font-size: 13px;
	
	background: url(img/menu.png) no-repeat -6px -14px;
	display: inline;
	width: 140px;
	height: 31px;
	float: left;
}

.nav li a:hover {
	color: silver;
	float: left;
	background: url(img/menu.png) no-repeat -6px -53px;
}

.nav li.home {
list-style-type: none;
	display: inline;
	line-height: 31px;
	font-size: 1.1em;
	text-transform: lowercase;
	width: 140px;
	text-align: center;
	float: left;
	height: 31px;
	margin-right: 20px;
	text-indent: -9999px;
}

.nav li.home a {
	color: #706963;
	font-size: 13px;
	
	background: url(img/menu.png) no-repeat -6px -14px;
	display: inline;
	width: 140px;
	height: 31px;
	float: left;
}

.nav li.home a:hover {
	color: silver;
	float: left;
	background: url(img/menu.png) no-repeat -6px -53px;
}

.nav li.portfolio {
list-style-type: none;
	display: inline;
	line-height: 31px;
	font-size: 1.1em;
	text-transform: lowercase;
	width: 140px;
	text-align: center;
	float: left;
	height: 31px;
	margin-right: 20px;
	text-indent: -9999px;
}

.nav li.portfolio a {
	color: #706963;
	font-size: 13px;
	
	background: url(img/menu.png) no-repeat -165px -14px;
	display: inline;
	width: 140px;
	height: 31px;
	float: left;
}

.nav li.portfolio a:hover {
	color: silver;
	float: left;
	background: url(img/menu.png) no-repeat -165px -53px;
}

.nav li.archives {
list-style-type: none;
	display: inline;
	line-height: 31px;
	font-size: 1.1em;
	text-transform: lowercase;
	width: 140px;
	text-align: center;
	float: left;
	height: 31px;
	margin-right: 20px;
	text-indent: -9999px;
}

.nav li.archives a {
	color: #706963;
	font-size: 13px;
	
	background: url(img/menu.png) no-repeat -326px -14px;
	display: inline;
	width: 140px;
	height: 31px;
	float: left;
}

.nav li.archives a:hover {
	color: silver;
	float: left;
	background: url(img/menu.png) no-repeat -326px -53px;
}

.nav li.categories {
list-style-type: none;
	display: inline;
	line-height: 31px;
	font-size: 1.1em;
	text-transform: lowercase;
	width: 140px;
	text-align: center;
	float: left;
	height: 31px;
	margin-right: 20px;
	text-indent: -9999px;
}

.nav li.categories a {
	color: #706963;
	font-size: 13px;
	
	background: url(img/menu.png) no-repeat -485px -14px;
	display: inline;
	width: 140px;
	height: 31px;
	float: left;
}

.nav li.categories a:hover {
	color: silver;
	float: left;
	background: url(img/menu.png) no-repeat -485px -53px;
}

.nav li.reading {
list-style-type: none;
	display: inline;
	line-height: 31px;
	font-size: 1.1em;
	text-transform: lowercase;
	width: 140px;
	text-align: center;
	float: left;
	height: 31px;
	margin-right: 20px;
	text-indent: -9999px;
}

.nav li.reading a {
	color: #706963;
	font-size: 13px;
	
	background: url(img/menu.png) no-repeat -645px -14px;
	display: inline;
	width: 140px;
	height: 31px;
	float: left;
}

.nav li.reading a:hover {
	color: silver;
	float: left;
	background: url(img/menu.png) no-repeat -645px -53px;
}

.nav li.contact {
list-style-type: none;
	display: inline;
	line-height: 31px;
	font-size: 1.1em;
	text-transform: lowercase;
	width: 140px;
	text-align: center;
	float: left;
	height: 31px;
	margin-right: 20px;
	text-indent: -9999px;
}

.nav li.contact a {
	color: #706963;
	font-size: 13px;
	
	background: url(img/menu.png) no-repeat -805px -14px;
	display: inline;
	width: 140px;
	height: 31px;
	float: left;
}

.nav li.contact a:hover {
	color: silver;
	float: left;
	background: url(img/menu.png) no-repeat -805px -53px;
}


#address {
	height: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: -1px auto 15px;
	text-align: center;
	padding-bottom: 10px;
}

#address a img {
	margin-right: auto;
	margin-left: auto;
}

/* About */

#about {
	width: 984px;
	height: 290px;
	padding: 15px;
	margin-left: -39px;
	margin-bottom: 10px;
	
	z-index: 50;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: url(img/aboutbg.png) no-repeat center center;
}

#about .middle {
	width: 960px;
	height: 299px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
}

#aboutpic {
	width: 239px;
	height: 313px;
	float: left;
	margin-right: 20px;
	background: url(img/aboutpic.png) no-repeat center center;
	z-index: 5;
	position: relative;
	top: -12px;
	left: 20px;
}

#abouttext {
	width: 675px;
	height: 299px;
	float: left;
	background: url(img/abouttext.png) no-repeat -2px 13px;
	position: relative;
	top: -11px;
	left: 22px;
}

/* 
navigate		
------------------------------------------------------ */

#navigate {
padding: 0;
width: 100%;
font-size: 0.9em;
	z-index: 0;
	height: 20px;
	clear: both;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
	position: relative;
	top: 31px;
}
#navigate-inner {
padding: 0;
text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	background-position: center center;
	width: 841px;
}
#navigate span.previous {
float: left;
	font-size: 1.1em;
	width: 150px;
	display: block;
	height: 30px;
	
	z-index: -4;
	background: url(img/prevnext.png) -2px -47px;
}

#navigate span.previous a{
display: block;
line-height: 30px;
	font-size: 12px;
	height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	color: #6f6862;
	text-align: center;
	background: url(img/prevnext.png) no-repeat -2px -46px;
	text-indent: -9999px;
}

#navigate span.previous a:hover{
display: block;
line-height: 30px;
	height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	color: gray;
	background: url(img/prevnext.png) -2px -3px;
}

#navigate span.next {
	font-size: 1.1em;
	float: right;
	width: 150px;
	display: block;
	height: 30px;
	background: url(img/prevnext.png) right 37px;
}

#navigate span.next a {
display: block;
	font-size: 12px;
	height: 30px;
	background: url(img/prevnext.png) right -46px;
	padding-top: 0;
	padding-bottom: 0;
	color: #6f6862;
	text-align: center;
	line-height: 30px;
	text-indent: -9999px;
}
#navigate span.next a:hover {
display: block;
	height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	color: silver;
	background: url(img/prevnext.png) right -3px;
}
#navigate span.previous a:hover,
#navigate span.next a:hover {
}

#commentsbird {
width : 220px;
height : 90px;
	position: relative;
	left: -3px;
	top: -13px;
	text-align: center;
	float: left;
	background: url(img/commentbird.png) no-repeat 0 center;
	padding-right: 170px;
	line-height: 31px;
	font-size: 13px;
	color: #6f6862;
	z-index: 5;
}

#leave {
width : 240px;
height : 60px;
	position: relative;
	left: 0;
	top: 0;
	text-align: center;
	float: left;
	
}
#leave a {
width : 240px;
height : 60px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
	letter-spacing: 2px;
	color: #505050;
	font: 14px NeutraTextTTLightAlt;
}

#leave a:hover {
width : 240px;
height : 60px;
	float: left;
	letter-spacing: 2px;
	color: #4f9ea2;
	font-size: 14px;
	background: url(img/linkhoverbottom.png) no-repeat center 15px;
}
#links {
width : 140px;
height : 60px;
	position: relative;
	top: 0;
	float: left;
	text-align: center;
	left: 0;
}
#links a {
height : 60px;
float : left;
width : 140px;
	letter-spacing: 2px;
	color: #505050;
	background-repeat: no-repeat;
	background-position: 0 0;
	font: 14px NeutraTextTTLightAlt;
}

#links a:hover {
height : 60px;
float : left;
width : 140px;
	letter-spacing: 2px;
	color: #4f9ea2;
	font-size: 14px;
	background: url(img/linkhoverbottom.png) no-repeat center 15px;}
#sendemail {
width : 150px;
height : 60px;
	position: relative;
	float: left;
	text-align: center;
	top: 0;
	left: 0;
}
#sendemail a {
width : 150px;
height : 60px;
float : left;
	letter-spacing: 2px;
	color: #505050;
	background-repeat: no-repeat;
	background-position: 0 0;
	font: 14px NeutraTextTTLightAlt;
}

#sendemail a:hover {
width : 150px;
height : 60px;
float : left;
	letter-spacing: 2px;
	color: #4f9ea2;
	font-size: 14px;
	background: url(img/linkhoverbottom.png) no-repeat center 15px;
}

.post img{border:3px #fff; height:auto; background-color:white; box-shadow:0px 0px 8px #818181; -webkit-box-shadow:0px 0px 8px #818181; -moz-box-shadow:0px 0px 8px #818181; margin:10px auto; padding:10px;
width: auto;
text-align: center;
}

