/* global style */

body{
	margin:0px;
	padding:0px;
	padding-bottom:40px;
	line-height: 18px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #996633;
	background-image: url(images/fabric.jpg);
}

#side-a {
	float: left;
	width: 230px;
}

#side-b {
	float: right;
	width: 230px;
}

#content { 
	float: left;
	width: 39%;
}

#headtext {
	width:600px;
	margin: 0 auto;
	padding: 20px 0 0;
}

h1#logo {
	margin:0;
	padding:0;
	font-size:16px;
	font-weight: bold;
	color: white;
	float: left;
}
h1#logo a {
	color: #fff;
	}
h1#logo a:hover {
	background-color: #C0D58F;
	color: #000;
}
#logo {
	width: 151px;
	height: 41px;
	position: relative;
}
#logo span {
	background: url(images/logo.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#logo a:hover span {
	background: #C0D58F url(images/logo.gif) no-repeat;
	background-position: 0px -41px;
}


p{
	padding:0px;
	margin:10px 0px;
}
#wraper{
	width:770px;
	height:auto;
	margin:0px auto;
}

#top_left{
	width:144px;
	height:40px;
	float:left;
	text-align:left;
}
#top_right{
	text-align:right;
	float:right
}

.clear{
	clear:both;
	padding:0px;
	margin:0px;
	font-size:1px;
	height:0px;
}

.whitespace{
	padding:0px;
	margin:0px;
	height:15px;
	clear:both;
}

.whitespace2{
	padding:0px;
	margin:0px;
	padding-top:4px;
}

#top_left h1{
	background:url(images/logo.jpg)  no-repeat;
	padding:0px;
	margin:0px;
	width:144px;
}

#top_left h1 span{
	text-indent:-999em;
	display:block;
	width:144px;
}

#top_left h1 a{
	text-decoration:none;
	display:block;
	height:39px;
	width:144px;
}

#top_right img{
	border:0px;
	margin:0px;
}

#main_body{
	width:770px;
	height:auto;
	border:1px solid #e3e3e3;
	background:#fff;
	text-align:left;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#header_img{
	padding:0px;
	margin:0px;
	height:125px;
	width:770px;
}

#bottom{
clear:both;
	width:740px;
	height:auto;
	border:1px solid #e3e3e3;
	background:#fff;
	padding:15px;
	text-align:left;
	border-top:0px;
	color:#999;
	font-size:10px;
	line-height:normal;
}

#bottom_left{
	padding:0px;
	padding-top:3px;
	margin:0px;
	float:left;
	text-align:left;
}

#bottom_right{
	padding:0px;
	margin:0px;
	float:right;
}

#bottom_right img{
	border:0px;
}

a:link {
	color: #556276;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

/* end of global style */

/* CSS for the tabs starts here */
	#header {
		height:140px;
		background:url(images/header.jpg) 0 0 no-repeat;
	}
	#nav {
		float:left;
		width:760px;
		margin-top:-19px;
		font-size:0.94em;
		line-height:1em;
	}
	#nav ul {
		margin:0;
		padding:0 0 0 28px;
		list-style:none;
	}
	#nav li {
		float:left;
		margin:0 0 0 -1px;
		padding:0 0 0 6px;
		background:url(images/nav1.gif) 0 100% no-repeat;
	}
	#nav li:hover {
		background-position:-6px 100%;
	}
	#nav a {
		float:left;
		display:block;
		color:#473215;
		font-weight:bold;
		background:url(images/nav2.gif) 100% 100% no-repeat;
		padding:5px 14px 12px 8px;
		text-decoration:none;
	}
	#nav li:hover a {
		background-image:url(images/nav1.gif);
	}
	/* Hide from IE5-Mac \*/
	#nav a {float:none;}
	/* End IE5-Mac hack */
	#nav a:hover {
		color:#000;
		text-decoration:underline;
	}
	#home #nav #t1,
	#about #nav #t2,
	#library #nav #t3,
	#blog #nav #t4,
	#links #nav #t5,
	#contact #nav #t6 {
		background-position:-12px 100%;
		padding-left:26px;
		margin:0 2px 0 1px;
	}
	#home #nav #t1 a,
	#about #nav #t2 a,
	#library #nav #t3 a,
	#blog #nav #t4 a,
	#links #nav #t5 a,
	#contact #nav #t6 a {
		background-image:url(images/nav2s.gif);
		padding-left:0;
		padding-right:19px;
	}
	#nav #t1,
	#home #nav #t1 {
		margin-left:0;
	}
	#nav #t6,
	#links #nav #t6 {
		margin-right:0;
	}

