body {
	margin: 0px;
	padding: 0px;
	background: #1f1f1f url(img/bg-body-blue.png) repeat-x left top;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

a {
	color: #f8dec7;
}

a:hover {
	color: #C0C0C0;
}

p {
	margin: 0 0 15px 0;
	padding: 0px;
	line-height: 17px;
}

img {
	border: none;
}
	
#page {
	width: 960px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	height: 180px;
	background: url(img/bg-header.jpg) no-repeat left top;
	z-index: 2; /* IE z-index bug */
}

#content {
	background: url(img/bg-content.gif) repeat-y right top;
	z-index: 1; /* IE z-index bug */
}

#content-left {
	float: left;
	width: 630px;
	padding: 40px 0;
}

#content-right {
	float: right;
	width: 290px;
}

h1 {
	margin: 0 0 20px 0;
	padding: 0px;
	color: #006990;
	font-size: 20px;
}

.h1_homepage {
	margin: 0 0 10px 0;
	padding:0px;
	font-size: 18px;	
}

h1 a {
	color: #006990;
	text-decoration: none;
	/*border-bottom: 1px dotted #006990;*/
}

h1 a:hover {
	border-bottom: none;
}
	
	
h2 {
	border-top: 1px solid #999;
	padding-top: 15px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	clear:both;
}

	
.linklistcatname, #lladdlinktitle {
	border-top: none;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}


	
h1#blog-title {
	float: left;
	margin: 50px 10px 0 0;
	padding: 0px;
	font-size: 18px;
}

h1#blog-title a {
	color: #fff;
	text-decoration: none;
}

h1#blog-title a:hover {
	text-decoration: underline;
}

h2#blog-description {
	float: left;
	margin-top: 47px;
	margin-left: 675px;
	padding: 0px;
	color: #f8dec7;
	font-size: 11px;
	font-weight: normal;
}

.logo {
	position:absolute;
	top: 6px;
}

.top-ad {
	position:absolute;
	margin-top: 28px;
	margin-left: 495px;
	padding: 0px;
	color: #f8dec7;
	font-size: 11px;
	font-weight: normal;
	width:550px;
}

.description {
	position:absolute;
	margin-top: 105px;
	margin-left: 295px;
	padding: 0px;
	color: #f8dec7;
	font-size: 11px;
	font-weight: normal;
	width:450px;
}

.description a {
	text-decoration: none;
}

#menu-top {
	position: absolute;
	top: 5px;
	right: 0px;
	text-align: right;
	font-size:12px;
	color: #FFFFFF;
}

#menu-top a {
	text-decoration: underline;
	margin-left:12px;
}

#menu-top a:hover {
	text-decoration: none;
}

h1#category-title {
	border: none;
	padding: 0px;
	font-size: 18px;
	margin: -20px 0 20px 0;
	text-transform: uppercase;
	color: #FFFFFF;
}

h3.post-title a {
	margin: 0 0 10px 0;
	padding: 0px;
	color: #006990;
	font-size: 18px;
	border-bottom: 1px dotted #006990;
	text-decoration: none;
}	

h3.post-title a:hover {
	color: #C0C0C0;
	border-bottom: none;
}

h4.sidebar-title {
	margin: 0 0 10px 0;
	padding: 0px;
	color: #006990;
	font-size: 14px;
}

h4.content-title {
	margin: 0 0 20px 0;
	padding: 0px;
	color: #006990;
	font-size: 14px;
}

#rss {
	position: absolute;
	right: 0px;
	bottom: 37px;
}

.rss_icon {
	padding-right:5px;
}

.rss_email {
	padding-right:5px;
}

.rss_twitter {
	position:relative;
	padding-right:0px;
	bottom:4px;
}

.rss_facebook {
	position:relative;
	padding-right:0px;
	bottom:4px;
}

#top_search {
	position: absolute;
	left: 0px;
	top: 108px;
	width: 350px;
}

