/* CSS Document */

html, body {
	height: 100%;
	font-size: 78%;
	font-family: Helvetica, Arial;
	color: #555555;
	margin: 0;
	padding: 0;
}
body {
	background-image: url(/images/body_background.jpg);
	background-repeat: repeat;
}
a {
	font-family: Arial, Helvetica;
	color: #6B4081;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
a.on, a:visited.on {
	color:;
}
a:hover {
	color: #6B4081;
	text-decoration: underline;
}
a:visited {
	color: ;
}
a img {
	border: 0;
}

img {
	border: 0;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}
p, h1, h2, h3, h4, h5, ul, ol, blockquote p {
	padding: 0;
}

ul, ol {
	list-style: none;
}
code {
	background: #FFFFC1;
}

a img {
	border: none;
}

p {
	font-family: Helvetica, Arial;
	font-size: 1.2em;
	margin: 3px 0 9px 0;
}

ul, li {
	font-size: 1.1em;
	list-style-type: square;
}

li {
	margin: 0 0 10px 20px;
}

.greytext {
	color: #898989;
}

.mediumtext {
	font-size: 1.4em;
}

h1 {
	font-size: 2.8em;
	margin: 8px 0 13px 0;
	font-weight: normal;
	color: #333333;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.7em;
	margin: 3px 0 6px 0;
	font-weight: normal;
	color: #454545;
}

#page {
	width: 1000px;
	padding: 0;
}

#pagetop {
	width: 1000px;
	height: 255px;
	position: absolute;
	z-index: 100;
}

#pagetop_home {
	width: 1000px;
	height: 255px;
	position: absolute;
	z-index: 100;
}

#main_container {
}

#main_content {
	width: 960px;
	position: relative;
	left: 20px;
}

#blog_home {
	position: absolute;
	background-image: url(/images/blog_notepad_background.png);
	background-repeat: no-repeat;
	top: 262px;
	width: 257px;
	height: 382px;
}

#blog_home p {
	margin: 0 25px 0 50px;
	line-height: 19px;
}

.blog_readmore {
	position: absolute;
	left: 143px;
	top: 316px;
}

#home_madprops {
	position: absolute;
	z-index: 100;
	top: 292px;
	left: 251px;
	width: 254px;
	height: 463px;
	background-image: url(/images/mad_props_ribbon.png);
	background-repeat: no-repeat;
}

#home_photo_container {
	position: absolute;
	top: 230px;
	left: 454px;
	width: 525px;
	height: 369px;
	background-image: url(/images/home_photo_background.png);
	background-repeat: no-repeat;
}

#home_photo {
	position: relative;
	top: 50px;
	left: 53px;
}

#home_tagline {
	position: relative;
	top: 95px;
	left: 130px;
}

#rightside_item {
	position: absolute;
	z-index: 90;
	left: 770px;
}

#rightside_nav_container {
	width: 226px;
}

#rightside_nav_top {
	width: 226px;
	height: 49px;
	background-image: url(/images/rightside_nav_top.png);
	background-repeat: no-repeat;
}

#rightside_nav_middle {
	background-image: url(/images/rightside_nav_middle.png);
	background-repeat: repeat-y;
	padding: 4px 23px 7px 23px;
	
}

#rightside_nav_middle a.on {
	color: #777777;
}

#rightside_nav_bottom {
	width: 226px;
	height: 11px;
	background-image: url(/images/rightside_nav_bottom.png);
	background-repeat: no-repeat;
}

#paper_container {
	position: relative;
	top: 190px;
	left: 105px;
	width: 742px;
	padding-bottom: 100px;
}

#paper_container_top {
	width: 742px;
	height: 10px;
	background-image: url(/images/paper_background_top.png);
	background-repeat: no-repeat;
}
	
#paper_container_middle {
	width: 577px;
	background-image: url(/images/paper_background_middle.png);
	background-repeat: repeat-y;
	padding: 40px 80px;

}

#paper_container_bottom {
	width: 742px;
	height: 10px;
	background-image: url(/images/paper_background_bottom.png);
	background-repeat: no-repeat;
}


#portfolio_container {
	position: absolute;
	top: 65px;
	left: 31px;
	width: 938px;
	height: 660px;
	background-image: url(/images/portfolio_background.png);
	background-repeat: no-repeat;
}

#portfolio_stage {
	position: relative;
	top: 97px;
	left: 127px;
	width: 706px;
}



#pagefooter {
	width: 844px;
	position: relative;
	left: 65px;
	padding: 30px 0;
}

#pagefooter_left {
	float: left;
}

#pagefooter_right {
	float: right;
	margin-right: 45px;
}

#pagefooter p, #pagefooter a {
	font-size: 1.1em;
	font-weight: normal;
	color: #A7A7A7;
}
