/*
Theme Name: MarcusNance
Theme URI: http://MarcusNance.com
Description: Custom built theme specifically for MarcusNance.com
Version: 1.0
Author: Barranger Ridler
Author URI: http://4MKDesign.com
Tags: Marcus, Nance
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
  font-family: "Palatino Linotype";
  height: 100%;
  margin: 0;
  padding: 0;
}

a:link {color:#cc6600}      /* unvisited linkfdad00 */
a:visited {color:#cc6600}  /* visited link */
a:hover {color:#cc6600}  /* mouse over link */
a:active {color:#cc6600}

.shotcontainer {
	float:left;
	left:-30px;
	margin-right:-200px;
	position:absolute;
	bottom:0px;
}
.framed {
	border: 1px solid darkgrey; 
	padding: 10px;
}

.post-right {
	left:200px;
	position:relative;
	width:450px;
}

.post-far-right {
	left:250px;
	position:relative;
	text-align:right;
	width:400px;
}

.post-center {
	left:100px;
	position:relative;
	text-align:right;
	width:400px;
}

.post p , .post-right p , .post-far-right p {
  font-size: 11pt;
  margin-bottom: 15px;
}

img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index: -1;
}

img#bodybgtop{
width: 99.6%;

}

img#bodybg{
position:absolute;
top:0;
left:0;
width: 100%;
height:100%;
}

#page-wrap {
  position:relative;
  width: 700px;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 50px;
  z-index:1;
}

#solution {
  font-size:14px;
  /*margin-top:25px;*/
  position:absolute;
  text-align:right;
  width:100%;
}

#header {
  height: 140px;
  background: url(style/images/MarcusNance.png);
}

#nav {
  height: 40px;
  margin-bottom: 10px;
}

#nav ul {
	white-space:nowrap;
	list-style-type:none;
	padding:0;
	margin:0;
}

#nav li {
	display:inline;
	margin: -2px;
}

#content {
  position: relative;
  margin: 35px;
}

#bodytop {
  position: absolute;
  top: 185px;
  width: 700px;
}

#thebody {
  position: absolute;
  top: 195px;
  min-height: 450px;
  width: 700px;
  margin-left: auto ;
  margin-right: auto ;
  z-index: -1;
}

#links {
  text-align: right;
}
