/*
Theme Name: Morgans
Theme URI: http://beatheme.com/
Description: 
Version: 1.2
Author: Dannci
Author URI: http://beatheme.com/
Tags: 

####################################################################



####################################################################
*/

@import "css/reset.css";

/*
####################################################################
BASIC STRUCTURE
#################################################################### */


@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('js/league_gothic-webfont.eot');
	src:url('js/league_gothic-webfont.woff') format('woff'), url('js/league_gothic-webfont.ttf') format('truetype'), url('js/league_gothic-webfont.svg#webfontlZduo52c') format('svg');
	font-weight: normal;
	font-style: normal;
}



h1, h2, h3 {
	font-family: 'LeagueGothicRegular', Helvetica, Verdana, Sans-Serif;
}

body {
	background: #fff;
	font: 87.5% 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.7);
	margin:0;
	padding:0;
}

#wrapper{
margin:0;
padding:0;
}

/*
####################################################################
TEXT GENERIC
#################################################################### */
h1, h2, h3, h4, h5, h6 {
	color: #fff;
}

h1 {
	font-size: 3em;
	margin-bottom: 20px;
}

h2 {
	font-size: 2.4em;
	font-weight: normal;
	margin-bottom: 20px;
}

h3 {
	font-size: 1.8em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
	#sidebar h3 {
		border-left: 3px solid #54586D;
		padding-left: 12px;
		margin-left: -15px;
		line-height:18pt;
	}

h4 {
	text-transform: uppercase;
	margin-bottom: 4px;
}

h5 {
	margin-bottom: 3px;
}

h6 {
	font-size: .9em;
	margin-bottom: 2px;
}

p {
	line-height:18pt;
	margin-bottom: 10px;
}

#archives li, #page li {
	line-height:18pt;
}


/*
####################################################################
LINKS
#################################################################### */
a, a:link, a:visited, a:active{
	color: #fff;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
	a:active {
		text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	}
	a:hover {
		text-decoration:none;
		color:#54586D;
	}




/*  header
********************************************************************************************
********************************************************************************************/

#header{
	padding:10px 10px 10px 10px;
	color: #fff;
	margin-bottom:0;
	line-height:30pt;
	height:140px;
	overflow:hidden;
}
	#header .left {
		width: 270px;
		overflow:hidden;
	}
	#header .right {
		width: 640px;
		padding-top:0;
	}	

#header h1{
	padding: 10px 0;
}

#header a {
	color:#000;
}

#header a:hover {
	border-bottom: 0;
}


/* pages menu */


#menu {
	font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18pt;
	width:650px;
	margin:22px 0;
	height:52px;
	overflow:hidden;
	text-transform:uppercase;
	line-height:16pt;
}


#menu ul {
	margin:0 15px 0 0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:right;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:15px 10px;
	margin: 0;
	color: #537FA6;
	display:block;
	border-right:1px solid #54586D;
	text-shadow:none;
}

#menu ul li a:hover {
	background: #54586D;
	color:#fff;
	text-decoration:none;
	border-right:1px solid #54586D;
}

/* Style drop down list */

#secnav li ul {
	position: absolute;
	width: 1em;
	width: 188px;
	left: -999em;
	z-index: 1000;
	border: 1px solid #54586D;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#secnav li li {
	font-weight: normal;
}

#secnav li:hover ul, #secnav li.sfhover1 ul {
	left: auto;
	border:none;
}

#secnav li ul li a {
	background: #54586D;
	line-height: 34px;
	color: #fff;
	font-size: 18px;
	width: 147px;
	padding: 0 20px;
	border-top: 1px solid #54586D;
}

#secnav li ul li a {
}

#secnav li ul li a:hover {
	background: #54586D;
	border:none;
}

#secnav li ul ul {
	margin: -34px 0 0 188px;
}

#secnav li:hover ul ul, #secnav li.sfhover1 ul ul {
	left: -999em;
}

#secnav li:hover ul, #secnav li li:hover ul, #secnav li.sfhover1 ul, #secnav li li.sfhover1 ul {
	left: auto;
}

/* IE7 Fix */

#secnav  li:hover, #secnav  li.hover {  
	position: static;
}



/*  layout
********************************************************************************************
********************************************************************************************/

#additional {
	padding: 10px;
	color: #000;
	border-bottom: 1px solid #54586D;
	margin:0 0 1px 0;
}


