/*
Default browser styles reset + common css rules
Don't forget to set a foreground and background color on the 'html' or 'body' element!
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
/*line-height: 1em;	yes, em, not unitless*/
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	}
a img, :link img, :visited img {
	border: 0;
	}
:link, :visited {
	text-decoration: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th { 
	text-align: left; 
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	}
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
p {
	margin: 0 0 1em;
	text-align: justify;
	}
legend, hr {
	display: none;
	visibility: hidden;
	}
button {
	cursor: pointer;
	}
abbr, acronym {
	cursor: help;
	border: none;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
/*left margin for elements that need it IF THEY NEED IT
----------------------------------------
li, blockquote {
  margin-left: 1.5em;
	}
ol li {
  margin-left:2em;
	}
*/ 

#newsletter #ss {
border:1px solid #BBBBBB;
font-size:1.1em;
margin-right:3px;
padding:1px 2px;
width:188px;
}
#newsletter input {
vertical-align:middle;
}










/*misc useful classes
---------------------*/
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	}
.hide {
	display: none;
	visibility: hidden;
	}
.center {
	text-align: center;
	}








/*clearfix
----------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*END clearfix



/*Generic Levin image replacement -  http://levin.grundeis.net/files/20030809/alternatefir.html
----------------------------------------------------*/
.replace { 
	position:relative; 
	margin:0px; 
	padding:0px; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ overflow: hidden; /* */ 
	} 
.replace span {
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
	}
/*Example HTML - all elements that require replacement use the .replace class then set the rule for the specific image and dimensions and associate with the elements ID.

<h1 id="myh1" class="replace" >Headline<span></span></h1> 

the add the CSS:
#myh1, #myh1 span { 
	height:100px; 
	width:300px; 
	background-image: url(head.png); 
} 
----------------------------------------------------*/


body{
	margin: 0;
	padding: 0;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS";
	font-size: 70%;
	background-color: #FFFFFF;
	color: black;
	text-align: center;
}

#wrapper{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header{
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width:960px;
	height: 176px;
	margin-left: auto;
	margin-right: auto;
}
#logo{
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	float:left;
	width: 210px;
	height: 70px;
	margin-top:90px;
	margin-left:64px;
}

#bookmark{
	color:black;
	float:right;
	font-size: 10px;
	font-family: "Trebuchet MS";
	text-align: center;
	padding-top: 20px;
	margin-right: 42px;
	margin-top:83px;
}

#navig{
	width:960px;
	height: 39px;
	
}
#menu{
	float:left;
	width:750px;
	margin-top: 2px;
	
}
#menu ul li {
display:inline;
}
#menu ul {
height:30px;
margin-top:10px;
padding:0px 0pt 0pt;

}
#menu ul li a {
border-right:1px solid #C08C8E;
color:white;
font-family:arial;
font-size:14px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:9px 30px 9px 30px;
text-decoration:none;
}
#menu ul li a:hover{
	color:#C08C8E;
}

#translation_bar {
	margin-top:10px ;
	float: right;
	margin-right: 0;
	}
#translation_bar img {
	display: inline; 
	margin: 5px; 
	}
#btn2 {
	background-image: url(images/btn-search.jpg);
	background-repeat: no-repeat;
	width: 92px;
	height: 27px;
	border: none;
	color:white;
	cursor: pointer;
	}

#content{
	width: 960px;
	}
#content1{
	text-align: left;
	}
#contentleft{
	float: left;
	width: 680px;
	}
#contentleft #post{
	width: 370px;
	float: left;
	margin-top: 20px;
	text-align: right;
	}
.postmeta {
	background:transparent url(images/dot.gif) repeat-x scroll left center;
	font-size:11px;
	margin-bottom:5px;
	text-align:right;
	text-transform:uppercase;
	}
.postmeta  span.date{
	background:#FFFFFF none repeat scroll 0%;
	color:#7F7F7F;
	padding:0pt 2px 0pt 4px;
	}

 
/***** begin middle *****/
#contentleft #middle{
	margin-top: 0px;
	float: right;
	width: 285px;
	background-image: url(images/test-cloud.gif);
	background-repeat: no-repeat;
	margin-right: 10px;	
	}

#contentleft #middle ul {
	margin-bottom: 20px;
	}
#contentleft #middle ul li{
	border-bottom: 0px;
	}
#contentleft #middle ul li ul li{
	color: #997C6E;
	border-bottom: 1px solid #B6B6B6;
	font-weight: bold;
	}
#contentleft #middle a, #contentleft #middle a:hover{
	color: #997C6E;
	text-decoration: none;
	}
#contentleft #middle a.comment, a.comment:hover{
	color: #4c4c4c;
	text-decoration: none;
	}
#contentleft #middle.newscat #tagcloud{
	padding-top: 10px;
	}
.widgettitle {
	margin-bottom: 10px;
	}
/***** end middle *****/
p.title{
	font-size: 20px;
	font-style: Italic;
	color: #997C6E;
	padding-left: 5px;
}
h2{
	font-size: 16px;
	font-style: Italic;
	font-weight:bold;
	color: #997C6E;
	padding-left: 0;
}



