/*
	What:	Shed22 CSS
	Who:	Stephen Lewis
	When:	29 Nov 2009
*/

/* HTML5 tags need to be block */
header, footer, aside, nav, section, article { display: block; }  

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Ariel, sans-serif;
	font-size: medium;
	font-weight: normal;
	line-height: 1.2em;
	background-color: #fff;
	}

/* wrapper div */
#wrapper
	{
	width: 750px;
	margin: 0 auto;
	padding:  0;
	overflow: hidden;
	}

/* section */
section {
	padding: 10px 0;
	font-family: Verdana, Ariel, sans-serif;
	font-size: 10pt;
	color: #666;
	float: right;
	width: 490px;
	line-height: 1.5;
}

article {
	margin-top: 10px;
	padding: 5px 20px;
	background-color: #f9f9f9;
	/* Border-radius not implemented yet */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}


/* header */
header.banner {
	font-family: "American Typewriter", "Comic Sans MS", Verdana, sans-serif;
	width: 750px;
	margin-top: 30px;
}
	
/* header menu */
nav {
	width: 250px;
	height: 160px;
	background-color: #fff;
	opacity: .70;
	}

nav ul {
	font-size: 18pt;
	line-height: 1.4;
	padding: 15px 0 0 30px;
	margin: 0;
	border: 1px solid #eee;
	}

nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
nav li a{
	margin: 0;
	text-align: left;
	color: #666;
	text-decoration: none;
	padding-bottom: 2px;
}
nav li a:hover,
nav li a:focus,
nav li a.on {
	text-decoration: none;
	border-bottom: none;
	color: #333;
}



