/*  
Theme Name: Barracooda
Theme URI: http://theewok.com
Description: Barracooda theme
Version: 1.0
Author: Barracoon

*/
body {
	background-color: #010101;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position:top;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFFFFF;
	margin-top:0;
}

a	{
	text-decoration:underline;
	color:#FFFFFF;
}

a: hover	{
	text-decoration:none;
	color:#FFFFFF;
}
#container	{
	width:767px;
	margin:auto;
}

#header	{
	width: 767px;
	padding-top:32px;
	height:57px;
	background-image:url(images/title3.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#search	{
	background-image:url(images/search_bar.jpg);
	background-repeat:no-repeat;
	background-position: left center;
	width:203px;
	height:25px;
	float:right;
	margin-top:0px;
	overflow:hidden;
	
}

.search_input	{
	background:transparent;
	border:0px;
	width:135px;
	paddin-top: 5px;
	padding-left: 5px;
	font-size:10px;
	color:#999999;
}

.search_button	{
	background-image:url(images/search_button.jpg);
	width: 58px;
	height:25px;
	border: 0px;
}

#sidebar	{
	width: 196px;
	background-color:#232323;
	float:left;
}

#navigation	{
	background-color:#121212;
	margin-left:3px;
	margin-right:3px;
	width: 190px;
}

#navigation ul	{
	list-style:none;
	margin-bottom:0px;
	margin-top:0px;
	padding:3px;
}

#navigation li a	{
	color:#FFFFFF;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
	text-decoration:none;
}

#navigation li a:hover	{
	color:#FFFFFF;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	text-decoration:underline;
}

.side	{
	background-color:#121212;
	margin-left:3px;
	margin-right:3px;
	width: 190px;
}

.side ul	{
	list-style:none;
	margin-bottom:0px;
	margin-top:0px;
	padding:3px;
}

.side li a	{
	color:#FFFFFF;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
	text-decoration:none;
}

.side li a:hover	{
	color:#FFFFFF;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	text-decoration:underline;
}

#main	{
	width: 564px;
	margin-left: 5px;
	float:left;
}

#recent	{
	background-image:url(images/recent.jpg);
	background-repeat:no-repeat;
	width:550px;
	padding-left:7px;
	padding-right:7px;
	height:160px;
	padding-top:18px;
	color:#232323;
}

#post	{
	margin-top:5px;
	background-color:#121212;
	width:550px;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:20px;
}

#footer	{
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-align: left;
	padding-left:10px;
	width:554px;
	height:40px;
	padding-top:30px;
	margin-top:5px;
}
.author	{
	font-weight:bold;
	color:#000000;
	float:right;
}

h1	{
	color:#18b3df;
	margin:0;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

h2	{
	color:#000000;
	font-size:10px;
	font-weight:bold;
	margin:0;
}

h3	{
	font-weight:bold;
	color:#18b3df;
	float:right;
	font-size:10px;
	margin:0;
}