/*** Base Styles
-----------------------------***/

/** Global Styles
------------------------------**/

* { /*global reset*/
	margin: 0;
	padding: 0;
	}
	

	
body {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: .74em;
	color:#000000;
	background-color:#ffffff;

	}
h1 , h2 , h3 , h4 {
	font-family: "Century Gothic", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	}
h1 , h2 , h3 {
	text-transform: uppercase;
	}
h1 {
	display: inline;
	float: right;
	margin: 10px 10px 0 0;
	font-size: 28px;
	text-align: right;
	}
h2 {
	width: 200px;
	margin-bottom: 0px;
	color:#FF6633;
	font-size: 1.9em;
	}
h2.pagetitle {
	width: 100%;
	}
h3 {
	border-bottom:  1px solid #444;
	font-size: 2.15em;
	}
h3 a:hover {
	color:#0066FF;
	text-decoration: none;
	}
h3.nou {
	border-bottom:  none;
	}
h4 {
	border-bottom: 1px solid #444;
	color:#0066FF;
	font-size: 1.75em;
	text-transform: capitalize;
	}
h5 { /*date*/
	float: right;
	display: block;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #fff;
	}

#rap {
clear:both;
	width: 817px;
    margin-left: auto;
    margin-right: auto;

	}
	
	

#wrapper {
	width: 807px;
	padding-right:10px;
}

a , a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
img {
	border: none;
	}
abbr  {
	border: none;
	}
.left {
	float: left;
	padding-left:20px;
	}
.right {
	float: right;
	padding-right:20px
	}
.print , .hide {
	display: none;
	}
/**----------------------------**/

/** Header
------------------------------**/

#main_bg{
width: 817px;
margin-left: auto;
margin-right: auto;
}

#header{
width: 817px;
background-image:url(assets/images/bg_02.jpg);
margin-left: auto;
margin-right: auto;
height:299px;
}

#main_header{
padding-left:15px;
padding-right:20px;
padding-top:16px;}

#container{
	width: 817px;
margin-left: auto;
margin-right: auto;
	background-image:url(assets/images/image_02.jpg);
background-repeat:no-repeat;
}

#rss{
float:right;
padding-right:10px;
color:#666666;}

#rss img {
	vertical-align:top;
}
.rs{
color:#666666;}

.rs:hover{
color:#666666;}

.rs:visited{
color:#666666;}

#logo{
width:223px;
height:171px;
}

#logo_img{
background-image:url(assets/images/image_03.jpg);
width:223px;
height:171px;
cursor:pointer;}

#directory{
width:144px;
height:30px;
padding-top:15px;
}

#directory_img{
background-image:url(assets/images/image_07.jpg);
width:144px;
height:30px;
cursor:pointer;
}

#dir_rss{
clear:both;
padding-top:28px;
padding-left:230px;}

/** Menu
------------------------------**/


#menu {
	float: left;
	width: 255px;
	margin: 0px;
    padding: 0px;
	padding-left:20px;
	min-height:400px;
    height:expression(this.scrollHeight > 400 ? "auto":"400px");
	}

#menu a {
	color:#555555;
	text-decoration: none;
	}
#menu a:hover {
	color:#000000;
	text-decoration: none;
	}
#menu ul , #menu li#search {
	margin-bottom: 10px;
	}
#menu li {
	margin-left: 10px;
	padding-left: 3px;
	list-style: none;
	}
#menu li.pagenav ul ul , #menu li.widget_pages ul ul {
	margin-bottom: 0px;
	}
#menu li#search {
	clear: both;
	}
#menu li#search h2 {
	margin-bottom: 3px;
	}
/*flickrRSS*/
#menu li#flickrrss {
	width: 200px;
	}
#menu li#flickrrss h2 {
	margin-bottom: 0px;
	}
#menu li#flickrrss a {
	float: left;
	}
