@charset "utf-8";
/* CSS Document */

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, b, u, i, center, 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-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
}
a{
	text-decoration:none;
}
body {
	line-height: 1.4;
	background:#F0F0F0 url(../images/bg.png) repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* */
.defloater{
	float:none;
	clear:both;
	height:1px;
}
/* header */
#top-bar{
	background:#4c5357;
	height:2px;
}
#header {
	height:60px;
	padding:20px 10px;
	margin:auto;
	width:940px;
}
#logo a{
	display:inline;
	float:left;
	width:350px;
	font-size:40px;
	color:#FFF;
}
#nav{
	margin:10px 0 0 0;
}
#nav ul li a{
	color:#999;
	height:10px;
}
#nav ul li ul li a{
	color:#222;
}

/*SLIDER*/
#featured{
	width:992px;
	margin:auto;
}
#slider{
	background:url(../images/loading.gif) no-repeat 50% 50% #000; 
	display:inline-block;
	float:left;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.left-curve{
	background:url(../images/slider-curve.png) no-repeat 0 -1px; 
	position:relative;
	z-index:100;
	left:10px;
	display:inline-block;
	height:340px;
	width:16px;
	float:left;
}
.right-curve{
	background:url(../images/slider-curve.png) no-repeat -16px -1px; 
	position:relative;
	z-index:100;
	right:10px;
	display:inline-block;
	height:340px;
	width:16px;
	float:right;
}
/*WELCOME DIV*/
#welcome{
	width:940px;
	margin:30px auto 10px auto;
	padding:10px 0;
	border-bottom:1px solid #d5dfe1;
}
#wel-text {
	display:inline-block;
	float:left;
}
#wel-text h1{
	font-size:20px;
	color:#222;
	width:620px;
	display:inline-block;
	text-align:center;
	padding:0 20px 0 0;
}
#wel-btn{
	display:inline-block;
	vertical-align:top;/*to overcome the reset*/
	background:url(../images/divein.png) no-repeat 0 -51px;
}
#wel-btn a{
	background:url(../images/divein.png) no-repeat 0 0;
	height:43px;
	width:220px;
	padding:8px 30px 0 ;
	font-size:26px;
	display:inline-block;
	color:#222;
}
#wel-btn a:hover{
	background:url(../images/divein.png) no-repeat 0 -51px;
}
#welcome2{
	width:940px;
	margin:30px auto 10px auto;
	padding:30px 0;
	border-bottom:1px solid #d5dfe1;
}
#wel2-text {
	display:inline-block;
	float:left;
}
#wel2-text h1{
	font-size:15px;
	color:#222;
	width:940px;
	display:inline-block;
	text-align:center;
	padding:0 20px 0 0;
	text-transform: uppercase;
	font-weight: normal;
}
/* Main Content */
#main{
	width:960px;
	margin:auto;
}
#left-coloumn{
	width:620px;
	margin:5px 10px;
	float:left;
}
.feat-post{
	background:#000;
	color:#b7b8b9;
	padding:0 0 10px 0;
	border-bottom:4px solid #a3abad;
	margin:0 0 5px 0;
}
.feat-post2{
	background:#;
	color:#b7b8b9;
	padding:0 0 10px 0;
	border-bottom:0px solid #;
	margin:0 0 5px 0;
}
.feat-post a{
	color:#FFF;
}
.feat-post .date-and-comm{
	height:150px;
	padding:30px 0;
	border-top:4px solid #000;
}
.feat-post .date-and-comm p{
	padding:16px 10px;
	background:url(../images/dc-bg.png) repeat-x;
	height:20px;
}
.feat-post .date-and-comm strong{
	font-size:14px;
}
.feat-post .date-and-comm .date{
	float:left;
	display:inline-block;
}
.feat-post .date-and-comm .comments{
	float:right;
	display:inline-block;
}
.feat-post h2{
	padding:10px;
}
.feat-post h2 a{
	font-size:24px;
	text-transform:capitalize;
	width:100%;
}
.feat-post .meta{
	font-size:10px;
	padding:3px 15px;
	text-transform:uppercase;
	background:#15181a;
	text-align:right;
}
.feat-post .meta2{
	font-size:12px;
	padding:3px 15px;
	text-transform:uppercase;
	background:#15181a;
	text-align:right;
	font-weight: bold;
}
.feat-post .meta a{
	font-size:10px;
	font-weight:bold;
}
.feat-post .post-content{
	padding:11px;	
}
.feat-post .rmore{
	width:620px;
	text-align:right;
}
.feat-post .rmore a{
	color:#FFF;
	background:url(../images/rmore-feat.png) no-repeat right;
	padding:2px 23px 0 20px;
	margin:0 10px 0 0;
	font-size:10px;
	text-transform:uppercase;
	height:15px;
	display:block;
}
.feat-post .rmore a:hover{
	color:#CCC ;
}
/* LIST POSTS */

