/* default styles
   -------------- */
body { 
	padding: 0; 
	margin: 0; 
	font: 12px "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	background: #fffz; 
	color: #000; 

}

a {
	color: #000;
}

a:hover {
	color: #db2e27;
}

a.title {
	color: #FE6700;
	
}

a:focus {outline: none;}

h1 {
	font:  13px "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	padding: 10px 0 0 0px;
	margin: 0;
	font-weight: bold;
	color: #000;
}

h1 a, h2 a {
	text-decoration: none;
}

h1 a 

h1 a:hover, h2 a:hover {
	color: #db2e27;
}

h2 { 
	color: #000; 
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-shadow: 0px 1px 1px #fff;
}

h3 { 
	font-size: 12px;
	margin: 0;
	color: #000;
}

h3 a { 
	text-decoration: underline; 
	padding: 0 0 0 15px;
	background: transparent url('images/icon_list_categories.gif') no-repeat 0 1px;
}

h3 a:hover { 
	padding: 0 0 0 15px;
	background: transparent url('images/icon_list_categories.gif') no-repeat 0 1px;	
}

h4 {color: #db2e27; font-size: 17px; font-weight: normal; text-shadow: 0px 1px 1px #fff; }
h5 {color: #666; font-size: 14px; font-weight: normal; font-style: italic;}

p {margin: 0 0 10px 0;}

blockquote {
	margin: 10px 0 0 25px;
	padding: 10px 20px;
	border-left: 1px solid #ccc;
	color: #666;
	box-shadow:2px 2px 10px #666;
	-webkit-box-shadow:2px 2px 5px #666;
	-moz-box-shadow: 2px 2px 5px #666;
}


.search-excerpt {background: #FF9;}




#searchform {margin: 0px 0px 10px 10px;}
	
#s {
	width: 190px;
	height: 15px;
	color: #666;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	padding: 2px;
	margin: 8px 0px 0px 0px;
	border: 0px solid #DEDEDE;
	background-color: #eee;
}


#searchform input[type="image"] {
        padding: 0px px px 0px;
	margin: 0px 0px -5px 10px; 
}

* input {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

* textarea {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


/* layout
   ------ */

.content { 
	margin: 0px auto;
	width: 760px;
}

.header { 
	height: 45px; 
}

.top_info {
	float: right;
	width: 570px;
	height: 50px;
	padding: 0 0 4px 0;
}

	.top_info_left {
		width: 240px;
		float: left;
	}

	.top_info_right {
		float: right;
		text-align: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
		font-size: 10px;
	}

.slogan {
	font: 11px;
	width: 160px;
}

.bar { 
	clear: both;
	font: 11px;
	height: 30px; 
	margin: 0 0 0 0px; 
	text-transform: uppercase;
}

	.bar ul { 
		margin: 0; 
		padding : 0; 
		list-style : none; 
	}

	.bar li { 
		margin: 0; 
		padding: 4px 10px 8px 10px;
		color: #808080;
		background: #FFF;
		float: left; 
	}
	
	.bar .current_page_item a{ 
		background: #FFF url(images/bar.gif) no-repeat center bottom; 
		color: #db2e27;
		font-weight: bold; 
		padding-bottom: 8px;
		text-decoration: none;
	}

	.bar a { 
		font-weight: bold;
		color: #db2e27; 
		background: inherit;	
		font-size: 10px;
		text-decoration: none;
	}
	
	.bar a:hover {
		background: #FFF url(images/bar.gif) no-repeat center bottom; 
		color: #db2e27;
		font-weight: bold; 
		padding-bottom: 8px;
		text-decoration: none;
	} 

.search_field { 
	color: #000;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #666;
	clear: both;
	text-align: center; 
	padding: 0px 0 0px 347px;
	height: 1px;
}

.subheader {
	margin: 0;
	padding: 0 0 0 3px;
	background: #f4f4f4;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
}

.subheader  li {
	list-style : none; 
	margin: 0;
	padding: 0 0 0 0px; 
	
}

.subheader ul  {
	margin: 0;
	padding: 0;
	
}

#inline-list {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	}

#inline-list p {
	display: inline;
	}

#inline-list ul, #inline-list li {
	display: inline;
	margin:0px;
	padding-top: 2px;
	padding-right: 12px;
}

#inline-list a {
	text-decoration: none;
	padding: 0 0 0 12px;
	background: transparent url(images/arrow.gif) no-repeat left;
}
	
#inline-list a:hover {
	color: #db2e27;
}

#inline-list .page_item a{ 
	color: #db2e27;
}
	
	
	#inline-list .current_page_item a{ 
		color: #db2e27;
		text-decoration: underline;
	}
/* left side
   --------- */

