/*
	Theme Name: Fresh
	Theme Author: Avril Verhaeghen
	Version: 1.0
	Author URI: http://themeforest.net/user/Yaeko
*/

	@import "typography.css";
	@import "resets.css";
	
/* Body And Backgrounds */

body {
	background: #f8f8f8;
}

/** BEGIN Clear! **/

.clear {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

/** END CLEAR! **/

/* BEGIN Top And Featured Section */

#top {
	position: relative;
	width: 100%;
	height: 463px;
	/* background: url('../images/dark/top_bg.png') repeat-x; */
	background-color: #E0FFFF;
	
}

#second_top {
	position: relative;
	width: 100%;
	height: 175px;
	/* background: url('../images/dark/second_top_bg.png') repeat-x; */
	background-color: #E0FFFF;
}

#top_nav {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#top_nav .logo {
	position: relative;
	float: left;
	width: 400px;
	height: 150px;
	padding-top: 3px
}

#top_nav .nav {
	position: relative;
	float: right;
	width: 554px;
	top: 54px;
	height: 27px;
	font-family: britannic bold, britannic;
}

#top_nav .nav a {
	color: #9f9f9f;
	text-decoration: none;
	font-size: 16px;
	height: 27px;
}

#top_nav .nav a:hover {
	color: #444444;
}

#top_nav .nav .current {
	color: #222;
}

#top_nav .nav, .nav ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 25px;
    z-index: 100;
}
			
#top_nav .nav a:link, .nav a:active, .nav a:visited {
	display: block;
	padding: 0 5px;
	text-decoration: none;
	padding: 2px 3px 2px 45px;
}

#top_nav .nav a:visited {

}

#top_nav .nav a:hover {
	color: #c9c9c9;
}

#top_nav .nav li {
	position: relative;
	float: left;
	z-index: 100;
}

#top_nav .nav ul {
	position: absolute;
	display: none;
	top: 40px;
}

#top_nav .nav li ul a {
	width: 110px;
	background: #313131;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	float: left;
}

#top_nav .nav ul ul {
	top: auto;
}

#top_nav .nav li ul ul {
	width: 110px;
	left: 141px;
	top: 0px;
}

#top_nav .nav li:hover ul ul, #top_nav .nav li:hover ul ul ul, #top_nav .nav li:hover ul ul ul ul {
	display: none;
}

#top_nav .nav li:hover ul, #top_nav .nav li li:hover ul, #top_nav .nav li li li:hover ul, #top_nav .nav li li li li:hover ul {
	display: block;
}

/** Top Decoration **/

#top_deco {
	position: relative;
	top: 100px;
	width: 100%;
	height: 363px;
	background: url('../images/dark/bokeh.png') no-repeat bottom center;
	border-top: 2px solid #404040;
}

#second_top_deco {
	position: relative;
	top: 100px;
	width: 100%;
	height: 75px;
	background: url('../images/dark/bokeh.png') no-repeat bottom center;
}

.currentPage {
	position: relative;
	width: 960px;
	height: 38px;
	top: 19px;
	margin: 0 auto;
	background: url('../images/dark/currentPage.png') no-repeat;
	letter-spacing: 0.4px;
	z-index: 0;
}

.currentPage p {
	position: absolute;
	margin: 9px 0 0 15px;
	color: #1c75b5;
	font-family: "Helvetica";
	z-index: -1;
}

/*** START Featured Section ***/

#featContainer {
	left:50%;
	margin-left:-478px;
	*margin-left:-605px; /* for IE */
	margin-top: 35px;
	position:absolute;
	visibility:visible;
	
}

#featured {
	background:transparent url(../images/dark/feat_shadow.png) no-repeat scroll center bottom;
	height:363px;
	position:relative;
	width:100%;

}

/*** END Featured Section ***/

/* END Top And Featured Section */

/* BEGIN Main Content Section */

#contentGrad {
	position: absolute;
	width: 100%;
	min-height: 600px;
	/* background: url('../images/dark/content_grad_bg.png') repeat-x; */
	background-color: #f8f8f8;
	border-top: 2px solid #404040;
}