.list-post{
	color:#1a1a1a;
	border-bottom:1px solid #D5DFE1;
	padding:20px 0 5px 0;
}
.list-post a{
	color:#777;
}
.list-post a:hover{
	color:#000;
}
.list-post h2 a{
	font-size:18px;
	color:#222;
}
.list-post .left{
	float:left;
	width:300px;
	margin:0 20px 0 0;
}
.list-post .left img{
	border-bottom:0px solid #222;
}
.list-post .list-date-and-comm p{
	font-size:12px;
}
.list-post .list-date-and-comm{
	padding:1px 0px 6px 0px;
	text-transform:capitalize;
	color:#596266;
}
.list-post .meta a{
	font-size:10px;
}
.list-post .meta span{
	padding:2px 6px;
	background:#F4F4F4;
	border:1px solid #e1e3e5;
	margin:10px 0;
	display:inline-block;
	color:#777;
	font-size:10px;
	text-transform:uppercase;
	float:left;
}
.list-post .meta .rmore{
	padding:2px 6px;
	background:#F4F4F4;
	border:1px solid #e1e3e5;
	margin:10px 0;
	display:inline-block;
	float:right;
	font-size:10px;
}
.list-post .meta .rmore:hover{
	border:1px solid #c3c7cb;
}
/* LIST POSTS 2*/

.list-post2{
	color:#1a1a1a;
	border-bottom:0px solid #D5DFE1;
	padding:20px 0 5px 0;
}
.list-post2 a{
	color:#777;
}
.list-post2 a:hover{
	color:#000;
}
.list-post2 h2 a{
	font-size:30px;
	color:#222;
	text-transform:uppercase;
}
.list-post2 h2 {
	font-size:24px;
	color:#222;
	text-transform:uppercase;
}
.list-post2 .left{
	float:left;
	width:200px;
	margin:0 20px 0 0;
}
.list-post2 .left img{
	border-bottom:0px solid #;
}
.list-post2 .list-date-and-comm p{
	font-size:12px;
}
.list-post2 .list-date-and-comm{
	padding:7px 6px;
	text-transform:capitalize;
	color:#596266;
}
.list-post2 .meta a{
	font-size:12px;
}
.list-post2 .meta span{
	padding:2px 6px;
	background:#F4F4F4;
	border:1px solid #e1e3e5;
	margin:10px 0;
	display:inline-block;
	color:#777;
	font-size:12px;
	text-transform:uppercase;
	float:left;
}
.list-post2 .meta .rmore{
	padding:2px 6px;
	background:#F4F4F4;
	border:1px solid #e1e3e5;
	margin:10px 0;
	display:inline-block;
	float:right;
	font-size:12px;
}
.list-post2 .meta .rmore:hover{
	border:1px solid #c3c7cb;
}
/* Right Coloumn */
#right-coloummn{
	width:300px;
	float:left;
	padding:5px 0;
	margin:0 10px;
}
#right-coloummn .widget-title{
	font-size:20px;
	text-transform:uppercase;
	color:#222;
	background:#d4d8d9 url(../images/arr.png) no-repeat right center;
	padding:5px 5px 3px 10px;
	font-weight:bold;
}
#right-coloummn .widget-area a{
	color:#494f53;
	font-size:12px;
	font-weight:bold;
	padding:0px 0 0px 12px;
	background:url(../images/bullet.png) no-repeat left center;
}
#right-coloummn .widget-area{
	margin:0 0 20px 0;
}
#right-coloummn .widget-area li ul li{
	border-bottom:1px solid #D5DFE1;
	padding:7px 2px;
	color:#768085;
}
#right-coloummn .widget-area li ul li:hover{
	background:#F6F6F6;
}
#right-coloummn .widget-area2 a{
	color:#494f53;
	font-size:12px;
	font-weight:bold;
	margin:0px 0 0 5px;
	padding:0px 0 0 12px;
	background:url(../images/bullet.png) no-repeat left center;
}
#right-coloummn .widget-area2{
	margin:0 0 20px 0;
}
#right-coloummn .widget-area2 li ul li{
	border-bottom:1px solid #D5DFE1;
	padding:8px 2px 40px 2px;
	color:#768085;
}
#right-coloummn .widget-area2 li ul li:hover{
	background:#F6F6F6;
}
#right-coloummn .block_posts img {
float: left;
background-color: #FFFFFF;
padding: 3px;
margin-right: 2px;
border: 1px solid #E0E0E0;
}
/* Right Coloumn 2*/
#right-coloummn2{
	width:300px;
	float:left;
	padding:5px 0;
	margin:575px 10px 0 10px;
}
#right-coloummn2 .widget-title{
	font-size:20px;
	text-transform:uppercase;
	color:#222;
	background:#d4d8d9 url(../images/arr.png) no-repeat right center;
	padding:5px 5px 3px 10px;
	font-weight:bold;
}
#right-coloummn2 .widget-area a{
	color:#494f53;
	font-size:12px;
	font-weight:bold;
	padding:0px 0 0px 12px;
	background:url(../images/bullet.png) no-repeat left center;
}
#right-coloummn2 .widget-area{
	margin:0 0 20px 0;
}
#right-coloummn2 .widget-area li ul li{
	border-bottom:1px solid #D5DFE1;
	padding:7px 2px;
	color:#768085;
}
#right-coloummn2 .widget-area li ul li:hover{
	background:#F6F6F6;
}
#right-coloummn2 .widget-area2 a{
	color:#494f53;
	font-size:12px;
	font-weight:bold;
	margin:0px 0 0 5px;
	padding:0px 0 0 12px;
	background:url(../images/bullet.png) no-repeat left center;
}
#right-coloummn2 .widget-area2{
	margin:0 0 20px 0;
}
#right-coloummn2 .widget-area2 li ul li{
	border-bottom:1px solid #D5DFE1;
	padding:8px 2px 40px 2px;
	color:#768085;
}
#right-coloummn2 .widget-area2 li ul li:hover{
	background:#F6F6F6;
}
#right-coloummn2 .block_posts img {
float: left;
background-color: #FFFFFF;
padding: 3px;
margin-right: 2px;
border: 1px solid #E0E0E0;
}
/* Side Bar Shadow */
#sidebar {
color: #666;
width: 300px;
padding:	0 0 20px 25px;
float: left;
position:relative;
}