#nav_ad {
	position: absolute;
	width:468px;
	top: 111px;
	left: 300px;
	z-index:1000;
}

#top_search #search {
	position: relative;
	float: left;
	width: 200px;
	padding: 4px 4px 4px 4px;
	height: 18px;
	color: #5d5d5d;
	margin-right: 5px;
}

.box-left, .post, .page {
	margin: 0 0 20px 0;
}

.sticky {
	padding: 20px;
	background: #2a2a2a;
	border: 1px solid #3a3a3a;
}

.tags {
	padding: 0 0 0 15px;
	background: url(img/bg-tags.gif) no-repeat left center;
}
	
.meta {
	padding-bottom:10px;
	margin-top: -8px;
	background: url(img/bg-meta.gif) repeat-x left top;
	color: #f8dec7;
	clear: both;
}

.meta-post {
	padding-bottom:10px;
	margin-top: 0px;
	background: url(img/bg-meta.gif) repeat-x left top;
	color: #f8dec7;
	clear: both;
}

.meta-date {
	font-size: 10px;
}

.meta-categories {
	font-size: 10px;
}

.meta-comments {
	position:relative;
	float:right;
	text-align:right;
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
	font-size:10px;
}

.box-left ul, .post ul, ul, .page ul {
	list-style-image: url(img/bg-list-item-content.gif);
	list-style-position: outside;
}

.box-left ul li, .post ul li, .page ul li, 
.box-left ol li, .post ol li, .page ol li {
	padding-bottom:10px;
}

.box-right {
	margin: 0px;
	padding: 15px 20px 0px 20px;
}

.sideDivider {
	padding-top: 0px;
}

.sideAd1 {
	position:relative;
	padding-top: 10px;
}

.box-right-popular {
	padding: 20px 20px 25px 20px;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px 0 5px 10px;
	background: url(img/bg-list-item-sidebar-blue.gif) no-repeat 0px 10px;
}

.box-right li a {
	padding: 5px 0;
	text-decoration: none;
}

.box-right li a:hover {
	text-decoration: underline;
}

.box-right li ul {
	padding: 5px 0 0 0;
}
	
table {
	width: 100%;
	/*margin: 0 0 20px 0;*/
}

tr.even {
	background: #2a2a2a;
}

pre {
	margin: 0 0 20px 0;
	padding: 20px;
	line-height: 22px;
	border: 1px solid #3a3a3a;
	font-family: Courier, serif;
	overflow-x: scroll;
	overflow-y: visible;
	background-color: #FFF;
}

blockquote {
	padding: 0 0 0 20px;
	border-left: 5px solid #2a2a2a;
}

fieldset {
	margin: 0 0 40px 0;
	padding: 0 40px 40px 40px;
	background: #2a2a2a;
	border: none;
}

legend {
	color: #006990;
	font-size: 14px;
}

label {
	display: block;
	margin: 0 0 5px 0;
}
	
input, textarea {
	width: 50%;
	color: #5d5d5d;
	background: #fff url(img/bg-form-input.png) repeat-x left top;
	border: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.captcha_field {
	width: 50px;
}

textarea {
	width: 80%;
	height: 150px;
}

select {
}

input.radio, input.checkbox {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

input.submit, input.button, .submit input, .submit_btn, .top_search_submit {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: url(img/bg-form-submit-blue.png) no-repeat left top;
	border: none;
	color: #fff;
	border: 1px solid #1F1F1F;
}

input.submit:hover, input.button:hover, .submit input:hover, .submit_btn:hover, .top_search_submit:hover {
	border: 1px solid #AFAFAF;
	cursor: pointer;
}

.top_search_submit {
	height: 24px;
	width: 70px;
	padding: 0px;
	margin: 0px;
}

#comments {
	margin: 10px 0 0 0;
}

.comment {
	padding: 0 20px 20px 20px;
	background: #2a2a2a;
}

.first {
	padding: 40px;
}

#response {
	margin: 30px 0 0 0;
}

