/* 
	Theme Name: TCWOJAP 2009
	Description: 30pt Helvetica Bold is all you'll ever need.
	Author: Jeff Baxter	
	Version: 1.0		
*/

/* The structure used in this template was copied from
the Kubrick theme that came with Wordpress 1.6 to maintain
consistency.*/

/* Begin Typography & Colors */
html { height: 100%; margin-bottom: 1px;}

body {
	font-size: 30px;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #666666;
	text-align: center;
	background-color:#f8f8f8;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.1em;
	}
	
#page {
	text-align: left;
	}

#header a{
	color: #333333;
	text-decoration: none;
	}

#content {
	width:520px;
	}


h1, h1 a, h1 a:hover, h1 a:visited, .description {
	font-size: 30px;
	text-decoration: none;
	color: #00aeef;
	}

.entry p a:visited {
	color: #00aeef;
	text-decoration: none;
	}

a, h2 a:hover, h3 a:hover {
text-decoration: none;
color: #00aeef;	
	}

.date {
color: #CCCCCC;
}

#footer a, #footer a:visited {
	color: #FF0000;
}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 520px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	margin-top:18px;
	margin-bottom: -5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h1 { 
	margin-bottom:12px;
}



.entry p {
	margin-top: 22px;
	margin-bottom: 1px;	
	}	

.narrowcolumn {
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	}

.post {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 14px;
	padding-bottom: 16px;
}

.post-single {
	margin-bottom: 8px;
	padding-bottom: 0px;
}


.postpage {
	margin-bottom: -12px;
	padding-bottom: 16px;
}

	
#footer {
	width: 100%;
	clear: both;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 1px;
	}
	

a img {
	border: none;
	}
	
.bluer {
	color: #00aeef;
}
	

li {
	float: left;
	list-style-type: none;
	
	}
	
.align-right {
	text-align: right;	

	}
	

	