	/*	##################################
		GENERAL
		################################## */
		
	body {
		margin: 0px;
		padding: 0px;
		background: #000000 url(img/bg-body-blue.png) repeat-x left top;
		color: #fff;
		font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
		font-size: .8em;
	}
	
	a {
		color: #ffcc00;
	}
	
	p {
		margin: 0 0 20px 0;
		padding: 0px;
		line-height: 22px;
	}
	
	img {
		border: none;
	}

	
	/*	##################################
		BASIC LAYOUT
		################################## */
		
	#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 {
		z-index: 1; /* IE z-index bug */
	}
	
	#content-left {
		float: left;
		width: 741px;
		padding: 40px 0;
	}
	
	#entry {
	display:block;
		float: left;
		width: 600px;
		padding-right:40px;
	}
	
	#video {
	display:block;
	float:right;
	margin-left:10px;
	}
	
	#content-right {
		float: right;
		width: 195px;
	}
	
	/*	##################################
		HEADINGS
		################################## */
		
	h1#blog-title {
	float:left;
		padding: 0px;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
	h1#blog-title a {
		color: #fff;
		text-decoration: none;
	}
	
	h1#blog-title a:hover {
		text-decoration: underline;
	}
	
	h2#blog-description {
	display:none;
	padding: 0px;
	color: #ae1e6e;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
	h2#category-title {
		margin: -10px 0 30px 0;
	}
	
	h3.post-title {
		margin: 0 0 20px 0px;
		padding: 0px;
		font-size: 18px;
	}
	
	h3.post-title a {
		color: #009348;
		text-decoration: none;
	}
	
	h3.post-title a:hover {
		border-bottom: none;
	}
	
	h4.sidebar-title {
		margin: 0 0 10px 0;
		padding: 0px;
		color: #009438;
		font-size: 14px;
	}
	
	h4.content-title {
		margin: 0 0 20px 0;
		padding: 0px;
		color: #009438;
		font-size: 14px;
	}
	
	/*	##################################
		HEADER
		################################## 
	
	#rss {
		position: absolute;
		right: 0px;
		bottom: 40px;
		line-height: normal;
	}
	
	#rss a {
		display: block;
		padding: 0 30px 0 0;
		background: url(img/bg-rss.png) no-repeat right center;
		line-height: 40px;
		text-align: right;
		text-decoration: none;
		color: #fff;
	}
	
	#rss a:hover {
		text-decoration: underline;
	}
	
	 For menu styles please edit /lib/superfish.css */
	
	/*	##################################
		CONTENT
		################################## */
		
	/** CONTENT LEFT */
	
	.post, .page {
		margin: 0 0 40px 0;
		display:block;
		float:right;
	}
	
	.box-left {
		margin: 0 0 40px 0;
	}
	
	.sticky {
		padding: 20px;
		border-top: 1px solid #333333;
		border-bottom: 1px solid #333333;
	}
	
	.tags {
	display:block;
		margin-top:10px;
	}
		
	.meta {
	border-right:1px solid #333333;
	float:left;
	width:80px;
	text-align:right;
	margin-top:40px;
	margin-bottom:40px;
	margin-right:10px;
	padding-right:10px;
	-moz-border-radius:5px;
	}
	
