/* Master CSS Document for Sneaky Camel site */

/* Basic style declarations
=================================================*/

* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Tahoma, sans;
	font-size: 62.5%;
	color: #333333;
	margin: 0;
	}
	
p, li, td, th {
	font-size: 1.4em;
	line-height: 150%;
	margin: 1.8em 0 0 0;
	}
	
h2, h3 {
	margin: 2em 0 2em 0;
	}
	
blockquote {
	margin-left: 25px;
	}

/* Structural elements of page 
=========================================================*/

#container {
	width: 720px;
	}

#masthead {
	position: relative;
	width: 720px;
	height: 125px;
	}
	
#masthead h1 {
	display: none;
	}
	
img#sc_logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	}
	
/* CONTENT
==============================================*/
	
#content {
	float: right;
	width: 570px;
	padding: 0;
	}
	
#content p, #content h2, #content h3, #content ol {
	padding-right: 25px;
	padding-left: 25px;
	}
	
#content ol li, ul li {
	margin-left: 60px;
	}
	
#content h2 {
	margin-top: 2em;
	font-size: 1.8em;
	}
	
#content h3 {
	margin-top: 2em;
	font-size: 1.6em;
	}
	
/* PRIMARY NAVIGATION
==================================================*/

#nav {
	float: left;
	width: 720px;
	height: 30px;
	margin: 0;
	padding: 0;
	}

/* SIDEBAR
====================================================*/

#sidebar {
	float: left;
	width: 140px;
	margin: 0;
	padding: 0;
	}
	
#sidebar ul {
	list-style: none;
	margin: 3em 0 0 0;
	padding: 0;
	}
	
#sidebar li {
	font-size: 1.5em;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, sans;
	margin: 0 0 0 7px;
	padding: 5px;
	}
	
#sidebar li a:link, #sidebar li a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}
	
#sidebar li a:hover {
	color: #ccc;
	}
	
/* FOOTER
===================================================*/

#footer {
	clear: both;
	margin: 10px 0 0 0;
	padding: 2px 0 0 0;
	}
	
#footer p {
	display: block;
	margin-left: 175px;
	font-size: 1.1em;
	text-align: center;
	}
	
/* MISCELLANEOUS
========================================================*/

.headshot {
	float:left; 
	margin: 0 10px 10px 0;
	}
	
img {
	border: 0;
	}
	
.imageleft {
	float: left;
	margin: 5px 10px 5px 0;
	}
	
.imageright {
	float: right;
	margin: 5px 0 5px 10px;
	}	
	
/* STORE
========================================================*/

/*
.spacer {
	clear: both;
	}
*/
	
.cart {
	float: right;
	margin: 20px 20px 0 0;
	text-align: center;
	}

.prod_img {
	margin: 0 10px 0 0;
	float: left;
	}
	
.prod_img_details {
	margin: 0 10px 0 25px;
	float: left;
	}
	
.prod_title {
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	}
	
.prod_blurb {
	margin: 0;
	padding: 0;
	}

/*
.prod_left .prod_price, .prod_right .prod_price {
	margin-left: 25px;
	}
*/
.prod_left {
	clear: both;
	float: left;
	margin: 10px 5px 20px 10px;
	width: 267px;
	/* border: 1px solid #000; */
	}
	
.prod_right {
	float: right;
	margin: 10px 10px 20px 5px;
	width: 267px;
	/* border: 1px solid #000; */
	}
	
.prod_left p, .prod_right p {
	margin: 0;
	padding: 0;
	}

/*
.SCbutton {
	border: 1px solid #006699;
	padding: 5px;
	}
*/
	
.required_field {
	color: #FF0000;
	}
	
.section_head {
	color: #ffffff;
	font-weight: bold;
	line-height: 100%;
	padding: 2px;
	margin: 0;
	background: #CCCCCC;
	}
	
table {
	margin-left: 5%;
	border:0;
	}
	
table table {
	margin-left: 0;
	}

th {
	font-weight: bold;
	text-align: left;
	}
	
td th {
	font-size: 1em;
	}
	
/* All page-specific elements
========================================================*/

/* All main (non-project-specific) pages on site */

body#main {
	background: #ccc url(images/blue_white_bg.gif) repeat-y top left;
	}

#main #masthead {
	background: #006699 url(images/masthead_dana.jpg) no-repeat top left;
	}
	
