/*  
Theme Name: Bryghtpath 2007 Custom
Theme URI: http://www.bryghtpath.com
Description: Custom WP Theme by <a href="http://www.chriskjennings.com">Chris Jennings</a>.
Version: 1.0
Author: Chris Jennings
Author URI: http://www.chriskjennings.com */



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* ////////// Begin Main CSS ////////// */

body {
	background: #262626 url(images/body-bg.jpg) repeat-x;
	margin-top: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}

a{
	color: #04d3f3;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

#container {
	width: 765px;
	margin: 0 auto;
	overflow: hidden;
	}

#header {
	font-size: 12px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	}

#header h1 {
	width: 336px;
	height: 140px;
	float: left;
	background: url(images/h1-bg.jpg);
	}

#header h1 a {
	display: block;
	background: url(images/logo.gif);
	width: 161px;
	height: 122px;
	text-indent: -9000px;
	}

ul#nav {
	width: 429px;
	height: 140px;
	float: left;
	}

ul#nav li {
	float: left;
	}
	
ul#nav li a {
	display: block;
	height: 140px;
	text-indent: -9000px;
	}

li.home a {
	background: url(images/nav-home-inactive.jpg);
	width: 75px;
	}
li.home a:hover, li.home a.active {
	background: url(images/nav-home-active.jpg);
	}

li.blog a {
	background: url(images/nav-blog-inactive.jpg);
	width: 70px;
	}
li.blog a:hover, li.blog a.active {
	background: url(images/nav-blog-active.jpg);
	}

li.aboutus a {
	background: url(images/nav-about-inactive.jpg);
	width: 78px;
	}
li.aboutus a:hover, li.aboutus a.active {
	background: url(images/nav-about-active.jpg);
	}

li.properties a {
	background: url(images/nav-properties-inactive.jpg);
	width: 114px;
	}
li.properties a:hover, li.properties a.active {
	background: url(images/nav-properties-active.jpg);
	}

li.contact a {
	background: url(images/nav-contact-inactive.jpg);
	width: 92px;
	}
li.contact a:hover, li.contact a.active {
	background: url(images/nav-contact-active.jpg);
	}
	
.breadcrumb {
	clear: both;
	background: url(images/breadcrumb-bg.jpg) repeat-x;
	height: 19px;
	padding: 8px 0 0 12px;
	margin-bottom: 8px;
	}
	
/*** Home Page ***/


.featured-promotions {
	background: url(images/featured-promotions-bg.gif);
	height: 137px;
	margin-bottom: 20px;
	padding-top: 12px;
	}
	
.featured-properties {
	float: left;
	background: url(images/featured-properties.gif);
	width: 248px;
	height: 125px;
	margin: 0 0 0 12px;
	overflow: auto;
	}

* html .featured-properties {
	margin-left: 5px;	
}

.featured-promotions ul {
 float: left;
 margin-left: 1px;
 }
 
 .featured-promotions ul li {
 	float: left;
 	margin-left: 3px;
 	}

.headlines {
	width: 500px;
	float: left;
	}


.headlines-header {
	background: url(images/headlines.gif);
	height: 39px;
	margin-bottom: 8px;
	}

.home-post {
	background: #303030 url(images/home-post-bg.gif) repeat-x;
	padding: 10px 14px 0px 14px;
	overflow: auto;
	}

.home-post-date {
	background: url(images/date-bg.gif);
	float: left;
	width: 47px;
	height: 14px;
	margin-left: 10px;
	color: #fff;
	padding: 4px 0 0 5px;
	}

.home-post-body {
	clear: both;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 14px;
	color: #fff;	}

.home-post-body p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 14px;
	color: #fff;
	}

.home-post h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	float: left;
	}

.home-post-footer {
	background: url(images/home-post-footer.gif);
	height: 6px;
	margin-bottom: 8px;
	font-size: 0;
	}

* html .home-post-footer {
	margin-top: -14px;
	}
	
.from-the-blog {
	width: 259px;
	float: left;
	margin-left: 5px;
	}

.from-the-blog ul {
	margin-top: -7px;
	}
	
.from-the-blog li a {
	display: block;
	padding: 8px 10px;
	font-size: 1.2em;
	border-bottom: 1px solid #3d3d3d;
	color: #66de1b;
	}

.from-the-blog li a:hover {
	background: #2d2d2d;
	text-decoration: none;
	}

#footer-contain {
	background: #d8d8d8 url(images/footer-bg.jpg) repeat-x;
	padding: 75px 0 30px 0;
	}

.footer {
	background: url(images/footer-headlines-bg.gif) repeat-y;
	width: 765px;
	margin: 0 auto;
	overflow: hidden;
	}

.footer-headlines-header {
	background: url(images/footer-headlines.gif);
	height: 39px;
	}
	
#subfooter-contain {
	background: url(images/subfooter-bg.gif);
	height: 53px;
	}
	
