/*  
Theme Name: Jump2Go WordPress Theme
Theme URI: http://andyjdesign.com/
Description: Custom Theme
Version: 0.1
Author: Andrew Jacobs
Author URI: http://andyjdesign.com/
*/



body {
	font-size: 62.5%;
	font-family: Arial, Verdana, Sans-Serif;
	background: #226088;
	color: #333;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
	}
	
.current_page_item {
  /* text-decoration: underline; */
}
.page_item {
  padding: 5px;
}

#page {
	margin: 0px auto;
	padding: 0;
	width: 948px;
	background-color: #226088;
	border: 0;
	text-align: left;
	background: url('images/jumpmiddlebg.jpg') repeat-y top center; 
	border: none;
	}

.pagetitle {
  margin: 0 0 20px 0;
}
.navigation {
  text-align: center;
}


#header {
	background: #226088 url('images/jumpheader.jpg') no-repeat top center;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	height: 130px; 
	width: 948px;
}
#post h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#headerlinks {
	text-align: left;
	padding: 100px 0px 0 0; 
	margin: 0px 0px 0px 30px;
	font-size: 1.3em;
	} 
#headerlinks a {
	color:white;
}

#subpages {
	float:left;
	background: white;
	color: #333;
	border: 1px ridge;
	border-color: #aaaaaa;
	width:190px;
	margin: 10px 10px 10px 0px;
}
.post {
	margin: 10px 0 35px 5px;
}

#content {
display: block;
	background: url('images/waves.gif') no-repeat bottom left;
padding: 5px 50px 30px 50px;
min-height: 300px;
width:600px;
	}
	
#contentwide {
display: block;
	min-height: 300px;
	background: url('images/waves.gif') no-repeat bottom left; 

	padding: 5px 50px 30px 50px;
	}

#entry {
  padding: 0 10px 0 10px;
  margin: 0 0 0 0;
}

#footer {
	background: #226088 url('images/jumpfooter.jpg') no-repeat bottom center; 
	border: none;
	width:948px;
	height: 42px;
	}
#footerwords {
  padding: 10px 0 0 50px;
}

#sidebar {
   float: right;
	padding: 20px 30px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 150px;
	}

h1 {
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
}
h3 {
	color: #ff6600;
	font-weight: bold;
	}
hr {
  display: none;
}
h1 span {
display: none;
}
#subpages li { display: block; line-height: 1.2em; }
#sidebar ul, #sidebar li { display: block; margin: 0 0 0 0; padding: 0px 0 0px 0; }
#sidebar ul ul li { display: block; margin: 0 0 0 0; padding: 0px 0 0px 0; }
#header ul, #header li { display: inline; padding: 0 0 0 0; margin: 0 0 0 0; }
#headerlinks li { margin: 0 20px 0 0; }
h2, h3 { border: 0; padding: 0 0 0 0; margin: 0 0 0 0; }

/* Typography */
a {
  text-decoration: none;
  color: #555555;
}

a:hover {
	text-decoration: underline;
}

.post h2 {
  font-size: 1.4em;
  font-weight: bold;
  font-style: italic;
  line-height: 1.6em;
}
.post small {
  font-size: 1.1em;
  line-height: 1.0em;
  color: #555555;
}
.post {

  font-size: 1.2em;
  line-height: 12pt;

}
.postmetadata {
  font-size: 1.1em;
}
.pagetitle {
  font-size: 1.9em;
  margin: 15px 0 20px 0;

}
.navigation {
	color: #aaaaaa;
   font-size: 1.2em;
}
#sidebar {
  font-size: 1.2em;
  line-height: 1.5em;
}
#sidebar h2 {
	margin: 10px 0 0 0;
  font-size: 1.3em;
}
input {
  font-size: 0.9em;
}

#comments {
	font-size: 1.2em;
}
.commentlist {
	font-size: 1.2em;
}

img.alignright {
	float:right; margin:0 0 1em 1em
}
img.alignleft {
	float:left; margin:0 1em 1em 0
}
img.aligncenter {
	display: block; margin-left: auto; margin-right: auto
}
a img.alignright {
	float:right; margin:0 0 1em 1em
}
a img.alignleft {
	float:left; margin:0 1em 1em 0
}
a img.aligncenter {
	display: block; margin-left: auto; margin-right: auto
}

.clear {
	clear: both
}