/* Stylesheet for PHP pages - Cultured Expressions.com redesign October 2009*/

/*****************
  Reset 
 *****************/
body, h1, h2, h3, ul, li, form, input{
    border:0;
    margin:0;
    padding:0;
}
ul{list-style:none;}

img {
   border: 0;
   font-size: 80%;
}

div {
   font-size: 1em;
}



/*********************
 Standard elements 
**********************/
body {
	background-image: url('../images/stripe_bg.jpg'); 
	background-repeat: repeat-y; 
    background-color: #C28F4A; 
	margin: 20px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1em;
	color: #4B2209;	
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;	
}

a:link, a:visited {
	color: #007D7A; 
	text-decoration: none; 
	font-weight: bold 
}
a:hover, a:active {
	color: #7A7D00; 
	font-weight: bold
}

h1 {
	color: #993300; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 1.8em;
    font-weight: bold; 
    line-height: 2.1em:
}
h2{
	color: #993300;
	font-family: "Lithos Light", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.75em;
}
h3{	color: #993300;
	font-family: "Lithos Light", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.55em;
}



/*********************
 Main sections 
**********************/

#content {
	position: relative; 
	left: 10px; 
	width: 960px; 
	min-height: 800px;
	border: 1px solid #805C2C;
	background-color: #E5D39F; 
	top: 10px;
	padding-left:20px;
	padding-right:20px;
}	

	#header {  								/* Header Background & Definitions */
		height:175px;
		background-color: #E5D39F; 
		background-image: url('../images/adinkra_top_medium.gif'); 
		background-repeat: no-repeat;  
		background-position: left top;
	}
	
		h1.logo {
			font-size: 1px;
			text-indent: -9999em;
		}

		#menu {
			float:right;
			width:700px;
			height:20px;
			margin:0 10px 25px auto;
			}
			
			#menubar {
			float:right;
			background-color: #880000;
			background-image: url('images/nav_bg.gif');
			background-repeat: repeat-x;
			}
		
			#menuleft {
				float:right;
				height:20px;
				width:16px;
				margin:0;
			}	
			#menuright {
				float:right;
				height:20px;
				width:16px;
				margin:0;
			}	



  #wrapper {									/* main content three-column wrapper */ 
	width:940px;
	padding:10px;
	height: auto;
	background-color: #E5D39F;
}	

	#colleft3col {								/* Left column for 3-col page, 275px wide with 10px right gutter */
		width:220px;
		margin-right: 10px;
		float:left;
	}

	#colctr3col {								/* center column, 440px wide with 10px left and right gutters */
		width:415px;
		margin-left: 240px;
		margin-right: 10px;
	}

	#colrt3col {									/* right column, 275px wide with 10px left gutter */
		width:220px;
		margin-left: auto 20px auto 10px;
		float:right;
	}

	#colleft2col {								/* Left column for 2-col page, 335px wide with 10px right gutter */
		width:335px;
		margin-right: 10px;
		float:left;
	}

	#colrt2col {									/* right column for 2-col page, 565px wide with 10px left gutter */
		width:565px;
		margin-left: 10px;
		float:left;
	}

	.highlight {
		width: 210px;
		padding:10px;
		background-color: #DDC583;
		margin-bottom:1.5em;
	}

#footer {
	font-size: 90%;
	text-align:center;
	margin-bottom:1em;
}	


/*	Image align classes from WP theme rustic-1 stylesheet */

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

img.alignright { 
	float:right;
	padding: 4px;
	margin: 0 0 15px 12px;
	display: inline;
	}

img.alignleft { 
	float:left;
	padding: 4px;
	margin: 0 15px 12px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */