/* ##########################################
   ##  Name: Venezian                      ##
   ##  Developed by: cesiel1993            ##
   ##  File: style.css                     ##
   ##  Last Updated: May 22nd, 2009        ##
   ##  Help: Email - cesiel1993@gmail.com  ##
   ##########################################
*/


body {
	background: #222222;
	font: 12px Arial, Helvetica, Sans-Serif;
	color: #555555;
	margin: 0;
	padding: 0;
}

/* ---- Standard Elements ---- */

a {
	color: #3069b0;
	text-decoration: none;
}

a:hover {
	color: #3069b0;
	text-decoration: underline;
}

a:visited {
	color: #3069b0;
	text-decoration: none;
}

a:active {
	color: #3069b0;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bolder;
	color: #222222;
	padding: 0;
	margin: 0 0 8px 0;
}

h1 { font-size: 24px; letter-spacing: -1px; }
h2 { font-size: 22px; letter-spacing: -.7px; }
h3 { font-size: 20px; letter-spacing: -.5px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; margin-bottom: 3px; }

h1 a {
	color: #222222;
	text-decoration: none;
}

h1 a:hover {
	color: #222222;
	text-decoration: underline;
}

h1 a:visited {
	color: #222222;
}

p {
	line-height: 1.7em;
	padding: 0;
	margin: 0 0 8px 0;
}

blockquote {
	line-height: 1.7em;
}

ul {
	list-style-type: square;
	line-height: 1.7em;
}

hr {
	height: 1px;
	color: #DDD;
	background-color: #DDD;
	border: 0;
	margin: 5px 0 10px 0;
}

input {
	border: 1px solid #CCCCCC;
	padding: 4px;
	font: 12px Arial, Helvetica, Sans-Serif;
}

textarea {
	border: 1px solid #CCCCCC;
	padding: 4px;
	font: 12px Arial, Helvetica, Sans-Serif;
}


/* ---- Header ---- */

#container {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 25px;
}

#header {
	background: url(images/header_bg.jpg);
	width: 600px;
	height: 73px;
}

.navigation {
	float: right;
	margin-top: 31px;
	font-size: 11px;
}

.navigation ul {
	margin: 0;
}

.navigation li {
	display: inline;
	list-style-type: none;
	margin-left: 35px;
}

.navigation a {
	color: #c7be5c;
}

.navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* ---- Content ---- */

.content_section {
	background: #FFFFFF url(images/content_bg.jpg) no-repeat;
	width: 540px;
	padding: 30px;
}

.post_details {
	font: 11px Arial, Helvetica, Sans-Serif;
	color: #666666;
	margin: -3px 0 15px 0;
}

.content_bottom {
	background: url(images/content_bottom.jpg);
	width: 585px;
	height: 26px;
	text-align: right;
	padding: 8px 15px 0 0;
	font: 10px Arial, Helvetica, Sans-Serif;
	color: #999999;
	margin-bottom: 25px;
}

.content_bottom ul {
	margin: 0;
}

.content_bottom li {
	display: inline;
	list-style-type: none;
	margin-left: 25px;
}

.content_bottom a {
	color: #999999;
}

.content_bottom a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.content_bottom a:visited {
	color: #999999;
}


/* ---- Comments ---- */

.commentlist .quote {
	background:url(images/bg_quote.gif) no-repeat top right;
	min-height:60px;
	}

.commentlist li {
 	padding: 5px 18px 22px 18px;
	margin: 15px 0 0 -40px;
	background:#454545 url(images/commentlist.png) bottom no-repeat;
	color:#e4edee;
	list-style:none;
	min-height:60px;
}

.commentlist cite {
	display:block;
	font-style:normal
	}

.commentlist cite a:link, .commentlist cite a:visited {
	color:#3069b0;
	text-decoration:none;
	}

.commentlist cite a:hover, .commentlist cite a:active {
	color:#3069b0;
	text-decoration:underline;
	}
.commentlist {width:560px; margin:0;}

.commentlist ul {margin:0;}

#comment_form {width:600px; height:	100px;}
