/*
Theme Name: Just Lucid
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: A simple theme.  Visit <a href="http://www.themelab.com">Theme Lab</a> for more free themes and <a href="http://www.demusdesign.com/">DemusDesign</a> for more free templates.
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/

* {
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	}
	
body {
	background: #000000 url('images/bigbg2.jpg') repeat-y center top; /* ECECEC */
	font-size: 1em;
	font-family:Tahoma, "Trebuchet MS", sans-serif;
	color:#555;
	}
	
#wrap {
	width: 990px;
	margin: 0 auto;
	padding-top: 40px;
	background: #FFF url('images/1024bg.jpg') repeat-y left top;
	}
	
a {
	text-decoration: none;
	color: #777;
	}

a:hover {
	text-decoration: underline;
	color: #000;
	}
	
img.topleft {
	float: left;
	margin-left: 12px;
	border: none;
	}

ul {
	padding: 0;
	margin: 0;
	}

div.page-entry ul, div.page-entry ol,
div.entry ul, div.entry ol {
	margin-left: 4em;
	font-size: 12px;
	}

.head { 
    font-size: 36px;
	font-weight: strong;
	color: #666;
	margin-left: 170px;
	padding-top: 15px;
	}
		
.description { 
        font-size: 18px;
	color: #999;
	margin-left: 170px;
	}

.head a { text-decoration: none;	
	font-weight: strong; }
	
.head span {
	margin-left: 10px;
	color: #AAA;
	}

#nav {
	width: 970px;
	clear: both;
	}

.menu {
	width: 150px;
	/*background: transparent url('images/splash4.jpg') no-repeat right 1.2em;
	margin: 10px 0 0 0;
	padding-right: 820px;*/
	float: left;
	clear: both;
	}
	
.menu ul {
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 0;
	}
	
.menu  li {
	padding: 8px 10px 8px 0px;
	text-align: right;
	}

.menu  li a {
	padding: 0 0 0 0px;
	color: #AAA;
	text-decoration: none;
	font-weight: 400
        font-size: 1.5em;
	}

.menu  li a:hover {
	color: #333;
	}
	
div.menu li ul { margin: none; border-right: 2px solid #aaa; }
div.menu li ul li { font-size: 12px; padding: 0px 4px 0px 0px; }
	
#main {
	background: transparent url('images/splash4.jpg') no-repeat right 1.2em;
	padding-top: 219px;
	border-top: 1px solid #ccc;
	width: 800px;
	margin: 4px 20px 0 170px;
	padding-bottom: 1em;
	}
	
.sidebar {
		width: 202px;
		float: right;
		clear: none;
		margin-left: 10px;
		font-size: 0.7em;
		}
		
.sidebar h3 {
	font-size: 1.5em;
	margin-top: 15px;
	padding-top: 20px;
	height: 30px;
	line-height: 5px;
	background: url('images/h3bg.png') no-repeat top right;
	margin-bottom: none !important;
	border-bottom: 1px solid #ccc;
	}
	
.sidebar ul {
	list-style-type: none;
	}
	
.sidebar li {
	margin-bottom: 5px;
	//background: #E5E5E5 url('images/sidebar_corner.gif') no-repeat top right;
	//border-bottom: 1px solid #ddd; //border-left: 1px solid #ddd;
	//padding: 8px;
	}

.sidebar li a {
	text-decoration: none;
	display: block;
	}

//.sidebar li a:hover { text-decoration: underline; }

.sidebar li:hover {
	//background-image: none;
	//background-color: #ddd;
	//border-bottom: 1px solid #aaa; //border-left: 1px solid #aaa;
	color: #333;
	}
	
.sidebar li ul.children { 
	//margin-left: 1em;
	border-left: 2px solid #ccc;
	padding-left: 5px;
	}
	
.subnav {
	width: 100%;
	background: #fff url('images/underline.gif') repeat-x bottom left;
	text-align: left;
	margin-bottom: 18px;
	}
	
.subnav span.title {
	display: block;
	clear: none;
	text-decoration: none;
	color: #666;
	padding-bottom: 12px;
	}

.subnav ul {
	list-style: none;
	float: right;
	}

.subnav ul li {
	float: left;
	}

.subnav ul li a {
	margin: 0 0 0 20px;
	font-size: 0.8em;
	padding: 0px 0 12px 0;
	line-height: 1.5em;
	color: #aaa;
	text-decoration: none;
	display: block;
	}
	
.subnav ul li a:hover {
	color: #000;
	background: url('images/underline_arrow.gif') no-repeat bottom center;
	}

.clear50 {
	clear: left;
	padding: 25px 0;
	font-size: 0;
	}

.clearer {
	clear: left; 
	line-height: 0; 
	height: 0;
	font-size: 0;
	}

h1 {
	font-size: 1.2em;
	color: #333;
	font-weight: 600;
	margin: 15px 0 10px 0;
	}

h2 {
	font-size: 24px;
	color: #666;
	font-weight: strong;
	margin-bottom: 10px;
	}.entry h2 { font-size: 1em; font-weight: 400; }

