html {
	font-size:100.01%;
}
body {
	font-size: 78%;
	line-height: 1.125em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	color:#a2a2a2;
	background: url(images/texture.jpg) repeat}

/*********************************************
	Main Background
*********************************************/

<!--[if !IE]>-->
body { font-size:16px; }
<!--<[endif]-->
/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #fafafa;
	text-decoration: none;
}
a:hover {
	color: #666;
}
/*********************************************
	Headings
*********************************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #fff;
}
h1 {
	font-size: 1.9em;
	line-height: 1em;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.2;
	margin-bottom: 0em;
	font-weight:bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

/*********************************************
		Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	margin: 2em auto;
	border: 0em solid #000;
	display: block;
}

/*********************************************
	All Modules Default Defenitions
*********************************************/
.builder-module {
	margin-bottom:1em;
}
.builder-module-content {}
.builder-module-widget-bar {}
.builder-module-image {}
/*********************************************
	Header
*********************************************/
.column {
display:inline;
float:left;
}
.last {
margin-right:0 !important;
}
.span6-x {
margin-left:0px;
margin-right:0px;
width:940px;
}
* {
margin:0;
padding:0;
}
#logo{ height:95px; 
width:147px; 
}
#logo h2 a{ display:block; 
height:44px; 
padding: 0px 271px; 
text-indent: -5000px; 
background: url(images/sprite.png) no-repeat; 
background-position: -10px -53px;
margin-top: 30px; 
height:44px; 
}
#logo h2 a:hover{ background-position:-10px -97px; 
height:44px; 
}

/*********************************************
		Horizontal Navigaion Styles
				(with dropdowns)
*********************************************/
.builder-module-navigation {
	float: left; 
	margin:0 0 3px 0; 
	height: 36px; 
	text-decoration: none; 
	font-weight: 700; 
	color: #eaeaea;	
}
.builder-module-navigation ul {
	padding: 0;
}
.builder-module-navigation li {
	display: block; 
	float: left; 
	padding: 7px 0px  7px 0px; 
	position: relative;
}
.builder-module-navigation li a {
	color: #fff;
	text-decoration: none;
	background: transparent url(images/nav_pipe.gif) no-repeat scroll 100% 55%;
	text-transform: uppercase;
	padding: .6em 1.2em .6em .8em;
	
}
.builder-module-navigation li a:hover,
.builder-module-navigation li a.sfhover {
	border-top: 1px dotted #ffff00; 
	position: relative;
	padding: .5em 1.2em .6em .8em;
}
/* second level stuff */
.builder-module-navigation li ul {
	width: 14em;
	border: .1em solid #000;
	border-bottom: 0em;
	background-color: #121212;
	
}
.builder-module-navigation li li {
	border-bottom:.1em solid #000;
	width: 14em;
	background-color: #121212;

}
.builder-module-navigation li li a {
	float: none;
	color:  #fff;
	background-color: #121212;

}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
	color: #ffff00;
	border: none;
	}
.builder-module-navigation li ul ul {
	margin: -2.5em 0 0 14em;
}
/*********************************************
	Module Widget Bars
*********************************************/
.builder-module-widget-bar {
	width: 100%;
	background: url(images/post-trans.png) repeat;
	color: #acacac;
	float: left;
	overflow: hidden;
	border-top:.1em dotted #777;
	border-bottom:.1em dotted #777;
	padding: .75em 0 0;
}
.builder-module-widget-bar li {
	border-bottom: 1px dotted #333;
	margin-bottom: .5em;
	padding-bottom: .8em;
	list-style-type: none;
	
}
.builder-module-widget-bar li a{
	color: #fff;
	text-decoration: none;
	
}
.builder-module-widget-bar li a:hover {
	color: #ffff00;
	text-decoration: none;
	
}
.builder-module-widget-bar .widget-wrapper {
	display: inline;
	float: left;
	margin: 0;
	text-align: left;
	width: 100%;
	overflow: hidden;
}

