/* Style sheet reset */
html, body, fieldset 
{
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

form
{
	margin: 0;
	padding: 0;
}

/* Neutralize styling of elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address 
{
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin, only to the few elements that need it: */
li, dd, blockquote 
{
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label 
{
        cursor: pointer;
}
fieldset 
{
        border: none;
}
input, select, textarea 
{
        font-size: 100%;
}
img
{
	border: 0;
}

/* White borders */
#wtop {
	position: fixed;
	top: 0;
	left: 0;
	height: 10px;
	width: 100%;
	background: #F3F3F3;
	z-index: 9000;
}


#wbtm {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 10px;
	width: 100%;
	background: #F3F3F3;
	z-index: 9001;
}

#wleft {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 10px;
	background: #F3F3F3;
	z-index: 9002;
}

#wright {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 10px;
	background: #F3F3F3;
	z-index: 9003;
}

/* Page Layout */
body{
	/*line-height: 16px;*/
	background: #FFFFFF; /*#E5E5E5*/
	color: #6A6A6A;
	line-height: 140%;	
}

#container {
 	background-repeat: no-repeat;
 	margin-left: auto;
 	margin-right: auto;
 	padding-top: 20px;
	width: 800px;

}

#logotype {
	height: 80px;
	margin-left: -29px;
	margin-bottom: 16px;
}

#left {
	background: #FFFFFF;
	float: left;
	position: relative;
	width: 554px;
}

#right {
	background: #F3F3F3;
	position: relative;
	float: left;	
	width: 220px;
	height: 265px;
	border: 2px #AFD3DE solid;	
}

div.spacer {
	position: relative;
	float: left;
	width: 16px;
	height: 16px;
}
div.vspacer {
	position: relative;
	width: 24px;
	height: 24px;
	clear: both;
}
div.mspacer {
	position: relative;
	width: 20px;
	height: 20px;
	clear: both;
	
}
div.nspacer {
	position: relative;
	width: 16px;
	height: 16px;
	clear: both;	
}

/* Content Column */
h1 {
    margin: .5em 1.7em;
	text-transform: uppercase;	
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: 200;
	font-size: .9em;
}

h3 {
    margin: .5em 1em;
	text-transform: uppercase;	
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: 200;
	font-size: .9em;
}

span.dot{
	margin: 12em 0;
}

div.postleft {
	background: #FFFFFF;
	width: 550px;
	margin-bottom: 16px;
	border: 2px #F3F3F3 solid;
}

div.posttitle {
	background: #F3F3F3;
	position: relative;
	float: left;
	width: 435px;
	height: 36px;
	color: #8A8A8A;
}

div.category {
	background: #F3F3F3;
	position: relative;
	float: right;
	width: 115px;
	height: 36px;
	text-align: center;
	color: #AAAAAA;
	clear: right;
}

div.postcontainer {
 	margin-left: auto;
 	margin-right: auto;
	width: 502px;
}

div.post {
	margin-top: 8px;
	margin-bottom: 16px;
}

div.tags {
	text-transform: uppercase;
	font-size: .5em;
	color: #7A7A7A;
	margin-bottom: 8px;
}

a.enlarge {
	font-size: .6em;
	color: #7A7A7A;
	margin-bottom: 8px;
}

div.hr {
  height: 15px;
  background: #fff url("../images/hr.gif") no-repeat scroll center;
}
div.hr hr {
  display: none;
}

div.code {
	font-size: .8em;
	color: #7A7A7A;
	margin-bottom: 8px;
	line-height: 120%;
}

/* Menu Column */
h2 {
    margin: .5em 1.1em;
	text-transform: uppercase;	
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: 200;
	font-size: .9em;
}

#menu{

}

#menutitle {
	background: #AFD3DE;
	position: relative;
	float: left;
	width: 220px;
	height: 36px;	
}

div.menuitem {
	clear: both;
    margin: 0 1.4em;
	color: #8A8A8A; 
	height: 24px;
}

#work {
	position: absolute;
	clear: left;
	bottom: 11px;
	right: 16px;
}

/* Navigation */
#navigation {
	clear: both;
	text-align: center;
}

small {
	float: left;
	background: #F3F3F3;
	width: 60px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 3px;
	color: #BABABA;
}

/* Foot Bar */
#footbar {
	
}

#pink {
	background: #D7F0C6;
	position: relative;
	float: left;
	width: 225px;
	height: 64px;
	clear: both;
}

#play {
	position: absolute;
	top: 16px;
	left: 24px;
}

#babyblue {
	background: #AFD3DE;	
	position: relative;
	float:left;
	height: 64px;
	width: 309px;
}

#grey {
	background: #F3F3F3;	
	position: relative;
	float:left;
	height: 64px;
	width: 220px;	
}

#footer {
	clear: both;
}

/* Links */
a:link {
 	color:#8A8A8A;
	text-decoration: none;
}

a:visited { 
	color:#8A8A8A;
	text-decoration: none;
}

a:hover {
	color:#AFD3DE;
	text-decoration: none;
}
a.menu {
	font-family: "Trebuchet MS", Verdana, sans-serif;	
	font-weight: 200;
	font-size: .9em;
	text-decoration:none;
}

a.menu:link {
	color:#8A8A8A;
}

a.menu:visited { 
	color:#8A8A8A;
}

a.menu:hover {
	color:#AFD3DE;
}