h2 span {
	margin-left: 10px;
	color: #aaa;
	}

.entry h3 {
	color: #666;
	margin-bottom: 5px;
	font-size: 0.9em;
	}
	
	
h4 {
	color: #999;
	margin-bottom: 5px;
	font-size: 0.9em;
	border-bottom: 1px solid;
	}

p.main {
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 5px 160px 15px 0;
	}

span.bold {
	color: #555;
	font-weight: 600;
	}

.entry {
	padding: 10px 0 2px 0px;
	border-top: 1px solid #ccc;
	line-height: 1.4em;
	margin: 0 220px 25px 0;
	}

.page-entry {
	padding: 10px 0 2px 0px;
	line-height: 1.4em;
	}

.entry .title, .page-entry .title {
	font-size: 1.0em;
	color: #666;
	font-weight: 400;
	margin-bottom: 10px;
	}
	
.entry h2 span, .page-entry h2 span {
	float: right;
	font-size: 0.7em;
	color: #aaa;
	}

.entry p, .page-entry p {
	font-size: 0.8em;
	margin-bottom: 1em;
	}

.comment, comment a {
	margin-top: 5px;
	font-size: 0.7em;
	padding: 5px 0;
	}
	
ol {
	color: #444;
	font: 600 0.8em 'lucida sans','lucida sans unicode','verdana',sans-serif;
	margin: 5px 0;
	}
 
ol span {
	font: 400 1.0em 'lucida sans','lucida sans unicode','verdana',sans-serif;
	color: #666;
	font-style: normal;
	}

ol li {
	margin-left: 30px;
	padding: 4px 0
	}

ul.content {
	font-size: 0.8em;
	list-style-type: none;
	margin-left: 10px;
	}
	
.content li {
	padding: 4px 0 4px 20px;
	background: url('images/bullet.gif') no-repeat left center;
	}

table {
  width: 100%;
  margin-bottom: 20px;  
  
  font-size: 1em;
  border-collapse: collapse;
}

table caption {
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0 0 0 3px;
  font: 400 1.2em 'lucida sans','lucida sans unicode','gill sans','verdana',sans-serif;
  text-align: left;  
}

table th,
table td {
  text-align: left;
  /* vertical-align: top; */
  padding: 4px 7px !important;
  padding: 6px 10px;
}

thead {
  border: 1px solid #ccc;
  }

thead th {
	font-size: 0.9em;
  color: #555;
  background: #eee;
}


tbody tr {
	font-size: 0.8em;
  border-bottom: 1px solid #eee; border-right: 1px solid #eee; border-left: 1px solid #eee;
}


form label{
	display:block;
	}

form p {
	font-size: 0.8em;
	margin-bottom: 10px;
	}

form input.text, form textarea{
	width:55%;
	border:1px #ccc solid;
	color:#666;
	padding: 4px 5px;
	font:12px 'lucida sans','lucida sans unicode','gill sans','verdana',sans-serif;
	background-color: #F3F3F3;
	}

form input.text:hover, form textarea:hover{
	border:1px #999 solid;
	}

form input.text:focus, form textarea:focus{
	border:1px #999 solid;
	color:#666;
	}

form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:12px Verdana,Arial,san-serif;
	}

* html form input.text,

* html form textarea{
	border-color:#533a18;
	color:#333;
	}

.footer {
	width: 1000px;
	border: 1px solid #ccc;
	font-size: 0.7em;
	clear: both;
	margin: 0 auto;
	margin-bottom: 2em;
	}

.footer p.copyright {
	text-align: left; 
	padding: 10px 10px 10px 50px;
	font-size: 1em;
	}

.footer .footnav, .footer .footnav2 {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	}
.footer .footnav2 { padding-left: 50px; }
.footnav a {
	text-decoration: none;
	padding-right: 25px;
	}

.footnav a.first {
	font-size: 1.5em;
	font-weight: 800;
	padding-left: 50px;
	}

.linksleft {
	float: left;
	margin-right: 15px;
	width: 285px;
	list-style-type: none;
	}
	
.llmiddle { border-left: 1px solid #ccc; border-right: 1px solid #ccc; padding-left: 15px;}

.linksleft p { margin-bottom: 10px; }
	
.linksleft ul, .linksleft li { list-style-type: none;}

.linksleft li a {
	padding-bottom: 10px;
	display: block;
	margin:  0;
	}
	
p.twitter-message { margin-bottom: 10px; }


/* Caption CSS added May 2, 2010 */
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 5px 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px; -webkit-transform: rotate(-3deg);
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.alignleft {
	float: left;
	margin-left: 0;
}

.alignright {
	float: right;
	margin-right: 0;
}
/* #jquery-lightbox { -webkit-transform: rotate(-1deg); } */
#lightbox-container-image-box {
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-radius: 10px 10px 0px 0px;
}

#lightbox-container-image-data-box {
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius: 0px 0px 5px 5px;
}