ul#network-headlines {
	float: left;
	width: 237px;
	padding: 9px;
	}

ul#network-headlines li a, ul#recent-discussions li a {
	display: block;
	background: url(images/footer-bullet.gif) 0 3px no-repeat;
	padding: 4px 0 4px 18px;
	color: #111;
	font-size: 1.2em;
	border-bottom: 1px solid #a4a4a4;
	}

ul#recent-discussions {
	margin-left: 6px;
	width: 486px;
	padding: 9px 0 0 9px;
	float: left;
	}

.footer-headlines-footer {
	background: url(images/footer-headlines-footer.gif);
	height: 8px;
	clear: both;
	font-size: 0;
	}

.subfooter-contain {
	clear: both;
	}

.subfooter {
	padding-top: 26px;
	width: 765px;
	margin: 0 auto;
	color: #999;
	}

.designed-by {
	float: right;
	}
	
/********* BLOG PAGE ************/

#blog {
	clear: both;
	overflow: hidden;
	padding-top: 10px;
	}

.primary {
	width: 500px;
	float: left;
	}

.secondary {
	float: left;
	width: 254px;
	margin-left: 10px;
	}
	
* html .secondary {
	float: left;
	width: 250px;
	margin-left: 10px;
	}

.post h2 {
	background: url(images/h2-bg.gif) no-repeat;
	height: 29px;
	padding-top: 10px;
	margin-bottom: 8px;
	}

.post h2 a {
	font-size: 1.5em;
	margin: 0 0 0 12px;
	}

.post-entry {
	background: #303030 url(images/home-post-bg.gif) repeat-x;
	padding: 10px 14px 0px 14px;
	overflow: auto;
	}

.post-entry p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 14px;
	color: #fff;
	}

.post-meta {
	height: 25px;
	margin: -4px 0 10px 0;
	}

.post-meta a {
	color: #66de1b;
	}

.comments {
	display: block;
	float: right;
	background: url(images/post-comment.gif) no-repeat;
	padding: 2px 0 4px 20px;
	}

.posted {
	display: block;
	float: left;
	background: url(images/post-date.gif) no-repeat;
	padding: 2px 0 4px 20px;
	font-weight: bold;
	color: #66de1b;
	}

.tagged {
	display: block;
	float: left;
	background: url(images/post-tagged.gif) 0 -1px  no-repeat;
	padding: 2px 0 4px 22px;
	height: 24px;
	margin-left: 12px;
	}
	
/********** Sidebar **************/

#sidebar h2 {
	background: url(images/sidebar-h2-bg.gif) no-repeat;
	height: 29px;
	padding: 10px 0 0 12px;
	font-size: 1.5em;
	color: #fff;
	font-weight: bold;
	}

#sidebar ul {
	margin-bottom: 20px;
	}

#sidebar ul li a {
	display: block;
	padding: 8px 10px;
	font-size: 1.2em;
	border-bottom: 1px solid #3d3d3d;
	color: #66de1b;
}

#sidebar ul li a:hover {
	background: #2d2d2d;
	text-decoration: none;
	}
	
/************ MISC **************/


.post-entry ul {
	list-style-type: square;
	margin-bottom: 14px;
	padding: 5px;
	font-size: 1.2em;
	color: #fff;
	line-height: 18px;
	background: #272727;
	}
	
.post-entry ul li {
	margin-left: 20px;
	}

.post-entry img {
	border: 6px solid #272727;
	}

.post-entry blockquote {
	padding: 5px 20px;
	font-size: 1.2em;
	color: #fff;
	line-height: 18px;
	background: #272727;
	margin-bottom: 14px;
	border-left: 6px solid #ccc;
	}
	
/******** Comments *********/

#comments h3 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 5px 0 8px 12px;
	border-bottom: 1px dashed #636363;
	margin-bottom: 20px;
	}

ul#comment-list {
	clear: both;
	}

ul#comment-list {
	width: 500px;
	overflow: auto;
	}

ul#comment-list li {
	background: url(images/comment-bg.gif) repeat-y;
	overflow: auto;
	width: 500px;
	margin-bottom: 20px;
	}

.comment-header {
	overflow: hidden;
	background: url(images/comment-top.gif) 0 -10px no-repeat;
	height: 43px;
	color: #5d5d5d;
	padding-left: 3px;
	}
.comment-content {
	clear: both;
	padding: 0 30px;
	overflow: hidden;
	}
	
.comment-content p {
	line-height: 14px;
	margin-bottom: 12px;
	font-size: 1.1em;
	color: #ccc;
	}

.comment-footer {
	background: url(images/comment-bottom.gif) 0 -10px no-repeat;
	height: 10px;
	clear: both;
	font-size: 0;
	}

a.username {
	margin:0 10px 0 8px;
	font-size: 12px;
	}
	
.comment-name {
	color: #fff;
	margin:0 10px 0 8px;
	font-size: 12px;
	}

.comment-number {
	color: #fff;
	}
	
