/*
Theme Name: Sharpfolio
Theme URI: http://webrevolutionary.com/sharpfolio
Description: A WordPress theme designed to help build your online portfolio.
Version: 2.0
Author: Matt Lenz
Author URI: http://webrevolutionary.com/
Tags: sharpfolio, portfolio, dark, light
*/
body {
	text-align: center;
	background-image: url('images/bg.png');
	background-repeat: repeat-x repeat-y;
	/*background: #F9F8F3;*/
	color: #000;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
div#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 900px;
	padding: 0px 2px;
	background-color: #FFFFFF;
	-moz-box-shadow: #5c5c5c 0px 5px 10px;
	-webkit-box-shadow: #939392 0px 2px 10px;
    -box-shadow: #939392 0px 2px 10px;	
	/*-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
	z-index: 1;
}

#content-main {
	padding: 0 20px;
}

a {
	color: #4976A4;
}
a:hover {
	color: #6C9ECF;
}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4 {
	font-family: "Trajan Pro","Book Antiqua",Palatino,geogia,serif;
	color: #4976A5;
	font-size: 16px;
}
div#header {
	border-bottom: 1px solid #CCC;
	height: 140px;
}

#header-home {
	height: 395px;
	margin: 0 auto;
	width: 850px;
	background: #FFF url('images/kids.jpg') top left;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 20px;
	border: 3px solid #5d121a;
}

#header-under {
	height: 30px;
	width: 1022px !important;
	ba
	background-repeat: repeat-x;
	position: relative;
	right: 60px;
	}

	#header-under-left {
		float: left;
		height: 30px;
		width: 50px;
		background: url('images/header-left.png') top left;
		
	}
		
	#header-under-right {
		float: right;
		height: 30px;
		width: 52px;
		background: url('images/header-right.png') top left;
	}
		
	#logo-home {
		width: 375px;
		height: 112px;
		margin: 0 auto;
	}
	
	#top-logo { 
		float: left;
		height: 0px;
		position: relative;
		bottom: 60px;
		right: 21px;
		z-index: 3;
	}

div#top-wrap {
	height: 50px;
	width: 100%;
	background: url('images/top.png') top left;
	background-repeat:repeat-x repeat-y;
	border-bottom: #333 solid 1px;
	z-index: 2;
}

#top-border {
	height: 20px;
	background-image: url('images/top-border.jpg');
	background-repeat: no-repeat;
}

div#top {
	height: 50px;
	background: url('images/top.png') top left;
	background-repeat:repeat-x repeat-y;
	border-bottom:1px solid #000;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 1;
}

div#cover-2 {
	height: 50px;
	width: 50px;
	background: url('images/top.png') top right;
	background-repeat:repeat-x repeat-y;
	border-bottom:1px solid #000;
	position:absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

	#logo {
		float: left;
		height: 1px;
		padding: 10px 15px 0px 15px;
		position: relative;
		bottom: 70px;
		}
	
	#about-wrap {
		float: right;
		/*background-image: url('images/about.png');
		background-repeat: repeat-x;*/
		background-color: #F7F6F1;
		width: 470px;
		margin-right: 19px;
	}
	
	#about {
		padding: 20px 40px;
		font-family: "Book Antiqua",Palatino,geogia,serif;
		font-size: 12px;
		color: #5A0012;
		text-align: justify;
		line-height: 12px;
		text-transform: none;
	}

	#top_content {
		width: 900px;
		margin: auto;
		z-index: 2;
	}
	
	#top ul {
		float: right;
		margin-right: 19px;
	}
	
	#top li {
		float: right;
		color: #FFF;
		font-size: 14px;
		font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
		margin: 10px 5px 0 0;
		font-weight: normal;
		text-transform:uppercase;
	}
	
		#top a {
			color: #FFF;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
		}

h1 {
	font-size: 24px;
}

.title {
	font-size: 28px;
	color: #5F1617;	
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC; 
}

.title h2 {
	color: #4976A5;
}

h1 a {
	text-decoration: none;
	color: #4976A5;
}
div#header h2 {
	margin: 0 0 6px;
}
ul#navigation {
	display: block;
	width: 500px;
}

