body {
background:url(./images/back.png) repeat-x #fff;
color:#555555;
text-align:center;
font-family:'Myriad Pro', Arial, 'Sans Serif';
font-size:14px;
}

body.inner {
background:url(./images/backInner-blog.png) repeat-x #ECECEC;
}

#page {
width:960px;
margin:auto;
text-align: left;
}

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

.alignright {
float:right;
text-align: right;
display:block;
margin:0 0 20px 20px;
}

a {
color:#27521b;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

ul#nav li a:hover, h1 a:hover {
text-decoration: none;
}

h1 {
font-size:40px;
}

h2 {
font-size:30px;
color:#433a2d;
font-weight:bold;
padding:0 0 20px 0;
}

h2.pagetitle {
font-weight:normal;
}

h2.pagetitle span {
font-weight:bold;
}

h3 {
font-size:16px;
color:#333333;
font-weight:bold;
padding:0 0 20px 0;
line-height:30px;
}

h4 {
font-size:16px;
color:#333333;
font-weight:bold;
padding:0 0 20px 0;
line-height:30px;
}

p {
padding:0 0 20px 0;
line-height:24px;
}

#header {
background-repeat: no-repeat;
background-image: url(./images/squarelogo.png);
width:960px;
height:90px;
clear:both;
}

#header h1 {
padding-left: 100px;
padding-bottom: 0;
padding-right: 0;
padding-top: 30px;
line-height:40px;
}

#header h1 a {
color:#FFFFFF;
}

#header h1 span {
font-weight:normal;
padding-left:10px;
color:#5d5750;
}

#banner {
width:960px;
height:480px;
overflow: hidden;
position: relative;
clear:both;
background-color: #663300;
background:url(./images/banner.png) no-repeat 50%;
}

#banner h2 {
font-size:32px;
line-height:40px;
padding:26px 0 25px 1px;
color:#000000;
width:550px;
font-weight:normal;
letter-spacing: 1px;
}

#banner h2.shadow {
position:absolute;
color:#FFFFFF;
top:25px;
left:0px;
padding:0px;
}

#banner a.button {
display:block;
width:130px;
overflow: hidden;
padding:0 10px 0 15px;
line-height:30px;
height:30px;
font-size:14px;
color:#FFFFFF;
background:url(./images/arrowButtonGreen.png) no-repeat top right;
}

#banner .screenshot {
background:url(./images/screenshotBack.png) no-repeat;
width:380px;
height:255px;
position:absolute;
right:0px;
top:10px;
}

#banner .screenshot img {
margin:32px 0 0 12px;
}

#menulinks {
width:960px;
height:61px;
clear:both;
position:relative;
overflow: hidden;
}

ul#nav {
height:61px;
}

ul#nav li {
float:left;
display:block;
margin:0 20px 0 0;
}

ul#nav li.line {
width:2px;
height:60px;
margin:0 30px 0 0;
background:url(./images/menuline.png) no-repeat left center;
}

ul#nav li a {
padding:15px 20px 0 0;
height:46px;
display:block;
float:left;
color:#544334;
line-height:15px;
font-size:16px;
font-weight: bold;
}

ul#nav li a.active {
background:url(./images/navActive.png) no-repeat 5px bottom;
}

ul#nav li a span {
font-size:11px;
color:#655a39;
font-weight:normal;
}

ul#nav li a.active, ul#nav li a:hover {
color:#222222;
}

ul#nav li a.active span, ul#nav li a:hover span {
color:#444444;
}

ul#nav li.rss {
float:right;
margin:0px;
}

ul#nav li.rss a {
background:url(./images/rss.png) no-repeat center center;
width:38px;
}

#mainarea {
padding:30px 0;
overflow: hidden;
}

a.button {
display:block;
float:left;
padding:0 30px 0 15px;
line-height:30px;
height:30px;
font-size:14px;
color:#FFFFFF;
background:url(./images/arrowButtonBrown.png) no-repeat top right;
}

a.button:hover {
text-decoration: none;
}

#contentarea {
width:630px;
float:left;
display:block;
overflow: hidden;
}


#footer {
width:100%;
clear:both;
overflow: hidden;
position: relative;
height:70px;
background:url(./images/footer.png);
text-align: center;
}

#footer .inner {
width:960px;
margin:auto;
height:70px;
text-align: left;
}

#footer .inner p {
padding:18px 0 0 0;
line-height: 18px;
font-size:11px;
color:#b09b7c;
}

#footer .inner p a {
color:#e5b84e;
}

#footer .inner p a:hover {
color:#FFFFFF;
}

#footer .inner p.left {
float:left;
display:block;
}

#footer .inner p.right {
float:right;
display:block;
text-align: right;
}

#footer .inner p.right a {
display: block;
float:left;
margin:0 0 0 20px;
}

.spacerule {
width:100%;
height:40px;
clear:both;
display:block;
}


ul.photo-grid {
	list-style-type: none;
	overflow: hidden;
	padding-top: 10px;
	line-height: 0px;
	width:520px;
	
}

.photo-grid li {
	list-style-type: none;
	background: none;
	float: left;
	margin: 5px;
	padding: 0;
	position: relative;
	width: 160px;
}

.photo-grid li.last {
	margin-right: 0;
}

.photo-grid li img {
	border: 4px solid #222;
	margin: 0;
}

.photo-grid li img:hover, .photo-grid li:hover img {
	border: 4px solid #444;
}

.photo-grid li .description {
	background-color: #444;
	color: #eee;
	display: none;
	font-size:10px;
	padding: 8px 10px;
	position: absolute;
}




