/*   
Theme Name: Big's blog
Theme URI: http://stolenmysoul.net
Description: The theme for P'Big!
Author: Guayjub
Author URI: http://big-th.com
Version: 1.0
*/

body {
	margin:0px;
	padding:0px;
	background:url(images/background.jpg) repeat-x #000000;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color: #CCCCCC;
}
body,th,td,tr {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
}
a:link, a:visited {
	color:#6f9232;
	text-decoration:underline;
}
a:hover, a:active {
	color:#43581e;
	text-decoration:underline;
}
img { border:0px; }
.clearfloat { clear:both }

/* --------Layout---------- */
#wrapper {
	width:900px;
	margin:0 auto;
}
/* header */
#header {
	width:800px;
	margin:0 auto;
}

/* container */
#container {
	width:900px;
}

/* sidebar */
#sidebar {
	width:300px;
	float:left;
	display:inline;
	margin-top:30px;
}
#sidebar p {
	margin:3px 0 0px 0;
	padding-bottom:25px;
	text-align:justify;
}
#sidebar ul {
	width:300px;
	list-style:none;
	margin:0px;
	padding:0px;
}
#sidebar li ul {
	margin:0 0 0 25px;
}
#sidebar li li {
	list-style:none;
	padding:0 0 0 20px;
	background:url(images/icon-folder.gif) no-repeat left center;
	line-height:20px;
}
#sidebar li li a:link, #sidebar li li a:visited {
	color:#6f9232;
	text-decoration:underline;
}
#sidebar li li a:hover, #sidebar li li a:active {
	background:#222222;
	padding:0 1px 0 1px;
	color:#43581e;
	text-decoration:underline;
}
#sidebar h1 {
	background:url(images/bg-sidebarh1.jpg) no-repeat;
	line-height:73px;
	margin:0px;
	color:#CCCCCC;
	text-align:center;
	text-transform:capitalize;
	font-size: 22px;
}
#sidebar p {
	text-align:justify;
	margin:3px 0 10px 0;
}

/* main */
#main {
	width:570px;
	margin:30px 0 0 30px;
	float:right;
	display:inline;
}
#main h2 {
	margin:15px 0 3px 0;
	border-bottom:#666666 1px dotted;
}
#main ul {
	list-style:none;
}
#main li {
	background:url(images/icon-pfeil3.gif) center left no-repeat;
	padding-left:10px;
}
.post {
}
.post h1 { margin:0 0 3px 0; }
.post h1 a:link, .post h1 a:visited {
	margin:0;
	font-size:24px;
	font-weight:normal;
	background:url(images/icon-pfeil5.gif) no-repeat left center;
	padding:0 0 0 15px;
	color:#CCCCCC;
	text-decoration:none;
}
.post h1 a:hover, .post h1 a:active {
	background:url(images/icon-pfeil4.gif) no-repeat center left;
	padding:0 0 0 15px;
	color:#ccccccs;
	text-decoration:none;
	border-bottom:1px dotted #43581e;
}
small {
	font-size:10px;
	color:#597528;
}
.post .date {
	float:left;
	display: block;
	width:60px;
	height:60px;
	background:#252525;
	text-align:center;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	padding:5px;
}
.post .date .month {
	font-size:12px;
	font-weight:bold;
	color:#999999;
}
.post .date .day {
	font-size: 32px;
	font-weight:bold;
	color:#597528;
	font-family:"Times New Roman", Times, serif;
}
.post .entry {
	margin:0 0 0 80px;
	text-align:justify;
}
.post .tags {
	background:url(images/icon-pfeil2.gif) no-repeat left center;
	padding:0 0 0 10px;
	font-size:10px;
	color:#888888;
	margin:5px 0 0 0;
}
.post .metadata {
	margin:20px 0 40px 0;
	padding:5px 0 5px 10px;
	border:#111111 1px solid;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	font-size:10px;
}
.post .metadata .comment-link {
	background: url(images/icon-pfeil3.gif) left center no-repeat;
	margin:0 10px 0 5px;
	padding:0 0 0 15px;
}
.comment-link a:link, .comment-link a:visited {
	text-decoration:none;
	border-bottom:#597528 1px dotted;
	color:#CCCCCC;
}
.comment-link a:hover, .comment-link a:active {
	text-decoration:none;
	border-bottom: #666666 1px dotted;
	color: #999999;
}
.navigation a:link, .navigation a:visited {
	color:##6f9232;
	text-decoration:underline;
}
.navigation a:hover, .navigation a:active {
	color:#43581e;
	text-decoration:underline;
}
#main img {
	border:#333333 1px solid;
	padding:3px;
	margin:2px;
}
#main img a:link, #main img a:visited {
	border:#333333 1px solid;
	padding:3px;
	margin:2px;
}
#main img:hover{
	border: #666666 1px solid;
	padding:3px;
	margin:2px;
}

/* footer */
#footer {
	background:url(images/bg-footer.jpg) repeat-x #1a1a1a;
	padding:50px 10px 20px 10px;
	min-height:200px;
}
#footer .container {
	width:1000px;
	margin:0 auto;
}
.col1 {
	width:300px;
	float:left;
	display:inline;
	text-align:justify;
}
.col2 {
	width:300px;
	float:left;
	display:inline;
	text-align:justify;
	margin-left:20px;
}
.col3 {
	width:300px;
	float:left;
	display:inline;
	text-align:justify;
	margin-left:20px;
}
#footer h1 {
	margin:0 0 5px 0;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	border-bottom:#333333 1px dotted;
}
#footer ul {
	list-style:none;
	margin:0px;
	padding:0 0 0 10px;
}
#footer li {
	list-style:none;
	background:url(images/icon-pfeil2.gif) left center no-repeat;
	padding:0 0 0 13px;
	margin:0px;
	line-height:25px;
	display:block;
	width:290px;
}
#footer li:hover {
	background:#111111;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
textarea, input {
	background:#1a1a1a;
	color:#CCCCCC;
	border:#333333 1px solid;
}