/*
	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 */

#flickr img {
float: left;
width: 68px;
margin: 0 8px 8px 0;
}
 
body {
	background: #131313;
}
 
/** BEGIN Clear! **/
 
.clear {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	background-image: none;
}
.right {
float: right;
}

#audio {
	width: 100px;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#listen a {
display: block;
width: 102px;
height: 32px;
text-align: center;
background: url(../images/listen_btn.png) no-repeat 0 0;
}

#listen a:hover {
background-position: 0 -32px;
}

#download a {
display: block;
width: 136px;
height: 32px;
text-align: center;
background: url(../images/download_btn.jpg) no-repeat 0 0;
}

#download a:hover {
background-position: 0 -32px;
}

#listen a span, #download a span {
display: none;
}

.left {
	float: left;
}
 
/** END CLEAR! **/
 
/* BEGIN Top And Featured Section */
.topinfo {
	margin: 6px 0 0 0;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}
 
#top {
	position: relative;
	width: 100%;
	height: 463px;
	background: url('../images/dark/top_bg.png') repeat-x;
}
 
#second_top {
	position: relative;
	width: 100%;
	height: 175px;
	background: url('../images/dark/second_top_bg.png') repeat-x;
}
 
#top_nav {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
 
#top_nav .logo {
	position: relative;
	float: left;
	width: 176px;
	height: 95px;
}
 
#top_nav .nav {
	position: relative;
	float: right;
	width: 100%px;
	top: 54px;
	height: 27px;
}
 
#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: #f4f4f4;
}
 
#top_nav .nav, .nav ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 25px;
	width: 100%px;
}
 
#top_nav .nav a:link, .nav a:active, .nav a:visited {
	display: block;
	padding: 0 5px;
	text-decoration: none;
	padding: 2px 15px 2px 15px;
}
 
#top_nav .nav a:hover {
	color: #c9c9c9;
}
 
#top_nav .nav li {
	position: relative;
	float: left;
	z-index: 2;
}
 
#top_nav .nav ul {
	position: absolute;
	display: none;
	top: 40px;
}
 
#top_nav .nav li ul a {
	width: 125px;
	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_extra.jpg') no-repeat bottom center;
}
 
#second_top_deco {
	position: relative;
	top: 100px;
	width: 100%;
	height: 75px;
	background: url('../images/dark/bokeh_extra.jpg') no-repeat bottom center;
}

#kids_top_deco {
	position: relative;
	top: 100px;
	width: 100%;
	height: 100px;
	background: url('../images/dark/bokeh_kids.jpg') 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: #333;
	font-family: "Helvetica";
	z-index: -1;
}
 
/*** START Featured Section ***/
 
#featContainer {
	left:50%;
	margin-left:-460px;
	margin-top: 35px;
	position:absolute;
	visibility:visible;
	z-index: 1;
}
 
#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%;
	height: 200px;
	background: url('../images/dark/content_grad_bg.png') repeat-x;
}
 
#content {
	position: relative;
	width: 960px;
	margin: 0 auto;
	line-height: 19px;
	background-image: none;
}
 
#content hr {
	width: 670px;
	height: 1px;
	background: #00bebe;
	margin: 10px 0 0 0;
	position: relative;
	border: 0;
}
 
#content .mainContent {
	position: relative;
	float: left;
	width: 795px;
	top: 17px;
	color: #FFF;
}
 
#content .mainContent h1 {
	margin: 18px 0 -4px 0;
}
 
#content .mainContent p {
	margin: 20px 0 0 0;
	width: 675px;
	color: #FFF;
}
 
/*** START ABOUT US Page ***/
 
#content .imageLeftTextWrap {
	margin: 20px 0 0 0;
	height: 140px;
}
 
#content .imageLeftTextWrap p {
	position: relative;
	float: right;
	width: 650px;
	margin-top: 0;
	margin-bottom: 13;
	margin-left: 0;
	margin-right: 5;
}
 
#content .imageLeftTextWrap img {
	position: relative;
	float: left;
}
 
