/*  
Theme Name: Flourish
Theme URI: http://www.freewpthemes.net/preview/flourish
Description: Widget ready and tested on WP2.3
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 0;
	padding: 0;
	/*background: #FFFFFF url(images/img01.jpg) repeat-x left top;*/
	background: #007CC2 fixed url(images/bg_body.png) 100% 0 no-repeat;
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;*/
	font-size:11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/*color: #333333;*/
	color: #ffffff;
}
#wrap
{
width: 950px;
	padding: 0;
	margin: 0 auto;
	background: transparent url(images/bg_wrap.png) repeat;
	}
h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-weight: normal;
        }

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
	color: #71D9FB;
}

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 */
#header{
/*	width: 940px;*/
width:250px;
	/* height: 240px; */
	margin: 0px auto;
	margin-top: 30px;
	float: right;
	/*background: url(images/img04.jpg) no-repeat left top;*/
}

#logo {
	/*width: 700px;
	height: 200px;*/
	width:650px;
	height:250px;
	margin: 0 auto;
	/*padding: 20px 10px;*/
	background: url(images/site_logo.gif) no-repeat;
	}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #393019;
}

#logo h1 {
	padding: 100px 0 0 0px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 4.4em;
}

#logo p {
	text-transform: uppercase;
	padding: 140px 0 0 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C8FFCC;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#splash {
	float: right;
	width: 180px;
	padding: 30px 20px 20px 20px;
	line-height: 24px;
	color: #BED89F;
}

#splash h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#menu-container {
	/*width: 940px;
	height: 110px;*/
	height:40px;
	width:950px;
	margin: 0px auto;
	/*background: url(images/img02.jpg) no-repeat left top;*/
	background: url(images/bg_menu_top.gif) no-repeat top;
	border-top:1px solid #6cd7f9;
		}
#menu-container1 {
	/*width: 940px;
	height: 110px;*/
	width:650px;
	margin: 0px auto;
	float: left;
	/*background: url(images/img02.jpg) no-repeat left top;*/
		}
/* Menu */

/*#menu {
	float: left;
	width: 720px;
	height: 110px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0px;
	padding: 70px 20px 0px 20px;
	color: #FFFFFF;
}

#menu a:hover {
}

#menu .current_page_item a {
	padding-left: 10px;
}*/

#header-search {
	float: right;
	width:267px;
	/*width: 220px;
	height: 110px;*/
	height:32px;
	padding: 4px 0;
	background: transparent url(images/bg_search.png) no-repeat 0 1px;
/*	margin-right:42px;*/
/* margin-left:1px; */
	position: relative;
	/*background: url(images/img03.jpg) no-repeat left top;*/
}

#search-input {
	border: none;
	background: none;
	/*padding: 72px 24px 0px 24px;*/
	/*padding: 2px 30px 5px 15px;*/
	padding: 2px 3px;
	margin: 2px 0 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	/*width: 940px;*/
	width:930px;
	margin: 0 auto;
	padding: 0;
	padding-top:12px;
	/*
	background: url(images/img05.jpg) repeat-y left top;*/
}

#page-bgtop {
	/*background: url(images/img06.jpg) no-repeat left top;*/
}

#page-bgbtm {
	/*background: url(images/img07.jpg) no-repeat left bottom;*/
}

/* Latest Post */

#latest-post {
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	/*width: 520px;*/
	width:520px;
	margin-right: 20px;
	/*padding: 20px 0 0  10px;*/
	padding: 0px 0 0  10px;
	margin-left:30px;
}

.post {
	margin-bottom: 20px;
	padding: 10px 0;
	line-height: 200%;
	
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 10px 0 0 0px;
	font-size: 30px;
	font-weight: normal;
	line-height: normal;
}

.title a {
	border-bottom: none;
	color: #ffffff;
}

.title a:hover {
}

.byline {
	margin: 0px;
	border-bottom: 1px solid #E5E5E5;
}

.entry {
	padding: 0px 0px;
}

.post .entry p { margin: 10px 0 0 0;}

.links {
	padding: 10px 0;
	text-align: left;
	font-weight: bold;
	color: #71D9FB; 
}

.links a {
	border: none;
	color: #71D9FB; 
}

