/* @override http://www.jumpbackhoney.com/wp/wp-content/themes/jump-back-template/style.css */

/*  
Theme Name: default theme empty
Theme URI: 
Description: empty WP Theme without design but full with html comments to exlain the wp template tags
Version: 1.6
Author: MTS von webdesign-in.de und texto.de
Author URI: http://www.texto.de 

	
 */

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* @end */

.aligncenter{
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

hmtl{
     }

body{
	margin: 0;
	padding: 0;
	background: #001f45;
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 14px;
}


/* @group Structure */
#wrapper{
	width: 927px;

	background: #D9761E url('images/whole_bg.jpg') repeat-y left top;

}

#right_side{
	float: right;
	
}

#left_side{
	float: left;
	width: 178px;
	background: url('images/top_left.jpg') no-repeat left top;
	height: 720px;
}

#header{
	width: 749px;
	background: url('images/header.jpg') no-repeat;
	height: 261px;
	text-indent: -3000em;
}

#content{
	/*background: url('images/content_bg.jpg') repeat-y #003779;*/
	width: 749px;
}

#right_foot{
	/*border-top: 1px dotted black;*/
	padding-top: 3px;
	width: 658px;
	height: 30px;
	position: relative;
	left: 170px;
	bottom: 98px;
	text-align: center;
	color: white;
	font-size: 12px;
	
}

#footer{
	background: url('images/foot_bg.jpg');
	height: 25px;
	clear: both;
}

#logo{
	position: relative;
	height: 58px;
	width: 60px;
	/*background: url('images/udayton.jpg') no-repeat;*/
	left: 838px;
	top: -60px;
}

#nav{
	width: 178px;
	/*height: 450px;*/
	margin-top: 260px;
	padding-bottom: 22px;
	background: url('images/nav_bottom.jpg') bottom no-repeat;
}

#nav ul{
	background: url('images/nav.jpg');	
}

#clearing{
	clear: both;
}

#desc{
	width: 300px;
	height: 40px;
	position: relative;
	top: 125px;
	left: 35px;
	color: white;
	font: italic 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	text-transform: none;
	text-indent: 0px;
	font-size: 13px;
}

#post{
	padding: 0 60px 55px 20px;
	color: white;
	position: relative;
	top: -45px;
}

#post ul{
	padding-left: 20px;
}

#post li {
		line-height: 1.3em;
}

#post h2{
	color: #003778;
	padding-bottom: 35px;
	font-weight: bold;
}

#post form input{
	background: white;
	padding: 3px;
	border: 1px solid #001f45;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* @end */

/* @group Link */
#links{
	height: 25px;
	position: relative;
	top: 147px;
	left: -22px;
	width: 752px;
	text-align: center;
	color: #000;
	text-indent: 0;
	font-size: 12px;
}

#links ul li{
	display: inline;
	color: black;
	position: relative;
	top: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 20px;
}

#links a {
	color: #003778;
	text-decoration: none;
	text-transform: uppercase;
}

#links a:hover{
	color: #da761e;
}

/* @end */

/* @group Nav */

#nav{
	text-align: center;
}

#nav ul {
	padding: 5px 13px 0 3px;
		text-align: center;
		/*height: 293px;*/
		vertical-align: middle;
}

#nav ul li{
	padding: 2px;
	border-top: 1px dotted;
	border-bottom: 1px dotted #fff;
}

#nav a{
	color: #003778;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	
}

#nav a:hover{
	color: #8d4b12;
}

/* @end */





/*--------------------for your text--------------------*/

p{
	padding-top: 5px;
	padding-bottom: 15px;
	text-indent: 20px;
	line-height: 1.2em;
}

h1,h2,h3,h4,h5,h6{
	text-align: center;
     }

h2{
	text-align: center;
	font-style: italic;
	font-size: 20px;
	padding: 0 0 10px 0 ;
}

h2 a{
	color: #fff;
	text-decoration: none;
	
}

h2 a:visited{
	color: #fff;
}

h2 a:hover{
	color: #999999;
}

h3{
	padding-top: 5px;
	font-weight: bold;
	font-size: 18px;
}

h3 a{
	color: #fff;
}

h3 a:hover{
	color: #999999;	
}

h3 a:visited{
	color: #fff;
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	
	}

blockquote {
	padding: 0 50px;
	}

blockquote cite {
	
	}



hr {
	
	}





dl{
     }
     dt{
          }
          dd{
          }

ul{
	
     }
ol{
     }
     li{

          }

    ul ul{
         }

blockquote{
     }
     blockquote p{
          }

code{
     }

pre{
     }

b, strong,i,em {
     }

img{
	
     }

address {
     }

/*--------------------for links--------------------*/


a {
	color: #fff;
     }
a:link { 
     }
a:visited { 
	color: #fff;
     }
a:link:focus{ 
     }
a:link:hover, 
a:visited:hover { 
    }
a:link:active, 
a:visited:active {
     }

/*--------------------iamges as a link--------------------*/
a img{
     }
a:link img { 
     }
a:visited img { 
     }
a:link:active img, 
a:visited:active img {
      }

/*--------------------smilies --------------------*/

body img.wp-smiley{
     }



/*--------------------read more link--------------------*/

.more-link{
     }

/*--------------------pages with pagination--------------------*/
p.serif{
     }

/*--------------------search--------------------*/

#searchform{
     }

input#s{
     }

input#searchsubmit{
     }




/*--------------------comments--------------------*/

#comments{

}

#comments ol{
		background: #001f45;
	border: 1px solid black;
	width: 620px;
	margin-left: auto;
	margin-right: auto;
}
.alt {
	 
	}

.commentlist {
	 
	}


.nocomments {
	 
	}
 
.commentlist li {
	 padding: 10px 3px;
	}

.commentlist cite, 
.commentlist cite a {
	 
	}

.commentlist p {
	 padding: 5px;
	}

#commentform p {
	padding: 10px;
	text-indent: 0;
	line-height: 0;
	text-align: center;
		display: block;
	 margin-left: auto;
	 margin-right: auto;
	
	}

.commentmetadata {
	 
	}

#commentform input {

	}

#commentform textarea {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 width: 600px;
}

#commentform {
	
}

#submit {
	 
	}

#author{
	height: ;
}

#respond{
	padding-bottom: 10px;
}

.comment_date{
	display: block;
	float: right;
	margin-top: -20px;
}

/*--------------------calendar--------------------*/
 
#wp-calendar th {
	 
	}


#wp-calendar {
	empty-cells: show;
	
	}

#wp-calendar #next a {
	
	}

#wp-calendar #prev a {
	
	}

#wp-calendar a {
	
	}

#wp-calendar caption {
	
	}

#wp-calendar td {
	
	}

#wp-calendar td.pad:hover { 
      }


/*-------------------- widgets---------------------*/
h2.widgettitle{
     }
.widget {
     }

/*--------------------Archive--------------------*/

li#archives{
     }

.widget_archives{
     }

/*--recent posts--*/


li#recent-posts{
     }

.widget_recent_entries{
     }



/*--------------------text widget--------------------*/
li.widget_text{
     }

/*--id in relationsship to the id of the widget*/
li#text-4{
     }
div.textwidget{
     }

/*--------------------links blogroll--------------------*/

li#links{
     }

.widget_links{
     }


/*--------------------categories--------------------*/

li#categories{
     }

.widget_categories{
     }

