@charset "utf-8";
/* CSS Document */


 /* General settings */
html, body {}
body{     
	background-color:#333333;
	text-align:center;
	margin:0 auto;
	font-family:Helvetica, Arial, 'Lucida Grande','Trebuchet MS','Lucida Sans Unicode', Arial;
	font-size:14px; 
	line-height:24px;
	color:#9f9f9f;
	background-image: url('images/body_bg.png');
	text-shadow: #000 0px 1px 1px;
}
IMG { border:0; }
a { text-decoration:none; }
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
FORM { margin:0; }
input { font-family:'Lucida Grande','Trebuchet MS','Lucida Sans Unicode', Arial; font-size:11px;  color:#818181;}

/* Page settings */
#header {
	margin:0 auto;
	width:555px;
	height:148px;
	background-image: url('images/bg_header.png');
	background-repeat: no-repeat;
}
#wrapper {
	margin:0 auto;
	width:676px;
}
#content {
	text-align:left;
	text-align:justify;
}
.content_padding { padding:0px 8px 0px 8px; }
.infoPost_padding { padding:14px 20px 0px 20px; }
#contentComment {
	padding:25px 25px 0px 25px;
	text-align:left;
}
#footer {
	margin:0 auto;
	width:658px;
	font-size:12px;
	height:40px;
	border-top:2px solid #444;
	color:#444;
	text-shadow: #000 0px 1px 1px;
}
#footer a {
	color:#444;
	text-shadow: #000 0px 1px 1px;
}
#footer a:hover {
	color:#777;
}
.footer_left {
	float:left;
}
.footer_right {
	float:right;
}
#author{
	padding:4px;
	border:1px solid #fff;
	color:gray;
	width:190px;
	margin-right:5px;
}
#email {
	padding:4px;
	border:1px solid #fff;
	color:gray;
	width:190px;
	margin-right:5px;
}
#url {
	padding:4px;
	border:1px solid #fff;
	color:gray;
	width:190px;
	margin-right:5px;
}
#comment {
	padding:4px;
	border:1px solid #fff;
	color:gray;
	width:500px;
}
.footerContentTop {
	margin:0 auto;
	width:848px;
	height:18px;
	margin-top:60px;
}
.footerContentTopComment {
	margin-top:10px;
}
.footerContentBottom {
	margin:0 auto;
	width:848px;
	height:27px;
	margin-top:-11px;
}
.footerContent {
	background-color:#000;
	width:848px;
	margin:0 auto;
	text-align:left;
}
.footerContentLeft {
	float:left;
	width:190px;
	margin-left:70px;
}
.footerContentLeft li {
	margin-left:-20px;
}
.footerContentLeft ul {
	margin-top:10px;
}
.footerContentMiddle {
	float:left;
	overflow:auto;
	width:190px;
}
.footerContentMiddle2 {
	float:left;
	overflow:auto;
	width:170px;
}
.footerContentMiddle2 li {
	margin-left:-20px;
}
.footerContentMiddle li {
	margin-left:-20px;
}
.footerContentRight {
	float:left;
	overflow:auto;
	width:190px;

}
.footerContentRight li {
	margin-left:-20px;
}
.postBottomInformation {
	border-top:1px dotted gray;
	padding:5px;
	border-bottom:1px dotted gray;
	font-size:0.9em;
}
.postBottomInformation a {
	color:#D0B44F; 
}
.postBottomInformation a:hover {
	color:orange; 
}
.commentsMargin {
	margin-left:-24px;
}
.paddingCommentContent {
	padding:10px 10px 10px 30px;
}

/* Link settings */
a {
	text-decoration:none;
	color:#BDBDBD;
}
a:hover {
	color:#898989;
}
#header a {
	width:300px;
	height:100px;
	display:block;
	margin:0 auto;
}
.buttons a {
	width:160px;
	height:28px;
	padding-top:15px;
	background-image:url(images/btn_off.png);
	background-repeat:no-repeat;
	display:block;
	color:#fff;
	float:left;
	font-size:0.9em;
}

