/*
Theme Name: Socalsail_ymatt
Theme URI: http://www.socalsail.com/
Description: ymatt's Socalsail wordpress theme.
Version: 0.1
Author: ymatt
Author URI: http://www.hine.org/

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

*/

body,table {
	padding: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	background-color: #fff;
	color: #333;
}

body {
	margin: 10px 10px 10px 207px;
	background-color: #fff;
}

#content {
	border: none;
	background-color: #fff;
	margin: 0;
	padding: 2em;
}

#menu {
	background-image: url(/images/socalsail_logo.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-align: left;
	color: #000;
	background-color: #fff;
	border-right: none;
	border-bottom: none;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 88px 5px 10px 16px;
	width: 186px;
}

#menu hr {
    margin-right: 10px;
}

#menu ul, #menu ul ol {
	margin: 3px 0 15px 0;
	padding: 0;
}

#menu li {
    list-style-type: none;
    list-style-image: none;
    text-indent: -10px;
    margin-left: 10px;
}

#sidebar {
    float: right;
    background-color: #ccf;
    padding: 4px;
    width: 25%;
    margin: 20px 10px 10px 10px;
}

#adright { float: right; margin: 0 20% .5em 1em }

b, strong { font-weight: bold }
i { font-style: italic }
a { text-decoration: none; color: #31657A }
a:hover { text-decoration: underline; color: #E28A14 }
hr {
	height: 1px;
	border: 0;
}
h1 {
	font-size: 1.75em;
	margin-top: .5em;
	line-height: 125%;
}
h2 { font-size: 1.25em; }
img { border-width: 0 }
input { border-color: #999 }
pre,tt { font-family: monospace }