ul#navigation li a {
	display: inline;
	float: left;
	border-right: 1px solid #CCC;
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-decoration: none;
	color: #4976A5;
	font-size: 14px;
	padding: 0 5px;
}
ul#navigation li a:hover {
	color: #999;
}

#navigation-home li a {
	display: inline;
	float: left;
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-decoration: none;
	color: #54000D;
	font-size: 16px;
	padding: 0 5px;
	text-transform: uppercase;
}

div#navigation-home-wrap {
	float: right;
	width: 480px;
	margin-top: 75px;
	margin-right: 14px;
}

div#header h2 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
	display: block;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 16px;
}
span.f {
	font-style: italic;
}

div#content {
	background-color: #FFF;
	min-height: 400px;
}
div#content2 {
	background-color: #FFF;
}
div.thumbnail {
	width: 500px;
	float: left;
}
div.entry {
	width: 500px;
	float: right;
}
div#content h2 {
	font-size: 20px;
	line-height: 32px;
}
div#content2 h2 {
	font-size: 24px;
	color: #4976A5;
	line-height: 32px;
}
div#content h2 a {
	text-decoration: none;
	color: #4976A5;
}
div#content2 h2 a {
	text-decoration: none;
	color: #4976A5;
}
p.comment-link {
	margin: 0;
}
p.comment-link a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	font-size: 16px;
	line-height: 36px;
}
p.comment-link a:hover {
	color: #999;
	text-decoration: underline;
}
div#footer-seal {
	min-height: 100px;
	width: 900px;
	right: 10px;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	background-position: center top;
}
div#footer p {
	line-height: 108px;
	color: #333;
	text-align: center;
}
div#footer p a {
	color: #444;
	text-decoration: none;
}
div#footer p a:hover {
	color: #555;
	text-decoration: underline;
}

#footer {
	text-align: center;
}

#footer-nav {
	float: left;
}

div.post {
	float: left;
	padding: 15px;
	width: 490px;
	min-height: 300px;
	background-color: #fff;
	border-right: 1px dotted #CCC;
}

div.post-newsletter {
	float: left;
	padding: 15px;
	width: 650px;
	min-height: 300px;
	background-color: #fff;
	border-right: 1px dotted #CCC;
}
	
	.post p {
		margin: 0;
		padding: 0;
	}

	.post ul {
		margin-left: 20px;
	}
	.post li:before {
		content: "\00BB";
		margin: 5px;
		list-style-position: outside;

	}
	
	.post img {
		max-width: 490px;
	}
		
	.post h3 {
		color: #666;
	}
	
	.divider {
		border-bottom: 1px dotted #333;
	}
	
	#divider2 {
		margin: 0 auto;
		border-bottom: 1px solid #5d121a;
		width: 80%;
	}

h3#comments, h3#respond {
	color: #666;
	font-size:18px;
	line-height: 64px;
}
#comment {
	width: 480px;
	-moz-border-radius: 10x;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
div.author {
	width: 250px;
	float: left;
}
div.author cite {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0 12px;
}
div.author img {
	position: relative;
	top: 10px;
}
div.comment {
	width: 500px;
	float: right;
	padding: 18px 0 0 0;
}
ol.commentlist {
	border-top: 1px solid #333;
	margin: 0 0 48px;
}
ol.commentlist li {
	border-bottom: 1px dotted #333;
	padding: 12px 0 0;
}
form input, form textarea {
	margin: 0 12px 0;
}
div.alignleft, div.alignright {
	display: block;
	width: 40%;
	float: left;
}
div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	text-decoration: none;
	color: #777;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #999;
	text-decoration: underline;
}

#s {
	 -moz-border-radius: 10x;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#sidebar {
	float: right;
	width: 330px;
	background-color: #FFF;
	padding: 15px 0 0 0;
}

#sidebar li {
	padding-left: 15px;
}

#search-form {
	height: 25px ;
	display: block;
}
	
	.search-box {
		height: 18px;
		width: 175px;
		margin: none;
		padding: none;
		position: relative;
		bottom: 10px;
		-moz-border-radius: 10x;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	
#sidebar h2 {
	text-transform: none;
	color: #5F1617;
}