/***** begin sidebar *****/
#sidebar{
	float: left;
	width: 250px;
	margin-top: 30px;
}
#sidebar ul {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	}
#sidebar ul li {
	border-bottom: 10px;
	}
#sidebar ul li ul li{
	border-bottom: 1px solid #B6B6B6;
	font-weight: bold;
	}
#sidebar a, #sidebar a:hover{
	color: #997C6E;
	text-decoration: none;
	}
#sidebar li.news{
	background:transparent url(images/news-item.gif) no-repeat scroll 0%; padding-left: 30px;
	height: 40px;
	margin-left: 0px;
}
/***** end sidebar *****/


#footer{
	background-image:url(images/footer.gif);
	background-repeat: repeat-x;
	width: 960px;
	height: 90px;
	text-align: center;
}
#footer p{
	text-align: left;
	line-height: 1.2em;
	padding-top:14px;
	color: #808080;
	
}

#footer a, footer a:hover{
	color: #808080;
}
#sidebar .blogbox{
	width:450px;
	border-left: 1px solid #DFDEE2;
	margin-left: 0px;
	margin-top: 30px;
}
#sidebar .bloginfobox{
	height: 30px;
	display: inline;
	margin-top: 40px;
	
	padding-top: 15px;
	
}
#sidebar li.blog{
	margin-top: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	display: block;
	

}
p.date {
	display: inline;
	background:transparent url(images/date-item.gif) no-repeat scroll 0%; padding-left: 20px;
	width: 120px;
	margin-left: 10px;
	color: #114F6D;
	font-size: 10px;
}

p.user{
	display: inline;
	background:transparent url(images/user-item.gif) no-repeat scroll 0%; padding-left: 20px;
	width: 120px;
	margin-left: 10px;
	color: #114F6D;
	font-size: 10px;
}
p.category {
	display: inline;
	background:transparent url(images/cat-item.gif) no-repeat scroll 0%; padding-left: 20px;
	margin-left: 10px;
	color: #114F6D;
	font-size: 10px;
}
p.small {
	font-size: 10px;
}
.readmore{
	font-style: italic;
	color:#997C6E;
	text-decoration: underline;
	
}
#post a, #post a:hover{
	color:#997C6E;
}
#post h3{
	font-size: 9px;
	color: #999999;
	display: inline;
	text-align: left;
	float: left;
}

#post h4{
	font-size: 9px;
	color: #7A7A7A;
	display: inline;
	text-align: left;
	float: left;
	padding-left: 5px;
}
#sidebar .forumbox{
	width:250px;
	border-left: 1px solid #DFDEE2;
	margin-left: 5px;
	margin-top: 30px;
}
#sidebar li.forum{
	background:transparent url(images/forum-item.gif) no-repeat scroll 0%; padding-left: 30px;
	height: 20px;
	margin-left: 5px;
}
#sidebar .contactbox{
	width:250px;
	border-left: 1px solid #DFDEE2;
	margin-left: 5px;
	margin-top: 30px;
}
img.map{
	float: left;
	margin-top: -15px;
	margin-left: 5px;
	margin-right: 5px;
}
p.map{
	font-style: italic;
	
}

#tagcloud ul.newtagcloud{
	margin-top: 5px;
	
}
#tagcloud a {
	color: #808080;
}
#tagcloud li{
	margin-top: -10px;
	padding-bottom: 10px;
}

img.right{
	float: right;
	margin-top: -28px;
	display: inline;
}

img.news{
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	border: 1px solid #cfcfcf;
	padding: 3px;
}




/***** begin search *****/
#search #s {
	border:1px solid #BBBBBB;
	font-size:1.1em;
	margin-right:3px;
	padding:1px 2px;
	width:180px;
	float: left;
	}
#search input {
	vertical-align:middle;
	}

#news{
	width:464px;	
	}
#search {
	float: left;
	}
#search input[type="submit"] {
	float: left;
	background-image: url(images/go-button.gif);
	border: 0;
	} 
/***** end search *****/


img.banner{
	float: right;
	border: 1px solid #cfcfcf;
}


/* tweeter begins*/
.widget_links ul li, .widget_categories ul li {
	padding-left: 20px;
	background: url(images/rss.gif) no-repeat 0 0;
	}
.widget_archive ul li, .widget_recent_entries ul li, .widget_recent_comments ul li {
	padding-left: 20px;
	background: url(images/user-icon.gif) no-repeat 0 -2px;
	margin: 3px 0 3px 0;
	}
li.widget_tag_cloud a {
	color: #999999;
	}
	
	a {
text-decoration:none;
color:#770000;
}

a:hover {
text-decoration:underline;
color:#770000;
}

.result {
border-bottom:1px dashed #983031;
font-size:100%;
padding:4px 0;
position:relative;
}

.result .time {
font-size:80%;
font-style:italic;
margin-top:1px;
color:#595858;
}

.time a{
color:#595858;
}
.result .profile_image {
position:absolute;
left:0;
}
.result .profile_image img {
width:48px;
height:48px;
border:0;
}
.result .status {
	margin-left:65px;
	min-height:50px;
}

.profile_image a {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

.clear{
clear:both;
}