body {
	margin: 0 auto 0 auto;
	background-color: #000;
	font-family: trebuchet ms, sans-serif;
	font-size: 12px;
	color: #ccc;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

a:link, a:visited {
	color: #CCFE04;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #666;
}

#bigwrapper {
	margin: 0 auto 0 auto;
	width: 990px;
	padding: 40px 0 40px 0;
}

#header {
	width: 100%;
	height: 80px;
	border-bottom: 0px dotted #000;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	position: relative;
	background: #B3D826;
	line-height: 14px;
}

#header h1 {
	margin: 0;
	padding-left: 30px;
	padding-top: 45px;
	display: block;
	color: #ccc;
	font-size: 60px;
}

#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	color: #111;
}

#header h1 a:hover {
	color: #222;
}

#header h1 span {
	display: none;
}

#pages {
	z-index: 52;
	position: absolute;
	height: 30px;
	top: 50px;
	right: 0px;
}

#pages ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#pages ul li a:link, #pages ul li a:visited {
	display: block;
	float: left;
	height: 30px;
	font-size: 20px;
	padding: 8px;
	text-decoration: none;
	color: #000;
}

#pages ul li a:hover {
	color: #ccc;
	background: #000;
}

#pages ul li {
	display: block;
	position: relative;
	float: left;
}

#pages .current_page_item a:link, #pages .current_page_item a:visited {
	background: #272727;
	color: #eee;
}

#wrapper {
	width: 100%;
	float: left;
	background: #1a1a1a;
	border-right: 0px solid #000;
	border-left: 0px solid #000;
}

#maincontent {
	width: 642px;
	min-height: 270px;
	padding-left: 30px;
	padding-right: 0px;
	float: left;
	background: #1a1a1a;
}

.post {
	margin-top: 30px;
	text-align: left;
	border: 1px solid #444;
}

.post h2, .post .newdate, .post h3 {
	font-size: 18px;
	color: #ccc;
	padding: 10px;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	background-color: #272727;
}

.post .newdate {
	float: right;
	font-size: 11px;
	text-transform: none;
	text-align: right;
	padding: 5px;
	padding-right: 7px;
	color: #19ccff;
}

.post .newdate .categories {
	color: #FFF;
	font-size: 10px;
}

.post h2 a:link, .post h2 a:visited {
	text-decoration: none;
	color: #19ccff;
	text-transform: uppercase;
	font-weight: normal;
}

.post h2 a:hover {
	color: #666;
}

.thecontent blockquote {
	font-style: italic;
	margin: 0 0 0 5px;
	padding-left: 7px;
	border-left: 0px solid #000;
	border-bottom: 0px solid #000;
}

.thecontent p {
	padding: 10px;
}

.avatar {

	float: left;
	padding-right: 5px;
	padding-bottom: 2px;

}

.subcomment .avatar {

	float: none;
	padding: 2px;

}

#commentform p {
	padding: 10px;
	padding-bottom: 5px;
}

.post .after {
	clear: right;
}

.comment_info {
	font-size: 10px;
	padding: 0;
	margin: 0;
}

.comment_info .comment_number {
	padding: 0;
	margin: 0;
}

#sidebar {
	position: relative;
	float: right;
	width: 250px;
	border-left: 1px dotted #000;
}

.block {
width: 100%;
background: #222 url('') repeat-x;
margin-bottom: 0px;
padding: 20px 0 10px 0;
border-bottom: 1px dotted #000;
}

.block div {
margin: 0;
padding: 0;

}

.block h3 {
	margin: 0 20px 5px 20px;
	line-height: 16px;
	font-size: 16px;
	color: #19ccff;
	text-transform: uppercase;
	font-weight: normal;
}

.block ul {
list-style: none;
margin: 0 20px 0 20px;
padding: 0px;
}


.block1 {
width: 100%;
background: #272727 url('');
margin-bottom: 0px;
padding: 20px 0 10px 0;
border-bottom: 1px dotted #000;
color: #ccc;
}
.block1 ul {
list-style: none;
margin: 0 20px 0 20px;
padding: 0px;
}
.block1 h3 {
margin: 0 20px 5px 20px;
line-height: 16px;
font-size: 16px;
color: #19ccff;
text-transform: uppercase;
font-weight: normal;
}


.block ul li a:link, .block ul li a:visited, #categories {
text-decoration: none;
border-bottom: 1px solid #2a2a2a;
font-size: 10px;
text-indent: 10px;
display: block;
height: 16px;
}

.block ul li a:hover {
border-bottom: 1px solid #555;
}

.block ul li.subcomment a {
	display: inline;
}

#categories {
	display: block;
	border-bottom: none;
	text-indent: 0px;
	margin-left: 30px;
	margin-right: 30px;
}