#page {
	padding-top: 40px;
	padding-bottom:0;
	border-top: 1px solid #54586D;
	background:#537FA6 url(images/line-blue2.jpg) top repeat-x;
}
	.box {
		width: 940px;
		margin: 0 auto;
	}
	
	#toggleArchives {
		color:#fff;
		font-family: 'LeagueGothicRegular', Helvetica, Verdana, Sans-Serif;
		font-weight:normal;
		font-size:18pt;
		text-shadow:none;
		text-transform:uppercase;
		position: absolute;
		display: inline;
		left: 50%;
		margin-top: -15px;
		margin-left: -45px;
		padding: 5px;
		background: #54586D;
		text-align: center;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		cursor: pointer;
	}
		#toggleArchives:hover {
			color: #fff;
		}
	
	#archives {
		background: #54586D;
	}
		#archives .box {
			padding: 35px 0 40px 0;
		}
		.children {
			/*margin-left: 10px;*/
		}


/*  more section
********************************************************************************************
********************************************************************************************/

#latest{
	width:460px;
	font-size:9pt;
	float:left;
	color:#C2D7FF;
	padding:3px 0;
	margin:8px 0;
}

#latest a, #moreright a{
	color:#6b768c;
}
#latest a:hover,#moreright a:hover{
	color:#fff;
}


#latest h3{
	font-family: 'LeagueGothicRegular', Helvetica, Verdana, Sans-Serif;
	font-weight:normal;
	font-size:16pt;
}

#latest ul li{
	clear:both;
	margin:0 30px 20px 0;
	padding:10px 0;
	overflow:hidden;
	background:url(images/line-blue3.jpg) bottom repeat-x;
	min-height:120px;
}

#latest img{
	width:80px;
	height:80px;
	float:left;
	margin:0 10px 10px 0;
	background: #54586D;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border:3px solid #C2D7FF;
}


#moreright{
	width:480px;
	font-size:9pt;
	float:right;
	color:#C2D7FF;
}

#moreright img{
	width:80px;
	height:80px;
	float:left;
	margin:0 10px 5px 0;
	background: #54586D;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border:3px solid #C2D7FF;
}

.featured-small{
	margin:8px 0;
	padding:5px 0 20px 0;
	overflow:hidden;
	background:url(images/line-blue3.jpg) bottom repeat-x;
}


#about{
	width:940px;
	line-height:40pt;
	background:url(images/line-blue2.jpg) bottom repeat-x;
	padding:40px 0 60px 0;
}

#about a{
	color: #54586D;
}

#about a:hover{
	color: #54586D;
}

.tweet{
	margin:0 0 10px 0;
	line-height:20pt;
}


.homesection{
	width:280px;
	margin:30px 0;
	padding:30px 30px 30px 0;
	float:left;
	line-height:20pt;
}

.homesection img{
	float:left;
	background:none;
	border:none;
	margin:0 15px 3px 0;
}

/*  content, posts
********************************************************************************************
********************************************************************************************/

#content {
	width: 600px;
	float: left;
	line-height:20pt;
}
	#content .nav li {
		float: left;
		margin: 0 20px 10px 0;
	}
	
	.bubble {
		padding: 6px 5px 0 5px;
		background: #54586D;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
	}
		.bubble p {
			margin-bottom: 6px;
		}

#heading{
	padding:30px 0 10px 0;
}

#heading h2{
	color:#000;
	text-shadow: 0px 1px 2px #666;
}

#heading h2 a{
	color:#000;
	text-shadow: 0px 1px 2px #666;
	float:left;
	text-transform:uppercase;
}


#heading p{
	font-family: 'LeagueGothicRegular', Helvetica, Verdana, Sans-Serif;
	font-size:1.8em;
	color:#fff;
	margin:5px 0 0 0;
	float:right;
	width:700px;
	text-align:right;
	text-transform:uppercase;
}



/*  posts / pages
********************************************************************************************
********************************************************************************************/

.search .page, .navigation, #comments {
    margin:0 0 10px 0;
    padding:0 0 20px 0;
}
.post {
		margin: 20px 0;
		padding:0 0 15px 0;
		background:url(images/line-blue2.jpg) bottom repeat-x;
	}

div.post-infos {
    color: #54586D;
    text-shadow: none;
    margin: 20px 0;
    text-transform: uppercase;
	font-size:10px;
	letter-spacing:2px;
}

ul.post-infos {
	width: 220px;
	position: fixed;
}


#content h2{
	margin:0 0 20px 0;
}

#content h2 a{
	color:#fff;
	text-shadow: 0px 1px 2px #000;
}