.links a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

/* Sidebars */

.sidebar {
	float: left;
	padding: 0;
	font-size: 11px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin: 0;
	padding: 0;
}

.sidebar li ul {
	margin: 0;
	padding: 0;
}

.sidebar li li {
	margin: 0;
	padding: 6px 0px;
}


.sidebar li h2 {
	margin: 0;
	padding: 20px 20px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/*color: #C8FFCC;*/
	color:#FFFFFF;
}

#sidebar p {
}

#sidebar1 a, #sidebar2 a {
	/*color: #BED89F; */
	color: #71D9FB;
}

#sidebar1 h2 a, #sidebar2 h2 a {color: white;}

#sidebar1 {
	margin: 0;
	padding: 00;
	/*width: 180px;*/
	width:300px;
}

#sidebar1 li ul {
	padding: 20px 20px;
	/*background: url(images/img08.jpg) no-repeat left bottom;*/
}


#sidebar2 {
	float: left;
	margin: 0;
	padding: 0;
	width: 220px;
}

#sidebar2 li ul {
	padding: 20px 20px;
	background: url(images/img09.jpg) no-repeat left bottom;
}


/* Search */

#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}

#s {
	margin: 0 0px 0 15px;
	padding: 2px 2px;
	width: 90px;
	height: 18px;
	font-size: 10px;
	color: #CCCCCC;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/* Calendar */

#calendar_wrap {
	padding: 0 15px;
	text-align: center;
	color: #BED89F;
}

#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: 55px;
	margin: 0 auto;
	/*border-top: 1px solid #CECECE;*/
}

#footer p {
	margin: 0;
	/*padding: 15px 0 0 0;*/
	text-align: left;
	font-size: 11px;
	/*color: #4E4E4E;*/
	color:#ffffff;
	width:400px;
}

#footer a {
	/*color: #4E4E4E;*/
	color:#6aceff;
}
#footer a:hover
{
color:#FFFFFF;
border-bottom: 1px dotted #ffffff;
}

hr {
	display: none;
}

#commentform {
	margin: 0;
}

#comment {
	margin: 0;
	width: 500px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-left: 20px;
	padding-top: 0px;
}

.navigation {
	padding-top: 20px;
}

#tag_cloud {
	display: block;
	margin: 20px;
	padding-top: 20px;
}

#tag_cloud h2 {
	margin: 0 -20px;
}

.pagetitle {
	padding: 10px 0px;
	/*background: #FFFFFF;*/
	color: #ffffff;
}
ul#menu {
	width: 576px;
	height: 40px; 
	padding: 0; 
	list-style: none; 
	margin-left: 30px;
	margin-bottom:5px;
}

ul#menu li { 
	width: 96px;
	margin: 0 auto; 
	padding: 0;
	display: inline;
	float: left;
}

ul#menu li a { 
	cursor: pointer;
}
#twit {
	width: 300px;
	height: 60px;
	background: transparent url(images/twit.png) 0 0 no-repeat; 
	display: block;
	float: right;
	/*margin: 0 145px 0 0;*/
	margin: 0 0px 0 0;
	text-indent: -9000px;
}

#twit:hover {
	width: 300px;
	height: 60px;
	background-position: 0 -60px;
	border: none;
}

#face {
	width: 300px;
	height: 60px;
	background: transparent url(images/faceb.png) 0 0 no-repeat; 
	display: block;
	float: right;
	/*margin: 0 145px 0 0;*/
	margin: 0 0px 0 0;
	text-indent: -9000px;
}

#face:hover {
	width: 300px;
	height: 60px;
	background-position: 0 -60px;
	border: none;
}



#wrap_bottom {
	margin: 0 auto;
	width: 950px;
	height: 20px;
	display: block;
	background: url(images/wrap_bottom.gif) no-repeat;
}
.button1
{
color: #11A3EA;
	/*background-color: #FAFAFA;*/
	background-image: url(images/bg_button.gif);
	margin-left:15px;
	height:18px;
	margin-top:5px;
	border:0px;
		}
a.button1, input.button1, input.button3, a.button2, input.button2 {
	color: #11A3EA;
	/*background-color: #FAFAFA;*/
	background-image: url(images/bg_button.gif);
	margin-left:13px;
	height:17px;
	margin-top:5px;
	border:0px;
	font-weight:bold;
	font-size:11px;
}
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	/*border-color: #11A3EA;*/
	/*color: #000;*/
	color:#0f4987;
	font-weight:bold;
}
a.button1, input.button1 {
	/*border-color: #11A3EA;*/
}
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	color: #11A3EA;
}
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	/*border-color: #11A3EA;*/
	/*color: #000;*/
	
}
a.button1, input.button1, input.button3, a.button2, input.button2 {
	width: auto !important;
	padding-top: 0px;
	padding-bottom: 1px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	/*color: #000;
	background: #FAFAFA none repeat-x top;*/
}
/*a.button1, input.button1 {
	font-weight: bold;
	border: 1px solid #666666;
}*/
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	text-decoration: none;
	color: #000000;
	padding: 2px 8px;
	line-height: 250%;
	vertical-align: text-bottom;
	background-position: 0 1px;
}
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	/*border: 1px solid #BCBCBC;*/
	background-position: 0 100%;
	color: #000000;
}

input.button1-header {position: absolute; margin: 0 !important; position: absolute; left: 158px; top: 6px; border: 0 !important; height: 18px !important; width: 35px !important; padding-top: 1px;}

* html input.button1, * html input.button2 {
	padding-bottom: 0;
	margin-bottom: 1px;
}
#rss {
        width: 40px;
	height: 29px;
	background: transparent url(images/rss.png) 0 0 no-repeat;
	float: right;
	/*margin: 1px 20px 0 0;*/
	text-indent: -9000px;
	margin-top:1px;
	margin-right:20px;
	margin-left:3px;
}

#rss:hover {
        width: 40px;
	height: 29px;
	background: transparent url(images/rss.png) 0 0 no-repeat; 
	display: block;
	width: 40px;
	height: 30px;
	background-position: 0 -30px;
}
#block_links { 
	/*float: right; 
	width: 250px;
	margin-top: 30px;*/
} 

#block_links ul { 
	list-style-type: none; 
	width: 250px; 
} 

#block_links li { 
	margin: 5px 0; 
}

#block_links li a { 
	border: 1px dotted #71D9FB; 
	border-width: 1px 0; 
	color: #71D9FB; 
	display: block; 
	/*font: bold 120% Arial, Helvetica, sans-serif; */
	font: bold 110% Arial, Helvetica, sans-serif;
	padding: 5px; 
	text-decoration: none; 
} 

* html #block_links li a {  
	width: 250px; 
} 

#block_links li a:hover { 
	color: #fff; 
	border: 1px dotted #F28D0E; 
	border-width: 1px 0; 
}

#block_links a em { 
	color: #f9f9f9; 
	display: block; 
	font: normal 85% Verdana, Helvetica, sans-serif; 
	line-height: 125%; 
} 

#block_profile { 
	background: url(images/b_profile.png) 96% 50% no-repeat; 
} 

#block_pm { 
	background: url(images/b_pm.png) 96% 50% no-repeat; 
} 

#block_ss { 
	background: url(images/b_ss.png) 96% 50% no-repeat; 
} 

#block_faq { 
	background: url(images/b_faq.png) 96% 50% no-repeat; 
}

#block_members { 
	background: url(images/b_members.png) 96% 50% no-repeat; 
}

#block_register { 
	background: url(images/b_register.png) 96% 50% no-repeat; 
}

#block_login { 
	background: url(images/b_login.png) 96% 50% no-repeat; 
}
#bottomlink {
	display: block;
	float: right;
	/*padding : 5px;
	margin-right: 30px;*/
	margin-top:10px;
	margin-right:25px;
	font-size:12px;
	padding-left:3px;
	padding-right:3px;
}

#bottomlink ul {
	list-style-type: none;
}

#bottomlink li {
	display: block;
	list-style-type: none;
	float: left;
	margin: 0 0 0 10px;
	font-size: 1.0em;
	line-height: 2.5em;
}

/*** banner zone ***/
#oiopub-banner-zone h2,#oiopub-banner-zone h2 a {font-size: 12px; color: #71D9FB; }