/*
THEME NAME: Running Red Lights
THEME URI: http://evanlim.org/weblog
DESCRIPTION: The theme for Running Red Lights blog
VERSION: 1.0
AUTHOR: Evan Lim
AUTHOR URI: http://evanlim.org
TAGS: fixed width, two columns, widgets, theme options, options page, white, blue
*/
body {
	background-color: #6699FF;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin, padding: 0;
}

#mainContainer {
	margin: 0 auto;
	width: 700px;
}

#content {
	width: 466px;
	background-color: #FFF;
	float: left;
	border: 1px solid #000;
	padding: 6px;
        min-height: 480px;
}

#sideBar {
	width: 220px;
	background-color: transparent;
	float: left;
}

#footer {
        clear: left;
        float: left;
        width: 700px;
}

.singleEntry, .hentry {
	margin-bottom: 28px;
}

.entry {
        margin-top: 10px;
}

.entry small, .entry small a:link, .entry small a:visited {
        color: #888;
}

.entry small a:hover {
        text-decoration: underline;
}

p {
        margin-top: 0;
}

.entry p {
        margin-top: 3px;
}

body, td { 
	font-size: 12px; 
}

small, h2.widgettitle { 
	font-size: 11px;
}

h2.widgettitle {
        margin: 16px 0 3px 0;
}

h2.pagetitle {
        font-size: 17px;
}

a:link {
	text-decoration: none;
}

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

a:hover {
	text-decoration: underline;
}

a.nav:visited {
	color: #FFFFFF;
}

.widget_archive a:visited, #footer a:visited {
        color: #FFF;
}

.widget_archive ul {
        padding-left: 0;
}

ul {
        padding-left: 12px;
        list-style-type: none;
}

.screen-reader-text {
        font-size: 11px;
        font-weight: bold;
}

form input {
        margin: 0;
        padding: 0;
}

form #searchsubmit {
        border: 1px solid #000;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        margin-top: 3px;
        width: 60px;
        background-color: #BBB;
        height: 18px;
}

form #s, select {
        border: 1px solid #000;
        margin: 0;
}

form input#s {
        height: 18px;
        margin-top: 3px;
        width: 195px;
}

.widget_archive select {
        background-color: #FFF;
        height: 20px;
        width: 197px;
}

.alignleft {
        float: left;
}

.alignright {
        float: right;
}

.navigation {
        clear: both;
}