/*
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{
text-align:center;
background: url(../img/bg.jpg) repeat-x top #293746;
color:#fff;
}


div#wrapper{
text-align:left;
width:1000px;
margin:0 auto;
}



div#container {
width:1000px;
margin-top:19px;
}

div#contents{
border:1px solid #66849e;
width:653px;
background:url(../img/text_bg.jpg);
float:left;
border-radius:3px;
-moz-box-shadow: 0 0 2px #000;
-webkit-box-shadow: 0 0 2px #000;
}


div#side_menu {
border:1px solid #66849e;
width:323px;
background:url(../img/text_bg.jpg);
float:left;
margin-left:20px;
display:inline;
border-radius:3px;
padding-bottom:20px;
-moz-box-shadow: 0 0 2px #000;
-webkit-box-shadow: 0 0 2px #000;
}



a { color:#95e7ff; text-decoration:none;} 
a:visited {color:#95e7ff;}
a:hover {color:#3399ff;}




/*====================================
	#header
====================================*/
#header{
height:200px;
*height:215px;
position:relative;

}

#header p#car { 
position:absolute;
top:11px;
*top:26px;
left:0;
margin:0;
}

h1 {
	text-align: right;
	margin: 15px 0 0 345px;

}

/*====================================
	.nav
====================================*/

div.navi {
    height: 50px;
	margin-bottom: 20px;
}

div.navi ul {
	height: 45px;
    padding-top: 5px;
}
	
div.navi li { 
float:left;
padding: 0 10px;
height:41px;
line-height:41px;
color:#272727;
border-right:1px solid #E3ECEB;
}


div.navi li a {
color:#333;
display: block;
}
div.navi li a:visited {
color:#333;
}
div.navi li a:hover {
color:#2c82e9;
}





/*====================================
	.breadcrumb
====================================*/
.breadcrumb{
min-height:25px;
height:auto !important;
height:25px;
font-size:12px;
}


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


div.box {
border:9px solid #30353a;
background:#464d54;
padding:15px;
margin: 15px 10px 25px;
border-radius:2px;
}


div.wiki,div.link,div.twitter,div.pr {
border:1px solid #30353a;
background:#6b747e;
padding:8px;
margin: 15px 10px 25px;
border-radius:2px;
-moz-box-shadow: 0 0 2px #000;
-webkit-box-shadow: 0 0 2px #000;
}

#contents h2 {
font-weight:bold;
font-size:15px;
color:#fff;
margin-bottom:15px;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

#contents h2 a { color:#fff;}

#contents h2#title {
margin:20px 0 0 10px;
background:none;
font-size:18px;
padding:5px;
}


#contents .wiki h2,#contents .link h2,#contents .twitter h2,#contents .pr h2 {
font-weight:bold;
font-size:15px;
color:#fff;
border:1px solid #5b6273;
background:url(../img/pr_bg.jpg) repeat-y #707b88;
padding:3px 5px;
margin-bottom:10px;
}




#contents h3 {
font-weight:bold;
font-size:15px;
color:#fff;
margin-bottom:15px;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

#contents div.wiki h3 {
padding:5px;
font-size: 14px;
margin-bottom:5px;
}

div.box dt {
font-weight:bold;
font-size:15px;
color:#fff;
margin-bottom:15px;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);}
div.box dd {line-height: 1.5;}



div.box ul{
padding:5px;
}


p.date{ text-align:right;margin:5px 0;}

p.next { text-align:right;margin:10px 0 5px;color:#31d4ff;}


/*=======
twitter
==============*/

.tweet_wrapper {padding:0 10px 5px;}
.tweet_box { padding: 10px 20px;position: relative;border-bottom: 1px solid #ccc;
    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:#ccc;font-size: 12px;}
.tweet_text {margin-top:2px; line-height:15px;}
.tweet_time { color:#ccc;font-size: 11px;}





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



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

table{
    border: 1px #Eccc solid;
    border-collapse: collapse;
    border-spacing: 0;
	color:#333;
}

table th {
    padding: 5px;
    border: 1px #aaa solid;
    background: #ddd;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table td {
    padding: 5px;
    border: 1px #aaa solid;
    text-align: center;
	background:#eee;
}


/*====================================
	#side_menu
====================================*/

#side_menu h3{
color:#fff;
font-size:18px;
font-weight:bold;
background:url(../img/side.jpg) no-repeat;
padding:3px 0 5px 32px;
margin: 8px 8px 5px;
}


#side_menu ul{
padding: 8px 8px 8px 22px;
font-size:12px;
}


#side_menu li{
line-height:1.6;
margin:2px 0;
}

#side_menu hr { 
height:4px;
background:#464d54;
margin:15px 5px;
border:none;
}

#side_menu p {font-weight:bold;}


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

div.footer{
text-align:left;
padding:8px 22px;
}

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


p {margin-bottom:2px; line-height: 1.5;}

.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;
}

