/* CSS Document */

body {
	color: #000040;
	background-color:#33CCFF;
	background-image:url(/images/stripebg.jpg);
}

/*.shadow {
	position: relative;
	background-color: black;
	bottom: 4px;
	right:4px;
}*/

#wrapper{
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;
	background-color: #FFF;
	-moz-box-shadow: 3px 2px 15px #444444;
	-webkit-box-shadow: 3px 2px 15px #444444;
	padding: 5px 5px 5px 15px;
}

#header {
}

#header img {
	padding-left: 13px;
	padding-top: 15px;
}

#navigation {
	margin-top: -1em;
	padding-left: 30px;
	padding-right: 30px;
}

#navigation ul {
	width: 100%;
}


#navigation li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2%;
	background-color: #77B1F2;
	text-decoration: none; 
	/*the next 6 lines of code are either CSS 3 or proprietary code for mozilla or safari and will NOT validate*/ 
	/*for Firefox*/ 
	-moz-border-radius-topright: 8px; 
	-moz-border-radius-topleft: 8px;
	/*for Opera or Safari*/
	-webkit-border-top-left-radius:8px;  
	-webkit-border-top-right-radius: 8px; 

}
#navigation a {
	color: #FFF;
	text-decoration:none;
}

#navigation hr {
	margin-top: -15px;
	padding-top: 0;
}

#navigation fieldset {
	margin: 0;
	padding:0;
	outline:none;
	border:none;
}

#navigation li:hover{
	background-color: #33CCFF;
	color:#FFFFFF;
}



	
a:visited {
	color: #5E5EFF;
}


#center {
	padding-left: 5em;
	padding-right: 5em;
	padding-bottom: 1em;
}

#footer {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 1em;
}


.clear {
	height:0;
	clear:both;
}

#shadow {
	height: 100%;
	background-image: url(/images/shadow.png);
	background-repeat: repeat-y;
	float: right;
}

#bottom-shadow{
	height: 100%;
	width: 100%;
	background-image: url(/images/gradientbottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	position: fixed; bottom: 0px;
	right: 0px;
	float: left;
	clear: both;
	z-index: -1000
}

@font-face {
   font-family:"custom";
   src:url(/fonts/mvboli.ttf) format("truetype");
}


.postTitle {
	font-family: "MV Boli";
	font-size: 18px;
}
