@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.5;
	background: url(../images/bgBody.jpg) top center repeat #e5b269;
	margin: 0;
}
p {
	padding: 0;
	margin-bottom: 15px;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #cc6666;
}
a:hover {
	text-decoration: underline;
}

h1 {
	padding-top: 75px;
	padding-left: 40px;
	margin: 0;
}
h1 span {
	display: none;
}
h2 {
	margin-top: 25px;
	font-size: 1.2em;
	color: #333333;
}


#container {
	width: 990px;
	margin: auto
}

#header {
	height: 297px;
	background: url(../images/bgHeader.jpg);
}
#header #logo {
	float: left;
	display: inline;
	width: 340px;
	height: 150px;
	margin-left: 140px;
	margin-top: 15px;
}
#header #logo a {
	display: block;
	width: 100%;
	height: 100%;
}


#menu {
	height: 96px;
	background: url(../images/bgMenu.png);
}
#menu ul {
	float: left;
	margin: 0;
	margin-top: 23px;
	padding: 0;
}
#menu ul li {
	float: left;
	list-style-type: none;
}
#btn1 a, #btn2 a, #btn3 a {
	height: 45px;
	display: block;
}
#btn1 a {
	width: 102px;
	margin-left: 140px;
	background-image: url(../images/btnHome.png);
}
#btn2 a {
	width: 175px;
	margin-left: 150px;
	background-image: url(../images/btnFolio.png);
}
#btn3 a {
	width: 162px;
	margin-left: 140px;
	background-image: url(../images/btnContact.png);
}
#btn1 a:hover, #btn2 a:hover, #btn3 a:hover {
	background-position: 0 -45px;
}


#content {
}
/** Styling for content **/

#colLeft {
	width: 660px;
	float: left;
}
#colRight {
	width: 315px;
	float: right;
}
.headerBar {
	background: url(../images/bgContentTop.jpg) top left no-repeat;
	height: 108px;
	width: 660px;
	margin: 0;
	padding: 0;
}
.contentText {
	background: url(../images/bgPaper.png) repeat-y;
	width: 580px;
	padding: 20px 40px;
}

.contentText .galleryThumbs {
	margin: 0;
	padding: 0;
}
.contentText .galleryThumbs li {
	float: left;
	display: block;
	width: 180px;
	height: 135px;
	margin: 6px;
	list-style-type: none;
}
.contentText .galleryThumbs a img {
	border: 1px dashed #222222;
	text-decoration: none;
}
.contentText .galleryThumbs a:hover img {
	border: 1px dashed #d1d1d1;
	text-decoration: none;
}

#contentFooter {
	background: url(../images/bgContentBottom.png) top left no-repeat;
	height: 100px;
}


#twitter_div {
	width: 310px;
	height: 440px;
	margin-bottom: 15px;
	background-image: url(../images/imgSticky-Tweets.png);
	padding-bottom: 7px;
}
#twitter_div .sidebar-title {
	padding-top: 70px;
	text-align: right;
	margin-right: 30px;
}
#twitter_div ul {
	list-style-type: circle;
	list-style-position: inside;
	padding: 0 17px 0 5px;
}
#twitter_div li {
	margin-bottom: 20px;
	margin-left: 1em;
	text-indent: 5px;
}
#twitter_div #twitter-link a {
	display: block;
	width: 158px;
	height: 35px;
	float: right;
	margin-right: 30px;
	background-image: url(../images/btnFollow.png);
}
#twitter_div #twitter-link a span {
	display: none;
}


/*** Slider ***/

#slider { 
	float: right;
	display: inline;
	height: 297px;
	width: 510px;
	overflow:hidden;
}	
#slider ul, #slider li{ 
	margin:0;
	padding:0;
	list-style:none;
}	
#slider li{ 
	height:297px;
	width: 510px;
	overflow:hidden;
}	

#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-25px;
	top:71px;
}	
#nextBtn{ 
	left:701px;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
}	
#nextBtn a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
}							
				
/* End of Slider */

.clearer {
	clear: both;
}
.postit {
	margin-left: 30px;
	margin-bottom: 20px;
}
.cover {
	position: absolute;
	z-index: 2;
}
.contactImage {
	margin-left: 45px;
}
