/* -------------------------------------------------------------------------------------------------
Author: Antonia T. Burroughs
Project Name: Chaman Park ::  Georiga's Mountain Garden
CSS File Name: css/chaman.css
 ---------------------------------------------------------------------------------------------------- */


/*-------------------------------------------------
General Style Elements 
----------------------------------------------- */ 
* {
	margin: 0;
	padding: 0;
}

body{
	background: #D0CA9C;
	color:#333;
	font: 0.75em/120% 'Century Gothic', Verdana, Arial, Sans-Serif;
	margin:0;
	padding:0;
	text-align:left;
}


/*-------------------------------------------------
H1-H6 Style Elements
----------------------------------------------- */ 

h1, h2, h3{
font-weight:normal;
margin:0px;
}

a {
text-decoration: none;
color: #AF1313;
outline:none;
}

a:hover {
text-decoration: underline;
color: #403B2F;
}

a img {border: 0px;}
	

/*-------------------------------------------------
 Layout Style Elements
----------------------------------------------- */ 

#wrapper{
      	width:760px;
		margin:0 auto;
		text-align:left;
        border-left:2px solid #000;
        border-right:2px solid #000;
        background-color: #e5e4d7;
}	
 


/*-------------------------------------------------
Header Style Elements
----------------------------------------------- */ 

#header {
	width:760px;
	height:190px;
	background-color:#25221B;
}


/*-------------------------------------------------
Global Navigation Style Elements
----------------------------------------------- */ 

#buttons {
	background-color: #cc9933;
	font-family:'Century Gothic', Verdana, Arial, Sans-Serif;
	font-size:16px;
	height:35px;
}

#nav_buttons{
	text-align:center;
	padding:12px;
}


#nav_buttons a {
  	background: transparent;
  	color: #fff;
  	text-decoration: none;
	font-weight:normal;
	padding:15px;	
}


#nav_buttons a:hover {
  	text-decoration: none;
  	color: #497420;
	padding:15px;
}

/*-------------------------------------------------
Content Style Elements
----------------------------------------------- */ 

#content {
	width:99%;	
	background: #e5e4d7;
	text-align: left;
}

#content h2 {
	padding: 8px 10px 7px 10px;
	color:#497420;
	font-size: 1.5em;
	font-weight:bold;
	display:block;
	margin:10px 25px 15px 20px;
}

#content h3 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding:20px 0 0 20px;
}

#content p {
	line-height:1.8em;
	margin:5px 25px 15px 28px;
}

span.paragraph { 
font-family:'Century Gothic', Arial, Helvetica, sans-serif; 
font-size:12px;
font-style:bold;
color: #497420;
 }
 

 /*-------------------------------------------------
Callout Style Elements
----------------------------------------------- */ 
 .callout { 
width:220px;
float:right;
border:1px solid #535353;						
margin:13px 10px 10px 30px;						
padding:10px;					
clear:both;
}
						
.callout h4{
background-color:#497420;
color:#FFFFFF;
padding:5px;
margin:-10px -10px 10px -10px;
}						
						
						
/*-------------------------------------------------
Footer Style Elements
----------------------------------------------- */ 

#footer {
	height:35px;
	clear: both;
	background:#28251D;
	border-bottom:2px solid #000;
	color: #ffffff;
	font-size: 10px;
	text-align:center;
	margin: 0;
	padding: 12px;
}

#footer a {
  	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}


/*-------------------------------------------------
Contact Form Style Elements 
----------------------------------------------- */ 
input,textarea {
font-family:'Century Gothic', Arial, Helvetica, sans-serif; 
color:#300; 
background-color:#fff; 
border:1px solid #413732;
}

label { 
font-family:'Century Gothic', Arial, Helvetica, sans-serif; 
color:#413732; 
font-weight:bold;
}

.button {
background-color:#b4a28f; 
color:#413732;
font-weight:bold;
}
/*input[type=submit] {color:#000;} Attribute Selector*/