.meta-date {
	margin-top: 0px;
display:block;
float:right;
width:60px;
height:60px;
background:#AE1E6E;
margin-top:0px;
padding:2px;
margin-bottom:10px;
font-size:.85em;
	}
	
	.meta-categories {
	display:block;
	margin-top:10px;
	}
	
	.meta-comments {
	display:block;
	margin-top:10px;
	
	}
	
	.box-left ul, ol, .post ul, ol, .page ul, ol {
		margin: 0 0 20px 0;
		line-height: 22px;
	}
	
	.box-left ul, .post ul, .page ul {
		padding: 0 0 0 20px;
		list-style: none;
	}
	
	.box-left ul li, .post ul li, .page ul li {
		margin: 0px;
		padding: 0 0 0 20px;
		background: url(img/bg-list-item-content.png) no-repeat left center;
	}
	
	/** CONTENT RIGHT */
	
	.box-right {
		margin: 0px;
		padding: 10px;
		border: 1px solid #ae1e6e;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	
	.box-right ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	.box-right li {
		margin: 0px;
		padding: 5px 0 5px 10px;
	}
	
	.box-right li a {
		padding: 5px 0;
		text-decoration: none;
	}
	
	.box-right li ul {
		padding: 5px 0 0 0;
	}
	
	/*	##################################
		BASIC CSS ELEMENTS
		################################## */
		
	hr {
		height: 1px;
		margin: 20px 0;
		background: #3a3a3a;
		border: none;
	}
		
	table {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	th, td {
		padding: 5px 10px;
	}
	
	th {
		background: #009438;
		color: #fff;
	}
	
	tr.even {
		background: #2a2a2a;
	}
	
	pre {
		margin: 0 0 20px 0;
		padding: 20px;
		line-height: 22px;
		border: 1px solid #333333;
		font-family: Courier, serif;
		overflow-x: scroll;
		overflow-y: visible;
	}
	
	blockquote {
		padding: 0 0 0 20px;
		border-left: 5px solid #009348;
	}
	
	/*	##################################
		FORMS
		################################## */
		
	/** GENERAL */
	
	fieldset {
		margin: 0 0 40px 0;
		padding: 0 40px 40px 40px;
		border: 0px;
		border-top: 1px #333333 solid;
		border-bottom: 1px #333333 solid;
	}
	
	legend {
		color: #009348;
		font-size: 14px;
	}
	
	label {
		display: block;
		margin: 0 0 5px 0;
	}
		
	input, textarea {
		width: 50%;
		height: 23px;
		margin: 0 0 20px 0;
		padding: 7px 5px 0 5px;
		color: #5d5d5d;
		border: none;
	}
	
	textarea {
		width: 80%;
		height: 150px;
	}
	
	select {
		margin: 0 0 20px 0;
	}
	
	input.radio, input.checkbox {
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
		background: #fff;
	}
	
	input.submit, input.button {
		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;
	}
		
	/** SEARCHFORM */
	
	#content #searchform {
		width: 180px;
	}
		
	#searchform #search {
		float: left;
		width: 130px;
		height: 23px;
		padding: 7px 5px 0 5px;
		color: #5d5d5d;
	}
	
	#searchform #search-submit {
		float: right;
		width: 30px;
		height: 30px;
		margin: 0px;
		padding: 0px;
	}
	
	/** COMMENTFORM */
	
	#comments, #trackbacks {
		margin: 40px 0 0 0;
	}
	
	#trackbacks {
		margin: 20px 0 0 0;
	}
	
	.comment {
		padding: 0 40px 40px 40px;
		background: #2a2a2a;
	}
	
	#trackbacks ul {
		margin: 0 0 40px 0;
		padding: 40px 40px 30px 40px;
		background: #2a2a2a;
		list-style: none;
	}
	
	#trackbacks li {
		margin: 0 0 10px 0;
		padding: 0 0 0 20px;
		line-height: 22px;
	}
	
	.first {
		padding: 40px;
	}
	
	#response {
		margin: 60px 0 0 0;
	}
	
	#response fieldset {
		padding: 40px;
	}
	
	.comment-left, #commentform-left {
		float: left;
		width: 120px;
		height: 120px;
	}
	
	.comment-right, #commentform-right {
		float: left;
		width: 430px;
		min-height: 120px;
	}
	
	.comment-text {
		padding: 20px;
		color: #5d5d5d;
		line-height: 22px;
	}
	
	#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: 5px 0;
		color: #ae1e6e;
		font-size: 14px;
	}
	
	.comment-author a {
		color: #ae1e6e;
		text-decoration: none;
	}
	
	.comment-author a:hover {
		text-decoration: underline;
	}
	
	/** COMMENTS IN WP 2.7 */
	
	#commentfieldset {
		padding: 20px 40px;
	}
	
	.commentlist ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	.commentlist li {
		margin: 20px 0 0 0;
		padding: 20px 0 20px 20px;
		list-style: none;
	}
	
	.commentlist .avatar {
		float: right;
		margin: 0 20px 10px 20px;
	}
	
	.commentlist li a {
		color: #f8dec7;
	}
	
	.commentlist li p {
		margin: 0 20px 20px 0;
	}
	
	.commentlist .comment-meta {
		margin: 0 0 20px 0;
	}
	
	.commentlist .comment-author a {
		padding: 0 0 5px 0;
		color: #fff;
		font-weight: bold;
	}
	
	.commentlist ul.children {
		margin: 0px;
		padding: 0px;
	}
	
	.commentlist .children li {
		margin: 20px 0 0 0;
		padding: 20px 0 20px 20px;
		background: none;
		border: 1px solid #333;
		border-right: none;
	}
	
	.reply {
		width: 50px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		border: 1px solid #333;
		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
		################################## */
		
	#footer-wrap {
		background: url(img/bg-footer-wrap-blue.png) repeat-x left top;
	}
	
	#footer {
		width: 960px;
		margin: 0 auto;
	}
	
	#footer p {
		margin: 0px;
		padding: 0px;
		line-height: 40px;
	}
	
	#legal {
		float: left;
		width: 450px;
	}
	
	#webdemar {
		float: right;
		width: 450px;
		text-align: right;
	}
	
	/*	##################################
		USEFUL
		################################## */
	
	.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;
	}
	
	/** WORDPRESS CSS */
	
	.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 {
	float:right;
		margin-bottom: 20px;
		padding-top: 4px;
		text-align: center;
		color:#ae1e6e;
		border-top: 1px solid #333333;
		border-bottom: 1px solid #333333;
	}
	
	.wp-caption img {
		float: none;
		margin: 0px;
		padding: 0px;
		border: none;
	}
	
	.wp-caption p.wp-caption-text {
		padding: 0px;
		margin: 0px;
	}
	
	/** WIDGETS CSS */
	
	#calendar_wrap table {
		width: 100%;
	}
	
	#calendar_wrap td {
		text-align: center;
	}
	
	#wp-calendar caption {
		margin: 0 0 10px 0;
		padding: 2px;
		background: #333;
	}


/** hides */

.cat-item-1 {

display:none;

}