#content {
	position: relative;
	width: 960px;
	margin: 0 auto;
	line-height: 19px;
	background-color: #ADD8E6;
	border-top: 2px solid #404040;
	padding: 8px;
}

#content hr {
	width: 670px;
	height: 1px;
	background: #00bebe;
	margin: 10px 0 0 0;
	position: relative;
	border: 0;
}

#content .mainContent {
	position: relative;
	float: left;
	width: 680px;
	top: 17px;
}

#content .mainContent h1 {
	margin: 18px 0 -4px 0;
}

#content .mainContent p {
	margin: 20px 0 0 0;
	width: 675px;
	color: #111;
}

/*** START ABOUT US Page ***/

#content .imageLeftTextWrap {
	margin: 20px 0 0 0;
	height: 140px;
}

#content .imageLeftTextWrap p {
	position: relative;
	float: right;
	
	margin: 0 5px 13px 0;
}

#content .imageLeftTextWrap img {
	position: relative;
	float: left;
}

#content .imageRightTextWrap {
	margin: 19px 0 0 0;
	height: 160px;
}

#content .imageRightTextWrap p {
	position: relative;
	float: left;
	width: 370px;
	margin: 0 0 13px 0;
}

#content .imageRightTextWrap img {
	position: absolute;
	float: right;
	right: 10px;
}

/*** END ABOUT US Page ***/
/*** START HOME Page ***/

#content .leftbox .rightbox, .subheader {
	color: #111;
	font-style: ;
	font-weight: normal;
	font-size: 16px;
	font-weight: ;
	letter-spacing: 0.4px;
}

#content .leftBox {
	top: 35px;
	position: relative;
	float: left;
	height: 185px;
	margin-left: 10px;
	width: 630px;
	left: 10px;
	color: #111;
}

#content .rightBox {
	top: 35px;
	position: relative;
	float: left;
	height: 265px;
	width: 300px;
	left: 20px;
	color: #111;
}

#content .leftbox .rightBox, p {
	height: auto;
	position: relative;
	margin-top: 13px;
}

#content .rightBox p {
	margin-top: 0;
	color: #111;
	padding: 11px 0 11px 0;
	
}

#content .rightBox a {
	color: #111;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

#content .rightBox a:hover {
	color: #555;
	text-decoration: underline;
}

#content .bottomSection {
	position: relative;
	float: left;
	text-align: center;
	margin: 122px 0 0 0;
	background: url('../images/dark/grad_seperator.png') no-repeat;
	width: 960px;
	height: 60px;
	font-size: 17px; 
	padding: 20px 0 5px 0;
}

#content .sections {
	width: 300px;
	position: relative;
	float: left;
	margin: 40px 0 0 10px;
	padding: 0 0 0 10px;
}

#content .sections p {
	color: #bcbcbc;
	width: 300px;
	font-style: italic;
	margin: 13px 0 5px 0;
}

/*** END HOME Page ***/
/*** START SERVICES Page ***/


#content .servicesBox {
	position: relative;
	float: left;
	width: 330px;
	margin: 30px 0 0 10px;
	left: -10px;
}

#content .servicesBox img {
	position: relative;
	float: left;
}

#content .servicesBox h2 {
	position: relative;
	margin: 15px 0 0 0;
	top: 10px;
	left: 10px;
}

#content .servicesBox p {
	width: 320px;
}

#content .more {
	font-style: italic;
	text-decoration: underline;
	color: #549494;
}

#content .more:hover {
	text-decoration: none;
}

/*** END SERVICES Page ***/
/*** START FULL WIDTH Page ***/

#content .fullWidthPage {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

#content .fullWidthPage hr {
	width: 940px;
}

#content .fullWidthPage p {
	width: 940px;
}

#content .portfolioItems {
	position: relative;
	float: left;
	width: 981px;
	left: -41px;
	margin-top: 13px;
	margin-bottom: 17px;
	margin-left: 9px;
}