#content h2 a:hover{
	color:#54586D;
	text-shadow: 0px 1px 2px #000;
}

#content .nav a:link, #content .nav a:visited, #content .nav a:active {
	color: #9BBDFF;
	background: #54586D;
}
	#content .nav a:hover {
		color: #fff;
		background: #54586D;
	}

.post p a, .post p a:link, .post p a:visited, .post p a:active {
	padding: 3px 5px;
	background: #54586D;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
	.post p a:hover {
		border-bottom: 0;
		background: #537FA6;
	}

div.post-infos a, div.post-infos a:link, div.post-infos a:visited, div.post-infos a:active {
	color: #54586D;
	border-bottom: 1px dotted #54586D;
	text-shadow: none;
}
	div.post-infos a:hover, .wp-caption a:hover {
		border-bottom: 0;
	}


.post ul, .post ol {
	margin:30px;
}
	.post ul li {
		list-style: outside disc;
	}
	.post ol li {
		list-style: outside lower-latin;
	}

	
.post pre, .post blockquote, .post code, .post img, .attachment img,
.wp-caption,.avatar {
	background: #54586D;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border:1px solid #54586D;
	color:#fff;
}

.thumb{
	float:left;
	margin:10px 20px 3px 0;
}

	.post strong {
		color: #fff;
	}
	.post pre {
		padding: 20px;
		margin: 10px 0;
	}
	.post blockquote {
		padding: 15px 20px 5px 20px;
		font-family: Georgia, Cambria, Times, Times New Roman, serif;
		font-size:18pt;
		font-style: italic;
		margin: 10px 0;
	}
	.post code {
		padding: 3px 5px;
	}
	
	
.post img, .attachment img, .avatar {
	padding: 5px;
	background: #fff;
}
	.post a:hover img, .attachment a:hover img {
		background: #54586D;
	}
	.aligncenter, div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	
	img.alignnone, img.alignleft, img.alignright,
	div.alignnone img, div.alignleft img, div.alignright img {
		display: inline;
	}
	
	.alignleft {
		float: left;
		margin: 5px 10px 5px 0;
	}
	
	.alignright {
		float: right;
		margin: 5px 0 5px 10px;
	}

.wp-caption {
	text-align: center;
	padding-top: 5px;
}
	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;
		background: none;
	}
	.wp-caption p.wp-caption-text {
		font-size: .8em;
		padding: 5px;
		margin: 0;
	}



/*  custom templates
********************************************************************************************
********************************************************************************************/

#fullcontent{
margin:0 0 30px 0;
}
#fullcontent p{
margin:0 0 30px 0;
}

#sitemap{
	float:left;
	width:600px;
	margin:10px 0 30px 0;
}

#sitemap-left{
	float:left;
	width:280px;
}

#sitemap-right{
	float:right;
	width:280px;
}

#sitemap h3{
	margin:25px 0 15px 0;
}

#portfolio{
	padding:0;
	overflow:hidden;
	width:990px;
}

#portfolio p{
	margin:0 0 30px 0;
}

#portfolio img{
	float:left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border:3px solid #54586D;
	margin:0 42px 42px 0;
}


/*  comments
********************************************************************************************
********************************************************************************************/

#comments .title .right {
	margin-top: 10px;
}
	.comment, .pingback, .trackback {
		min-height: 70px;
		margin-top: 20px;
		padding: 10px 10px 0 10px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		background: #54586D;
		overflow:hidden;
		color:#fff;
	}
	
	.comment a, .pingback a, .trackback a {
		color:#ccc;
	}
	
		.comment .left, .pingback .left, .trackback .left {
			width: 130px;
			text-align: right;
		}
		.comment .right, .pingback .right, .trackback .right {
			width: 430px;
			margin-left: 20px;
		}
			.depth-2 {
				margin: 15px;
				background: #537FA6;
			}
				.depth-2 .right {
				}
			.depth-3 {
				margin:15px;
				background: #54586D;
			}
				.depth-3 .right {
				}
			.depth-4 {
				margin:15px;
				background: #537FA6;
			}
				.depth-4 .right {
				}
			.depth-5, .depth-6, .depth-7, .depth-8, .depth-9, .depth-10 {
				margin:15px;
			}
				.depth-5 .right, .depth-6 .right, .depth-7 .right, .depth-8 .right, .depth-9 .right, .depth-10 .right {
		background: #54586D;
				}
			
	.avatar {
		float: left;
		margin: 10px;
	}
	
	.reply{
		margin: 10px;
	}
	
	#commentlist .even {
		background: #54586D;
	}
	
	#commentlist .comment-author-admin, #commentlist .bypostauthor {
		background: #CB1921;
		color: #FFC4BE;
	}
		#commentlist .comment-author-admin .avatar, #commentlist .bypostauthor .avatar {
			background: #7F0F14;
		}

