/*
Theme Name: Sarahana
Theme URI: http://sarahana.com/
Description: Custom WordPress theme for Sarahana.com.
Version: 1.0
Author: Sarahana
Author URI: http://sarahana.com/


*/

* {
	margin: 0px;
	padding: 0px;

}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #646464;
	font-size: 16px;
	background-color: #FFFFFF;
}

/* LINK TAGS */

a {
	text-decoration: none;
	color: #ae1d1d;
}

a:hover {
	text-decoration: underline;
}

/* IMAGE TAGS */

a img {
	border: 0px;
}



/* LAYOUT */

h1 a {
	text-indent: -9999px;
	height: 162px;
	width: 13px;
	background-image: url('images/header_sarahana.gif');
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
}

#container
{
	margin: 0px auto;
	width: 920px;
	/*background-image: url('images/reference.jpg');*/
	background-repeat: no-repeat;
	background-position: top left;
}

#header {
	float: left;
	display: inline;
	margin: 36px 9px 36px 36px;
	width: 13px;
}

#content {
	float: left;
	display: inline;
	width: 831px;
	margin: 36px 0px 36px 0px;
}

#content p {
	margin-bottom: 27px;
	line-height: 21px;
}

#post {
	float: right;
	display: inline;
	width: 720px;
	margin-left: 36px;
}

#sidebar {
	float: right;
	display: inline;
}
.nav {
	
}

.cat-item {
	list-style: none;
	width: 75px;
	margin-bottom: 9px;
	
}

.cat-item a  {
	display: block;
	text-indent: -9999px;
	width: 75px;
}

.cat-item-5 a {
	height: 177px;
	background-image: url('images/menu_web.gif');
	background-repeat: no-repeat;
}

.cat-item-3 a {
	height: 172px;
	background-image: url('images/menu_foto.gif');
	background-repeat: no-repeat;
}

.cat-item-4 a {
	height: 181px;
	background-image: url('images/menu_video.gif');
	background-repeat: no-repeat;
}

.cat-item-5 a:hover, .cat-style-5 .cat-item-5 {
	height: 177px;
	background-image: url('images/menu_web_on.gif');
	background-repeat: no-repeat;
}

.cat-item-3 a:hover, .cat-style-3 .cat-item-3 {
	height: 172px;
	background-image: url('images/menu_foto_on.gif');
	background-repeat: no-repeat;
}

.cat-item-4 a:hover, .home .cat-item-4, .cat-style-4 .cat-item-4 {
	height: 181px;
	background-image: url('images/menu_video_on.gif');
	background-repeat: no-repeat;
}


.current-cat a, .home .cat-item-4 a, .cat-style-5 .cat-item-5 a, .cat-style-3 .cat-item-3 a, .cat-style-4 .cat-item-4 a {
	visibility: hidden;
}



.subtitle {
	font-size: 26px;
	color: #735a5a;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 21px;
}

.widespace {
	letter-spacing: 5px;
}

#footer {
	color: #151515;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px 36px 36px 166px;
	font-weight: bold;
}

#footer a {
	text-decoration: underline;
	color: #151515;
}

#footer a:hover {
	text-decoration: underline;
	color: #ae1d1d;
}

.lighttext {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	margin-top: 9px;
}

.lighttext a {
	text-decoration: underline;
	color: #666666;
}	


/**** NEXT & PREVIOUS *****/

.navigation {
	position: relative;
}

.navigation .alignleft {
	left: 0px;
	top: 36px;
	position: absolute;
}

.navigation .alignright {
	left: 730px;
	top: 36px;
	position: absolute;
}

.navigation .alignleft a, .navigation .alignright a {
	display: block;
	background-color: #ae1d1d;
	padding: 9px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

.borderimg {
	border: 1px #b9b9b9 solid;
}

.small {
	font-size: 12px;
}
/*** FLASH CONTENT ***/

#flashcontent a {
	text-indent: -9999px;
	width: 720px;
	height: 405px;
	background-image: url('images/getflash10.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
}
.clearBoth		{ clear:both; line-height:0px; height:0px; font-size:0px; margin:0px; }