.buttons a:hover {
	background-image:url(images/btn_on.png);
	background-repeat:no-repeat;
}
.chosenButton a{
	width:160px;
	height:28px;
	padding-top:15px;
	background-image:url(images/btn_on.png);
	background-repeat:no-repeat;
	display:block;
	color:#fff;
	float:left;
	font-size:0.9em;
}
.previousPost a {
	background-image:url(images/bg_button_next.png);
	background-repeat:no-repeat;
	height:40px;
	width:142px;
	display:block;
	float:right;
}
.nextPost a {
	background-image:url(images/bg_button_previous.png);
	background-repeat:no-repeat;
	height:40px;
	width:142px;
	display:block;
	float:left;
}
.orange a { color:#D0B44F; }
.orange a:hover { color:orange; }
.orangeSmall { color:#D0B44F; font-size:0.9em; }
.biggerFont { font-size:1.1em; }
.smallGreen a { color:#7DD04F;}


/* Holder settings */
.buttonHolder {
	padding-top:80px;
	padding-left:216px;
}

/* Textual settings */
h1,h2,h3,h4,h5,h6{
	margin:0 auto;
	padding:0;
}
h1 { font-weight: normal; color:#924248; }
h2 {
	font-weight:normal;
	letter-spacing:-1px;
	margin-top:20px;
	margin-bottom:0px;
	font-size:1.5em;
}
h3 {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:1.4em;
	margin:0;
	color:#7DD04F;
}
code{
	font-family:'Courier New', Arial;
	font-size:11px;
}
.postTime {
	color:#95c05a;
	font-size:0.9em;
}
.infoPost {
	width:676px;
	height:50px;
	background-image:url('images/bg_info.png');
	background-repeat: no-repeat;
	margin:0 auto;
	color:#959595;
	text-shadow: #fff 0px 1px 1px;
}
.infoPost a {
	color:#7fa277;
	text-shadow: #fff 0px 1px 1px;
}
.infoPost_left { float: left; }
.infoPost_right { float:right; }
.adminPost {
	font-weight:bold;
	color:#667ea5;
}
.separatorPost {
	background-image:url(images/bg_separator.png);
	background-repeat:no-repeat;
	height:11px;
	width:111px;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:10px;
}

/* Color settings */
.green { color:#7DD04F; }
.orange { color:#D0B44F; }

/* Margin settings */
.navigationSpace {
	margin-top:20px;
}
.paddingFooter {
	padding-top:25px;
}
.footerContentPadding {
	padding-top:10px;
	padding-bottom:5px;
}

/* Code plugin css*/
.ch_code_container {
	background-color: #f0f0f0;
	border: 1px solid #C3CED9;
	padding: 0px 0px 0 0;
	width: 100%;
	text-align: left;
	font-size:1.00em;
	overflow:auto;
}
.ch_code_container .head
{
	color: #808080;
	font-weight: bold;
	background-color: #f0f0ff;
	border-bottom: 1px solid #d0d0d0;
	padding: 2px;
}

/* Form settings */
.inputSearch {
	border:1px solid #fff;
	padding:3px;
	width:150px;
	background-color:#F2F2F2;
	margin-top:12px;
	margin-bottom:15px;
}
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	
	}

blockquote {
	
	}

blockquote cite {
	
	}



hr {
	
	}





dl{
     }
     dt{
          }
          dd{
          }

ul{
     }
ol{
     }
     li{
          }

    ul ul{
         }

blockquote{
     }
     blockquote p{
          }



pre{
     }

b, strong,i,em {
     }

img{
     }

address {
     }

/*--------------------for links--------------------*/


a {
     }
a:link { 
     }
a:visited { 
     }
a:link:focus{ 
     }
a:link:hover, 
a:visited:hover { 
    }
a:link:active, 
a:visited:active {
     }

/*--------------------iamges as a link--------------------*/
a img{
     }
a:link img { 
     }
a:visited img { 
     }
a:link:active img, 
a:visited:active img {
      }

/*--------------------smilies --------------------*/

body img.wp-smiley{
     }



/*--------------------read more link--------------------*/

.more-link{
     }

/*--------------------pages with pagination--------------------*/
p.serif{
     }

/*--------------------search--------------------*/

#searchform{
     }

input#s{
     }

input#searchsubmit{
     }




/*--------------------comments--------------------*/
.alt {
	 
	}

.commentlist {
	 
	}


.nocomments {
	 
	}
 
.commentlist li {
	 
	}

.commentlist cite, 
.commentlist cite a {
	 
	}

.commentlist p {
	 
	}

#commentform p {
	 
	}

.commentmetadata {
	 
	}

#commentform input {
	}

#commentform textarea {
	}

#commentform #submit {
	 
	}

/*--------------------calendar--------------------*/
 
#wp-calendar th {
	 
	}


#wp-calendar {
	empty-cells: show;
	
	}

#wp-calendar #next a {
	
	}

#wp-calendar #prev a {
	
	}

#wp-calendar a {
	
	}

#wp-calendar caption {
	
	}

#wp-calendar td {
	
	}

#wp-calendar td.pad:hover { 
      }


/*-------------------- widgets---------------------*/
h2.widgettitle{
     }
.widget {
     }

/*--------------------Archive--------------------*/

li#archives{
     }

.widget_archives{
     }

/*--recent posts--*/


li#recent-posts{
     }

.widget_recent_entries{
     }



/*--------------------text widget--------------------*/
li.widget_text{
     }

/*--id in relationsship to the id of the widget*/
li#text-4{
     }
div.textwidget{
     }

/*--------------------links blogroll--------------------*/

li#links{
     }

.widget_links{
     }


/*--------------------categories--------------------*/

li#categories{
     }

.widget_categories{
     }

