/* 
-----------------------------------
-----------------------------------
Site:       Megan Leith Design
CSS author: Megan Leith
Updated:    May 2009
Updated by: Megan Leith
-----------------------------------
-----------------------------------
*/

/* 
-----------------------------------
global
-----------------------------------
*/

body
{
	margin: 0;
	padding: 0;
	font: 75% helvetica, arial, sans-serif;
	color: #333;
	background: #FFF url(../images/back-body.jpg) repeat-x;
    line-height: 150%;
}

a:link { color: #8E0207; }
a:visited { color: #ae5601; }
a:hover { color: #000; }
a:active, a:focus { color: red; }
img { border: none; }

h1, h2, h3, h5, h6
{
	margin: 0 0 .5em;
	color: #BA0014;
}

h1
{
	font-size: 180%;
	font-weight: normal;
}

h2 { font-size: 150%; }
h3 { font-size: 125%; }
h4 { font-size: 120%; padding-top:0px; padding-bottom:0px; color:#333;
}
h5 { font-size: 90%; }



/* 
-----------------------------------
container
-----------------------------------
*/

#container
{
	width: 795px;
	padding: 10px;
	margin: 0 auto;
    margin-top: 5px;
	background: #fff;
    border: 1px solid #ccc;
    position:relative;
}



/* 
-----------------------------------
header
-----------------------------------
*/

#header { position: relative; }

#left-column {

      width: 120px;
      float: left;

 }
 



/* 
-----------------------------------
logo
-----------------------------------
*/

#logo { 
      height: 90px;      
      background: url(../images/logo.gif) no-repeat 0 0;
}

#logo a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}

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



/* 
-----------------------------------
navigation
-----------------------------------
*/

#navigation { }

#navigation ul
{
	margin: 10px 0 10px 0;
    padding: 0;
	float: left;
	width: 120px;
}

#navigation ul li
{
	display: inline;
	list-style-type: none;
}

#navigation ul li a
{
	float: left;
	display: block;
	margin: 0 10px 2px 0;
	background: #ECECEC;
	color: #3c3c3c;
	text-decoration: none;
    width: 120px;
}

#navigation ul li a:hover
{
	color: #BF0015;
}

#navigation ul li a span
{
	display: block;
	padding: 5px 10px;
	background: 0;
}

#navigation ul li.current a
{
	background: #BE001A;
	color: #fff;
}

/*#navigation ul li.current a:hover
{
	color: #fff;
}*/

#navigation ul li.current a span { background: #BE001A 100% 0; }

/* 
-----------------------------------
content
-----------------------------------
*/
#middle-column {
    width:527px;
    float: left;
    }
    
#title {
    padding-top: 60px;
    padding-left: 10px;
    }

#content-container
{
	margin-left: 10px;
    float: left;
	width: 527px;
	background: url(../images/back-content.gif) repeat-y;
	border: 1px solid #ccc;
}

#content
{
	float: left;
	width: 477px;
	margin: 10px;
    padding-top: 5px;
	padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
	background: #fff;
}

/* 
-----------------------------------
forms
-----------------------------------
*/

#content form
{
	margin: 1em 0;
	padding: 0;
}

#content form *
{
	margin: 0;
	padding: 0;
}

#content form fieldset
{
	border: none;
	margin: 0 0 1em;
}

#content form legend span
{
	display: block;
	width: 120px;
	text-align: right;
	font-weight: bold;
	font-size: 120%;
	padding: 0 0 10px;
	color: #333;
}

#content form div
{
	float: left;
	width: 500px;
	clear: both;
	padding: 5px 0;
}

#content form label
{
	display: block;
	float: left;
	width: 120px;
	margin: 0 10px 0 0;
	padding: 3px 0 0;
	text-align: right;
}



#content form input#fieldBox_1,
#content form input#fieldBox_2,
#content form input#fieldBox_3
{
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
	height: 20px;
	border: 1px solid #999;
}

#content form select
{
	float: left;
	width: 250px;
}

#content form textarea
{
	float: left;
	width: 250px;
	border: 1px solid #999;
    font-family: arial, helvetica;
}

#content form #submit
{
	width: 400px;
	padding-left: 130px;
}

#content form label span
{
	color: #dc6900;
	font-size: 80%;
	text-transform: uppercase;
}
/*
#content form div.required { background: #fae1cd; }
#content form div.required input#fullname,
#content form div.required input#email,
#content form div.required input#phonenumber { border: 1px solid #dc6900; }
*/
#content form p
{
	float: left;
	width: 110px;
	margin: 0 0 0 10px;
	padding: 3px 0 0;
	color: #dc6900;
	font-weight: bold;
}



#mainFormError
{

}



input.mainFormError
{
	background-color: #FADADD;
}



textarea.mainFormError
{
	background-color: #FADADD;
}



select.mainFormError
{
	background-color: #FADADD;
}

#list {

 width:400px;

 }
 
#list-a {
     float:left;
     width:50%;
     margin-bottom:15px;

 } 

#list-b {
     float:right;
     width:50%;
     margin-bottom:15px;
 }

/* 
-----------------------------------
photos
-----------------------------------
*/

#right-column
{
	float: right;
	width: 120px;
	margin: 0;
    padding-bottom: 5px;
    background: #fff;
    height: 600px;
}



/* 
-----------------------------------
preview images
-----------------------------------
*/

#previews
{
    padding: 0px;
    margin-top: 10px;

 }
 
#previews img
{
    padding: 2px;
   	border: 1px solid #ccc;
 }
 
 
#portfolio
{
    padding: 0px;
 }
 
#portfolio img
{
    padding: 5px;
   	border: 1px solid #ccc;
    margin-bottom:10px;
 }



/* 
-----------------------------------
footer
-----------------------------------
*/

#footer
{
	border-top: 1px solid #fff;
	clear: both;
	color: #fff;
	padding: 5px;
	text-align: right;
	background: #AC0013;
    font-size: 85%;
}

#validator
{
  text-align:center;
 }