#content .portfolioImage {
	position: relative;
	float: left;
	margin: 20px 0 0 41px;
	width: 286px;
	height: auto;
}

#content .portfolioImage .portfolioText {
	margin: 0;
	padding: 0;
	width: 276px;
	height: auto;
	position: relative;
	top: 0px;
}

#content .portfolioImage span a {
	color: #549494;
	font-style: italic;
}

#content .portfolioImage span a:hover {
	text-decoration: none;
}

#content .portfolioImage .portfolioText a:hover {
	text-decoration: none;
}

#content .portfolioImage h3 {
	color: #f9f9f9;
	margin: 15px 0 15px 0;
}

#content .navigation {
	position: relative;
	margin: 39px 0 0 0;
}

#content .navigation .buttons {
	border: 1px solid #0a4646;
	color: #555555;
	text-decoration: none;
	padding: 6px 7px 5px 7px;
}

#content .navigation .current {
	border: 1px solid #0a4646;
	background: #226666;
	color: #bcbcbc;
	text-decoration: none;
	padding: 6px 7px 5px 7px;
}

#content .navigation a:hover {
	background: #226666;
	color: #f4f4f4;
}

/*** END PORTFOLIO Page ***/

/*** START BLOG OVERVIEW Page ***/

#content .blogTitle a {
	color: #cccccc;
	text-decoration: none;
}

#content .blogTitle a:hover {
	color: #d56a09;
	text-decoration: none;
	border-bottom: 2px solid #d56a09;
}

#content .subHeader {
	width: 670px;
	margin: 10px 0 11px 0;
}

#content .subHeader a {
	color: #549494;
}

#content .subHeader a:hover{
	text-decoration: none;
}

#content .subHeader span {
	font-size: 18px;
}

#content .smallImageBlogEntry {
	position: relative;
	margin: 50px 0 0 0;
}

#content .smallImageBlogText {
	width: 670px;
	margin: 25px 0 0 0;
}

#content .smallImageBlogText img {
	position: relative;
	float: left;
}

#content .smallImageBlogText p {
	position: relative;
	float: right;
	width: 395px;
	margin: 0 0 12px 0;
}

#content .largeImageBlogEntry {
	position: relative;
	margin: 50px 0 0 0;
}

#content .largeImageBlogEntry img {
	margin: 25px 0 0 0;
}

/*** END BLOG OVERVIEW Page ***/

/*** START BLOG DETAIL Page ***/

#content .mainContent h2 {
	margin: 10px 0 0 0;
}

#content .fullImageBlogDetail {
	margin: 19px 0 -5px 0;
}

#content .smallImageBlogDetail {
	margin: 19px 0 0 0;
}

#content .smallImageBlogDetail img {
	position: relative;
	float: left;
}

#content .smallImageBlogDetail p {
	position: relative;
	float: left;
	width: 393px;
	margin: 0 0 15px 19px;
}

#content .blogDetailLink {
	color: #549494;
	text-decoration: underline;
}

#content .blogDetailLink:hover {
	color: #549494;
	text-decoration: none;
}

#content .avatar {
	position: relative;
	float: left;
}

#content .comments {
	margin: 50px 0 0 0;
}

#content .commentAuthor {
	position: relative;
	float: left;
	color: #7cacac;
	margin: 0 0 0 20px;
	width: 587px;
}

#content .comments h3 {
	margin: 19px 0 19px 0;
}

#content .commentAuthor a {
	color: #226666;
}

#content .comments p {
	position: relative;
	float: left;
	width: 587px;
	margin: 0 0 0 20px;
}

#content .reply {
	margin: 50px 0 0 0;
}

#content .reply h3 {
	margin: 25px 0 25px 0;
}

/*** START FORMS ***/

#content .textInput, .textArea {
	position: relative;
	background: #f9f9f9;
	border: 1px solid #262626;
	font-size: 11.5px;
	padding: 4px;
	color: black;
}

