/*
Theme Name: Colin Stinn
Theme URI: http://www.colinstinn.com
Description: Wordpress theme for Colin Stinn.com
Version: beta
Author: Colin Stinn
Author URI: http://colinstinn.com
*/
img {
	padding-right:10px;
}

* {
	margin: 0;
	padding: 0;
	}
body {
	height: 500px;
	font-size: 62.5%;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/body-bg.jpg) no-repeat top #000;
	}
p{
	text-decoration:none;
	color:#CCC;
	font-size:1.5em;
	line-height:1.4em;
	margin-bottom:0.8em;
	}
li {
	text-decoration:none;
	color:#CCC;
	font-size:1.5em;
}
	
a { color:#999999; text-decoration:none;}
a:hover, a:active { text-decoration:underline;}
h1 { color:#FFF; font-size:3.0em; margin-bottom:0.8em; }
h2 { color:#FFF; font-size:2.0em; text-transform:uppercase; margin-bottom: 0.8em; }
h3 {color:#CCC; font-size:1.5em; text-transform:uppercase; margin-bottom: 0.8em; }
h4 {color:#CCC; font-size:1.0em; margin-bottom: 0.8em; }
.clear { clear: both;}
div#page-wrap {
	width: 1000px;
	margin: 0 auto;
	}
div#ipad {
	
	
}
ul#nav {
	margin-top:20px;
	border-style:none;
	}
div#main-content {
	background:url(images/content-bg.jpg);
	background-attachment:fixed;
	padding-top: 35px;
	}
		div#main-content div#left-col {
		padding:10px;
		float:left;
		width:630px;
		}
		div#main-content div#right-col {
		float:right;
		width:260px;
		padding:10px;		
		}
		div#main-content div#right-col p {
			font-size:95%;
		}
div#footer {
	background:url(images/carbon.png) repeat;
	margin-left: auto;
	margin-right: auto;
	height:75px;
	width:1000px;
	color: white;
	}
div#footer div#footer-right {
	float:right;
	width:260px;
	}
div#footer div#footer-left {
	float:left;
	width:630px;
	}
.indented {
	padding-left:50pt;
	padding-right:50pt;
}
.indented-side {
	padding-left:20pt;
	padding-right:20pt;
}

div.post div.date{
    float:left;
    height:50px;
    width:50px;
    color:#fff;
    padding:0 20px 25px 0;
    font-weight:bold;
    text-transform:uppercase;
    line-height:15px;
    text-align:center;
}

div.post div.date span{
    font-size:18px;
}
div.post div.date div.author {
	color:#000;
	font-size:8px;
	font-weight:lighter;
}