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

a {
	color: #0080c2;
	outline: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
a:hover{
	text-decoration:none;
}

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

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: auto;
	margin: 0 0 0 0;
}
	
#header {
	position: relative;
	margin: 0 34px 0 34px;
	padding: 0px 0px 0px 0px;
  	height: 127px;
	background: url(img/bg-header.jpg) no-repeat left top;
	font-size: 16px;
	font-weight: bold;

	z-index: 2;
}

#content {background: #ffffff;
border: 1px;
	margin: 0 34px 0 34px;
	
	z-index: 1;
}

#content-left {position: relative;
	
	
	float: left;
	width: 77%;
	padding: 0;
}

#content-right {
	float: right;
background: url(img/bg-content.gif) repeat-y right top;
		width: 20%;
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
h1#blog-title {
	float: left;
	margin: 20px 0 0 300px;
	padding: 0px;
	font-size: 34px;
}

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

h1#blog-title a:hover {
	color: #0080c2;
	

}

h2#blog-description {
	float: left;
	margin: 60px 0 0 -60px;
	padding: 0px;
	color: #818181;
	font-size: 18px;
	font-weight: normal;
}

h2#category-title {
	margin: 10px 0 30px 34px;
color: #0080c2;
	font-size: 24px;
}

h3.post-title {
	font-weight: bold;
	margin: 23px 0 0 0;
	color: #0080c2;
	font-size: 25px;
}

h3.post-title a {
	color: #0080c2;
	text-decoration: none;
}

h3.post-title a:hover {
	border-bottom: none;
	text-decoration: underline;
}

h4.sidebar-title {
	margin: 0 0 10px 0;
	padding: 0px;
	color: #0080c2;
	font-size: 18px;
}

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

/*	##################################
   	HEADER
	################################## */
#twitter {
	position: absolute;
	right: 100px;
	bottom: 30px;
	font-size: 11px;
	line-height: normal;
}

#twitter a {
	display: block;
	padding: 95px 17px 0px 60px;
	background: url(img/twitter.jpg) no-repeat right center;
	line-height: 30px;
	text-align: right;
	text-decoration: none;
	color: #4a4a4a;
}

#formspring {
	position: absolute;
	right: 0px;
	bottom: 30px;
	font-size: 11px;
	line-height: normal;
}

#formspring a {
	display: block;
	padding: 95px 17px 0px 60px;
	background: url(img/me.jpg) no-repeat right center;
	line-height: 30px;
	text-align: right;
	text-decoration: none;
	color: #4a4a4a;
}


.tw{
	background: url(img/tw.png) no-repeat left center;
	padding-left:20px;
}
#twitter a:hover {
color: #0080c2;
	text-decoration: underline;
}
#rss {
	position: absolute;
	right: 200px;
	bottom: 30px;
	font-size: 11px;
	line-height: normal;
}

#rss a {
	display: block;
	padding: 95px 17px 0px 60px;
	background: url(img/rss.jpg) no-repeat right center;
	line-height: 30px;
	text-align: right;
	text-decoration: none;
	color: #4a4a4a;
}

#rss a:hover {
	text-decoration: underline;
}



/*	##################################
   	CONTENT
	################################## */

/** CONTENT LEFT */

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

.comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat left center;
}
.meta {
	margin: 0px 0 10px 0px;
	padding: 5px 0 0 0;
	background: repeat-x left top;
	color: #4a4a4a;
	clear: both;
}
.contentbox{
	margin:10px 0 10px 0;
}
.contentbox p{ margin:10px 0 10px 0;}
.comentags{
	margin: 0 0 10px 0;
	background:#f3f3f3;
	border:1px solid #e0dcdc;
	padding:3px 0 3px 3px;
	
}
.comentags a{
	text-decoration:none;
}
.comentags a:hover{
	text-decoration:underline;
}

.meta-date {
	padding: 0 5px 0 5px;
	color:#999999;
	font-size:16px;
}