/**************************************************************
   CSS for the tabs ends here
 **************************************************************/

/**************************************************************
   Posts
 **************************************************************/

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;

  margin-bottom: 1.5em;

  border-bottom: 1px solid #CCCCCC;
}

.post .date {
  position: absolute;
  top: 0;
  left: 5px;

  width: 2.3em;
  text-align: right;
}

.post .date .month {
  text-transform: uppercase;
  font: 700 1.0em arial, sans-serif;
  color: #000000;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em arial, sans-serif;
  color: #000000;
}

.post .title {
  font-weight: bold;
}

.post p {
  margin: 0 0 0 3.5em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
}

/* style for front page */

#left_side{
	float:left;
	text-align:left;
	width:230px;
	padding: 15px;
	background-color: #f6f9ff;
	border: 1px solid #e3e3e3;
}

#right_side{
	float:right;
	width:495px;
	text-align:left;
}

#right_side #left{
	width:190px;
	padding:15px;
	float:left;
	text-align:left;
	background-color: #f6f9ff;
	border: 1px solid #e3e3e3;
}

#left_side  ul{
	margin:0px;
	padding:0px;
	padding-top:5px;
	list-style:none
}

#left_side li{
	list-style:none;
	text-indent:24px;
	height:20px;
	padding-top:1px;
	display:block;
}

#right_side #right{
	width:230px;
	padding:15px;
	float:right;
	text-align:left;
	background:#f6f9ff;
	border: 1px solid #e3e3e3;
}

#right_side #full{
        width:465px;
        padding:15px;
        float:left;
        text-align:left;
        background:#f6f9ff;
        border: 1px solid #e3e3e3;
}

#right_side #reads{
	background:#fafafa;
	padding:15px;
}

.welcome_text{color:#5e6d82;font:italic normal 24px/normal "Times New Roman",Times,serif}

/* end of style for front page */

/* style for other pages */

#body_wrapper{
	background-color: #59667a;
	background-image: url(images/bg_body2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#left_page{
	float:left;
	width:480px;
	text-align:left;
	padding:15px 0px 15px 0px;
}

#left_page h2{
	font-size:14px;
	font-weight:normal;
	padding-bottom:6px;
	margin-bottom:0px;
	color:#333;
	margin-top:0px;
}

#left_page .img_float{
	float:left;
	margin:5px 15px 5px 0px;
}

#left_page .notes{
	color:#999;
	font-size:10px;
	line-height:14px;
	padding-top:10px;
	margin-bottom:0px;
}

#right_page{
	float:right;
	width:170px;
	padding:15px;
	background:#fafafa;
}

#right_page .faq_menu{
	padding:0px;
	margin-top:4px;
	color:#333;
}

#right_page .faq_menu a{
	color:#666;
	text-decoration:none;
}

#right_page .faq_menu a:hover{
	color:#333;
	text-decoration:none;
}

#right_page  ul{
	margin:0px;
	padding:0px;
	padding-bottom:14px;
	list-style:none;
	padding-left:11px;
}

#right_page li{
	list-style:none;
	display:block;
	font-size:11px;
	line-height:16px;
	padding-bottom:3px;
	padding-top:3px;
	border-top:1px solid #dfdfdf
}
#right_page li a{
	display:block;
}

img.newfloat {
	float: left;
	clear: left;
	margin-top: 0;
	margin-right: .5em;
	margin-bottom: 0;
	margin-left: 0;
}

img {
border:0;
}

/* end of style for other pages */