/* sidebar */
aside {
	width: 250px;
	background: #eee url(../images/theme/sidebar.png) no-repeat bottom left;
	float: left;
	padding-bottom: 20px;
	min-height: 300px;
}
aside h2 	{ font-size: 14pt; padding-left: 30px; }
aside h3 	{ font-size: 12pt; padding-left: 30px; }
aside p 		{ color: #666; padding: 10px 20px 10px 30px; font-size: small;  }
aside ul		{ margin: 0; padding: 10px 0 0 30px; font-size: 10pt; 	font-family: "American Typewriter", "Comic Sans MS", Verdana, sans-serif;
 }
aside ul.submenu { font-size: 12pt; }
aside li {
	display: block;
	color: #999;
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
aside a:hover 				{ border-bottom: none; }
aside ul.submenu li			{ line-height: 2; }
aside ul.submenu a			{ margin: 0; color: #666; text-decoration: none; }
aside ul.submenu a:hover,
aside ul.submenu a:focus	{ color: #333; }
aside ul.submenu .on,
aside ul.submenu a.on:hover	{ color: #700; }

/* footer */
footer.final {
	clear: both;
	width: 750px;
	font-size: .7em;
	margin: 2px auto 0;
	border-top: 1px solid #ccc;
	}

footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
footer li{ 
	display: inline;
	float: left;
}

footer li a{
	float: left;
	color: #999;
	text-decoration: none;
	margin-top: 5px;	
	padding: 0 10px;
	border-right: 1px solid #800;
}
footer li.last a { 
	border-right: none;	
}

footer a:hover,
footer a:focus {
	color: #333;
	border-bottom: none;
}

footer .copy {
	float: right;
	color: #999;
	margin-top: 5px;	
	padding: 0 0 0 13px;
}

footer.final p {
	clear: both;
	float: right;
	margin: 0;
	font-size: 8pt;
	color: #ccc;
	}

footer p a {
	text-decoration: none;
	color: #700;
	}

/* Topic based specifics */
body#home	li#nav_home  a,
body#home	li#nav_home  a:hover,
body#store	li#nav_store a,
body#store	li#nav_store a:hover,
body#event 	li#nav_event a,
body#event 	li#nav_event a:hover,
body#stuff 	li#nav_stuff a,
body#stuff 	li#nav_stuff a:hover
	{
	color: #700;
	} 

body#home  header.banner { background: url(../images/theme/banner1.jpg) repeat-y 0 0; }
body#store header.banner { background: url(../images/theme/banner4.jpg) repeat-y 0 0; }
body#event header.banner { background: url(../images/theme/banner3.jpg) repeat-y 0 0; }
body#stuff header.banner { background: url(../images/theme/banner5.jpg) repeat-y 0 0; }
	

/* logo and login */
.topbar {
	float: right;
	padding-right: 10px;
	text-align: right;
	letter-spacing: 1px;
	font-size: 10pt;
	color: #700;
}

.topbar a 	{ color: #999; text-decoration: none; }
.topbar a:hover,
.topbar a:focus { color: #333; border-bottom: none; }


/* Headings */
h1 
	{
	margin: 0;
	color: #700;
	font-size: 16pt;
	font-weight: normal;
	}

h2 
	{
	margin: 8px 0 2px;
	color: #700;
	border-bottom: 1px solid #ddd;
	font-size: 13pt;
	font-weight: normal;
	}

h3 
	{
	margin: 5px 0 1px;
	color: #700;
	font-size: 12pt;
	font-weight: normal;
	clear: 	left;
	}


p {
	margin: 5px 0 2px 0;
	}

/* links */
a 		{ color: #933; text-decoration: none; }
a:hover,
a:focus	{ color:  #900; border-bottom: 1px solid #ccc; }
a.link 	{ padding-left: 20px; background: url(../images/theme/arrow_sidebar.png) no-repeat 0 50%; }
a.link:hover { padding-left: 20px; background: url(../images/theme/arrow_hover.png) no-repeat 0 50%; }



	
/* Post-it note div */
div.note {
	background: #fff url(../images/theme/note.gif) no-repeat;
	width: 160px;
	height: 160px;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
	float: right;
	padding:  20px;
	font-family: "Comic Sans MS", script;
	margin-left: 5px;
	}	

div.note p { margin-top: 10px; }

/* tables */
table {
	width: 100%;
	margin: 0;
	padding: 0;	
	color: #333;
	font-size: 70%;
	text-align: center;
	border-collapse:collapse;
	background-color: #eee;
	}
table img 	{ display: block; margin-left: auto; margin-right: auto }
table#grid td { height: 30px; }
th 			{ background: #e5e5e5; color: navy; }
tr 			{ height: 0px; }
tr.even		{ background-color: #f0f0f0; }
tr.odd		{ background-color: #f9f9f9; }
td 			{ padding: 5px; }


/* Images */
img 		{ border: none; margin: 2px 0; }
img.right	{ float: right; margin-left: 20px;}
img.left 	{ float: left; margin-right: 20px; }
img.xlarge 	{ width: 500px; }
img.large 	{ width: 300px; }
img.medium 	{ width: 200px; } 
img.small 	{ width: 100px; }
img.xsmall 	{ width: 80px; }
img.xxsmall { width: 50px; }
img.pad		{ padding-bottom: 40px;	}

img.border	{
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 5px;
	}	



/* TABLES */
/* Form elements */

form {
	margin: 0;
	padding: 10px;
	background-color: #eee;
	}

label {
 	float:left;
	width: 100px;
	margin: 0;
	padding: 1px 0 0;
	color: #666;
	font-style: italic;
	font-size: 12px;
	}

input		{ width: 200px; margin: 1px 10px 1px 5px;  }
input.short { width: 120px; }
input.long 	{ width: 240px; }
input[type="submit"] { width: 100px }

select 		{ width:205px; margin: 1px 10px 1px 5px;  }
textarea	{ width:200px; margin: 1px 10px 1px 5px; }
textarea#txtComment { width:500px; }

form table {
		padding-top: 10px;
		background: #f9f9f9;
	    border: 1px solid #ccc;
	    width: 100%
	}
	
form tr {
	    border: 0;
	}
	
form td, th { 
	    font: 11px verdana, arial, helvetica, sans-serif;
		background: #f9f9f9;
	    line-height: 12px;
	    padding: 2px 5px;
	    text-align: left;
	}
	
form th {
	    background: #fff url(../images/skin/shadow.jpg);
	    color: #666;
	    font-size: 11px;
	    font-weight: bold;
	    line-height: 17px;
	    padding: 2px 6px;
	}
form th a:link, th a:visited, th a:hover {
	    color: #333;
	    display: block;
	    font-size: 10px;
	    text-decoration: none;
	    width: 100%;
	}
form th.asc a, th.desc a {
	    background-position: right;
	    background-repeat: no-repeat;
	}
form th.asc a {
	    background-image: url(../images/skin/sorted_asc.gif);
	}
form th.desc a {
	    background-image: url(../images/skin/sorted_desc.gif);
	}

form td.errors select {
	    border: 1px solid #700;
	}
form td.errors input {
	    border: 1px solid #700;
	}
	
/* error format */	
	div.errors {
	    background: #f9f9f9;
	    border: 1px solid #700;
	    color: #cc0000;
	    margin: 10px 0 5px 0;
	    padding: 5px 0 5px 0;
	}
	div.errors ul {
	    list-style: none;
	    padding: 0;	
	}
	div.errors li {
		background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
	    line-height: 16px;
	    padding-left: 30px;
	}

/* misc. styles */
.clear 	{ clear: both; }
.top 	{ border-top: 1px solid #ddd; padding-top: 5px;}
.quote 	{ color: #999; font-size: 12pt; font-style: italic; }
.shed	{ color: #999; font-weight: bold; }
.s22	{ color: #966; font-weight: bold; }
.date 	{ color: #999; font-size: 10pt; float: right; }
.small	{ font-size: small;	}
.grey	{ color: #999; }
p.right  { text-align: right;}


.message {
    background: #f9f9f9 url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #666;
    color: #666;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
	}