.meta-categories {
	padding: 0 5px 0 5px;
	font-size:16px;
}
.sticky {
	padding: 10px;
	background: #ff0000;
	border: 1px solid #000000;
}

.tags a{
	text-decoration:underline;
	padding:0 3px 0 3px;
}

.tags  a:hover{
	text-decoration:none;
	background:#0080c2;
	color: #FFFFFF;
	padding:0 3px 0 3px;
}
	




.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: 20px 20px 25px 20px;
	background: url(img/bg-box-right.gif) repeat-x left bottom;
}

.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 8px;
}

.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: #ffffff;
	border: none;
}
	
table {
	width: 100%;
	margin: 0 0 20px 0;
	border: 0px solid #f6f6f6;
	border-bottom: none;
	border-right: none;
}

th, td {
	padding: 0px;
	border-bottom: 0px solid #f6f6f6;
	border-right: 0px solid #ff0000;
}

th {
	background: #f6f6f6;
	color: #000000;
	border: none;
}

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

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

/*	##################################
   	FORMS
	################################## */
	
/** GENERAL */

fieldset {
	margin: 0 0 40px 0;
	padding: 0 40px 40px 40px;
	background: #f4f4f4;
	border: 0;
}

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

label {
	display: block;
	margin: 0 0 5px 0;
}
	
input, textarea {
	width: 34%;
	height: 20px;
	margin: 0 0 0px 0;
	padding: 3px 3px 0 3px;
	color: #4a4a4a;
	background: #f4f4f4 url(img/bg-form-input.png) repeat-x left top;
	border: none;
}

textarea {
	width: 100%;
	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: 20px;
	margin: 0px;
	padding: 0 0px;
	background: url(img/bg-form-submit-blue.png) no-repeat left top;
	border: none;
	color: #ffffff;
}
	

/** SEARCHFORM */
	
#searchform #search {
	float: left;
	width: 100%;
	height: 20px;
	padding: 3px 3px 0 3px;
	color: #5d5d5d;
}

#searchform #search-submit {
	float: left;
	width: 100%;
	height: 20px;
	margin: 7px 0 0 0px;
	padding: 0px;
}


/** COMMENTFORM */

#comments, #trackbacks {
	margin: 15px 0 0 0;
}

#trackbacks {
	margin: 20px 0 0 0;
}

.comment {
	padding: 0 40px 40px 40px;
	background: #ff0000;
}

#trackbacks ul {
	padding: 40px 30px 40px 40px;
	background: #ff0000;
	list-style: none;
}

#trackbacks li {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	line-height: 22px;
	
background: url(img/bg-list-item-content.png) no-repeat 0px 4px;
}

.first {
	padding: 40px;
}

#response {
	margin: 60px 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;
	border: 1 px;
color:#000000;	
color: #5d5d5d;
	line-height: 22px;
}

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

#response label {
	display: block;
	line-height: 20px;
	color:#0080c2;
	font-size:14px;
	
}

#response input.text {
	width: 220px;
	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: #4a4a4a;
	font-size: 14px;
}

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

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

/** COMMENTS IN WP 2.7 */

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

.commentlist li {
	margin: 20px 0 0 0;
	padding: 3px 0px 0px 10px;
	background: #f4f4f4;
	list-style: none;
}

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

.commentlist li a {
	color: #0069b2;
}

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

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

.commentlist .comment-author a {
	padding: 0 0 5px 0;
	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 #3a3a3a;
	border-right: none;
}

#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: #f6f6f6;
}

.commentlist li.depth-2, .commentlist li.depth-4, .commentlist li.depth-6 {
	background: #f6f6f6;
}

/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {
	background: url(img/bg-footer-wrap-blue.png) repeat-x left top;
}

#footer {
	width: 100%;
	margin: 0 0 0 0px
}

#footer p {
	color: #ffffff;
	margin: 7px;
	padding: 0px;
	line-height: 43px;
}

#legal {
	float: left;

	width: 450px;
}

#webdemar {
	float: right;
	margin: 0 0 0 0px	
	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 {
	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;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

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