	

/* -------------------
Main Structure
------------------- */
	
#frame {
	width: 900px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

	
#middle {
	background: url(images/main.jpg) 0 0 repeat-y;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #FEF200;
	border-left: 1px solid #FEF200;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #FEF200;
	border-bottom-color: #FEF200;
	}

#content {
	float: left;
	width: 625px;
	margin: 0px;
	padding: 0px 0px 15px;
	border: 1px solid #333333;
	display: block;
	}
	
#sidebar {
	float: left;
	width: 260px;
	padding: 0px;
	border: 1px solid #333333;
	display: inline;
	margin: 0px;
	}

	
/* -------------------
Header
------------------- */

#header {
	background: url(images/page_design/header_bg_main.jpg);
	width: 900px;
	height: 459px;
	margin-right: auto;
	margin-left: auto;
	}
	
.header-title {
	font-family: Tahoma, Verdana, Arial;
	font-size:28px;
	font-weight: bold;
	color:#968c83;
	padding:138px 0 0 68px;
	text-align:left;
	}
.header-title a{
	color:#968c83;
	text-decoration:none;
	border-bottom:none;
	}
.header-title a:hover{
	color:#968c83;
	text-decoration:none;
	border-bottom:none;
	}
.header-description {
        font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
        font-weight: normal;
	color:#847b73;
	padding:0px 0 0 69px;
	text-align:left;
	}


	
/* -------------------
Content
------------------- */

#content .post {
	margin: 0 10px 20px 10px;

	}
	
/* general #content definitions */
	
#content h2 {
	color: #968c83;
	font: bold 105%/1.5em Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 0 8px 0;
	border-bottom: 1px dotted #827060;

	}

#content h2 a {
	color: #EEEEEE;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #FFFFCB;
	text-decoration: none;
	}
	
#content h3 {
	font: 0.7em/1.7em Tahoma, Arial, Helvetica, sans-serif;
	color: #968c83;
	margin: 1.1em 0 0.2em 10px;
	font-weight: bold;
	}
	
#content h4 {
	font: 0.7em/1.7em Tahoma, Arial, Helvetica, sans-serif;
	color: #827060;
	border-left: 1em dotted #a5c1e5;
	padding: 0 0 0 0.5em;
	margin: 1em 0;
	}
	
#content p, #content dl {
	color: #E4D3A7;
	font: 90%/1.5em Tahoma, Arial, Helvetica, sans-serif;
	}
	
#content p, #content ul, #content ol, #content dl {
	margin: 0 0 0.7em 0;
	}

#content img {
	margin: 0 0 0 0;
        padding: 5px;
	}
	
#content li {
	margin: 0 0 0 30px;
	color: #827060;
	font: 0.8em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	}
	
#content dl dt {
	font-weight: bold;
	}
	
#content dl dd {
	margin: 0 0 0.4em 0.5em;
	}
	
#content blockquote p {
	margin: 0 0 0 2em;
	border-left: 5px solid #968c83;
	padding: 0 0 0 1em;
	color: #968c83;
}
	
#content a { color: #968c83; }
#content a:hover { color: #827060; }
	
#content .post ul.post-data {
	border-top: 1px dotted #827060;
	list-style: none;
	font: 0.8em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	padding: 0.1em 0 0.2em 0;
	color: #827060;
	margin: 1.3em 0 0 0;
	}

#content .post ul.post-data li {
	color: #E4D3A7;
	}
	
#content .post ul.post-data a {
	text-decoration: none;
	color: #AA480B;
	}
	
#content .post ul.post-data a:hover {
	color: #EEEEEE;
	text-decoration: underline;
	}

#content .post ul.post-data li.comments {
	float: right;
	margin: 0 0.7em 0 0;
	display: inline; /* fixes double float bug in IE */
	}
	
#content .post ul.post-data li.comments a {
	padding: 0 0 0 15px;
	}
	
#content .post ul.post-data li.posted {
	margin: 0 0 0 0.7em;
	}
	