#menu li#flickrrss a img {
	margin: 2px 2px;
	border: 2px solid #444;
	padding: 1px;
	background: #fff;
	}
#menu li#flickrrss a:hover img {
	border: 2px solid #fff;
	background: #444;
	}
/*Widgets*/
.widget {
	clear: both;
	}
.textwidget {
	padding-left: 13px;
}
/** Postbody
------------------------------**/
#postbody {
	padding: 0px;
    float: right;
    margin-right: 0px;
	min-height:400px;
    height:expression(this.scrollHeight > 400 ? "auto":"400px");
	padding-left:10px;
	padding-right:10px;
	width:500px;
	}

	
#proba{
padding-left:10px;
padding-right:10px;
}

#proba a{
color:#555555;}
	
#log{
float:right;
width:100px;
padding-top:15px;}

#log li{
display:inline;}

#log2{
float:right;
width:100px;
padding-top:15px;
}

#log li2{
display:inline;}










.post {
	margin: 0 0 3em 0;

	}
.premeta {
	padding: 3px 0;
	background-color:#E8E7E6;
	}
.premeta .famdat {
	color:#666666;
	}
.postmeta {
	padding: 3px 0;
	background-color:#E8E7E6;
	padding-left:10px;
	}
.storycontent {
	padding: 3px 10px;
	}
.storycontent p {
	margin: 15px 0;
	text-indent: 0px;
	line-height: 1.35em;
	}
.storycontent img {
	margin: 10px;
	padding: 1px;
	border: 2px solid #444;
	background: #fff;
	}
.storycontent a:hover img {
	border: 2px solid #fff;
	background: #444;
	}
.storycontent ul {
	list-style: disc;
	list-style-position: inside;
	}
.storycontent ol {
	list-style: decimal;
	list-style-position: inside;
	}
.storycontent li {
	padding-left: 10px;
	}
img.wp-smiley {
	border: 0px;
	background: #000;
	padding: 0;
	margin: 0;
}
#nav , .nav{
	margin: 0 auto;
	text-align: center;
	}
#navtop , .navtop{
	padding: 10px 0 35px 0;
	text-align: center;
	}
blockquote {
	margin: 5px 8px 5px 20px;
	padding: 5px 8px;
	border-left: 5px solid #444;
	font-style: italic;
	}
blockquote.tags {
	margin: 5px auto;
	padding: 5px;
	border: 1px solid #444;
	border-left: 10px solid #444;
	background: #202020;
	color:#CCCCCC;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	font-family: 'Courier New', Courier, Fixed;
	font-size: 1em;
	}

	
/*famfamfam Icons*/
.famdat , .famaut , .famtag , .famtab , .famedt , .famcom , .famlst {
	padding: 2px 0 2px 2px;
	}
	
.famtag{
color:#666666;}
.famdat {
	background: url('assets/images/date.png') left center no-repeat;
	}
.famaut {
	background: url('assets/images/author.png') left center no-repeat;
	}
.famtag {
	margin-top: 2px;
	background: url('assets/images/tag.png') left center no-repeat;
	}
.famtab {
	margin-top: 2px;
	background: url('assets/images/tab.png') left center no-repeat;
	}
.famedt {
	background: url('assets/images/edit.png') left center no-repeat;
	color:#000000;
	}
.famcom {
	background: url('assets/images/comment.png') left center no-repeat;
	}
.famnxt {
	padding: 2px 0px 2px 0;
	background: url('assets/images/next.png') right center no-repeat;
	}	
.famlst {
	background: url('assets/images/last.png') left center no-repeat;
	}

/* Comments */
ol#commentlist {
	padding-left:10px;
	padding-right:10px;
		color:#555555;
	}
ol#commentlist li {
	padding-top: 3px;
	margin: 12px 0;
	list-style-type: none;
	color:#555555;

	}
.commenttext {
	margin: 0 0 2px 0;
	padding: 0 15px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	background:#CCCCCC;
	}