input#author, input#email, input#url {
	border: 1px solid #151515;
	width: 246px;
	padding: 4px;
	background: #cecece url(images/input-bg.gif);
	}

textarea#comment {
	margin-bottom: 8px;
	border: 1px solid #151515;
	width: 492px;
	padding: 4px;
	background: #cecece url(images/input-bg.gif);
	}
	
#commentform p {
	margin-bottom: 10px;
	}

label {
	color: #66de1b;
	}

/*********** Contact Form ******************/
/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FLUID width
   CRYPTOMUNDO.CSS made by Mike Cherim - http://green-beast.com 
  Designed and built to work with the Cryptomundo WordPress theme
================================================================== */

#gb_form_div { 
  text-align : left;
  width : 99%;
	font-size: 1.2em;
}

#gb_form {
  text-align : left;
  background : transparent;
}

h4.main_formhead {
	font-weight: bold;
	}

#gb_form_div a {
  color : #999;
  text-decoration : underline;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  color : #111;
  text-decoration : none;
  background-color : #fff;
}

#gb_form fieldset { 
  border : 0;
  margin-top : 10px;
}

#gb_form legend, #gb_form dt { 
  font-weight : bold; 
  color : #fff;
}

#gb_form legend {
  margin-left : -10px;
  padding-top : 5px;
margin-bottom: 8px;
}

#gb_form legend#mainlegend { 
  font-size : 1.2em;
  color : #66de1b;
  margin-left : -10px;
  padding-top : 5px;
  padding-bottom : 10px;
display: none;
}

#gb_form legend#mainlegend small { 
  font-size : .7em;
  text-transform : uppercase;
}

#gb_form_div .formhead small a {
  font-size : .7em;
  background-image : none;
  display : inline;
  padding : 0;
  margin : 0;
}

#gb_form_div .main_formhead, #gb_form_div .formhead {
  font-size : 1.2em;
  color : #fff;
  width : 101%;
}

#gb_form label { 
  color : #66de1b; 
  margin-top : 5px;
  margin-left : 0;
font-size: 10px;
margin-bottom: 4px;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox { 
  font : 1em verdana, arial, sans-serif; 
  color : #333; 
  padding : 4px; 
  border : 1px solid #999;
  background-color : #ffffee;
  width : 70%;
  font-size : 1.1em;
  height : auto;
margin: 4px 0;
}

#gb_form input.short {
  width : 7%;
}

#gb_form textarea.textbox {
  width : 98%;
  height : 120px;
  line-height : 1.5em;
}

#gb_form select.med {
  width : 60%;
}

#gb_form input.checkbox {
  cursor : default;
  background : transparent;
  color : #669900;
  border : 0;
  padding : 0; 
  margin : 0;
  width : 10px;
  height : 10px;
}

#gb_form input.button:hover, #gb_form input.button:focus, 
#gb_form input.button.hover, #gb_form input.button.focus {
  background-color : #669900;
  color : #fff;
}

/* NOTE: .hover and .focus classes IE JS */
#gb_form input.short:hover, #gb_form input.short:hover, 
#gb_form input.med:hover, #gb_form input.med:focus, 
#gb_form select.med:hover, #gb_form select.med:focus, 
#gb_form textarea.textbox:hover, #gb_form textarea.textbox:focus, 
#gb_form input.short.hover, #gb_form input.short.focus,
#gb_form input.med.hover, #gb_form input.med.focus,  
#gb_form select.med.hover, #gb_form select.med.focus, 
#gb_form textarea.textbox.hover, #gb_form textarea.textbox.focus { 
  color : #000;  
  padding : 4px; 
  border : 1px inset #333;
  background-color : #f8f8f8;
  cursor : text;
}

#gb_form input.button {
  margin-top : 10px;
  padding-right : 20px;
  padding-left : 20px;
  width : 35%;
  float : right;
  cursor : pointer;
}

span.error, span.success, #gb_form_div dt { 
  color : #cd0000;  
  font-weight : bold; 
}

#gb_form_div dt small, #gb_form_div .formhead span.success, span.success, dl#result_dl_blockq dt {
  color : #669900;
}

#gb_form small.whythis, #gb_form small.whythis a { 

}

#gb_form small.whythis a span {

}

#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active { 
  text-decoration : none;
  color : #000;
}

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 

}

#gb_form p.creditline small {
  font-family : arial, sans-serif;
  clear : both; 
  display : block;
  text-align : right;
  margin : 0;
  padding : 25px 0 15px 0;
  font-size : .8em;
  letter-spacing : .0001em;
  color : #777;
}

/* NOTE: .abbr class is for IE */
.abbr { 
  cursor : help; 
  border-bottom : 1px dashed #999;
}

dl#result_dl_blockq blockquote {
  margin-left : 0;
}

dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
}

#gb_form_div span.items {
  font-weight : bold;
  color : #669900;
}


/* End CRYPTOMUNDO CSS */