.builder-module-widget-bar .widget {
	padding: 2px 1em 1em;
}

.builder-module-widget-bar .widget h4 {
	text-decoration: none;
	font-size: 1em;
	margin-bottom: .8em;
	color: #ffff00;
}
.builder-module-widget-bar .widget h2 {
	color: #ffff00;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
}
.builder-module-widget-bar .widget h4, .builder-module-widget-bar .widget p, .builder-module-widget-bar .widget ul, .builder-module-widget-bar .widget ol, .builder-module-widget-bar .widget img {
	padding: 0;
}
.builder-module-widget-bar .widget ul, .builder-module-widget-bar .widget ol {
	padding: 0;
	margin: 0 1em .5em 1.5em;
	list-style-type: square;
}
.builder-module-widget-bar .widget a.rsswidget img {
	display: none;
}

/*********************************************
	Content Sidebars & Widgets
*********************************************/
.builder-module-content li{
	border-bottom: 1px dotted #333;
	margin-bottom: .5em;
	padding-bottom: .8em;
}

.builder-module-content .sidebar {
	display:block;
	width:100%;
	background: #transparent;
}
.builder-module-content .widget {
	color: #acacac;
	margin-bottom: 1.2em;
	font-size: xx-small;
	text-transform: uppercase;
	border: 1px dotted #333;
    background: url(images/post-trans.png) repeat
}


.builder-module-content .widget a {
	color: #fff;
	text-decoration: none;
}
.builder-module-content .widget a:hover {
	color: #ffff00;
	text-decoration: none;
}
.builder-module-content .widget h4 a {
	color: #ffff00;
	text-decoration: none;
}
.builder-module-content .widget h4 {
	color: #ffff00;
	font-size: 1em;
	margin-bottom: 0.8em;
	margin-left: .4em;
	margin-top: .4em;
}
.builder-module-content .widget h4, .builder-module-content .widget p, .builder-module-content .widget ul, .builder-module-content .widget ol, .builder-module-content .widget img {
	padding: 0 0 0em;
}
.builder-module-content .widget ul, .builder-module-content .widget ol {
	margin: 0 1em .5em;
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 5px;
	padding-top: 5px;
}
.builder-module-content .widget a.rsswidget img {
	display: none;
}
/*********************************************
		Content Div
*********************************************/
.content {
	background: transparent;
	margin: 0;
	display: block;
	float: left;
	width: 100%;
	text-align: justify;
	overflow: hidden;
	
}
.page-title {
	margin: 1em;
}

.post {
	border: 1px solid #333;
	background: url(images/post-trans.png) repeat;
	padding: .8em;
	margin: 0 1em 1em 0;
}

.post .thumbnail-wrap {
	display: none;
        border: none;
}
.page .title {
	display: none;
}
.post .date {
	display: none;
}
.post .post-title {
	float: left;
}
.post .post-title a {
	text-decoration: none;
	color: #fff;
	font: .788em;
}
.post .post-title h3 {
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: .5em;
}
.post .post-meta {
	display: block;
	clear: both;
	margin-bottom: 3em;
    color: #777;
    
}
.post .post-meta a {
	text-decoration: none;
	color: #fff;
}
.post .post-meta a:hover {
        color: #666;
}
.post .meta-bottom {
	display: block;
    font-size: .88em;
    border: 1px dotted #333;
    background-color: #191919;
	padding: 10px;
}
.post .meta-bottom a{
	font-size: .88em;
}
.post img {
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
        margin-bottom: 1em;
        padding: 3px;
        border: 1px dotted #555
}

.twocols{
 width:100%;
 float:left; 
 position:relative; 
  }
.leftcol{
 width:24%; 
 float:left; 
 position:relative;
}
 
.rightcol{
 width:75%; 
 float:right; 
 position:relative;
	padding-top: 1em;
	padding-bottom: 1em;
}

