/* @override 
	http://markretzloff.com/wp-content/themes/mrmark/style.css
	http://markretzloff.com/wp-content/themes/mrmark/style.css
	http://markretzloff.com/wp-content/themes/mark-restored/style.css
*/

/* @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,
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-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Background */

body {
	margin: 0;
	padding: 0; 
	text-align: center;
	height: 100%;
	border: none;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Sans-Serif;
	color: #333;
	background: #ffffff url(images/background/graph-pattern.gif);
	background-repeat: repeat;
}

html, body {
    height: 100%;
}

#container {
	background-image: url(images/background/top-stripe.jpg);
	background-repeat: repeat-x;
}

#container_level_2 {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 667px;
	background-image: url(images/background/body-bg.jpg);
	background-repeat: repeat-y; 
}

/* @end */

/* @group Titles */

h1 {
	margin: 0;
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #575757;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 15px 0 0 0;
	color: #575757;
}

h3 {
	
}

h4 {
	
}

/* @end */

/* @group Menu */

#main_menu {
	width: 100%;
	height: 71px;
	background-image: url(images/menu/menu.jpg);
	background-repeat: no-repeat;
	
}

#menu {
	width:420px;
	height:71px;
	margin: 0 0 0 232px;
	padding: ;
	display:block;
	text-align:left;
	text-transform:none;
	font-size:1.2em;
	list-style:none;
	}

#menu li {
	float:left;
	padding:0;
	margin:0;
	}
	
#menu li a { 
	width: 105px;
	height: 71px;
	display:block;
	padding:;
	color:#333;
	text-decoration:none;
	text-indent: -9999px;
	}

#online a:hover {
	background: transparent url(images/menu/menu.jpg) no-repeat -232px -71px;
}

#print a:hover {
	background: transparent url(images/menu/menu.jpg) no-repeat -337px -71px;
}

#branding a:hover {
	background: transparent url(images/menu/menu.jpg) no-repeat -442px -71px;
}

#about a:hover {
	background: transparent url(images/menu/menu.jpg) no-repeat -547px -71px;
}


/* @end */

/* @group Header */

#header {
	width: 100%;
	height: 61px;
	background-image: url(images/background/header.jpg);
	background-repeat: no-repeat;
}

#header_menu {
	width: 246px;
	height: 65px;
	margin: 0 0 0 18px;
	display:block;
	text-align:left;
	text-transform:none;
	font-size:1.2em;
	list-style:none;
}

#header_menu li {
	float:left;
	padding:0;
	margin:0;
}

#header_menu li a {
	width: 246px;
	height: 65px;
	display:block;
	text-decoration:none;
	text-indent: -9999px;
}



/* @end */

/* @group Content */

.entry p {
	padding: 10px 0;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #575757;
	text-align: left;
}

#content {
	margin:;
	padding: 21px;
	float: left;
	clear: both;
	
}

blockquote {
	margin: 15px;
	padding-left: 45px;
	background-image: url(images/quotes/open-quote.gif);
	background-repeat: no-repeat;
}

.entry blockquote p {
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 25px 10px;
	color: #168cc2;
}

/* @end */

/* @group Images */

.boxes {
	float: left;
}

img {
	margin: 2px;
	padding: 2px;
	border: 1px solid #ababab;
}

#me {
	border: none;
	padding: 0 0 65px 0;
}

.logo {
	border: none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 15px;
	display: inline;
	}

img.alignleft {
	margin: 0 15px 2px 2px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* @end */

/* @group Footer */

#footer {
	margin: 25px 0 15px 0;
	padding: 0 20px;
	height: 45px;
	background-image: url(images/background/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#contact-me {
	width: 407px;
	line-height: 1.2em;
	float: left;
}

.contact {
	margin: 0 0 4px;
	text-transform: uppercase;
	color: #a7a7a7;
}

#credit-me {
	width: 207px;
	float: right;
}

.credits {
	font-size: .9em;
	color: #a7a7a7;
	text-align: right;
}

.gray {
	color: #8a8a8a;	
}

/* @end */

/* @group Navigation */

#page-navigation {
	width: 100%;
	margin: 6px 0 6px 0;
	padding: 0;
	float: left;
	clear: both;
}

#page-navigation img {
	border: none;
}

#page-navigation p {
	padding: 0;
	font-size: 4em;
	color: #575757;
	text-align: justify;
}

.previous {
	margin: 0 0 0 2px;
	float: left;
}

.next {
	margin: 0 6px 0 0;
	float: right;
}

.previous a, .next a {
	color: #cbcbcb;
	font-size: .4em;
	font-weight: normal;
}

.previous a:hover, .next a:hover {
	color: #9d9d9d;
}


/* @end */

/* @group Links */

a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #168cc2;	
}

.text-link {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #168cc2;	
}



/* @end */