/*  
Theme Name: Detachable  
Theme URI: http://www.freewpthemes.net/preview/detachable  
Description: Widget ready and tested on WP2.3
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin-top: 15px;
	padding: 0;
	background: #ffffff;
	text-align: justify;
	font-family: Century Gothic;
	font-size: 12px;
	color: #454545;
}

h1, h2, h3 {
	margin-top: 0;
	color: #454545;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #3F5C10;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 1000px;
	margin: 0 auto;
}

/* Header */


/*blog title */
#blogtitle {
	width: 960px;
	height: 112px;
	margin: 0 auto;
	background: url(images/header_bg_resize.png) no-repeat left top;
}

#blogtitle h1 {
	padding-left:35px;
	padding-top:35px;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 40px;
}


#blogtitle a {
	text-decoration: none;
	color: #689805;
}

#btitle {
	width:500px;
}

#blogdesc { 
	width:320px;
}

#blogdesc p {
	font-size: 18px;
	color:#d14d09;
	padding-right:10px;
}

#logo {
	width: 960px;
	height: 232px;
	margin: 0 auto;
	background: url(images/flash_bg_2_resize.png) no-repeat left top;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	padding: 80px 0 0 30px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 5em;
}

#logo p {
	text-transform: uppercase;
	padding: 117px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}



/* Menu */
#mlist{
	padding-top:14px;
}

#menu {
	width: 950px;
	margin-left:25px;
	padding: 0;
	top:127px;
	height: 40px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	background-color:#ffffff;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 1px 0px 10px;
	background: url(images/header_bg.jpg) repeat-y left top;
	background-color:#b5cb77; 
	text-decoration: none;
	text-transform: capitalize;
	font-weight:bold;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	o-border-radius: 5px 5px 0 0;
}

#menu a:hover {
	color: #000000;
}

#menu .current_page_item a {
	color: #FFFFFF;
}



/*flash*/
#flash_insert {
	width: 450px;
	height: 199px; 
	position: relative;
	float:right;
	padding-top: 15px;
	padding-right: 15px;
	z-index: 1;
}

/* Wrapper */

#wrapper {
	width:1000px;
	margin:0 auto;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 5px 0px;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#contenthome {
	width: 480px;
	padding: 0px 20px 0px 20px;
}

#content {
	width: 720px;
	padding: 0px 0px 0px 20px;
}

.post {
	padding-bottom: 45px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
	font-size: 2em;
	font-weight: bold;
}

.title a {
	border-bottom: none;
	color: #454545;
}

.title a:hover {
}

.byline {
	background: url(images/divider.png) repeat-x left bottom;
	padding-bottom: 10px;
}

.tag {
	padding: 0 15px;
}

.entry {
	line-height: 25px;
	font-size:14px;
	color:#000000;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
	font-weight:bold;
}

.links a:hover {
}



/* Sidebars */

/*styling to fix issue with IE*/
#toproundleft {
	height:18px;
	margin-bottom:0px;
	padding-bottom:0px;
	background-color:#b5cb77;
}

#toprightround {
	height:18px;
	margin-bottom:0px;
	padding-bottom:0px;
	background-color:#b5cb77;

}

/*end of style fix for IE*/

/*start of style for sidebar tables*/
#bar1 {
	background-color:#b5cb77;
}

#bar2 {
	background-color:#b5cb77;
}

/*end of sidebar table style*/


.sidebar {
	float: left;
	width: 200px;
	padding: 0;
	font-size: 12px;
	padding: 10px 5px 0 5px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*background:url(images/divider.png) repeat-x left bottom;*/
}

.sidebar ul ul {
	background:url(images/divider.png) repeat-x left bottom;
}

.sidebar ul ul ul {
	background:none;
}

.sidebar li {
	padding: 0 0 20px 0;
	color:#3F4039;
	font-weight:bold;
}

.sidebar li ul {
	padding: 10px 0px;
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 5px 0px;
	list-style:&raquo;
}


.sidebar li h2 {
	height: 20px;
	margin: 0 0 0 0;
	padding: 12px 15px 0px 20px;
	font-size: 16px;
	color: #FFFFFF;
}

.sidebar a {
	color:#3F4039;
}

.textwidget {
	padding: 0 0 15px 0;
	background: url(images/divider.png) repeat-x left bottom;
}

/* Search */
#searchtab {
	height:40px;
	font-weight:bold;

}

#searchform {
	margin: 0;
	padding: 0 0 0 0;
	height:30px;
	background-color:#ffffff;
	float:right;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 5px 0px 0 10px;
	padding: 2px 2px;
	width: 180px;
	height: 18px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	font-size: 12px;
	color: #000000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}

#submitsearch {
	padding-left:5px;
}

#searchbutton {
	padding-top: 3px;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
	padding: 0 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	width: 940px;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/divider.png) repeat-x left top;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: 14px;
}

#footer a {
	color: #6E8A21;
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}

hr {
	display: none;
}

#comment {
	width: 450px;
	height: 100px;
}

#respond {
	color: #333333;
}

/* minor blockquote styling */
blockquote {
	padding-left:5px;
	padding-right:5px;
    background-color: #b5cb77; 
}
blockquote p {
    margin: 0; 
}