/*********************************************
		Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-transform: uppercase;
	text-align: justify;
	color: #acacac;
	 

}
.meta-bottom a{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .8em;
}
.meta-bottom .alignleft {
	width: 70%;
}
.meta-bottom .categories {
	padding: 0px;
}
.meta-bottom .comments {
	padding: 0px;
}

.photometa {
	margin: 0px .5em 0px .5em;
	padding: 0px 0px;
	width: 100%;
}
.EXIF {
	padding: 0px 0px;
	width: 33%;
	float: left;
	margin: 20px 0px 0px 10px;
}
.photometa h4 {
	border-bottom: 1px solid #fff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.photometa ul {
	list-style-type: none;
}
/*********************************************
		Previous/Next Page Navigation
*********************************************/
.paging {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: .6em;
}
/*********************************************
		Comment Styles
*********************************************/
#comments {
	margin: 0;
	padding: 20px 10px;
	
}
#comments .title {
	font-size: 25px;
	margin: 0px;
	padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px;
	padding: 0px;
	
}
#comments ul.children {
	margin: 0px;
	padding: 10px 0px 0px 20px;
}
#comments .vcard {
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even {
	clear: both;
	list-style-type: none;
	padding: 10px 1em 10px 10px;
	overflow: hidden;
	border: 1px solid #333;
	background: url(images/post-trans.png) repeat;
	margin: 5px 1em 5px 0px;
}
#comments li.odd {
	clear: both;
	list-style-type: none;
	margin: 5px 1em 5px 0px;
	padding: 10px 1em 10px 10px;
	overflow: hidden;
	border: 1px solid #FFFF00;
	background: url(images/post-trans.png) repeat;
}
#comments ul.children li {
}

#comments blockquote {
	margin: 10px 0px;
	padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px;
	padding: 5px;
}
#comments p {
	margin: 0px 0px 10px;
	padding: 0px;
}
#respond {
	overflow: hidden;
	padding: 10px 0 10px 10px;
	border: 1px dotted #333;
	background: url(images/post-trans.png) repeat;
        margin-right: 1em;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author, #respond #commentform #email, #respond #commentform #url, #respond #commentform #twitter {
	width: 50%;
	margin: 0px 0px 5px 0px;
	padding: 5px;
}
#respond #commentform #comment {
	width: 90%;
	margin: 10px 0px 15px 0px;
	padding: 5px;
}
/*********************************************
	Footer Styles
*********************************************/


#page_footer { 
background: url(images/post-trans.png) repeat;
border: 1px dotted #333;
text-decoration: none; 
clear:both; 
display:inline; 
float:left; 
margin-top: 15px;
padding: 10px 10px 0;
}
#page_footer a 		{ 
text-decoration: none; 
font-weight: 700;}
#page_footer a:hover 			{ 
color: #fff;}

#page_footer * 			{  }
#page_footer ul			{ 
margin-right: 5px; }
#page_footer li 			{ 
font-size: 1em; 
display: inline;
	padding: 0 8px;
}
#page_footer li.last		{ 
border-right: none; }
#page_footer .copyright		{ 
font-size: 1em; 
margin-left: 5px; 
font-weight: 700;}
/*********************************************
	Text elements
*********************************************/

p {
	margin: 0 0 1.5em;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #666;
	text-decoration: none;
}
a {
	color: #fff;
	text-decoration: none;
}
blockquote {
	margin: 1.5em;
	color: #acacac;
	font-style: italic;
        padding: .3em;
        border: 1px dotted #ffff00;
}
strong {
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
}

