/*  
Theme Name: Soft Landing Developers' Diary
Theme URI: http://softlanding.metalbat.com
Description: Temp hacky
Version: 1
Author: John Maitland and William Van Hecke
Author URI: deuel.ca
*/

body {
	background: url('http://softlanding.metalbat.com/wp-content/background.jpg') center repeat-y #F0F0FF;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	font-family: "Helvetica", sans-serif;
}
#container {
	width: 750px;
	margin: 0 auto;
	padding: 4px 0;
}

#page {
    margin: 0;
    padding: 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.navigation {
	display: block;
	text-align: center;
	padding-bottom: 25px;
	padding-top: 5px;
	font-size: 90%;
}


.post
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.pagetitle
{
    padding-top: 10px;
    padding-bottom: 10px;
}


/*** Header Specific ***/
#header {
	text-align: left;
}

#header img {border: none;}

/*** Menu Specific ***/
#menu {
	width: 750px;
	background: #CCCCFF;
	color: #FFFFFF;
	padding: 0.2em 0;
}

#not-menu {
	width: 750px;
	background: #CCCCFF;
	color: #FFFFFF;
	padding: 3px;
	font-weight: bold;
	letter-spacing: 1em;
}

#menu ul {
	padding: 0;
	margin: 0;
	background-color: #CCCCFF;
	color: #FFFFFF;
	width: 100%;
	list-style-type: none;
	text-align: right;
}
#menu ul li {
	display: inline;

}
#menu ul li a {
	padding: 2px 10px;
	background-color: #CCCCFF;
	color: #FFFFFF;
	text-decoration: none;
}

/*** Content Specific ***/
#content {
	background: #FFFFFF;
	font-size: small;
}
#content img { padding: 5px; margin: 0; border: 1px solid #CCCCFF; background-color: #FAFAFF; }
#content h2, h3, h4 { padding: 0; margin: 0; }

#content :link {color: #6060FF;}
#content :visited {color: #3030FF;}
#content a:active {color: #F0F0FF;}

img.screenshot
{
    border: none;
    display: block;
    margin: 5px;
}

/*** Sidebar Specific ***/
#sidebar {
	width: 180px;
	background: #F0F0FF;
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
}

.blurb
{
    font-style: italic;
    font-family: "Hoefler Text", "Georgia", serif;
    font-size: 110%;
    color: #333333;
    text-align: center;
}

.sapoteil
{
    text-align: center;
}

/*** Footer Specific ***/
#footer {
	width: 750px;
	background: #CCCCFF;
	padding: 5px;
	text-align: center;
	clear:both;
}


/*** For playing with WP ***/
#sidebar ul li {
	list-style-type: none;
}

#sidebar {
    font-size: small;
}
