﻿/*
	Matt Anderson
	andersonmat.com
*/
*{
	padding: 0;
	margin: 0;
}

html{
	height: 100%;
	background-image: url('img/bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}

*{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

#container{
	width: 900px;
	margin: 15px auto 15px;
}

#ribbon_top{
	background: url('img/body-ribbon-top.png') no-repeat 90% center;
	height: 6px;
}

#content{
	background-color: #fdfdfd;
	background-image: url('img/content-bg.png');
	background-position: center top;
	background-repeat: repeat-x;
	border: 1px solid #fff;
	padding: 10px;
}

#header{
	text-align: right;
	position: relative;
	margin-bottom: 20px;
}

.ribbon{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	height: 243px;
	width: 74px;
	position: relative;
	top: -16px;
	background-position: 0px -10px;
	clear: left;
	background-image: url('img/ribbons.png');
}

.ribbon#about{
	margin-right: 18px;
	background-position: -151px -10px;
}

.ribbon#contact{
	margin-right: 1px;				
	background-position: 0px -10px;
}

.ribbon#portfolio{
	margin-right: 2px;
	background-position: -76px -10px;
}

#header > #site_links{
	float: left;
	text-align: left;
}

#header > #blurb{
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;	
	font-size: 12px;
	width: 600px;
	margin: 10px 10px 10px;
	padding: 10px 0 10px;
	text-align: left;	
	position: relative;
	top: 0px;
	float: left;
	clear: right;
	line-height: 140%;
}

#header > #site_links > #matt{
	background-image: url('img/matt_anderson_header.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 50px;
	width: 500px;
	display: block;
	padding: 10px;
}

#header > #site_links > #slogan{
	background-image: url('img/website_developer_and_graphic_designer.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 23px;
	width: 358px;
	display: block;
	padding:0px 10px;
}

#page_contents{
	text-align: left;
	padding: 10px;
	position: relative;
	top: -50px;
	margin: 5px 0px;
	text-align: left;
}

#page_contents > h3{
	border-bottom: 1px dotted #bbb;
	font-weight: normal;
	font-size: 26px;
	padding-bottom: 2px;
	margin-bottom: 8px;
}

#page_contents > .post_contents{
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	line-height: 145%;
}

#contact_blurb{
	float: right;
	border: 1px dotted #bbb;
	font-size: 12px;
	padding: 5px;
	margin: 62px 0;
	width: 350px;
}

form > input[type=text], textarea{
	width: 450px;
	padding: 5px 5px;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}

form > label{
	display: block;
	margin: 5px 0px 2px;
}

form > input[type=button]{
	padding: 5px 15px;
	margin: 10px 0px;
	display: block;
	
	background-image: url('img/button_bg.png');
	background-position: 0 0;
	background-repeat: repeat-x;
	color: white;
	border: 1px #abadb3 solid;
}

form > input[type=button]:hover{
	background-position: 0 -100px;
	color: #fdfdfd;
}

form > input[type=button]:active{
	background-position: 0 -50px;
	color: #2c2c2c;
}

#footer{
	position: relative;
	top: -35px;
	margin: 0px 10px;
	padding: 5px;
	border-top: 1px dotted #bbb;
	text-align: center;
	font-size: 12px;
}