/* STYLE.CSS

	Theme Name: LiftYourXJ
	 Theme URI: http://liftyourxj.com
	   Version: 1.0
	    Author: Jochen Wolters (Sadish Bala; David Uliana)
 
	CSS theme for liftyourxj.com
	
	This is a modified version of an older theme for polytropia.com.
	It is based on "Intense" by Sadish Bala (http://wpthemepark.com/);
	which is based on "Intense Simplicity" by David Uliana (http://saltedsugar.com).
	
	Feel free to use parts of this CSS file to your liking; plagiarizing the
	complete design, however, is bad for your karma and will do serious damage 
	to your creative abilities.

	Outline
	
	Page Basics
	Font Fundamentals
	IDs:
		Header
		Navigation Bar
		Content
		Footer
		
	Usage of headers:
		h1 - Site Name
		h2 - Post Title
		h3 - Section header
		h4 - N/A
		h5 - N/A
		h6 - N/A

	Colors:
		Main text: 					#222
		Navigation bar, footer:		#bbb;
			- link:hover			#fff;
			- link:hover background	#ccc;
		
		Headers						#af2639;		
*/



/* Page Basics ----------------------------------------------------------------------- */

#page {
	width: 700px;
	margin: auto;
	background: #fff;
	border: 2px solid #222;
	font: 14px 'Trebuchet MS', Verdana, Arial, sans-serif;
	text-align: justify;
}

body {
	margin: 0px;
	padding: 0px;
	background: #222 url(assets/background.png) repeat-x fixed top center;
	text-align: justify;
}



/* Font Fundamentals------------------------------------------------------------------ */

h2 {
	font-size: 26px;
	font-weight: bold;
	color: #af2639;	margin-bottom: 2px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #af2639;	margin-top: 20px;
	margin-bottom: 0px;
}

hr {
	width: 100%;
	border: 0;
	margin: 5px 0px !important;
	margin: 2px 0px 5px 0px;
	height: 1px;
	color: #777;
	background-color: #777;
}

a {
	color: #222;
}

a:hover,
a:active {
	color: #000;
	background-color: #ccc;
}


p {
	line-height: 1.5em;
	margin: 5px 0px 15px 0px;
	/*text-align: justify;*/
}

p img.centered_image {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	border: solid black 1px;
}

p.warning {
	margin: 40px;
	padding: 7px 10px 7px 10px;
	line-height: 1.5em;
	border: 4px solid;
	background-color: #ffff70;
}

p.warning b {
	font-size: 16px;
}

p.warning em {
	font-weight: bold;
	font-style: italic;
}


/* Header ---------------------------------------------------------------------------- */

#header {
	width: 680px;
	height: 200px;
	margin: auto;
	text-align: left;
	background:url(assets/header.jpg) no-repeat top center;
}

#title {
	font-size: 58px;
	font-weight: bold;
	margin-top: 130px;
	margin-left: 13px;
	position: absolute;
	color: #eee;
	text-shadow: #af2639 0px 0px 5px;
	background-color: transparent;
}



/* Navigation Bar -------------------------------------------------------------------- */

#page-header {
	position: absolute;
	margin: 15px 0px 0px 15px;
	color: #eee;
}

#navbar {
	height: 30px;
	background-color: #222;
	color: #fff;
	width: 680px;
	margin: auto;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}

#navdiv {
	height: 30px;
	text-align: center;
}

#navlist {
	height: 20px;
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#navlist li {
	height: 20px;
	display: inline;
}

#navlist li a {
	color: #bbb;
	text-decoration: none;
	padding: 4px 9px 9px 9px;
	margin: 0px 3px 0px 3px;
}

#navlist li a:hover,
#navlist li.current_page a {
	color: #eee;
	background-color: #af2639;
}


/* Content --------------------------------------------------------------------------- */

#articlecolumn {
	width: 680px;
	margin: 0px 10px 0px 10px;
	position: relative;
}

#article {
	width: 580px;
	padding: 30px 50px 15px 50px;
	background-color: #eee;
}

#article table {
	border-collapse: collapse;
	margin: 18px auto 18px auto;
	
}

#article table th,
#article table td {
	padding: 3px 10px 3px 10px;
	border: black 1px solid;
	text-align: center;
}

li.intrapagenav {
	list-style-type: none;
	padding: 2px;
	margin-bottom: 5px;
}

li.intrapagenav a {
	color:#af2639;
	text-align:left;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

li.intrapagenav a:hover {
	color:#af2639;
	text-decoration: underline;
	background-color: #ccc;
}


/* Footer ---------------------------------------------------------------------------- */

#footer {
	height: 30px;
	width: 680px;
	margin: 0px 10px 0px 10px;
	padding-top: 20px;
	background-color: #222;
	color: #bbb;
	font-size: 12px;
	text-align: center;
	clear: both;	
}

#footer a {
	color: #bbb;
}

#footer a:hover {
	color: #fff;
}