#content .textArea {
	width: 660px;
}

#content label {
	padding-left: 10px;
}

#content label span {
	font-size: 10px;
}

#content .submit {
	position: relative;
	padding: 5px 15px 5px 15px;
	color: #f4f4f4;
	background: #4b4a4a;
	border: 1px solid #262626;
	cursor: pointer;
}

#content .submit:hover {
	background: #f4f4f4;
	color: #555555;
}

#content #contact {
	margin: 0 0 0 0;
}

/*** END FORMS ***/
/*** END BLOG DETAIL Page ***/

/** Sidebar Content **/

#content .sidebar iframe {
	margin: 25px 0 0 0;
}

#content .sidebar small {
	color:  #333333;
}

#content .sidebar {
	position: relative;
	float: left;
	left: 20px;
	width: 240px;
}

#content .sidebar .section {
	position: relative;
	width: 240px;
	margin: 41px 0 0 0;
}

#content .sidebar .section li {
	padding: 0 0 0 0;
}

#content .sidebar .section li ul li {
	width: 230px;
	margin: 0 0 0 10px;
}

#content .sidebar .section li ul li a {
	width: 215px;
}

#content .sidebar hr {
	width: 240px;
	height: 1px;
	background: #00bebe;
	margin: 8px 0 0 0;
	position: relative;
	border: 0;
	
}

#content .sidebar .section li img {
	position: relative;
	top: -1px;
	left: 0;
}

#content .sidebar .section a img {
	position:  relative;
	width: 100px;
	float: left;
}

#content .sidebar .section li a {
	border-bottom: 1px solid #00bebe;
	width: 225px;
	line-height: 32px;
	padding: 0 0 0 15px;
	background: url('../images/dark/list_arrow.png') no-repeat;
	background-position: left;
	COLOR: #111;
}

#content .sidebar .section a {
	text-decoration: none;
	color: #bcbcbc;
	width: 223px;
	display: block;
}

#content .sidebar .section a:hover {
	text-decoration: none;
	color: #d56a09;
}

#content .sidebar .section .sponsors {
	position: relative;
	margin: 25px 0 0 10px;
}

#content .sidebar .section .sponsors span {
	width: 10px;
	height: 1px;
}

#content .sidebar .section .location {
	color: black;
    font-size: 14px;
	font-weight: bold
}

#content .sidebar .section .location strong {
	color: #555555;
}

#content .sidebar .section .location a {
	margin: 0 0 0 0;
	color: black;
	font-size: 14px;
	font-weight: bold
}

#content .sidebar .section .location a:hover {
	color: #d56a09;
}

/** End Sidebar Content **/
	
/* END Main Content Section */

/* BEGIN Footer Section */

#footer {
	position: relative;
	width: 100%;
	height: 79px;
	background-color: #E0FFFF;
	/* background: url('../images/dark/footer_bg.png') repeat-x; */
	margin-top: 50px;
	color: #333333;
	border-top: 1px solid #e7e7e7;
}

#footer a {
	color: #0a4646;
}

#footer a:hover {
	text-decoration: none;
}

#footer .content {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#footer .copyright {
	position: relative;
	float: left;
	width: 250px;
	left: 10px;
}

#footer .terms {
	position: relative;
	float: right;
	right: 10px;
}

/* END Footer Section */

		/* rotator in-page placement */
			div.rotator {
			position:relative;
			height:302px;
			width: 945px;
			*height:304px; /* for IE */
			*width: 946px; /* for IE */
			padding:0;
			margin: 0px auto;
			display: none;
		}


	   div.rotator ul {
			float:left;
			position:relative;
			margin: 0px;
			padding: 0;
		}

			div.rotator ul li {
			float:left;
			position:absolute;
			list-style: none;
			margin: 0px auto;
			padding: 0;
		   
		}
		/* rotator image style */	
			div.rotator ul li img {
			border:5px solid white;
			padding: 2px;
			background: #000;
			
			
		}
			div.rotator ul li.show {
			z-index:500
		}