@import url('http://fonts.googleapis.com/css?family=Noto+Serif');
@charset "UTF-8";
html{height: 100%;}
body{
background-color:#191919;
color:#FFFFFF;
font-family: 'Noto Serif', Serif;
font-size:0.9em;
text-align:left;
}
body a{
	color:#FFFFFF;
	text-decoration:none;
}

body a:hover{
	color:#FF0000;
}
#header {
	max-width:800px;
	height:90px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/gfx/header-bg.png);
	background-repeat:no-repeat;
}
#header form{
	position:relative;
	float:right;
	padding:1em;
}
#wrapper{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	padding-top:5px;
}
#content{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	border:thin #333333 solid;
}
p a{
	border-bottom: #AAAAAA dashed thin;
}
#footer{
	max-width:800px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:0.5em;
	padding-bottom:1em;
	position:relative;
	font-size:0.7em;
}

#footer p{
	margin: 0;
	padding: 0;
}


div.left{
	width:40%;
	text-align:left;
	margin:1em;
	float:left;
	height:auto;
	overflow: hidden;
}
div.right{
	width:50%;
	margin:1em;
	float:left;
	overflow: hidden;
}

h1{
	font-size:1.1em;
	border-bottom:thin solid #333333;
	padding:0.5em;
}
a.colored_link{
	color:#FFFF66;
}
a.colored_link:hover{
	color:#FF0000;
}



#background{
	background:url(/gfx/background-gradient.png);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	background-size: 100% 100%;
	max-width: 1100px;
}


.yellow{
	color:#FFFF33;
}
a.image{
   text-decoration:none;
   border-bottom: none;
}

select{
	background-color:#232323;
	color:white;
	padding:0.1em;

}
input[type=submit]{
	background-color:#232323;
	color:white;
	padding:0.1em;
}

#footer-copyright{
	float: right;
}
#footer-links{
	float: left;
}

#breadcrumb{
	width: 95%;
	text-align:left;
	padding-left: 1%;
	border-bottom:1px solid #999999;
}

.wide-thin-link-unit{
	text-align:center;
	margin:auto;
}

#cart{
	display: none;
	border-bottom-right-radius: 5px; 
	position: fixed; 
	top: 0px; 
	left: 0px; 
	background-color: rgb(187, 187, 187); 
	padding: 1em; 
	font-size: 1.4em;
}
@media screen and (max-width: 740px){
	#footer{
		height: auto;
	}
	#footer{
		font-size: 1em;
	}	
        #footer-links{
                float:none;
                text-align:center;
                width: 100%;
        }
        #footer-copyright{
                float:none;
                text-align:center;
                width: 100%;
        }
        h1{
                text-align:center;
        }
        #cart{
		left: 50%;
		width: 50%;
	}
	
	#full_menu{
                display:none;
        }
	#gsearch{
		display: none !important;
	}
        #header{
        background-image: none !important;
        background: none;
        height: auto !important;
	}
        #header form{

                padding: 10px !important;
        }
        #menu-collapsed{
                display:block;
		width: 95%;
		margin: 2%;
		padding: 0;
		float:left;
        }
	#menu-collapsed a:hover{
		color:white;
	}
	#menu-collapsed a:active{
		color:#FF0000;
	}
	
}
@media screen and (max-width: 500px){
	.wide-thin-link-unit{
		display: none;
	}
}

