/*
Theme Name: Sandor7 Web Design
Theme URI: n/a
Description: Custom WordPress theme to compliment sandor7.com layout.
Version: 1.0
Author: Sandor Szivak
Author URI: http://sandor7.com/
Tags: none yet

*/

html {
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family:garamond, "times New Roman", serif;
}

/* backgroundHotness */
#image {
	width: 100%;
	height: 100%;/**/
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index:-1;
	overflow: hidden;
}

#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top: 0px;
	left: 0px;
	overflow:auto;
	z-index:2;
}

/* /backgroundHotness */

#designSpace {
	width:760px;
	margin: 10px auto 10px auto;
}

#header {
	padding: 10px;
	margin: 0px 0px 10px 0px;	
	background-color: #ffffff; /* the background */	
	filter: alpha(opacity=60); /* IE patch */
	opacity: 0.6; /* css standard */
}

#header H1 {
	background-color: #000000;
	margin:10px;
	text-align:center;
	color:#FFFFFF;
	letter-spacing: .1em;
	border:thin solid #000000;
	padding: 5px 0px 5px 0px;
}

#header H1 a {
	text-decoration:none;
	color: #FFFFFF;
	font-family:garamond, "times New Roman", serif;
}

#header H1:hover {
	background-color:#FFFFFF;
	border:thin solid #000000;
}

#header H1:hover a {
	color:#000000;
	text-decoration:none;
}

#nav ul {
	padding: 0;
	margin:0;
	display:block;
	text-align: center;
}

#nav ul li { 
	display: inline-block;
     margin: 0;
     padding: 0;
}
#nav ul li a {
	padding:5px 10px;
	margin: 0 5px 0 5px;
	text-decoration: none;
	float: left;
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	border:thin solid #000000;	
	font-family:garamond, "times New Roman", serif;
}

#nav ul li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	border:thin solid #000000;
	text-decoration:none;
}

#nav ul li a#current {
	background-color: #006600;
	border:thin solid #006600;	
}

#nav ul li a#current:hover {
	background-color: #FFFFFF;
	color: #006600;
	border:thin solid #006600;
	text-decoration:none;
}

#content {
	text-align: justify; 
	padding: 10px 20px 10px 20px;
	margin-bottom: 10px;
	background-color: #ffffff; /* the background */	
	filter: alpha(opacity=60); /* IE patch */
	opacity: 0.6; /* css standard */
	width: 500px;
	float: left;
}

#footer {
	background-color: #ffffff; /* the background */	
	filter: alpha(opacity=60); /* IE patch */
	opacity: 0.6; /* css standard */
	text-align: center;
	word-spacing: normal;
	font-size: small;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	clear: both;
}

#footer a, #content a, #sidebar a {
	color: #006600;
	text-decoration:none;
	word-spacing: normal;
}

#footer a:hover, #content a:hover, #sidebar a:hover {
	text-decoration:underline;
}

.req {
	color: #FF0000;
}

#sidebar {
	padding: 20px 0 20px 0;
	margin-left: 550px;
	width: 210px;
	background-color: #ffffff; /* the background */	
	filter: alpha(opacity=60); /* IE patch */
	opacity: 0.6; /* css standard */
}	

#sidebar h2 {
	padding: 0px;
	margin: 10px 0px 5px 0px;
}

#sidebar ul, #sidebar li {
	list-style: none;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

#sidebar td a {
	border: thin solid #006600;
}

#sidebar td a:hover {
	text-decoration: none;
	background-color: #006600;
	color: #FFFFFF;
}

<!--[if lt IE 8]>
#nav ul li { display: inline }
<![endif]-->

@media only screen and (max-device-width: 480px) {
	#scroller {
		overflow:auto;
		height: auto;
	}

}
