/*
Theme Name: swo-custom
Theme URI: n/a
Description: This is a 2-column Wordpress theme created by impermanentmedia training & consulting.
Version: 1
Author: impermanentmedia
Author URI: http://www.impermanentmedia.com
*/


/**** html ****/
html {min-width: 824px;}

body {
	margin: 0px;
	background-color: #ffeedd;
	font-family: Palatino, "Times New Roman", "Times Roman", serif;
	font-size: 13px;
	line-height: 1.3em;
	color: #000033;
}

p {
	margin-top: 0px;
}

h1,h2,h3,h4 {
	margin-top: 0px; 
	margin-bottom: 10px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

a:link {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:active {
        color: #000033;
        text-decoration: none;
	font-weight: bold;
        outline: none;
}

a:visited {
        color: #663300;
        text-decoration: none;
	font-weight: bold;
        outline: none;
}

a:hover {
	color: #000033;
        text-decoration: underline;
	font-weight: bold;
        outline: none;
}

ul {
        /*list-style: none;*/
	list-style-image: url(/images/bullet.gif);
	/*margin: 0px 0px 0px -45px; 
        text-align: left;*/
}

li {
        /*list-style: none;*/
        list-style-image: url(/images/bullet.gif);
        /*margin: 5px; 0px 0px 0px; 
        text-align: left;*/
}

blockquote {
        font-size: 13px;
        font-style: italic;
        padding: 10px 10px 1px 10px;
        background-color: #ffeedd;
}

/*#content img {
        margin: 0px 4px 4px 4px;
}*/


/**** IDs for global layout ****/
#container {
	width: 824px;
	margin: 0px auto;
    	background-image: url(images/shadowBg.png); 
    	background-repeat: repeat-y;
}

#header {
	width: 794px;
	margin: 0px auto 20px auto;
	border-bottom: 1px solid #000033;
}

#sidebar {
	width: 170px;
	margin: 20px 20px 20px 30px;
	padding: 20px 0px 0px 0px;
	float: left;
        font-size: 11px;
	/*border: 1px solid red;*/
}

#sidebar ul {
        list-style: none;
	/*list-style-image: url(/images/bullet.gif);*/
	margin: 0px 0px 0px -45px; 
        text-align: left;
}

#sidebar li {
        list-style: none;
        /*list-style-image: url(/images/bullet.gif);*/
        margin: 5px; 0px 0px 0px; 
        text-align: left;
}


#catsfeeds {
	margin: 30px 0px 0px 5px;
	border-top: 1px solid #000033;
	padding: 10px 0px 0px 0px;
}

#content {
	width: 530px; 
	margin: 20px 30px 40px 0px;
	color: #000000; 
	float: right; 
	/*border: 1px solid blue;*/
}

#footer {
	width: 794px;
	margin: 0px auto;
	padding: 20px 0px 10px 0px;
	background-color: #ffffff;
	border-top: 1px solid #000033; 
        font-size: 11px;
	text-align: center;
	clear: both; 
}



/**** classes ****/
.copyright {
	font-size: 10px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.metadata {
	margin: 20px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 10px;
	border-bottom: 1px solid #333333;
}

.metadata a {
	text-decoration: none;
	outline: none;
}

.footerCats {
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #333333;
}