#response fieldset {
	padding: 40px;
}

.comment-left, #commentform-left {
	float: left;
	width: 120px;
	height: 120px;
	background: url(img/bg-commentform-left.gif) no-repeat right top;
}

.comment-right, #commentform-right {
	float: left;
	width: 430px;
	min-height: 120px;
}

.comment-text {
	padding: 20px;
	background: #fff url(img/bg-form-input.png) repeat-x left top;
	color: #5d5d5d;
}

#response textarea {
	width: 420px;
	height: 100px;
	margin: 0px;
	padding: 5px;
}

#response label {
	display: block;
	line-height: 20px;
}

#response input.text {
	width: 420px;
	height: 20px;
	margin: 0px;
	padding: 5px;
}

#response input.submit {
	float: right;
	height: 30px;
	margin: 20px 0 0 0;
	padding: 0 20px;
}

.comment-author {
	margin: 0px;
	padding: 0px;
	color: #006990;
	font-size: 14px;
}

.comment-author a {
	color: #006990;
	text-decoration: none;
}

.comment-author a:hover {
	text-decoration: underline;
}

#commentfieldset {
	padding: 20px 40px;
}

.commentlist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist li {
	margin: 10px 0 0 0;
	padding: 10px 0 10px 10px;
	background: #2a2a2a;
	list-style: none;
}

.commentlist .avatar {
	float: right;
	margin: 0 10px 10px 20px;
}

.commentlist li a {
	color: #f8dec7;
}

.commentlist li p {
	margin: 0 20px 12px 0;
}

.commentlist .comment-meta {
	/*margin: 0 0 20px 0;*/
	margin: 0 0 10px 0;
}

.commentlist .comment-author a {
	/*padding: 0 0 5px 0;*/
	padding: 0px;
	color: #fff;
	font-weight: bold;
}

.commentlist ul.children {
	margin: 0px;
	padding: 0px;
}

.commentlist .children li {
	margin: 10px 0 0 0;
	padding: 10px 0 10px 10px;
	background: none;
	border: 1px solid #3a3a3a;
	border-right: none;
}

.reply {
	width: 50px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #1f1f1f;
	border: 1px solid #5d5d5d;
	border-right: none;
	border-bottom: none;
}

.reply a {
	display: block;
	height: 25px;
	line-height: 25px;
}

#cancel-comment-reply {
	margin: 5px 0 20px 0;
}

#cancel-comment-reply a {
	color: #6a6a6a;
}

.commentlist li.depth-1, .commentlist li.depth-3, .commentlist li.depth-5 {
	background: #2a2a2a;
}

.commentlist li.depth-2, .commentlist li.depth-4, .commentlist li.depth-6 {
	background: #3a3a3a;
}
	
#footer-wrap {
	background: url(img/bg-footer-wrap-blue.png) repeat-x left top;
}

#footer {
	width: 960px;
	margin: 0 auto;
	height: 38px;
}


#legal {
	position:relative;
	float: left;
	width: 450px;
	top: 12px;
}

#footerWordpressLogo {
	position:relative;
	float:right;
	text-align:right;
	top:4px;
	right:5px;
}

#webdemar {
	float: right;
	width: 450px;
	text-align: right;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
}

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #3a3a3a;
   	text-align: center;
   	background-color: #2a2a2a;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	padding: 2px;
	background: #3a3a3a;
}

.editPost {
	padding-right:5px;
}

.aboveComments {
	border-bottom: 1px dotted #5d5d5d;
	padding-bottom: 8px;
	padding-top: 5px;
	clear:both;
}


.relatedPosts {
	position:relative;
	z-index: 1200;
}

.relatedPosts ul {
	margin:0px;
	padding:0px;
}

.relatedPosts ul li {
	margin: 0px;
	padding: 0 0 0 10px;
	background: url(img/bg-list-item-content.gif) no-repeat left center;
	list-style: none;	
}