#sidebar div{
position: relative;
z-index: 2;
}

#sidebar_top, #sidebar_bottom{
width:300px;
height:88px;
display: block;
position: absolute;
left: 0;
z-index: 1;
top:0;
}

#sidebar #sidebar_bottom{
top:auto;
bottom: 0;
}

#sidebar {
background:transparent url(../images/sidebar-middle.png) repeat-y top left;
}

#sidebar_top {
background:transparent url(../images/sidebar-top.png) no-repeat top left;
}

#sidebar_bottom {
background:transparent url(../images/sidebar-bottom.png) no-repeat bottom left;
}

#sidebar h6 {
font-size: 24px;
margin-bottom: 20px;
}
/* Flickr Badge */
#flickr_badge_uber_wrapper {
	text-align:center;
	width:150px;
}
#flickr_badge_wrapper {
	padding:0;
	width:300px;
}
.flickr_badge_image {
	margin:4px;
	display:inline-block;
	float:left;/* being good to IE6 */
}
.flickr_badge_image img {
	border: 1px solid black !important;
}
#flickr_badge_source {
	text-align:left;
	margin:0 10px 0 10px;
}
#flickr_badge_icon {
	float:left;
	margin-right:5px;
}
#flickr_www {
	display:block;
	padding:0 10px 0 10px !important;
	font: 11px Arial, Helvetica, Sans serif !important;
	color:#3993ff !important;
}
#flickr_badge_uber_wrapper a:hover, #flickr_badge_uber_wrapper a:link, #flickr_badge_uber_wrapper a:active, #flickr_badge_uber_wrapper a:visited {
	text-decoration:none !important;
	background:none !important;
	color:#3993ff;
}
#flickr_badge_wrapper {
	background-color:#ffffff;
}
#flickr_badge_source {
	padding:0 !important;
	font: 11px Arial, Helvetica, Sans serif !important;
	color:#666666 !important;
}
/* Bottom Container */
#footer{
	background:#000 url(../images/btmbg.png) center repeat-y;
	border-top:5px solid #D5DFE1;
	margin:0;
}
#btm-container{
	width:960px;
	margin:auto;
	color:#596266;
	padding:30px 0;
}
#btm-container .widget-area{
	width:300px;
	padding:0 10px;
	display:inline-block;
	vertical-align:top;
	float:left;
}
#btm-container img{
	margin:10px 10px 0 0;
	vertical-align:baseline;
}
#btm-container .widget-area p{
	padding:5px 0;
}
.widget-area p img{
	border:3px solid #FFF;
	float:left;
}
#btm-container a{
	background:none;
}
#btm-container a img{
	border:none;
}
#btm-container .widget-title{
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
	border-bottom:1px solid #181818;
	padding:0 0 2px 0;
	font-weight:bold;
}
#btm-container .widget-area li ul li a{
	color:#acb8c0;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 12px;
	background:url(../images/bullet.png) no-repeat left center;
}
#btm-container .widget-area li ul li{
	border-bottom:1px solid #181818;
	padding:6px 2px;
}
#btm-container .downloads{
	color:#666666 !important;
	font-size:30px;
	border-bottom:1px solid #181818;
	text-align:right;
}
#btm-container .contact{
	padding:4px;
	color:#FFF;
}
#btm-container .contact a{
	color:#FFF;
}
#btm-container .contact a:hover{
	border-bottom:1px solid;
}
.buttons{
	background:url(../images/btn.png) no-repeat;
	text-transform:uppercase;
	height:20px;
	padding:8px 0 10px 20px;
	width:153px;
	margin:0 auto 10px auto;
	color:#FFF;
	clear:both;
}
.buttons a{
	color:#FFF;
	font-size:14px;
}
/* horizontal sidebar top */

