/*
Project: StJohn's Art Wall
Author: Sandra
Revision: 1.0
Date: 1st July 2008
*/


/*  Typography and style reset */

*{
    background-repeat:no-repeat;
    font-family:Arial,Verdana,helvetica,sans-serif;
    margin:0px;
    outline-color:invert;
    outline-style:none;
    outline-width:0px;
    padding:0px;
    font-size: 12px;
    line-height: 1.7em;
}

body{
    background-color:#eae9ed;
    color: #303030;
    background-repeat:repeat-x;
    background-image:url(../images/back.gif);	    
    
}

a{
	color: #3a7290;
}

a:hover{
	color: #008348;
}

img{
    border:medium none;
}


.alignright{
  float: right;
  display: block;
}

.alignleft{
  float: left;
  display: block;
}

.top-space{
	margin-top: 15px;
}

.bottom-space{
	margin-bottom: 15px;
}

H1, H1 span{
    color: #516272;
    font-weight:normal;
	font-size:20px;
	margin-bottom: 15px;

}

H2{
	color:#236D9E;
	font-size:21px;
	font-weight:normal;
	margin:10px 0px 0px;
}

H3{
    color: #435e8a;
    font-size: 19px; 
    font-weight: normal;
    margin: 0px 0px 10px 0px;
}

p{
	margin: 15px 0px;
	line-height: 22px;
}
p1{
	margin: 15px 0px;
	line-height: 12px;
}

.imgframe{
	background-color: white;
	border: 1px solid #e8e8e8;
	padding: 3px;
}

.photoinfo{
	clear: both;
	float:left;
	margin-bottom:5px;
	margin-top:5px;	
	border-bottom: 1px solid #cccccc;	
}

.imgthumb{
	background-color: white;
	padding: 3px;
	border: 1px solid #cccccc;	
}

a.button-side{
	width: 190px;
	height: 31px;
	display: block;
	background:transparent url(../images/sidebar-button.gif) no-repeat scroll right top;
	text-decoration: none;
	margin-top: 12px;
	text-align: right;
	padding-top: 5px;
	padding-right: 30px;
	margin-bottom: 8px;
}

/* Site structure and layout */

#header_right {
	background:#BAD5EB url(../images/header_right.gif) repeat-x scroll center top;
	display:block;
	height:128px;
	position:absolute;
	right:0pt;
	text-align:left;
	top:0pt;
	width:50%;
	z-index:10;
}

#header_left {
	background:transparent url(../images/header_left.gif) repeat-x scroll center top;
	display:block;
	height:128px;
	left:0pt;
	position:absolute;
	text-align:right;
	top:0pt;
	width:50%;
	z-index:10;
}

#container {
	z-index:100;
	margin:0pt auto;	
}

#header_wrap {
	background:transparent url(../images/header.gif) no-repeat scroll center center;
	height:128px;
	position:relative;
	z-index:100;
}

#header{
	margin:0pt auto;
	position:relative;
	width:940px;
	top: 107px;
}

#navigation{
	position:absolute;
	padding-top:33px;
	right:0px;
}

.logo{
	width: 215px;
	float: left;
}

#content{
	margin: 100px auto 0px auto;
	position:relative;
	width:940px;
}

#footer_wrap{
	margin: 20px auto 0px auto;
	position:relative;
	width:940px;	
}

#footer{
	background-color: #e4e3e3;
	border: 1px solid #ffffff;
	padding: 5px;
	margin-bottom: 30px;
	font-size: 11px;
	color: #575a5f;
	float: left;
	display: block;
	width: 940px;
}

.footer-logo{
	float: left;
	display: block;
}

.footertxt{
	display: block;
	text-align: center;
}

.footerlinks{
	margin: 0px;
}

.footerlinks a{
	margin: 0px 10px;
	color: #575a5f;
	text-decoration: none;
}

.footerlinks a:hover{
	text-decoration: underline;
	color: #000000;
}

#side {
	float:left;
	width: 250px;
	background:transparent url(../images/sidebar.gif) no-repeat scroll right top;
	height:520px;
}

#main{
	margin-left:15px;
	width:675px;
	float: right;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/***** Navigation Elements   *********/


#navigation ul {
    display:inline;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

#navigation ul li{
	float: left;
	margin-left: 35px;
}

#navigation ul li a{
	color: #4f6a7c;
	font-style: italic;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;	
}

#navigation ul li.active a{
	color: #000000;	
	background:transparent url(../images/menu-active.gif) no-repeat scroll center bottom;	
}

#navigation ul li a:hover{
	color: #000000;
	/* background:transparent url(../images/menu-hover.gif) no-repeat scroll center bottom;	*/
}

#side p{
	padding-right: 11px;
}

/*********** Typography and styles ************/

#main H1, #main H1 span{
	margin-bottom: 0px;
}

.welcome{
	color: #000000;
	font-style: italic;
}

.artwall{
	color: #4f84a8;
}

.tagline{
	text-align: right;
	color: #aaaaac;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	display: block;
}


/* Form  */


label
{
    width:12em;
    float: left;
    text-align: right;
    display: block
}

input, select
{
    color: #3d4d60;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    font-family: Arial;
    font-size: 12px;
    width: 300px;
    height: 20px;
    margin-left: 17px;
}

textarea{
    color: #3d4d60;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    font-family: Arial;
    width: 300px;
    height: 100px;
    font-size: 12px;
    margin-left:17px;
}

.submit input
{
    color:#374774;
    background: #c7c7b1;
    border: none;
    text-transform: uppercase;  
    font-weight: bold;   
    margin-left: 162px;
    width: 300px;	 
}

fieldset
{
    border: 1px solid #dddddd;
    margin-top: 20px;
    padding-left: 10px;
    background-color: #eaeae1;
    /* width: 630px; */
	width:675px;    
}


.radio{
	width: 20px;
	background-color: transparent;
	border: none;
}

.imggall{
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;	
}

.theimage{
	float: left;
	background-color: #e9eeef;
	border: 1px solid #c3ccce;	
	padding: 3px;
	width: 160px;
	height: 160px;
	text-align: center;
}

.step{
	color:#55873E;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
}

.pagination-img{
	clear: both;
	text-align: center;
}

.pagination-img a{
	margin-left: 3px;
	margin-right: 3px;
}

#demo-photos{
	text-align: center;
	margin-left: 35px;
	margin-top: 30px;
}