#sidebar-newsletter {
	float: right;
	width: 150px;
	background-color: #FFF;
	padding: 15px 0 0 0;
}


#sidebar-newsletter li {
	padding-left: 15px;
}

#search-form {
	height: 25px ;
	display: block;
}
	
	.search-box {
		height: 18px;
		width: 175px;
		margin: none;
		padding: none;
		position: relative;
		bottom: 10px;
		-moz-border-radius: 10x;
		-khtml-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	
#sidebar-newsletter h2 {
	text-transform: none;
	color: #5F1617;
}

/* Home Page */

	#top_home {
		height: 50px;
		background-image: url('images/home-top.png');
		background-repeat: no-repeat;
		width: 98%;
	}
	
	#content_home {
		margin: 0px auto;
	}

#xencarouselcontainer {
	width: 369px;
	height: 320px;
	position: relative;
	bottom: 30px;
	overflow: hidden;
}

.xencarousel {
	margin: 0;
	padding: 0;
	-moz-border-radius:10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.carousel-title-bg {
	text-align: center;
	height: 30px;
	position: relative;
	top: 30px;
	background-color:#000;
	/* for IE */
  	filter:alpha(opacity=60);
 	 /* CSS3 standard */
  	opacity:0.6;
	margin: 0 auto;
}

.carousel-title a {
	color: #fff;
	font-family: "Trajan Pro","Book Antiqua",Palatino,geogia,serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	margin-top: 10px;
	}

.carousel-excerpt-bg {
	height: 75px;
	position: relative;
	top: 425px;
	background-color:#000;
	/* for IE */
  	filter:alpha(opacity=80);
 	 /* CSS3 standard */
  	opacity:0.8;
}

.carousel-excerpt {
	color: #fff;
}

.controls {
	height: 30px;
	position: relative;
	bottom: 10px;
	background-image: url('images/top.png');
	background-position: bottom left;
	background-repeat: repeat x;
	background-color: #590014;
	text-align: center;
	color: #FFF;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.controls a {
	color: #FFF;
	text-decoration: none;
}
	
#updates-wrap {
	height: 50px;
	width: 250px;
	font-size:18px;
	font-family: "Trajan Pro","Book Antiqua",Palatino,geogia,serif;
	color: #FFF;
	background-color: #590014;
	padding: 10px;
	margin-right: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border: 10px;
	border-radius: 10px;
	
}

li.recent-updates {
	float: left;
	margin-right: 13px;
}
	
	.recent {
		width: 150px;
		height: 177px;
		overflow: hidden;
	}
		
		.recent img {
			width: 150px;
		}
		
		.recent-image-wrapper {
			margin-bottom: 5px;
			border: 3px solid #590014;
			height: 100px;
			overflow: hidden;
		}
		
		.recent-title a {
			color: #4976A5;
			font-size: 18px;
			line-height: 18px;
			text-decoration: none;
			font-weight: bold;
			margin: 0;
			padding: 0;
			
		}
		
		.recent-title a:hover {
			color: #999;
		}
		
		.recent-image {
			/*border: 3px solid #590014;
			margin-bottom: 5px;
			-moz-border-radius: 5px;
			-khtml-border-radius: 10px;
			-webkit-border: 10px;
			border-radius: 10px;*/
		}
		
		.recent p {
			margin-top: 5px;
			line-height: 12px;
		}
		
		.excerpt {
			padding: 0 5px;
			margin-top: -5px;
		}
		
		#swfDiv {
			float: left;
			margin: 0 20px 20px 0;
			border: 3px solid #590014;
			width: 468px;
			overflow: hidden;
		}
		
		#cover {
			height: 27px;
			width: 70px;
			/*background-color:#000;*/
			position: relative;
			top: 216px;
			left: 401px;
		}
	
#content-left-home {
	float: left;
	width: 490px;
}

#about-home {
	float: right;
	width: 355px;
}


#fs-main {
	border: 3px solid #590014;
	
}
