
/*
Theme Name: Student Chinese Union
Author:  Leina Leung
Tags: two columns

*/*{ margin: 0; 	
	padding: 0;
}

body{
	
	background: #fff url("") repeat-y top; ;
	font-family: "Helvetica Neue", arial, helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin-bottom: 10px;
}	


h2 {

	margin-top: 0px;
	padding-top: 0px;
}

a {
	color: #459fb7;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: bold;
	color:#0066FF;
}

.clear {
	clear: both;
}

.dropshadow {
	margin: 0 auto;
	width: 780px;
	background: #fff url("images/shadow.png") repeat-y top; 
	font-size: 11px;
}

.dropshadow-btm {
	margin: 0 auto;
	width: 750px;
	background: #fff; 
	font-size: 11px;
}

#page {
	margin: 0 auto;
	width: 750px;
	background: #fff url("") repeat-y top; 
	font-size: 11px;
}

#head {
	padding: 0;
	height: 167px;
	width: 750px;
	margin: 0;
	border-bottom: 12px solid #000000;
}

#header{
	height: 50px;
	position:relative;
	background: #000; 
	width:100%;
}

/* ----- logo ----- */
/* ----- Logo ----- */
#header h1{
	float: right;
	background: #000000;
}
#header h1 a{
	color: #000000;
	display: block;
}
#header h1 a:hover{
	text-decoration: none
}
#header #logo a{
  float: right;
  margin: 0;
  padding-right:10px;
}


/* ----- Top Navigation ----- */
#top-navigation{
	font-size: 10px;
	font-weight: bold;
	position:relative;
	text-transform: uppercase;
	height: 50px;
	margin: 0px 10px 6px 10px;
	padding: 0px 10px 6px 10px;
}
#top-navigation li{
	float: left;
	margin: 15px 0 0 0;
	height: 30px;
	line-height: 20px;
}
#top-navigation li a{
	color: #fff;
	float: left;
	padding: 0 13px 0 13px;
	text-decoration: none;
}

body#news a#newsnav,
body#about a#aboutnav,
body#events a#eventsnav,
body#photos a#photosnav,
body#sponsors a#sponsorsnav,
body#directors a#directorsnav {
	color: #fff;
	text-decoration: none;
	border-bottom: 6px solid #9cdde5;
}

#top-navigation li a:visited{
	color: #fff;
	text-decoration: none;
}

#top-navigation li a:hover,
#top-navigation li.active a, #top-navigation li.current_page_item a{
	color: #fff;
	text-decoration: none;
	border-bottom: 6px solid #9cdde5;
	
}


/* ----- Content ----- */
#content {
	float: left;
	text-align:justify;
	background: #fff;
	font-size:11px;
}

.narrowcolumn {
	float: none;
	width: 515px;
	padding: 0 15px 5px 10px;
	/*margin-top:10px;*/

	background: #fff; 
	font-size:11px;
}

.widecolumn {
	background: #fff;

}

/* ----- Sidebar ----- */
#sidebars
{
	color:  #000000;;
	background: #fff; 
	padding-top:10px;

	width: 200px;
	float: left;
	text-align:left;
	min-height:770px;
	height:auto !important;
	height:770px; 
}

#sidebars .sidebarbox {
  background: #dbe8e8 url() repeat;
    }
	
#sidebars .sidebarbox table{
  font-size:13px;
}

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 160px;
  }

#sidebar_right {
  float: right;
  width: 160px;
  }

#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: normal;
  font-size: 11pt;
  color: #000000;
  letter-spacing: -1px;
  }

#sidebars table {
  width: 170px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars h3
{
	margin:0;
	padding:0;
	text-transform:uppercase;
    font-size:11px;
	background: #fff url("images/rightbg.png");
	display:block;
	color:#fff;
	padding:5px;
}


#sidebars h3 blue
{
	color:#3a7888;
}

/* FOR IE6+*/
#sidebars h3 .blue
{
	color:#3a7888;
}

#sidebars h4 a{
color: #0052ba;
text-decoration:none;
font-weight:bold;
background:#bcd3d3;
}

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #000000;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #555757;
  }
#sidebars a:hover {
  color: #47a1b7;
  font-weight:bold;
  text-decoration: none;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #000000;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* ----- Footer ----- */
#footer {
	background: #000000;
	padding-top: 10px;
	margin: 0 auto;
	width: 750px;
	height: 50px;
	clear: both;
	text-align: center;
	color: #fff;
	font-size:10px;
}

/* ----- Blog ----- */
.post{
padding-top:10px;
background: #fff;
font-size: 11px;
}

.entry{
margin-top: 0px;
background: #dbe8e8;
padding: 10px 0 5px 0;
font-size: 12px;
min-height:815px;
height:auto !important;
height:815px; 
}

.entry table{
font-size: 12px;
padding: 2px;
}

.entry table table td .content{
font-size: 12px;
line-height:15px;
padding: 2px;
}

.entry table table td .topic{
color: #0066FF;
font-size: 15px;
font-weight:bold;
text-transform:uppercase;
}

.entry a img{

}

.entry a:hover img{
color:#0099FF;
}

.entry h5{
font-size:11px;
font-weight:normal;
text-align:left;
}

.entry h6{
font-size:8px;
font-weight:normal;
text-align:left;
padding:2px;
width:124px;
height:50px;
padding-left:7px;
}

.entry h9{
color: #3d7786;
/*border-bottom: 3px solid #000000;*/
font-size:12px;
font-weight:bold;
padding: 5px;

text-transform:uppercase;
background: #000000;
}

.entry h7{
font-size:11px;
border-bottom:solid 1px #3c72bc;
border-top:solid 1px #3c72bc;
font-weight:bold;
text-transform:uppercase;
padding:3px 0px 3px 3px;
background:#adc8e6;
display:block;
}

/*FOR IE6+*/
.entry .h7{
font-size:11px;
border-bottom:solid 1px #3c72bc;
border-top:solid 1px #3c72bc;
font-weight:bold;
text-transform:uppercase;
padding:3px 0px 3px 3px;
background:#adc8e6;
display:block;
}

.entry .h8{
font-size:20px;
font-weight:bold;
text-align:center;
}

.post h2 {
color: #3d7786;
/*border-bottom: 3px solid #000000;*/
font-size:12px;
font-weight:bold;
padding: 5px;
text-transform:uppercase;
background: #000000;
}

.post h4 {
background: #bcd3d3;
font-size:11px;
margin:0;
padding:0px 0px 10px 0px;
font-weight:normal;
text-align:left;
}

.post h4 #right{
padding-left:10px;
width:250px;
}

.post h4 table{
width:255px;
}

.post h4 #left{
float:left;
padding:3px;
padding-right:15px;
}


.post h1 {
color: #0066FF;
font-size: 150%;
font-weight:100;
padding: 2px 0 4px 2px;
margin: 5px 0 15px 0;
}


.post h2 a{
color: #3d7786;
text-decoration:none;
font-weight:bold;
}

.post h2 a:hover{
text-decoration:none;
color:#0066FF;
}
}

/* Calendar styles */
#wp-calendar {
font-size:11px;
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}
