/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}


/** font reset
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}



/*===============================style*/
body{
	background:url(../img/5_bg.gif) repeat -3px top;
	font-size: 12px;
	color: #464646;
}



#head {
	width: 950px;
	height: 240px;
	margin: 0 auto;
	background:url(../img/5_head.jpg) no-repeat top;
}


h1 {
font-size: 12px;
padding: 42px 0 0 250px;
font-weight:bold;
width: 450px;
}



#package {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
}



#content {
	float: right;
	width: 685px;
}



#sidebar {
	float: left;
	width: 265px;
	margin-bottom:20px;
	padding: 80px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:url(../img/5_side_hd.jpg) no-repeat;
}




p{
	margin-top: 0;
	line-height: 1.6;
}




a { color:#fa7000; text-decoration:none;} 
a:visited {color:#fa7000;}
a:hover {text-decoration: underline; }



/*====================================
	.navi
====================================*/

div.navi {
	background:#595259;
   	 height: 30px;
	margin-bottom:15px;
}

div.navi ul { height: 30px; width:950px;margin:0 auto;}
div.navi li { float:left;padding: 0 7px;height: 30px;line-height:30px;background: #d88080;color:#fff;}
div.navi li:hover {background:#ffd2a0;color:#955d5a;}


div.navi li a {
color:#fff;
display: block;
}
div.navi li a:hover {
color:#955d5a;
}






/*====================================
	.topic
====================================*/

div.topic {
	background:#fdfbf3;
	border:1px solid #ececec;
	margin:0 30px 0 14px;
	padding: 5px;}


/*====================================
	.content
====================================*/


h2.title {
	background:url(../img/5_text_hd.jpg) no-repeat left top;
	padding:70px 158px 0 32px; 
	min-height:40px;	
	font-weight: bold;
	color:#834432;
	font-size: 16px;
}




h3.title {
	background:url(../img/5_text_hd.jpg) no-repeat left top;
	padding:70px 158px 0 32px; 
	min-height:40px;	
	font-weight: bold;
	color:#834432;
	font-size: 16px;
}

h2.title span,h3.title span {border-left:5px solid;padding-left:10px;}


div.post {
	margin:10px 0;
	background:url(../img/5_content.jpg) repeat-y left bottom;
	
}



div.post div.entry {
background:url(../img/5_content_bg.jpg) no-repeat left bottom;
padding:0px 50px 30px 30px; 	
}




div.post .title { margin:5px 0 0;}

div.post .title a {
	text-decoration: none;
	text-transform: capitalize;
	color: #B44000;
}


.post p.date {
	text-align:right;
	color:#1f0000;
}

.post p.link {text-align:right;margin: 10px;}






#page_title {
    background:#FBF2E1;
    border: 1px dotted;
    color: #595259;
    font-size: 16px;
    margin: 20px 28px 20px 10px;
    padding: 15px 20px 10px;
}

#page_title p{font-size:12px;}	
	
/*=======
twitter
==============*/

.tweet_wrapper {padding:0 10px 5px;}
.tweet_box { padding: 10px 20px;position: relative;border-bottom: 1px solid #b09090;
    border-top: 1px solid transparent;
    clear: both;
    display: block;
    margin-top: -1px;
    min-height: 50px;}

.tweet_image {float: left;height: 48px;margin-top: 3px;overflow: hidden;width: 48px;}

.tweet_content {margin-left: 58px;min-height: 48px;}
.tweet-row {display: block;line-height: 15px;}
.user_name {font-weight:bold;}
.user_name a:hover {text-decoration:underline;}
.full_name { color: #b09090;font-size: 12px;}
.tweet_text {margin-top:2px; line-height:15px;}
.tweet_time { color: #b09090;font-size: 11px;}





/*=========
fixed
====================*/




.page_text {padding:8px;margin:15px 0 10px;}

table {
    border: 1px solid #BCACA4;
    font-size: 12px;
    line-height: 120%;
    margin: 20px auto;
    text-align: left;
	width:600px;
}
table th {
    background: none repeat scroll 0 0 #DEDEDE;
    color: #371800;
    padding:12px;
    text-align: center;
}
table tr {
	border: 1px solid #BCACA4;
    margin-bottom: 3px;
}
table tr td {
	border: 1px solid #BCACA4;
    background: none repeat scroll 0 0 #EEEEEE;
    padding: 5px 10px;
}



/*====================================
	#left
====================================*/


#sidebar h3 {
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color:#F3C893;
	border-bottom:1px dotted ;
	
}




#sidebar ul {
	padding:0 20px 20px 30px;
	list-style: none;
	background:url(../img/5_side.jpg) repeat-y;
}

#sidebar ul li.menu {font-size:11px;
}


#sidebar li {
	padding: 3px 0px;
	line-height:1.3;
	color: #fff;
}



#sidebar a {
	text-decoration: none;
	color: #eee;
}

#sidebar a:hover {
	color: #fff;
}


#sidebar li.pr a {
	color: #FBF2E1;
}


/*====================================
	#footer
====================================*/

#footer {
	height: 30px;
	margin: 40px auto 0;
	padding: 0;
	background:#595259;
}


#footer address {
	margin: 0;
	padding: 10px 0px;
	text-align: center;
	line-height: normal;
	font-size: 12px;
	color:#fff;
}
#footer address a {color:#fff;}

/*===============================elements*/



.mb5 { margin-bottom:5px;}


a:hover img.opa{
  filter: alpha(opacity=25);
  -moz-opacity:0.25;
  opacity:0.25;

}

.clearfix{
zoom:1;
}

.clearfix:after{
content:".";
display:block;
clear:both;
visibility:hidden;
line-height:0;
font-size:0;
}

