/*
Author: 
Project:
Date:
Credit: Lee Munroe www.leemunroe.com
*/


/* 
# CSS contents ###################
* 1 Reset defaults
* 2 Layout
* 3 Nav
* 4 Headings
* 5 Lists
* 6 Images
* 7 Links
* 8 Forms
* 9 Tables
* 10 Typography 
* 11 Other
*/


/* 
# Colour reference ###################


*/
 
/*
# Reset defaults ################### 
*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; } /* Reset margins and padding */

a:link, a:visited{text-decoration:none; outline:none;} /* Reset link styles */

html {overflow: -moz-scrollbars-vertical;} /* Mozilla scrollbar fix */

#skipto{position:absolute;left:-9999px;top:-9999px;} /* Hides the skip to link - useful for screen readers */

.group:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;} /* Automatically clears after any element with this class */

/*
# Layout ################### 
*/

body{font:75%/1.5  "Helvetica Neue", Helvetica, Arial, sans-serif;color:#222;background:#DEDEDE;
margin: 0px auto 0px auto}


	#container{
	margin: 0px auto 0px auto;
	width: 900px;
	height: auto;
}
	
	div {
	padding: 10px auto 0px auto;
	margin: 50px auto 0px auto;
	width: 705px;
	height: 387px;
}

div.example2 {
	background: #fff;
	border: solid 10px rgba(255, 255, 255, .3);

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;

	-webkit-box-shadow: -2px -2px 0 #fff, 2px 2px 0 #333, 0 2px 12px rgba(0, 0, 0, .3);
	-moz-box-shadow: -2px -2px 0 #fff, 2px 2px 0 #333, 2px 4px 15px rgba(0, 0, 0, .3);
}

#left{
	width:200px;
	height: auto;
	padding-left:50px;
	margin-top: 20px;
	z-index:0;
}

#right{
	position:relative;
	width:200px;
	height: auto;
	padding-right: 50px;
	margin-top: 20px;
	z-index:0;
	}
	
#footer{
	width: 705px;
	height: 50px;
	text-align:center;
	font-size:10px;
}
	




/*
# Nav ################### 
*/



/*
# Headings ################### 
*/

h1{}

h2{}

h3{}

h4{}

#logo{width:;height:;background:url(images/logo.gif) no-repeat;}
#logo a{display:block;height:100%;width:100%;}
#logo a span{position:absolute;left:-9999px;top:-9999px;}

/*
# Lists ################### 
*/



/*
# Images ################### 
*/

img{border:none;}
img.left{margin:0 10px 10px 0;}
img.right{margin:0 0 10px 10px;}

/*
# Links ################### 
*/

a{
	color:#666;
	text-decoration:none;
	outline:none;
	}
a:hover{
	text-shadow: 1px 2px 5px #666;
	outline:none;}

/*
# Forms ################### 
*/



/*
# Tables ################### 
*/



/*
# Typography ################### 
*/

p{margin:0 0 1.5em;}

/*
# Other ################### 
*/

.right{float:right;}
.left{float:left;}
.clear{clear:both;}
.alignleft{text-align: left;}
.alignright{text-align: right;}
.aligncenter{text-align: center;}