.left {
	float: left;
	width: 435px;
	margin: 0;
	font-size: 12px;
	border-right: 1px dotted #ccc;
	background-color: #eee;
	min-height: 700px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid white;
	
}
	.left_articles {
		margin: 0px 0 10px 0;
		padding: 7px 7px 0 7px;
		text-align: justify;
		
	}

	.left_articles h1 {
	padding: 0 0 0 12px;
	background: transparent url(images/bulletr-f.gif) no-repeat 0 4px;
	}
	
.left_articlesb {
	margin: 0;
	padding: 10px;
	text-align: justify;
	font-size: 12px;
	min-height: 600px;
	background: #eee;
	text-shadow: 0px 1px 1px #fff;
}

.left_articles ul , .left_articlesb ul {
		list-style-type: none;
		margin: 0px 0px 5px 25px;
		padding: 0px 0px 2px 0px;
		background: none;
}


.left_articles li, .left_articlesb li {
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	background: transparent url('images/bulletr.gif') no-repeat 0 6px;
}

.metadata {
	border-top: 1px dotted #ccc;
	margin-bottom: 20px;
	text-align: right;
	font-size: 10px;
}
	
.alignright {
float: right;
text-align: right;
}
	
.alignleft {
float: left
}

	
/* Sidebar
   ---------- */
		
.sidebar {
	float: right;
	width: 323px;
	min-height: 700px;
	border-top: 1px solid white;
	border-bottom: 1px solid #ccc;
	background: #eee;
}

.sidebar_left {
	margin: 0;
	padding: 17px;
}

.sidebar_left img {
	opacity:0.5;
	-moz-opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-khtml-opacity: 0.5;
	padding: 2px;
	margin: 2px;
	border: 1px solid #666;
}

.sidebar_left img:hover {
	opacity:0.9;
	-moz-opacity:0.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-khtml-opacity: 0.9;
	z-index: 2;
}
	
.sidebar_left  a  {
	text-decoration: none;
}


.sidebar_right {
	float: right;
	width: 150px;
	margin: 10px 0 10px 0;

}

.sidebar h2 {
	padding: 0 0 0 12px;
	background: transparent url(images/bulletr-f.gif) no-repeat left;
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
}

.sidebar ul { 
	margin: 0px; 
	padding : 0px; 
	list-style : none; 
}

.sidebar li {
	margin: 0px; 
	padding : 0px; 
	list-style-type:none;
}

.sidebar  ul li{
	list-style-type: none;
	text-decoration:none;
}

.sidebar   li a {text-decoration: none;}


	
.right_new2 {
	padding: 5px 0px 5px 0px;
    width: 323px;
    height: 117px;
}

.right_new3 {
	padding: 5px 0px 5px 0px;
    width: 323px;
    height: 117px;
}

.right_new {
	padding: 5px 5px 5px 10px;
	margin-bottom: 0px;
	color: #000;
	text-align: justify;
	text-shadow: 0px 1px 1px #fff;
	/*border-top: 1px solid #eee;*/
}

	.right_new a {
	color:#000; 
	}
.right_new a:hover {color: #db2e27;}
.right_new h1 {
  font-size: 18px;
}
.zag a {
    color: #db2e27;
}
.zag a:hover {
    text-shadow: 1px 1px #aeabab, -1px -1px #aeabab, 2px 2px #aeabab;
}
	
	
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	clear: both; 
	color: #666;
	text-shadow: 0px 1px 1px #fff;
	padding: 0px 10px 0px 0px;
	border-top: 1px solid #ccc;
	background: transparent url(images/footer-b.gif) no-repeat;
	height: 63px;
	line-height: 85%;
	font-size: 10px;
}

.footer a {
	color: #db2e27;
	text-decoration: none;
}

.footer img {
	opacity:0.3;
	-moz-opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-khtml-opacity: 0.3;
}

.footer img:hover {
	opacity:1;
	-moz-opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-khtml-opacity: 1;
}


#site_content {position: absolute;left: -10000px;}

* abbr {
	font-size:10px;
	margin-bottom:10px;

}

* abbr {
	padding: 0 0 0 14px;
	background: transparent url(images/icon_clock.gif) no-repeat 0px 2px;	

}

.title {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial ;
	font-size:12px;
	font-weight: bold;
}
	
#write_by {
	margin-bottom: 5px;
}

   
* img {border: 0px;}
    
img.centered,
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left
    }
/* End Images */