#content .post ul.post-data li.posted a {
	padding: 0 0 0 1px;
	}
	
#content .post ul.post-data li.comments a:hover, #content .post ul.post-data li.posted a:hover {
	background-position: 0 -38px;
	}

.spacer {   padding: 0px;
            text-align: right;
            clear: both;
            text-transform: lowercase;
            }

	
/* -------------------
Comments
------------------- */

#content #comments {
	margin: 0 20px 20px 25px;
	}
	
#content #comments .comment {
	margin: 0 0 2em 0;
font: 11px Tahoma, Arial, Helvetica, sans-serif;
	}
	
#content #comments .comment p, #content #comments .comment li, #content #comments .comment a { 
font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #827060;	}
#content #comments .comment a:hover { 
font: 11px Tahoma, Arial, Helvetica, sans-serif;
color: #827060; }
	
#content #comments .comment p {
	margin: 0 0 0.8em 0;
font: 11px Tahoma, Arial, Helvetica, sans-serif;
	}
	
#content #comments .comment .comment-data p {
font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #827060;
	border-top: 1px dashed #827060;
	border-left: 1px dashed #827060;
	padding: 0 0 0 22px;
	margin: 1.5em 0 0 0;
	}
	
#content #comments .comment .comment-data p a { 
font: 11px Tahoma, Arial, Helvetica, sans-serif;
color: #827060; }
#content #comments .comment .comment-data p a:hover { color: #827060; }

#content #comments form {
	color: #827060;
	font: 0.75em/1.6em Arial, Helvetica, sans-serif;
	}

#content #comments form a { color: #827060; }
#content #comments form a:hover { color: #827060; }

	
	
/* -------------------
Sidebar
------------------- */

#sidebar h3 {
	color: #988371;
	font: 0.8em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding-bottom: 2px;
	padding-top: 1px;
	padding-left: 10px;
	}
	
#sidebar p, #sidebar li {
	color: #827060;
	font: 0.7em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	}
	
#sidebar p, #sidebar ul, #sidebar ol {
	margin: 0 0 10px 0;
	}
	
#sidebar ul { 	
	padding: 0 0 0 3px;
	list-style-image: url(images/icon.gif);
	color: #827060;
        margin-left: 20px;
 }


	

#sidebar a {
	color: #827060;
	text-decoration: none;
	font-size: 80%;
	}
	
#sidebar a:hover {
	color: #FEFFF5;
	text-decoration: underline;
	}
	
#sidebarcontainer {
	float: right;
	padding: 0 0px 0 0;
	width: 260px;
	margin: 0px;
}
#sidebarcontainer form {
	padding: 0;
	margin: 0;
}
#subscriptionoptions{
	width:200px;
	padding: 0 30px;
}

#rssmain {
	float:left;
	padding: 4px 0 0px;
	font-size: 80%;
	width: 200px;
	text-align: center;
}


#wrap {
	margin: 0;
	float: right;
	padding: 0px 0;
	width: 200px;
	color: #827060;

}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}


.ad250 {
	text-align: center;
}


/* -------------------
Footer
------------------- */

#footer {
	clear: left;
	background: no-repeat;
	height: 150px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	}
	
#footer p {
	color: #E4D3A7;
	font: bold 90% Arial, Helvetica, sans-serif;
	padding-top: 5px;
	text-align: center;
	height: 20px;
	}
	
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:hover {
	color: #827060;
	text-decoration: none;
	}
	


.alt {
font: 1.1em Tahoma, Arial, Helvetica, sans-serif;
}

.commentlist li {
margin-bottom: 1.5em;
font: 1.1em Tahoma, Arial, Helvetica, sans-serif;
width: 518px;
        padding: 5px;
}


.commentmetadata
{
font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em
	}

.commentlist p
{
font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

#commentform {
margin: 2em 0;
margin-left:2em;
width: 518px;
color: #3c3127;
}

#commentform textarea {