#respond {
	padding: 20px 20px 10px 20px;
	margin-top: 40px;
	background:#54586D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.commentmetadata a:hover, .vcard a:hover{
		background: #54586D;
		color:#fff;
	}


/*  ads
********************************************************************************************
********************************************************************************************/

#rekla{
	margin:20px 10px 30px 0;
	float:right;
	width:278px;
	}
	
#rekla img{
	float:right;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border:3px solid #fff;
	}
#rekla1, #rekla2, #rekla3, #rekla4{overflow:hidden; float:right;}	
#rekla1, #rekla3{ margin-right:10px; overflow:hidden;}
#rekla1, #rekla2{ margin-bottom:10px; overflow:hidden;}




/*  sidebar
********************************************************************************************
********************************************************************************************/
	
#sidebar {
	width:278px;
	float: right;
	margin-left: 20px;
}

#sidebar a{
	color:#54586D;
}
	.widget {
		margin-top: 20px;
	}
		.widget:first-child { margin-top: 0; }
		.textwidget {
			line-height:20pt;
		}
	
	#sidebar li {
		list-style: outside disc;
	}
		#sidebar li.linkcat {
			list-style: none;
		}
	
#sidebar ul li {
	margin:0 0 10px 0;
	padding: 0;
	line-height: 18pt;
	list-style-type: none;
	}

#sidebar h2{
	color: #fff;	
	margin:20px 0 10px 0;
	padding:0 0 15px 0;
	background:url(images/line-blue2.jpg) bottom repeat-x;
}

#sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color: #fff;
}
	#sidebar a:hover {
		color: #54586D;
	}




/*  forms
********************************************************************************************
********************************************************************************************/
input, textarea {
	font: 1em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 0 rgba(0,0,0,.7);
	padding: 6px 8px;
	background: #537FA6;
	color: #fff;
	border: 1px solid #54586D;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	outline: none;
}


	input {
	}
	textarea {
		width: 402px;
		resize: vertical;
	}
		input:hover, textarea:hover {
			border-color: #666;
		}
		input:focus, textarea:focus {
			border-color: #666;
			color: #fff;
		}
		input:active, textarea:active {
			border-color: #666;
			color: #fff;
		}
	
	input.submit, input[type=submit], input.reset, input.clear {
		width: auto !important;
		padding:3px 10px;
		font-weight: bold;
		color: #fff;
		background: #537FA6 url(images/gradient.png) repeat-x top center;
		border-color: #54586D;
		cursor: pointer;
	}
		input.submit:hover, input[type=submit]:hover, input.submit:focus, input[type=submit]:focus {
			background-color: #54586D;
		}
		input.submit:active, input[type=submit]:active {
			background-color: #54586D;
			text-shadow: 0 -1px 0 rgba(0,0,0,.7);
		}

label {
	font-weight: bold;
	color: #fff;
	margin-left: 5px;
}

small {
	color: #fff;
}

.s {
	float: left;
	width: 150px;
	height: 15px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-khtml-border-top-right-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	border-right: 0;
	margin:1px 0 0 0;
}
	.searchSubmit {
		padding:7px 10px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-bottomleft: 0;
		-webkit-border-top-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-khtml-border-top-left-radius: 0;
		-khtml-border-bottom-left-radius: 0;
		border-left: 0;
		height: 30px;
	}
	

/*  tables
********************************************************************************************
********************************************************************************************/