em, dfn {
	font-style: italic;
	color: #fff;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
/*********************************************
	Lists
*********************************************/

li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 3.333em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
/*********************************************
	Tables
*********************************************/

table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
/*********************************************
	default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	padding:1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size:1.2em;
}
/*********************************************
	Form fields
*********************************************/

input[type=text], input[type=password], input.text, input.title, textarea, select {
	color: #fff;
	background-color:#121212;
	border:1px dotted #7f7f7f;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#666;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin:0.5em 0;
}
input.text, input.title {
	width: 300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
textarea {
	width: 390px;
	height: 250px;
	padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}
.searchform { margin-top: 50px;
	margin-right: 10px;
}
.searchform input {
	color: #fff;
	font-size: 1em;
	width: 219px;
	height: 23px;
    background: url(images/sprite.png) no-repeat;
    background-position: -10px -10px;
    border: none;
}
.searchform input:focus {
	outline: none; 
border: 1px solid #ffff00;
}



/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
/*********************************************
	The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignleft {
	margin: 0px .6em .6em 0px;
}
img.alignright {
	margin: 0px 0px .6em .6em;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: .8em;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: .8em;
	padding: 0 .3em .4em;
	margin: 0;
}

 /* Related Posts */  
.postrelated {
	border: 1px solid #333;
	margin: 1em 1em 1em 0;
	background: url(images/post-trans.png) repeat;
	padding: .8em;
}

.postrelated img {
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
        margin-bottom: 1em;
        padding: 3px;
        border: 1px dotted #555
}
ol.related-posts {text-align:center; margin: 0 auto; padding-bottom: 10px; height: 230px;padding-left:80px;}  
ol.related-posts li{width:155px; float:left; display:inline; margin-right:15px; padding:0;}  
ol.related-posts a{display:block; border:none; text-decoration:none;padding-bottom: 10px;}  
ol.related-posts li{font-size:12px;}
/* Comments */
#disqus_thread {
	border: 1px solid #333;
	margin: 1em 1em 1em 0;
	background: url(images/post-trans.png) repeat;
	padding: .8em;
}
#dsq-content input {  color: #fff;
}
#dsq-combo-widget.grey #dsq-combo-content .dsq-combo-box {
background: transparent;
}
 /* End Related Posts */ 

#gallery-1 {
				margin: auto;
			}
			#gallery-1 .gallery-item {
				float: left;
				margin-top: 10px;
				text-align: center;
				width: 25%;			}
			#gallery-1 img {
				border: 2px solid #cfcfcf;
			}
			#gallery-1 .gallery-caption {
				margin-left: 0;
			}
		
/* To Show Excerpt Columns */
.leftcats{
	
width: 317px; 
height: 200px;
float:left; 
clear:left;
position:relative; 
border: 1px solid #333;
background: url(images/post-trans.png) repeat;
padding: .8em;
margin-bottom: 1em;
font-size: 10pt;
overflow: hidden;
}
.rightcats{
width:317px; 
height: 200px;
float:right; 
clear:right;
position:relative; 
border: 1px solid #333;
background: url(images/post-trans.png) repeat;
padding: .8em;
margin-right: 1em;
margin-bottom: 1em;
font-size: 10pt;
overflow: hidden;
}

/*********************************************
.Entertainment, .Gear, .Health, .Money, .News, .Sport, .Women {
margin: 0 1em 1em 0;
    display: block;
    font-size: .88em;
    border: 1px dotted #000;
    color: #fff;
    text-transform: uppercase;
font-weight: bold; 
padding: 5px;
}
.Entertainment {
background: #710a12;
}
.Gear {
background: #A15E39;
}
.Health {
background: #7D9841;
}
.Money {
background: #E19049;
}
.News {
background: #797000;
}
.Sport {
background: #B9A42F;
}
.Women {
background: #E9D7AF;
}
*********************************************/
.Entertainment, .Gear, .Health, .Money, .News, .Sport, .Women, .Featured-title {
margin: 0 1em 1em 0;
display: block;
font-size: .88em;
border: 1px dotted #666;
color: #fff;
text-transform: uppercase;
padding: 5px;
background: #121212;
font-weight: bold;
}
.category-column a{
	font-size: .88em;
}
.topfeatured {
display: inline-block;
width: 13%;
}
.attachment-featured-thumb { 
margin-left: auto;
margin-bottom: 5px;
padding: 1px;
border: 1px dotted #555; }