.shareWithWorld {
}

.aboveComments h4 {
	margin-bottom:10px;
}

.shareWithWorld a {
	margin-left: 17px;
}

.shareWithWorld div {
	position:relative;
	height:18px;
	padding:3px;
}

.emailFriend {
	background-image:url('/images/icons/email.png');
	background-position:left;
	background-repeat:no-repeat;
}

.subscribe {
	background-image:url('/images/icons/minifeed.png');
	background-position:left;
	background-repeat:no-repeat;
}

.leaveComment {
	background-image:url('/images/icons/comment.png');
	background-position:left;
	background-repeat:no-repeat;
}

.shareThis {
	margin-left:-20px;
}

.trabackLink {
	background-image:url('/images/icons/trackback.png');
	background-position:left;
	background-repeat:no-repeat;
}

.homePostDivider {
	position:relative;
	padding-top:5px;
	margin-top:5px;
	border-top: 1px dotted #5d5d5d;
	height:1px;
}

.more-link {
	padding-left: 10px;
	font-size: 10px;
}


.nktagcloud_counter {
	margin-left:3px;
}

.wp-tag-cloud ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.wp-tag-cloud li {
	background:none;
	padding:0px;
	margin:0px;
	font-size:10px;
	float:left;
	width:50%;
	display:block;
}

#better-tag-cloud {
	display:inline-block;
	clear:both;
}

.writtenBy {
	position:relative;
	margin-top: -20px;
	font-size: 12px;
	padding-bottom:15px;
	font-style:italic;
}

.thumbLeft {
	position:relative;
	float:left;
	padding-right:15px;
	padding-bottom:10px;
}

.thumbRight {
	position:relative;
	float:right;
	padding-left:15px;
	padding-bottom:10px;
}

ul.tabs {
	position: relative;
	z-index: 1000;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 21px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 20px;
	line-height: 20px;	
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;	
	background: #000000;	
}
ul.tabs li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	padding: 0 9px;
	outline: none;
}
ul.tabs li a:hover {
	background: #005678;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #2A2A2A;
	border-bottom: 1px solid #2A2A2A;
}

.tab_container {
	position:relative;
	z-index: 999;
	top: -1px;
	border: 1px solid #999;
	clear: both;
	float: left; 
	width: 100%;
	background: #2A2A2A;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.tab_content {
	padding: 12px 12px 0px 12px;
	font-size: 12px;
}

.tab_content ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.tab_content li {
	padding-bottom:12px;
}

.tab_content a {
	text-decoration: none;
}

.tab_content a:hover {
	text-decoration: underline;
}

.likeArticle {
	border: 2px solid #006980;
	padding: 15px;
	background-color: #2A2A2A;
	margin-bottom:10px;
	/*margin-top:-20px;*/
}

.likeArticle p {
	margin-bottom: 5px;	
}

.likeArticle h2 {
	color: #006980;
	border: none;
	padding: 0px;
	margin: 0px;
}

.photoCreditsBottom {
	text-align:right;
}

.subscribe-to-comments {
	padding: 0px;
	margin: 0px;
}

.subscribe-to-comments input {
	float: left;
	background: none;
}

.subscribe-to-comments {
	padding-bottom: 10px;
}

#commentluv input {
	background: none;
}


/* class="comment byuser comment-author-admin bypostauthor even depth-2" */
.bypostauthor, .commentlist li.bypostauthor {
	border: 1px solid #B6B6B6;
}

.bottomShareButtons div {
	position:relative;
	float:left;
	padding-right:10px;
	padding-bottom: 5px;
}

.topShareButtons {
	position:relative;
	float:right;
	text-align:right;
	padding-bottom: 5px;
	padding-left: 5px;
}

.topShareButtons div {
	position:relative;
	/*float:left;
	padding-left:5px;*/
	padding-bottom:10px;
}

.divider {
	position:relative;
	padding-top: 17px;
	border-top: 1px solid #999;
}