table{margin:.5em 0 1em;}
table td,table th{text-align:left;border:1px solid #54586D;padding:.3em .6em;}
table th{background-color:#54586D;color:#fff;text-transform:uppercase;font-weight:bold;border-bottom:1px solid #54586D;}
table td{}
table th a{color:#d6f325;}
table th a:hover{color:#fff;}
table tr.even td{background-color:#ddd;}
table tr:hover td{background-color:#fff;}

table.nostyle td,table.nostyle th,table.nostyle tr.even td,table.nostyle tr:hover td{border:0;background:none;background-color:transparent;}
table, table.post{
  border-collapse: collapse;  
}	


/*  footer
********************************************************************************************
********************************************************************************************/

#footer {
	background: #fff;
	color: #000;
	border-top: 1px solid #54586D;
	padding: 20px 0 0 0;
	text-shadow:none;
	padding:0;
	margin:0;
}
#footer a{
	color: #54586D;
}
	#footer .right {
		text-align: right;
	}

#footer h2{
	color:#000;
	text-shadow: 0px 1px 2px #666;
	margin:0 0 20px 0;
	}

#footerwid{
	width:940px;
	overflow:hidden;
	float:left;
	padding:30px 0 30px 0;
	margin:30px 0;
	color: #000;
	}

.widgetfooter{
	width:160px;
	float:left;
	margin:0 20px 0 0;
	border-right:1px dotted #999;
	padding:10px 10px 10px 0;
	}
.widgetfooter5{
	width:160px;
	float:left;
	margin:0;
	padding:10px 0 10px 0;
	}	

.widgetfooter label, .widgetfooter5 label{
	font:normal 10pt Arial, Helvetica, sans-serif;
	color: #666;	
	margin: 0;
	padding: 0;
	}

.widgetfooter p, .widgetfooter5 p {margin:0; padding:0;}


.widgetfooter ul, .widgetfooter5 ul {
	margin:10px 0 0 0;
	padding:0;
	}

.widgetfooter ul li, .widgetfooter5 ul li {
	margin: 12px 0;
	padding: 0;
	line-height: 18pt;
	list-style-type: none;
	}

.widgetfooter ul ul, .widgetfooter5 ul ul {
	margin:14px 0;
	padding: 0;
	}

.widgetfooter ul ul li, .widgetfooter5 ul ul li {
	list-style-type: none;
	}

.widgetfooter ul ul ul, .widgetfooter5 ul ul ul{
	margin: 0;
	padding: 0;
	}

.widgetfooter ul ul ul li, .widgetfooter5 ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: none;
	color: #898989;
	}

.widgetfooter img, .widgetfooter5 img{
	border:1px solid #54586DCCC;
	}




/*  contact section
********************************************************************************************
********************************************************************************************/
	

#footer-more {
	background: #537FA6 url(images/line-blue2.jpg) top repeat-x;
	color: #fff;
	margin-bottom:0;
	overflow:hidden;
}

#footer-more h2{
	color: #fff;
}

#footer-more a{
	color: #a3a29f;
	text-decoration:none;
}
	
#contactform{
	margin:40px 0 0 0;
	padding:30px 0 ;
	width:940px;
	background:url(images/line-blue2.jpg) bottom repeat-x;
	overflow:hidden;
	float:left;
	}


#contact-mail {
	margin:0 40px 0 0;
	width:290px;
	float:left;
	}


#message_input, #cont-name, #e-mail {
	line-height:18pt;
	font:normal 10pt Arial, Helvetica, sans-serif;
	width:260px;
	background: #54586D;
	border:1px solid #54586D;
	margin:0 0 3px 0;
	}

#contact-adr {
	margin:0 20px 0 0;
	width:280px;
	float:left;
	}

#contact-adr p{
	padding:0;
	}
	
#location {
	margin:0;
	width:310px;
	float:right;
	font:normal 10pt Arial, Helvetica, sans-serif;
	}
	
#location iframe{
	border:4px solid #54586D;
	}


.servis{
	margin:20px 0 0 0;
}



.rss a, .rss a:link, .rss a:active, .rss a:visited {
	margin:20px 0;
	padding: 2px 5px 2px 19px;
	background: url(images/rss.png) no-repeat 5px 6px;
	text-shadow: none;
	color: #a3a29f;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
	.rss a:hover {
		background-color: #FF9933;
		border-bottom: none;
		color:#000;
	}


a.arrow, a.arrow:link, a.arrow:active, a.arrow:visited {
	padding: 2px 5px 2px 19px;
	background: url(images/arrow-up.png) no-repeat 5px 6px;
	text-shadow: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
	a.arrow:hover {
		background-color: #FF9933;
		border-bottom: none;
		color:#54586D;
	}
	

.left {
	float: left;
	width:70%;
	margin:30px 0;
}
.right {
	float: right;
	margin:30px 0;
}

.clear:after, .box:after, .nav:after, .nav ul:after,  #page:after, .navigation:after, #footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*  lightbox
********************************************************************************************
********************************************************************************************/

#lightbox {
	background-color:#eee;
	padding: 10px;
	}

#lightboxCaption {
	font-size: 0.8em;
	padding-top: 0.4em;
	}

#lightbox img { border: none; } 

#overlay img { border: none; }

* html #overlay {
	background-color: #333;
	back ground-color: transparent;
	}
	