#s {
width: 120px;
margin-left: 20px;
background: #111;
border: 1px solid #333;
color: #ccc;
}

#input.dark {background-color: #111; font-weight: bold; font-size: 11px; color: #ccc;}

.block .button {
width: 50px;
margin-left: 20px;
background: #444;
}

.block .dropdown {
	width: 230px;
	margin-left: 20px;
}

#bottombar {
width: 100%;
float: left;
border-top: 1px dotted #000;
border-bottom: 1px dotted #000;
background: #111;
border-right: 0px solid #000;
border-left: 0px solid #000;
color: #ccc;
}

#bottomright {
width: 40%;
position: relative;
float: right;
background: url() repeat-x;
border-left: 1px dotted #000;
}

#bottomright a img { padding: 8px;
border: 1px solid #222;
}

#bottomright a:hover img { padding: 8px;
border: 1px solid #CCFE04;

}

#bottomright p {
margin: 0 20px 20px 20px;
}

#bottomright h3, #bottomleft h3 {
margin: 20px 20px 5px 20px;
color: #CCFE04;
text-transform: uppercase;
font-weight: normal;
}

#bottomleft {
width: 59%;
float: left;
}

#bottomleft ul {
list-style: none;
margin: 0 20px 10px 20px;
padding: 0;
}

#bottomleft ul li a:link, #bottomleft ul li a:visited {
text-decoration: none;
border-bottom: 1px solid #222;
text-indent: 5px;
font-size: 10px;
display: block;
height: 16px;
color: #19ccff;
}

#bottomleft ul li a:hover {
border-bottom: 1px solid #555;
color: #666;
}

#footer {
width: 100%;
height: 100px;
float: left;
border-left: 0px solid #000;
border-right: 0px solid #000;
border-bottom: 0px solid #000;
background: #212121 url('pic/bg.gif') repeat-x;
}

#footer p {
text-align: center;
margin: 0;
padding-top: 15px;
font-size: 10px;
line-height: 10px;
}

.commenteven {
background-color: #222;
border-top: 1px dotted #000;
border-right: 1px dotted #000;
margin: 0;
}

.commentodd {
margin: 0;
border-top: 1px dotted #000;
border-right: 0px solid #000;
}

.commentcontent {
padding: 20px 10px 20px 20px;
}

.commentcontent p {
margin: 0 0 5px 0;
}

.commentcontent blockquote {
font-style: italic;
margin: 0 0 0 25px;
padding-left: 7px;
border-left: 1px dotted #666;
}

.commentinfo {
font-size: 10px;
}

#comment {
width: 90%;
border: 1px solid #000;
}

#commentform input, #commentform textarea {
	border: 1px solid #000;
	font-size: 15px;
	padding: 5px;
}

/*ROUNDED CORNERS*/

.date {
	float: left;
	height: 40px;
	width: 30px;
margin-top: 5px;
	margin-right: 8px;
	padding: 2px;
	background: #333;
border: 1px dotted #000;
	}
.date p {
	text-align: center;
	color: #19ccff;
	margin: 0 0 0 0px;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	}
.date span.day {
	font-size: 24px;
	display: block;
color: #CCC;
	}
.date span.month {
	font-size: 10px;
	height: 12px;
	display: block;
padding: 2px;
border-bottom: 1px dotted #000;
margin-bottom: 3px;
	}


/* next/prev */
.navigation {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 60px;
}

p.prev, p.next {
    padding: 20px;
    padding-bottom: 13px;
    background-color: #B3D826;
    width: 200px;
    text-align: center;
    display: inline;
}

p.prev {
    float: left;
}

p.next {
    float: right;
}

.navigation a {

    color: #111;
    font-size: 20px;

}

#categorieaos {
	text-align: justify;
	line-height: 17px;
	word-spacing: 3px;
}

#recent {
	line-height: 0px;
	margin: 0 20px 0 20px;
	padding: 0px;
}

#comments {
}

.subcomment {
	text-align: justify;
	font-size: 9px;
}

.right  {
	text-align: right;
}

.goog_marker a {
	color: black;
	font-size: larger;
	font-weight: bold;
	text-decoration: underline;	
}

.goog_marker_img {
	margin-right: 5px;
	margin-top: 4px;
	float: left;
}

.goog_marker_desc {
	margin-top: 4px;
	color: black;
	max-width: 300px;
}

.goog_marker_desc a {
	color: black;
	text-decoration: underline;
}
.subcommenttitle {
	text-indent: 3px ! important;
	padding: 0;
	margin: 0;

}

div.sociable {

    margin: 0;
    margin-top: 4px;

}

img.sociable-hovers {

    width: 10px;
    height: 10px;

}

div.postheader {
    height: 55px;
    background-color: #272727;
}

