/*
Company:	Matt Lewis
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/page-bkg-repeat.jpg) repeat-y 50% 0 #000;
}
body {
	background: url(../images/page-bkg.jpg) no-repeat 50% 0;
	font-family: Georgia, times, serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 1102px;
	height: 128px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px 0;
}

/* Body */
div#bd {
	width: 1102px;
	margin-left: auto;
	margin-right: auto;
}
div.paper-bkg {
	background: url(../images/paper-bkg.png) no-repeat 30px 0;
	width: 100%;
}
div.content-top {
	width: 1102px;
	height: 64px;
	background: url(../images/content-top.png) no-repeat 0 0;
}
div.content {
	width: 1102px;
	background: url(../images/content-bkg.png) no-repeat 0 0;
	padding: 1px 0;
}
div.content-btm {
	width: 1102px;
	height: 75px;
	background: url(../images/content-btm.png) no-repeat 0 0;
}
div.content-bkg {
	width: 1102px;
	background: url(../images/content-solid.png) repeat-y 0 0;
}

/* Footer */
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 394px;
	height: 71px;
	background: url(../images/ml-logo.png) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0 0 0 270px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Main */
div.main {
	width: 480px;
	overflow: hidden;
	margin: -40px 0 0 80px;
	float: left;
	display: inline;
}

/* Side */
div.side {
	width: 445px;
	margin: -180px 70px 0 0;
	float: right;
	display: inline;
}

/* Headshot */
div.headshot {
	width: 181px;
	height: 307px;
	margin: -190px 0 0 75px;
	background: url(../images/matt-headshot.png) no-repeat 0 0;
}

/* Video */
div.video {
	width: 445px;
	height: 357px;
	background: url(../images/video-bkg.png) no-repeat 0 0;
}
div.video-box {
	width: 320px;
	height: 240px;
	margin-left: 52px;
}

div.video-box object{
	width: 320px;
	height: 240px;
}

div.video h3 {
	margin: 0;
	height: 75px;
	overflow: hidden;
	text-indent: -9000px;
}
div.video a.more {
	display: block;
	height: 20px;
	text-indent: -9000px;
	width: 410px;
}

/* Side Box */
div.side-box-wrap {
	margin: 0 0 10px 11px;
}
div.side-box-top {
	width: 400px;
	height: 8px;
	background: url(../images/side-box-top.png) no-repeat 0 0;
	overflow: hidden;
}
div.side-box-btm {
	width: 400px;
	height: 8px;
	background: url(../images/side-box-btm.png) no-repeat 0 0;
	overflow: hidden;
}
div.side-box {
	width: 400px;
	background: url(../images/side-box-bkg.png) repeat-y 0 0;
	overflow: hidden;
}

/* About */
div.about {
	padding: 5px 15px;
	width: 250px;
}
div.about h3 {
	background: url(../images/hd-about-matt.gif) no-repeat 0 0;
	margin: 0 0 3px 0;
	height: 38px;
	text-indent: -9000px;
}
div.about p.more {
	margin: 0;
}
div.about p.more a {
	display: block;
	background: url(../images/txt-about-learn-more.gif) no-repeat 0 0;
	height: 17px;
	text-indent: -9000px;
}
div.about p {
	color: #545456;
	font-size: 123.1%;
	margin: 0 0 3px 0;
}
div.about-pic {
	position: absolute;
	z-index: 10;
	margin: -118px 0 0 268px;
}

/* Twitter */
div.twitter-feed {
	padding: 5px 15px 5px 88px;
	background: url(../images/icon-twitter-feed.gif) no-repeat 10px 0;
	color: #18506a;
	font-style: italic;
}
div.twitter-feed h3 {
	margin: 0 0 .5em 0;
	font-weight: normal;
	font-size: 138.5%;
}
div.twitter-feed p {
	font-size: 116%;
	margin: 0;
}

/* Social */
div.social {
	margin-left: 14px;
	margin-bottom: 10px;
	padding: 4px 0 0 0;
}
div.social ul {
	margin: 0;
	padding: 0;
}
div.social ul li {
	list-style: none;
	float: left;
	display: inline;
}
div.social a {
	display: block;
	width: 65px;
	height: 65px;
	margin-right: 10px;
	text-indent: -9000px;
}
div.social a.s-twitter {
	background: url(../images/icon-twitter.png) no-repeat 0 0;
}
div.social a.s-facebook {
	background: url(../images/icon-facebook.png) no-repeat 0 0;
}
div.social a.s-youtube {
	background: url(../images/icon-youtube.png) no-repeat 0 0;
}
div.social a.s-rss {
	background: url(../images/icon-rss.png) no-repeat 0 0;
}
div.social a.s-podcast {
	background: url(../images/icon-podcast.png) no-repeat 0 0;
}

div.social a.s-tumblr {
	background: url(../images/tumblr.png) no-repeat 0 0;
}

/* Archives */
div.archives {
	margin: 0 0 0 14px;
}
div.archives a {
	display: block;
	height: 61px;
	width: 209px;
	background: url(../images/txt-view-archives.png) no-repeat 0 0;
	text-indent: -9000px;
}

div.search {
	margin: 0 0 0 0px; left:auto;
}

/* Post Info */
div.post-info {
	margin: 0 0 30px 0;
}

/* Digg, Technorati */
div.main p.share-links {
	font-size: 108%;
	margin: 0;
	float: right;
	display: inline;
}
div.main p.share-links a.digg {
	display: block;
	background: url(../images/icon-digg.png) no-repeat 0 0;
	padding: 0 0 0 22px;
	float: left;
	display: inline;
}
div.main p.share-links a.technorati {
	display: block;
	background: url(../images/icon-technorati.png) no-repeat 0 0;
	padding: 0 0 0 22px;
	margin-left: 15px;
	float: left;
	display: inline;
}
div.main p.share-links a:link, div.main p.share-links a:visited {
	color: #1b1915;
	text-decoration: none;
}
div.main p.share-links a:hover {
	text-decoration: underline;
}
div.main p.posted {
	margin: 0;
	color: #62523e;
	font-size: 108%;
	float: left;
	display: inline;
}

/* Email Signup */
div.email-signup {
	width: 300px;
	padding: 15px 44px 0 0;
	float: right;
	display: inline;
}
div.email-signup input.txt {
	color: #000000;
	font-size: 108%;
	font-family: arial, helvetica, sans-serif;
	padding: 3px;
	vertical-align: top;
	width: 150px;
	margin: 0 4px 0 0;
}

div.email-signup input.txt2 {
	background-color:#222222; border-color:#222222; border-width:0;
	width:5px;
}

div.email-signup input.btn {
	vertical-align: top;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	font-size: 123.1%;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	margin: 0 0 .5em 0;
	font-size: 231%;
	font-weight: normal;
	color: #97601f;
}
div.main h1 a:link, div.main h1 a:visited {
	color: #97601f;
	text-decoration: none;
}
div.main h1 a:hover {
	text-decoration: underline;
}
div.main h2 {
	font-size: 123.1%;
	margin: 0 0 .75em 0;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Nav */
div.util-nav {
	padding: 10px 80px 0 0;
	float: right;
	display: inline;
}
div.util-nav ul {
	margin: 0;
	padding: 0;
	width: 329px;
	height: 39px;
	background: url(../images/util-nav.png) no-repeat 0 0;
}
div.util-nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div.util-nav ul li a {
	display: block;
	height: 39px;
	text-indent: -9000px;
}
div.util-nav ul li.n-about a {
	width: 205px;
}
div.util-nav ul li.n-contact a {
	width: 100px;
	margin-left: 20px;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #97601f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */