/*
Theme Name: POS Customized
Theme URI: http://www.philorchids.org/
Description: Wordpress theme designed for Philippine Orchids Society
Version: 1.0
Author: FluidArrow
Author URI: http://fluidarrow.com
Tags: two columns, orchids, society

	

*/


body, h1, h2, h3, h4, h5, h6, address, blockquote, ddl, dl, hr, p, form { /* resets all margins & paddings to zero */
	margin:0;
	padding:0;
}

body{  
	font-family: lucida grande, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /*   Centers the layout of the page */
	vertical-align: top;
	background: #000000 url('images/flower.jpg') repeat-x bottom;	/*   Background images      */
	color: #000;
}

h1, h2, h3, h4, h5, h6{
	font-family: georgia, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}

a{
	text-decoration: underline;
	color; #8f3939;
}

a:hover{
	text-decoration:none;
}

a:img{
	border:0;
}

p{
	padding: 10px 0 5px;
}


blockquote{
	margin: 10px 0 0;
	border-top: 2px solid #ddd;
	background: #f5f5f5;
}

blockqoute p{
	padding: 10px;
}

blockquote blockquote{
	float: none;
	width: auto;
	margin: 0 10px;
	background: #FFF;
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	margin: 3px 0 2px 10px;
	padding: 4px;
	border: 1px solid #ededed;
	display: inline;
}

img.alignleft{
	margin: 3px 10px 2px 0;
	padding: 4px;
	border: 1px solid #ededed;
	display: inline;
}

.alignleft {float:left}

.alignright{float:right}

.clear{
	margin:0;
	padding: 0;
	clear:both;
}
#wrapper{ /* Main DIV container for the layout   */
	width: 800px; /* Defines width of the main layout  */
	margin: 0 auto;
	text-align: left;
	background:#FFFFFF;
}

#header{ /* Style for header area  */
	float: left;
	width: 800px;
	height:300px;
}

#header  a img {
	border:0;
}

/* ------------------------           STYLE FOR MAIN NAVIGATION MENUS     ----------------------------   */
#menu{ 
	float: left;
	width: 800px;
	background: #000000;
}

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

	#menu ul li{
		float:right;
	}

	#menu ul li a {
		display: block;
		padding: 10px;
		border: 1px solid #ededed;
		background: #621B1F;
		text-decoration: none;
		color: #FFFFFF;
	}

	#menu ul li a:hover{
		background:#A5535F;
		}


#container{  /*  Set white background  for Firefox  */
	float: left;
	width: 800px;
	background:#FFFFFF;
}


#left-sidebar{  /* Coontainer for side bar [left] */
	float: left;
	width: 240px;
	margin: 0 1 0 0;
	padding: 10px 0px 10px 10px;
	background:#FFFFFF;
}

#inner-box{ /*  needed for border */
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: center;
}
	#inner-box img{
		padding: 10px;
		border:0;
	}
	
	#inner-box p{
	text-align: left;
	}
	
	#inner-box  h2, h3, h4, h5, h6{
	font-family: georgia, arial, helvetica, sans-serif;
	padding: 5px;
	}
	
	#inner-box  hr{
		padding: 10px Auto;
	}
	
	#inner-box table, tr, th, td{
		font-family: Arial, Helvetica, sans-serif;
		font-size: x-small;
		text-align: left;
		vertical-align: top;
		border: 1px solid #EEEEEE;
	}

/* ------------------------           STYLE FOR MAIN NAVIGATION MENUS     ----------------------------   */
#content{
	float: left;
	width: 545px;
	padding: 10px 0 10px 0;
	background:#FFFFFF;
}

#search-box{
	margin: 5px;
	background:#ea5493;
	text-align:right;
}

#date-box{
	float: left;
	padding: 10px 10px;
}

#content404{
	float: left;
	width: 550px;
	padding: 30px 0 20px 0;
	background:#FFFFFF;
	text-align:center;
}

.post{
	padding:10px 10px 80px 10px;
}

.post h2{
	font-size: 18px;
	font-family: Arial, verdana, tahoma;
	font-weight: bold;
}

.post h2 a{
	color: #2d73b9;	
	text-decoration: none;
}

.post h2 a:hover{
	color: #820010;	
	text-decoration: underline;
}

.post p{
	padding-left: 10px;
	padding-right: 10px;
	text-align:justify;
	line-height:18px;
}

.post table, tr, th, td{
	margin: 5px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #EEEEEE;
}


.moretext{
		float:right;
}
.moretext img{
	border:0;
}
	

#footer{
	width:800px;
	float:left;
	border-top: 5px solid #ea5493;
	background: #FFFFFF;
	text-align: center;
}

#footer-menu{
	width:800px;
	float:left;
}

#footer-menu ul li{
	list-style:none;
	display: inline;
	padding: 3px 5px;
	border-right: 1px solid #ea5493;
}


#footer p {
	font-size:x-small;
}