.commenttext p {
	margin: 15px 0;
	text-indent: 0px;
	line-height: 1.35em;
	color:#333333;
	}

ol#commentlist .postnumber {
	margin: 0;
	padding: 0;
	color:#555555;
	font-size: 2em;
	}
.no{
padding-left:10px;}

#top_main2{
	padding: 0px;
padding-top:10px;
    margin-left: 275px;
    margin-right: 0px;}
	
	div#top_main2 { 
    min-height:400px;
    height:expression(this.scrollHeight > 400 ? "auto":"400px");
	}

#top_main2 h3{
margin-left:10px;
margin-right:10px;
}

.noprint{
color:#555555;}


	

/**----------------------------**/

/** Footer
------------------------------**/
#foot_cont{
	clear:both;
	width:817px;}

#foot {
margin-left:295px;
	width: 500px;
	padding: 0px;
	height:40px;
	border-top:solid;
	border-top-color:#33CC33;
	border-top-width:1px;
	}
	
#foot_main{
	padding: 0px; 
  padding-right:20px;
	}
	
#foot p {
	margin: 7px 0;
	font-size: .9em;
	margin-right:15px;
	}
	
#foot a{
color:#555555;}
#foot img {
	vertical-align: bottom;
	}
#f_left{
height:40px;
float:left;
padding-left:15px;
}

#f_left p{
display:inline;}

#f_right{
float:right;
}

#f{

}

#l{
height:80px;
width:9px;
float:left;
	margin-left:300px;
}
/**----------------------------**/

/** Forms
------------------------------**/
form fieldset {
	margin-bottom: 10px;
	border: none;
	}
form label {
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	}
form textarea {
	width: 99%;
	}
form input , form textarea {
	margin: 2px 0;
	padding: 1px;
	background:#FFFFFF;
	color:#333333;
	border: 1px solid #444;
	font-size: 1.1em;
	}
form input.button , form input#gobutton {
	padding: 2px;
	background:#CCCCCC;
	color:#666666;
	border: 1px solid #444;
	font-size: .9em;
	cursor: pointer;
	}
form input#gobutton {
	height: 20px;
	padding: 0 3px;
	}
form input.button:hover , form input#gobutton:hover {
	background:#CCCCCC;
	}
form fieldset ol {
	margin: 0;
	padding: 0;
	}
form fieldset li {
	display: block;
	list-style: none;
	padding: 5px;
	margin: 0;
	overflow: auto;
	}
form em { /*Intended for "*" to indicate required field*/
	font-weight: bold;
	font-style: normal;
	}
/**----------------------------**/
#sr{
background-image:url(assets/images/search.jpg);
background-repeat:no-repeat;
background-position:top;
float:left;

padding-left:13px;
}

.search {
height:19px;
width:179px;
font-size:9px;
padding-left:20px;
}

#go{
font-size:9px;
float:left;}

.inp_in{
float:left;
width:148px;
background:transparent;
border:0;}

.inp_sub{
float:left;
width:17px;
height:18px;
font-size:9px;
cursor:pointer;
background:transparent;
border:0;
}

#trans{
background:transparent;}

#srch{
float:left;}

/** sIFR
------------------------------**/
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	}
.sIFR-replaced {
	visibility: visible !important;
	}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}
	

.sIFR-hasFlash h1 , .sIFR-hasFlash h2 , .sIFR-hasFlash h3 , .sIFR-hasFlash h4 , .sIFR-hasFlash h5 {
	visibility: hidden;
	}
/**----------------------------**/

/***--------------------------***/

#

img.alignleft, div.alignleft

{

float:left;

margin:0 0.5em 0.5em 0;

}

img.alignright, div.alignright

{

float:right;

margin:0 0 0.5em 0.5em;

}

img.aligncenter, div.aligncenter

{

text-align:center;

margin:0 auto;

}
body.page #postbody, body.page #foot{
float:none;
width:auto;
margin:0;
}