#content .imageRightTextWrap {
	margin: 19px 0 0 0;
	height: 140px;
}
 
#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: #bcbcbc;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	font-weight: bolder;
	letter-spacing: 0.4px;
}
 
#content .leftBox {
	top: 35px;
	position: relative;
	float: left;
	height: 185px;
	margin-left: 10px;
	width: 630px;
	left: 10px;
	color: #bcbcbc;
}
 
#content .rightBox {
	top: 35px;
	position: relative;
	float: left;
	height: 185px;
	width: 300px;
	left: 20px;
}
 
#content .leftbox .rightBox, p {
	height: auto;
	position: relative;
	margin-top: 13px;
	color: #FFF;
}
 
#content .rightBox p {
	margin-top: 0;
	color: #888888;
	padding: 11px 0 11px 0;
	color: #bcbcbc;
}
 
#content .rightBox a {
	color: #999999;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
 
#content .rightBox a:hover {
	color: #999999;
	text-decoration: underline;
}
 
#content .bottomSection {
	position: relative;
	float: left;
	margin: 72px 0 0 0;
	background: url('../images/dark/grad_seperator.png') no-repeat;
	width: 960px;
}
 
#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;
}
 
#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: 390px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0px;
}
 
#content .blogDetailLink {
	color: #000000;
	text-decoration: underline;
}
 
#content .blogDetailLink:hover {
	color: #000000;
	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: #4b4a4a url('../images/dark/input_bg.png') repeat-x;
	border: 1px solid #262626;
	font-size: 11.5px;
	padding: 4px;
	color: #f4f4f4;
}
 
#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: 120px;
}
 
#content .sidebar .section {
	position: relative;
	width: 125px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 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;
}
 
#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: #777777;
}
 
#content .sidebar .section .location strong {
	color: #555555;
}
 
#content .sidebar .section .location a {
	margin: 0 0 0 0;
	color: #777777;
}
 
#content .sidebar .section .location a:hover {
	color: #d56a09;
}
 
/** End Sidebar Content **/
 
/* END Main Content Section */
 

/* TOGGLE ARROW --------------------------------------------------------------------------------------*/

.arrow								{ background: url(../images/toggle_down.png) no-repeat; height: 36px; width: 40px; bottom:0px; position:fixed; left:20px; z-index:2000;}
.arrow.active						{ background: url(../images/toggle_up.png) no-repeat; }

 
/* END Footer Section */
/* FOOTER -------------------------------------------------------------------------------------------*/

#footer								{ font-size: 11px; position:fixed; bottom:0; width:100%; padding:7px; z-index:1000;}
#footer span 						{ float:left; margin-left:70px; margin-right:20px; }

/* social icons ------*/
#footer ul.social					{ padding-left: 20px; margin-left: 0px;	display:inline; }
#footer ul.social li				{ float:left; display:inline; margin: 3px 4px 0 4px;}
#footer ul.social li .t				{ display: block; width: 16px; height: 16px; }			
#footer ul.social li .twitter		{ display: block; background: url(../images/twitter.png) no-repeat; width: 16px; height: 16px;}				
#footer ul.social li .facebook		{ display: block; background: url(../images/facebook.png) no-repeat; width: 16px; height: 16px;}			
#footer ul.social li .digg			{ display: block; background: url(../images/digg_alt.png) no-repeat; width: 16px; height: 16px;}
#footer ul.social li .delicious		{ display: block; background: url(../images/delicious.png) no-repeat; width: 16px; height: 16px;}
#footer ul.social li .flickr		{ display: block; background: url(../images/flickr.png) no-repeat; width: 16px; height: 16px;}									
#footer ul.social li .rss			{ display: block; background: url(../images/rss.png) no-repeat; width: 16px; height: 16px;}
#footer ul.social li a				{ border:0; }
#footer								{ background:#262626; border-top:1px solid #636363; color:#999; }
#footer a							{ color:#666666; }
#footer a:hover						{ color:#fff; }


 
Syntax highlighting powered by GeSHi