.alignlefts {
	display: block;
	float: left;
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.alignlefts a, .alignlefts a:visited {
	background: url(images/alignleft02.gif) no-repeat left center;
	margin: 0px;
	padding: 0px 0px 0px 16px;
	text-decoration: none;
}

.alignlefts a:hover {
	background: url(images/alignleft01.gif) no-repeat left center;
	color: #db2e27;
	margin: 0px;
	padding: 0px 0px 0px 16px;
	text-decoration: underline;
}


.alignrightsp {
	display: block;
	float: right;
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 5px;
}






#recentpost ul li a:hover{
color: #db2e27;
}


#recentpost  li {
list-style-type: none;
margin: 0;
padding: 0px 0px 0px 12px;
background: transparent url(images/icon_list_categories.gif) no-repeat 0 2px;
}	

#recentpost  li a {
background: none;
}
	
#pagehleb {
	text-align: right;
	font-size: 10px;
	margin-bottom: 3px;
}

#pagehleb  a {
	color: #666;
	text-decoration: none;
}

#pagehleb a:hover {
	color: #666;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddcolortabs{
	margin-left: 4px;
	margin-top:50px;
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 5px;
	
}

#ddcolortabs ul{
	font: bold 10px "Trebuchet MS", Tahoma, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}

#ddcolortabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}


#ddcolortabs a{
	float:left;
	color: white;
	background: #e49d9a url(images/color_tabs_left.gif) no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
}

#ddcolortabs a span{
	float:left;
	display:block;
	background: transparent url(images/color_tabs_right.gif) no-repeat right top;
	padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
	float:none;
}


#ddcolortabs a:hover{
	background-color: #db2e27;
}

#ddcolortabs a:hover span{
	background-color: #db2e27;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
	background-color: #db2e27;
}


#ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: #db2e27;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}


.tablepr {
	font-size: 11px;
	font-family: "Trebuchet MS", Tahoma;
	border-collapse: collapse;
}

.tablepr td  {
	padding-left: 5px;
	padding-right:5px;
	border: 1px solid #c5c5c5; 
}


.tablemarks {
	font-family: "Trebuchet MS", Tahoma;
	border-collapse: collapse;
}

.tablemarks td  {
	padding-left: 5px;
	padding-right:5px;
	border: none;
	vertical-align: text-top;
	
}

.tablemarks td img{
	opacity:0.2;
	-moz-opacity:0.2;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	-khtml-opacity: 0.2;
	vertical-align: text-top;
}




/*.search-excerpt {background: #FF9;}*/
hr {
	display: block;
	height:1px;
	background:#ccc;
	border:0;
}

/* Menu bottom */
#chromestyle2	{
	width: 100%;
	background: transparent;
	font-size: 10px;
	padding: 5px 0 10px 0; 
}

#chromestyle2:after	{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#chromestyle2 ul	{
	width: 100%;
	padding: 5px 0px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

#chromestyle2 ul li	{
	display: inline;
}

#chromestyle2 ul li a	{
	color: #666;
	padding: 2px 15px;
	margin: 0px;
	text-decoration: underline;
	border-right: 0px solid #000;

	
}

#chromestyle2 ul li a:hover, .chromestyle ul li a.selected { 
	text-decoration: underline;
	color: #db2e27;
}



.bgline {
	background: url(images/dot.png) repeat-y right;
	/*background: url('images/arrow.gif') no-repeat 0 2px;*/
} 

#logina {
	margin: 0;
	padding: 1px 5px 35px 15px ;
	background: transparent url(images/bg_navgrey.gif) repeat-x;
}

#bottom_i {
clear: both;
text-align: justify;
font-size: 10px;
background: transparent url('images/bg-r.gif') repeat;
border-top: 1px solid white; 
}

#bottom_i h3 {
	font-size: 10px;
	padding-left: 12px;
	margin-bottom: 5px;
	text-transform: uppercase;
	background: url('images/arrow.gif') no-repeat left;
}

#bottom_i ul {
	margin: 0;
	padding: 0 0 0 5px;
}

#bottom_i ul li {
	padding: 0 0 0 10px;
	margin: 0;
	list-style:none;
	background: transparent url('images/bulletr.gif') no-repeat left ;

}

#bottom_i img {
	padding: 0;
	padding: 0 4px 0 0;
	opacity:0.7;
	-moz-opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-khtml-opacity: 0.7;
}

#bottom_i img:hover {
	opacity: 1;
	-moz-opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-khtml-opacity: 1;
}

.pagenavi {
	padding:5px 0 15px 0;
	
}


.photologo{
	border-bottom:1px solid #ccc;
}
.photologo2{
	border-bottom:1px solid white;
}

#sszoo a {
color:#225789;
text-decoration:underline;
}
#sszoo a:hover {
color:#225789;
text-decoration:none;
}
.left_articles #imgzoo {

}
.left_articles a #imgzoo {
margin-right:60px;
}
.left_articles h1 {
width:;
}