background: #0f0a03;
border: 1px solid #3c3127;
width: 545px;
color: #827060;
padding: 3px;
}
#commentform textarea:hover {
background: #0f0a03;
border: 1px solid #3c3127;
}
#commentform textarea:focus {
background: #0f0a03;
border: 1px solid #4d3f33;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #0f0a03;
border: 1px solid #3c3127;
width: 150px;
color: #827060;
padding: 3px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #0f0a03;
border: 1px solid #3c3127;
width: 150px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #0f0a03;
border: 1px solid #4d3f33;
width: 150px;
}
#commentform input{
margin-bottom: 3px;
}

#commentform #submit {
	margin:0;
	float:left;
        background: #4d3f33;
        color: #000000;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	border:1px solid #4d3f33;
        height: 22px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 3px;
	}

.post{margin:0 0 25px 0;}

.post .info{
padding:2px 3px 3px 8px;
border:1px solid #e3e4e4;
font-size:12px;
color:#827060;
}

h3 {
	color: #827060;
	font: 0.8em/1.5em Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
        padding-left: 8px;
 	}






@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/page_design/body_bg_master.jpg);
}
a:link {
	color: #F4F7DF;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #F4F7DF;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #bfc394;
	padding: 0px;
} 
.center_all {
	text-align: center;
}

#header_container {
	padding: 0px;
	height: 459px;
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/page_design/maset_header_bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header_gutter {
	width: 890px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 459px;
	text-align: right;
}
#header1 {
	height: 459px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#menue_holder {
	margin: 0px;
	padding: 35px 0px 0px;
	width: 900px;
	float: left;
}
#small_title {
	margin: 0px;
	padding: 320px 0px 0px;
	float: right;
	width: 340px;
}
#small_title p {
	font-size: 90%;
	color: #E4D3A7;
	font-style: italic;
}
#mainContent {
	padding: 0px;
	margin: 0px;
	border: 1px solid #282a26;
	width: 625px;
} 
#mainContent3 {
	padding: 0px;
	margin: 0px;
	border: 1px solid #282a26;
	width: 900px;
	text-align: center;
}
#mainContent3 h1 {
	font-size: 100%;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #BFC394;
	border-right-color: #BFC394;
	border-bottom-color: #BFC394;
	border-left-color: #BFC394;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#mainContent3  p {
	font-size: 85%;
}



#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 255px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	border: 1px solid #282a26;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar1 p {
	font-size: 90%;
}
#second_leveler_container {
	margin-right: auto;
	margin-left: auto;
	width: 1260px;
}
#sidebar1  h3 {
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFC394;
	margin: 0px 0px 2px;
	padding: 0px 0px 3px;
}
.side_bar_random_item1 {
	text-align: center;
	background-color: #F2F2FE;
	margin: 0px;
	padding: 0px;
}
.side_bar_random_item1 p {
	color: #393A3E;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3B3C40;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}


.side_bar_random_item1 a:link {
	color: #721F00;
}
.side_bar_random_item1 a:hover {
	color: #000000;
	text-decoration: none;
}
.side_bar_random_item1 img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.side_bar_random_item1 a:visited {
	color: #7C2E00;
}
#footer {
	border-top: 1px solid #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin: 10px 0px 20px;
	padding: 20px 0px 10px;
	font-size: 90%;
	line-height: 1em;
} 
#sidebar h1 {
	font-size: 90%;
	padding: 5px 5px 5px 10px;
	color: #988371;
	border-bottom: 1px solid #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
}

#footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 75%;
}
.gutter_5px {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#mainContent  h1 {
	color: #ecefc4;
	font-size: 150%;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent  p {
	font-size: 90%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
}
#mainContent  h2 {
	color: #ECEFC4;
	padding: 0px;
	font-size: 120%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.add_this_holder {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#size_fix {
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
}
#sidebar   h2  {
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #988371;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #988371;
	border-right-color: #988371;
	border-left-color: #988371;
	color: #988371;
}

