@charset "utf-8";
/*  
Theme Name: tweetsheep
Theme URI: http://www.webdesignlessons.com/tweetsheep-free-wordpress-theme/
Description: Magazine style theme with featured posts and twitter support
Version: 1.3
Author: WebDesignLessons.com
Author URI: http://www.webdesignlessons.com/
Tags: white, Blue, two-columns, theme-options

*/
.description{
	font-size:12px;
	position:relative;
	top:-5px;
	color:#454a4a;
	display:block;
	text-align:center;
	letter-spacing:0;
}


ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}


/* MENU */

#menu{
	width:100%;
	height:38px;
	background:url(images/bgr_menu.gif) repeat-x;
}
#main_search{
	float:right;
	width:298px;
}
#mainmenu{
	float:left;
	padding:7px 0 0 5px;
}
#mainmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:1000;
}
/*Top level list items*/
#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:1000;
	color:#000;
	padding:0 0 0 10px;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
}
#mainmenu ul li.first{
	padding:0;
	background:none;
}
/*Top level menu link items style*/
#mainmenu ul li a{
	display:block;
	color:#000;
	z-index:1000;
	height:20px;
	padding:5px 10px 0 10px;
}
* html #mainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #mainmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#mainmenu ul li a:link, #mainmenucat ul li a:visited{
	text-decoration:none;
}
#mainmenu ul li a:hover, #mainmenu .current_page_item a, #mainmenu .select a{
	background:#252525;
	color:#fff;
	text-decoration:none;
}
/*1st sub level menu*/
#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 11px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#mainmenu ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#mainmenu ul li ul li ul{
	top: 0;
	margin:0;
}
/* Sub level menu links style */
#mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{
	width: 160px; /*width of sub menus*/
	height:auto;
	padding: 7px 5px 7px 10px;
	margin: 0;
	border-bottom: 1px solid #676767;
	background:#252525;
	border-top-width: 0;
	text-align:left;
	text-decoration:none;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#mainmenu ul li ul li a:hover{ /*sub menus hover style*/
	text-decoration:none;
	color:#fff;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
#searchform_top{
	float:left;
	padding:3px 0 0 0;
}
#searchform_top_text{
	width:244px;
	padding:8px 8px 9px 8px;
	color:#434343;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	border:0;
	background:#e1e1e1;
}

#gosearch{
	float:left;
}
/*board*/
#board_items1{
	width:525px;
	padding:0;
	overflow:hidden;
}
#board_body1{
	margin:0 0 0 16px;
}
#board_carusel1{
	height:200px;
	position:relative;
}
#board_carusel1 .belt1{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.board_item1{
	width:520px;
	height:336px;
	overflow:hidden;
}
#board_body h2{
	color:#6599cd;
	font-size:20px;
	margin:0 0 15px 0;
	font-family:Tahoma, Geneva, sans-serif;
}
#board_body strong{
	font-size:12px;
	color:#000;
	line-height:18px;
	display:block;
}
#board_body p{
	font-size:12px;
	color:#000;
	line-height:18px;
	padding:0 0 10px 0;
}
#board_body p img{
	float:left;
	border:1px solid #83b2c4;
	margin:0 10px 0 0;
	width:161px;
	height:107px;
}
#board_body p a{
	color:#000;
}
#board_body p.more a{
	text-decoration:underline;
}
#board_body p.more a:hover{
	text-decoration:none;
}
#board_carusel_nav1{
/*	width:100%;*/
	overflow:hidden;
	margin-top:-20px;
	position:absolute;
}
#board_carusel_nav1 li{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	float:left;
}
#board_carusel_nav1 a{
	display:block;
	float:left;
	width:33px;
	text-align:center;
	padding:3px 0 3px 0;
}
#board_carusel_nav1 a.selected, #board_carusel_nav1 a:hover{
	text-decoration: none;
	font-weight:bold;
	border:1px solid  #E3E3E3;
	background:#FBFBFB;
}