/*----------------------------*/
/* 1.  Standard
/*----------------------------*/

html { overflow-y: scroll; }

body
{
    margin:0px;
	padding:0px;

    font-family: Arial;
    font-size: 83.4%;
    
    font-family: Arial;
    color: #000;
    
    background-color: #d1caa1;
    color: #666666; 
}

h1 
{
	font-family: Arial;	
    font-size: 2.5em;
    margin: 0px;
    padding: 0px; 
    color: #826542;      
    width: 100%;
}

h2 
{
	font-family: Arial;    
    font-size: 1.8em;
    margin: 0px;
    padding: 0px; 
    color: #826542;    
    height: 27px;
    padding-top: 3px;
    padding-left: 35px;
    background-image: url(/themes/default/images/icons/flower.gif);
	background-repeat: no-repeat;
	background-position: left 1px; 
}

h2 a { color: #826542; text-decoration: none !important; }	

h3 {
	
	font-family: Georgia;
	font-size: 0.7em;
    margin: 0px;
    padding: 0px; 
    color: #78ad01;
    font-weight: normal;
    border-bottom: solid 1px #cdcdcd;    
    
}

p { margin: 10px 0 10px 0; font-size: 1em; line-height: 20px; }
a { outline: none; text-decoration: none; color: #990100;}
a:hover { outline: none; text-decoration: underline; }



.clear
{
    clear: both;
    width: 100%;
    height: 1px;
    font-size: 0px;    
    line-height: 0px;
    padding: 0px; margin: 0px;
}

/*
	CMS INLINE EDIT CSS
*/
div.editarea { border: dashed 1px red; min-height: 40px; float: left; z-index: 1000; margin: 0px; padding: 0px; position: relative; width: 100%; }
a.inlineedit  { margin: 0px; padding: 0px; float: right; font-family: Arial; color: #990100; font-size: 11px; position: absolute; right: 0px; z-index: 2000;}

#main-left .article .box { width: 128px; margin-left: 5px; float: left; min-height: 80px; }
#main-left .edit-article { width: 153px; float: left; }
#main-left .edit-content { width: 625px; float: left; }

#main-header .article .box { width: 197px; margin-left: 5px; float: left; min-height: 80px; }
#main-header .edit-article { width: 207px; float: left; }
#main-header .edit-content { width: 625px; float: left; }

#cms-controls{
    position: absolute;
    z-index: 2000;
    top:2px;
    left:0;
    display: inline;
    background-color: #fbcece;
    border:1px solid #666;
    margin:0 auto;
    margin:2px 0 0 2px;
    padding:2px 5px;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 0.8em;    
    z-index: 2000;
    font-size: 11px;  
}

#cms-controls a { color: #990100; font-size: 1em; float: none; position: relative; }

#breadcrumbs { margin: 0 0 10px 0; font-size: 0.7em; font-family: Arial;}
a img { border: 0px; }

/*
    FORMS
*/
table.form { margin-top: 20px; }
td.label { width: 200px }

table.form input { width: 300px; border: solid 1px #cdcdcd; padding: 2px; }
table.form input[type='text'] { color: #666; }
table.form select { width: 306px; border: solid 1px #cdcdcd; padding: 2px;color: #666;}
table.form textarea { width: 505px; border: solid 1px #cdcdcd; padding: 2px; height: 150px;color: #666; }

.validation { color: Red;margin-top: 20px; }

.text table { width: 350px; }
.text table tr { height: 30px; }
.text table tr td.buttons { text-align: center; }
.text table tr td.buttons img { margin: 0 20px 0 0; padding-bottom: 20px; }