.hoz-sidebar{
	width:940px;
	margin:20px auto;
	background:url(../images/hoz-sidebar-bg.png) repeat-x center #D4D8D9;
}
.hoz-sidebar .widget-area {
	width:290px;
	padding:10px 0 0 20px;
	display:inline-block;
	vertical-align:top;
	float:left;
}
.hoz-sidebar .widget-area p{
	padding:5px 0;
}
.hoz-sidebar img{
	border:3px solid #FFF;
	margin:0 10px 0 0;
	float:left;
	vertical-align:middle;
}
.hoz-sidebar a{
	background:none;
}
.hoz-sidebar a img{
	border:none;
}
.hoz-sidebar .widget-title{
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
	border-bottom:1px solid #181818;
	padding:0 0 2px 0;
	font-weight:bold;
}
.hoz-sidebar .widget-area li ul li a{
	color:#acb8c0;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 12px;
	background:url(../images/bullet.png) no-repeat left center;
}
.hoz-sidebar .widget-area li ul li{
	border-bottom:1px solid #181818;
	padding:6px 2px;
}
.hoz-sidebar .textwidget{
	color:#333;
}
.hoz-sidebar .widget-title{
	border-bottom:none;
	font-size:18px;
	color:#000;
}
.hoz-sidebar .textwidget p{
	padding:10px;
}
.hoz-sidebar .textwidget img{
	border:none;
	float:left;
}

/* horizontal sidebar bottom */
.hoz-sidebar-bottom{
	background:none;
}.hoz-sidebar-bottom{
	width:960px;
	margin:auto;
	color:#596266;
	padding:10px 0;
}
.hoz-sidebar-bottom .widget-area{
	width:300px;
	padding:0 10px;
	display:inline-block;
	vertical-align:top;
	float:left;
}
.hoz-sidebar-bottom img{
	margin:10px 10px 0 0;
	vertical-align:bottom;
}
.hoz-sidebar-bottom .widget-area p{
	padding:5px 0;
}
.hoz-sidebar-bottom  .widget-area li ul li:hover{
	background:#F6F6F6;
}
.widget-area p img{
	border:3px solid #FFF;
	float:left;
}
.hoz-sidebar-bottom a{
	background:none;
}
.hoz-sidebar-bottom a img{
	border:none;
}
.hoz-sidebar-bottom .widget-title{
	font-size:18px;
	text-transform:uppercase;
	color:#222;
	background:#d4d8d9 url(../images/arr.png) no-repeat right center;
	padding:5px 10px 3px 10px;
	font-weight:bold;
}
.hoz-sidebar-bottom .widget-area li ul li a{
	color:#494F53;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 12px;
	background:url(../images/bullet.png) no-repeat left center;
}
.hoz-sidebar-bottom .widget-area li ul li{
	border-bottom:1px solid #D5DFE1;
	padding:6px 2px;
}
.hoz-sidebar-bottom .downloads{
	font-size:30px;
	border-bottom:1px solid #181818;
	text-align:right;
}
.hoz-sidebar-bottom .contact{
	padding:4px;
	color:#FFF;
}
.hoz-sidebar-bottom .contact a{
	color:#FFF;
}
.hoz-sidebar-bottom .contact a:hover{
	border-bottom:1px solid;
}
/*copyright*/
#copyright{
	width:940px;
	padding:20px 0;
	margin:auto;
}
#copyright p{
	color:#768085;
}
#copyright .site-name{
	font-size:36px;
	color:#222;
}

.twtr-hd{
	display:none;
}

