@charset "utf-8";
/* CSS Document */

img.img_photo {
	float:right;
	padding: 5px;
	width:60px;
	height:60px;	
	/**margin-right: 15px;*/
	margin: 5px;
 	border:1px solid #BBBBBB;
 	background-color:#ffffff;
}

a:hover img.img_photo {
	float:right;
	width:60px;
	height:60px;	
	/**margin-right: 15px;*/
 	border:1px solid #000000;
 	background-color:#ffffff;
	padding: 5px;
}

img.img_right {
	float:right;
	padding: 5px;
	margin-right: 15px;
}

body, div, h1, h2, h3, h4, p, ul, img, form {
	margin: 0;
	padding: 0;
	border: 0;
}

body	{
	background: #000 url(../images/background.jpg) top center no-repeat;
	font: 12px arial, helvetica, sans-serif;
}

html {	
	height: 100%; 
	margin-bottom: 1px;	
}

img.img_right {
	float:right;
	padding: 5px;
	margin-right: 15px;
	/**
	border-style:solid;
	border-width:thin;
	border-color:#E0E0E0
	*/
}

#container	{
	width: 986px;
	margin:	0 auto;
	background: url(../images/content_repeat.jpg) center repeat-y;
}

#header {
	width: 986px;
	margin:	0 auto;	
	height: 303px;
	background:url(../images/header.jpg)	top no-repeat;
}


/* Content styling */

#content	{
	width:986px;
	/*margin:	0 auto;*/
	background:url(../images/content.jpg)	top no-repeat;
	min-height: 400px;
}

#content h2 {
	color: #666666;
	font-size: 28px;
	font-weight: normal;
	/*letter-spacing: -1px;*/
	/*text-transform: lowercase;*/
	margin-bottom: 15px;
	/** clear: both;*/
}

#content h3 {
	/**clear: both;*/
	color: #666666;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	/*text-transform: lowercase;*/
	margin-bottom: 15px;
}

a:link.standard, a:visited.standard {
	color: #666666;
	text-decoration: none;
}
a:hover.standard, a:active.standard, a:focus.standard {
	color: black;
	text-decoration: none;
}

#content h3.photo {
	/**clear: both;*/
	color: #666666;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	/*text-transform: lowercase;*/
	margin-bottom: 1px;
}

#content p.photo {
	/**clear: both;*/
	color: #666666;
	/**font-size: 22px;*/
	font-weight: normal;
	letter-spacing: -1px;
	/*text-transform: lowercase;*/
	margin-bottom: 4px;
}

#content p {
	margin-bottom: 20px;
	line-height: 20px;
}
#content p a:link, #content p a:visited {
	color: #666666;
	text-decoration: none;
}
#content p a:hover, #content p a:active, #content p a:focus {
	color: black;
	text-decoration: none;
	/* color: #666666;
	font-weight: bold;*/
}
#content p a.more {
	color: black;
	/* color: #666666;
	font-weight: bold;*/
	/*float:right;*/
}
#content p.exerpt {
	font-style:italic;
	margin-bottom: 20px;
	line-height: 20px;
}

/* Footer styling*/

#footer	{
	height: 264px;
	background:	url(../images/footer.jpg);
}


/* The main menu */

ul.menu {
	display: block;
	height: 128px;
	float: right;
	list-style: none;
	margin-top: 164px;
}

ul.menu li {
	float: left;
	text-indent: -9999px;
}

ul.menu li a {
	display: block;
	background-position: top;
	height: 128px;
}
	
ul.menu li a.home {
	width: 146px;
	margin-right: 10px;					
	background-image: url(../images/menu_home.jpg);
}

ul.menu li a.about {
	width: 146px;
	margin-right: 10px;					
	background-image: url(../images/menu_about.jpg);
}

ul.menu li a.photo {
	width: 146px;
	margin-right: 10px;
	background-image: url(../images/menu_photo.jpg);
}

ul.menu li a.contact {
	width: 146px;
	margin-right: 40px;
	background-image: url(../images/menu_contact.jpg);
}

ul.menu li a:hover, ul.menu li a:focus {
	background-position: bottom;
}

ul.menu li a.active {
	background-position: bottom;
}


/** Recent updates*/
ul.blog-feed {
	list-style: none;
	margin-bottom: 47px;
}
	ul.blog-feed li {
		margin-bottom: 9px;
		padding-left: 18px;
		font-size: 12px;
		background: url(../images/bullet.png) no-repeat left;
	}
	ul.blog-feed li a {
		color: #666666;
		text-decoration: none;
	}
	ul.blog-feed li a:hover, ul.blog-feed li a:focus {
		color: #000000;
	}


/* Homepage */

.home-left {
	width: 570px;
	float: left;
	height:250px;
	/*margin-left: 60px;*/
	margin-top: 20px;
	padding-left:60px;
	padding-right: 9/*25px*/;
}

.home-right {
	width: 260px;
	float: left;
	height:200px;
	padding-left: 34px;
	margin-top: 27px;
	/*	margin-bottom: -8px;*/
}

div.home-three {
	width: 866px;
	padding-top: 0px;
	padding-left: 60px;
    padding-right: 60px;
    min-height:400px;
}

div.home-three.footer {
	width: 866px;
	padding-top: 0px;
	padding-left: 60px;
	padding-right: 60px;
	background-position:top;
	min-height:300px;
    background:	url(../images/footer.jpg) bottom no-repeat;
}

div.column-post-double{
	width: 570px;
	margin-top: -2px;
}

div.column-post.left {
	width: 250px;
	float: left;
}

div.column-post.right {
	width: 258px;
	float: right;
	padding-right:30;
	margin-right:60;
}

div.column-post.middle {
  padding: 0px 295px 5px 295px;
  margin: 0px;
}

.two-column-post {
	padding-top: 100px;
	margin-top: 100px;/*-20*/
}