#main #nav {
	background: #006699 url(images/nav_bg.gif) repeat-x top left;
	width: 720px;
	height: 30px;
	}
	
#main #content {
	background: url(images/curve_blue.gif) no-repeat left top;
	}

/* Fatal Choices page */

body#fatalchoices {
	background: #ccc url(images/bg_green_white.gif) repeat-y top left;
	}
	
#fatalchoices #masthead {
	background: #006699 url(images/masthead_ellie_gun.jpg) no-repeat top left;
	}
	
#fatalchoices #nav {
	background: #7fbe48 url(images/nav_bg.gif) repeat-x top left;
	}
	
#fatalchoices #content {
	background: url(images/curve_green.gif) no-repeat left top;
	}
	
/* Laundry Day page */

body#laundryday {
	background: #ccc url(images/burgundy_white_bg.gif) repeat-y top left;
	}
	
#laundryday #masthead {
	background: #006699 url(images/masthead_laundromat.jpg) no-repeat top left;
	}
	
#laundryday #nav {
	background: #7fbe48 url(images/nav_bg_teal.gif) repeat-x top left;
	}
	
#laundryday #content {
	background: url(images/curve_burgundy.gif) no-repeat left top;
	}

/* The Party page */

body#party {
	background: #ccc url(images/bg_lt_blue.gif) repeat-y top left;
	}
	
#party #masthead {
	background: #006699 url(images/masthead_lawrence_hallway.jpg) no-repeat top left;
	}
	
#party #nav {
	background: #7fbe48 url(images/nav_bg_red.gif) repeat-x top left;
	}
	
#party #content {
	background: url(images/curve_lt_blue.gif) no-repeat left top;
	}
	
/* The Interrogation page */

body#interrogation {
	/* background: #ccc url(images/bg_dark_red.gif) repeat-y top left; */
	background: #ccc url(images/bg_purple_white.gif) repeat-y top left;
	}
	
#interrogation #masthead {
	background: #006699 url(images/masthead_mary_gabe.jpg) no-repeat top left;
	}
	
#interrogation #nav {
	background: #7fbe48 url(images/nav_bg_wine.gif) repeat-x top left;
	}
	
#interrogation #content {
	background: url(images/curve_purple.gif) no-repeat left top;
	}
	
/* Apocalyse Con page */

body#apoc_con {
	background: #ccc url(images/bg_dark_blue_white.gif) repeat-y top left;
	}
	
#apoc_con #masthead {
	background: #006699 url(images/masthead_kara_zombie.jpg) no-repeat top left;
	}
	
#apoc_con #nav {
	background: #7fbe48 url(images/nav_bg_purple.gif) repeat-x top left;
	}
	
#apoc_con #content {
	background: url(images/curve_dark_blue.gif) no-repeat left top;
	}
	
/* Summerlands page */

body#summerlands {
	background: #ccc url(images/bg_yellow_white.gif) repeat-y top left;
	}
	
#summerlands #masthead {
	background: #006699 url(images/masthead_elf.jpg) no-repeat top left;
	}
	
#summerlands #nav {
	background: #7fbe48 url(images/nav_bg_teal.gif) repeat-x top left;
	}
	
#summerlands #content {
	background: url(images/curve_yellow.gif) no-repeat left top;
	}
	
/****************************************************************
SmartMenus Rollovers
****************************************************************/

a#home, a#home:visited {
    background-image:url(images/N_home.png);
}

a#sponsors, a#sponsors:visited {
    background-image:url(images/N_sponsors.png);
}

a#projects, a#projects:visited {
    background-image:url(images/N_projects.png);
}

a#bios, a#bios:visited {
    background-image:url(images/N_bios.png);
}

a#about, a#about:visited {
    background-image:url(images/N_about.png);
}

a#store, a#store:visited {
    background-image:url(images/N_store.png);
}

a#contact, a#contact:visited {
    background-image:url(images/N_contact.png);
}

.rollover span.alt {
    display:none;
}

.rollover img {
    border:none;
}

:root .rollover img {
    display:block;
}

.rollover, .rollover:visited {
    background-color:transparent !important; /* needed for Opera5/6 */
    background-repeat:no-repeat;
    background-position:0 0;
}

.rollover:hover, .rollover:focus, .rollover:active, .rollover.MMO, .rollover.MMO:visited {
    background-position:0 -26px;
}