/*
Theme Name: JUG
Theme URI: http://www.jumpedupgames.com
Description: Jumped Up Games Theme
Version: 1.0
Author: Jonathan Skuse
Author URI: http://www.jumpedupgames.com
*/


* {
   padding: 0;
   margin: 0;
}


a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;
}


a:visited {
	color: white;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 100%;
	color: white;
	background-color: #1B4464;
}


#backgroundwrapper {
	width: 100%;
	background-image: url('./images/top-diagonal.png');
	background-position-x: center;	
	background-repeat: repeat-x;
}



#content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}


#left {
	float: left;
	width: 280px; 
	margin-left: -100%;
}


#rightwrapper {
	float: left;
	width: 100%;

}


#right {
	margin-left: 280px;
	margin-top: 100px;
}


#footer {
	border-top: #142C40 solid 1px;
	padding-top: 20px;
	clear: left;
	width: 100%;
	text-align: center;
}



img#logo {
	margin-top:30px;
	border: 0;
}


div#quotebox {
	background-color: #5D9FD2;
	padding: 20px;
	margin-bottom: 40px;
	font-size: 2em;
	text-align:center;
	text-shadow: #4b74a0 1px 1px 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}



ul#menu {
	font-size: 2.5em;
	color: white;
	list-style-type: none;
	padding-left: 15%;
	padding-right: 15%;
	margin-top: 50px;
}



ul#menu li a {
	display: block;
	padding: 0.2em;
	margin-bottom:10px;
	color: white;
	text-decoration: none;
	padding-left: 20px;
}


ul#menu li a#selected {
	background-color: white;
	color: #1B4464;
}


div#pagination {
	text-align:center;	
}


ul#menu li a:hover {
	background-color: #142C40;
	text-shadow: none;
}


div.roundbox {
	overflow:hidden;
	padding: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 0px;
	margin-bottom:20px;
}



div.roundbox h2 {
	letter-spacing: -0.05em;
	font-size: 2.5em;
	color: #4EB2FF
	text-shadow: #041928 1px 1px 1px;
}


div.roundbox hr.divider {
	margin-top: 10px;
	margin-bottom: 20px;
}


div.roundbox p {
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}



.post a {
	color: #4EB2FF;	
}



.firstpost {
	background-color: #071119;
}


.otherpost {
	background-color: #142C40;	
}


a.more-link {
	display: block;
	text-align: right;
}


div.postbuddy1
{
	background-image: url('./images/postbuddy1.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}


div.postbuddy2
{
	background-image: url('./images/postbuddy2.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}



.aboutbox {
	background-color: #3587C7;
	width: 200px;	
	margin-left: 20px;
	float: right;
	clear: right;	
}


.aboutbox h3 {
	font-weight: normal;
	font-size: 2em;
	color: white;
	text-shadow: #4b74a0 1px 1px 1px;
}

.aboutbox a {
	color: white;
	text-decoration: underline;
}

