/*  
Theme Name: oldmain
Theme URI: http://www.macwebguru.com
Description: Three column theme based on an open source design by M. Douglas Wray - Fully Widgetized!
Version: 1.0
Author: M. Douglas Wray
Author URI: http://www.macwebguru.com
	oldmain v1.0
	http://www.macwebguru.com
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
 single.php, searchform.php, comments.php, comments-popup.php are based on the WordPress default files.
*/

/* ##### Common Styles ##### */
body
{
	color: black;
	background-color: #EFEDD8;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 73%;
	/* Enables font size scaling in MSIE */
	margin: 0;
	padding: 0;
}

html > body { font-size: 10pt; }

acronym, .titleTip
{
	border-bottom: 1px dotted rgb(168,140,83);
	cursor: help;
	margin: 0;
	padding: 0;
}

.doNotDisplay { display: none !important; }

.smallCaps
{
	font-size: 117%;
	font-variant: small-caps;
}

h1 { color: #000; }
h2, h3, h4, h5, h6 { color: #b29b4b; }

p
{
	margin: 1em 0;
	padding: 0;
	line-height: 1.4em;
}

p.postmetadata
{
	margin: .25em 0 .25em 0;
	padding: 0;
	line-height: 1.1em;
	font-size: 10px;
}

p.item
{
	margin: 20px 0;
	padding: 5px background: transparent;
	float: left;
	width: 90%;
}

p.item img
{
	float: left;
	margin-right: 20px;
}

dt
{
	font-weight: bold;
	margin: 0;
	padding: 0 0 0.5ex 0;
}

dd
{
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

.center { text-align: center; }

#wrapper_outer
{
	margin: 30px 20px 10px 20px;
	border: 4px solid #000;
	background-color: #fff;
	background-image: url(http://www.cualum.org/wp-content/themes/oldmain/images/bgd_page.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	min-width: 800px;
}

#wrapper_inner
{
	margin: 0;
	border: none;
	background-image: url(http://www.cualum.org/wp-content/themes/oldmain/images/bgd_old_main.jpg);
	background-repeat: no-repeat;
	background-position: -4px bottom;
	/* For IE ONLY */
}

html > body > #wrapper_outer > #wrapper_inner { background-position: left bottom; }

/* ##### Header ##### */
#header
{
	color: inherit;
	background-color: #000;
	background-image: url(/wp-content/themes/oldmain/images/header_images/rotate.php);
	background-repeat: no-repeat;
	background-position: left top;
}

#header img.logo
{
	margin: -30px 0 0 40px;
	border: 0;
}

#header h1, #header h2
{
	display: none;
	/* turns off text elements */
}

.subHeader
{
	color: #000;
	font-size: 13px;
	background-color: #fff;
	background-image: url(http://www.cualum.org/wp-content/themes/oldmain/images/bgd_top_nav.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: left;
	margin: 12px 0 0 0;
	padding: 5px 0 5px 0;
	border-top: 1px solid #AB9945;
	border-bottom: 1px solid #AB9945;
}

.subHeader a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0 3px;
	/* border:1px solid red; */
}

.subHeader a:hover
{
	color: #eee;
	/* background-color: #666;

  border:1px solid #fff; */
}

/* ##### Left Side Bar ##### */
.leftSideBar
{
	width: 150px;
	float: left;
	clear: left;
	background: none;
	zoom: 99%;
	/* YET another IE fix */
	padding-bottom: 250px;
}

.leftSideBar ul h2.widgettitle, .leftSideBar ul li h2 { color: #b29b4b; }

.leftSideBar .sideBarTitle
{
	color: #b29b4b;
	font-weight: bold;
	margin: 0;
	padding: 0.8ex 1ex;
}

.leftSideBar ul
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 1em 0;
	padding: 0;
}

.leftSideBar ul li, .leftSideBar li ul li, .leftSideBar ul li.widget ul li
{
	margin: 2px 0 6px 10px;
	line-height: 1.2em;
	padding: 0 0 0 0;
}

.leftSideBar a
{
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

.leftSideBar a:hover
{
	color: #C8B42C;
	/* background:#fff; */
	text-decoration: none;
}

.leftSideBar .sideBarText
{
	color: rgb(166,140,83);
	background-color: transparent;
	padding: 0;
	display: block;
}

.leftSideBar .sideBarText a { text-decoration: underline; }
.leftSideBar .sideBarText a:hover { text-decoration: none; }

.leftSideBar .thisPage
{
	color: rgb(64,64,64);
	background-color: transparent;
	font-weight: bold;
}

.leftSideBar h2
{
	font-size: 12px;
	margin: 10px 0 5px 0;
	color: #b29b4b;
}

li.widget_calendar { margin: 0 0 0 5px; }
li.widget_calendar a { color: #f30; }

/* ##### Right Side Bar ##### */
.rightSideBar
{
	width: 150px;
	margin: 0;
	padding: 0;
	float: right;
	clear: right;
	font-size: 10px;
}

[class~="rightSideBar"] { margin-right: 0; }

.rightSideBar .sideBarTitle
{
	color: black;
	font-weight: bold;
	margin: 1.25ex 10px;
	padding: 0.9ex 5px;
}

.rightSideBar a
{
	color: #755E00;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}

.rightSideBar a:hover
{
	color: #CD3B23;
	background: #fff;
}

.rightSideBar .sideBarText
{
	line-height: 1.5em;
	margin: 0;
	padding: 0 2ex 1em 2ex;
}

.rightSideBar .more
{
	text-decoration: none;
	text-align: right;
	margin: 0;
	padding: 0 2ex 1em 2ex;
	display: block;
}

.rightSideBar .more:hover { text-decoration: underline; }

.rightSideBar ul
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 1em 0;
	padding: 0;
}

.rightSideBar li
{
	margin: 0;
	padding: 0 0 0 0;
}

.rightSideBar h2
{
	font-size: 12px;
	margin: 12px 0 3px 0;
	color: #666;
}

.rightSideBar form { margin: 0; }
.rightSideBar img { border: 0; }
.rightSideBar input { font-size: 10px; }

/* ##### Main Copy ##### */
.main-copy
{
	color: black;
	background-color: white;
	text-align: left;
	line-height: 1.5em;
	margin: 0 40px 0 170px;
	padding: 0.5ex 120px 1em .75em;
}

.main-copy h1
{
	background-color: transparent;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 175%;
	font-weight: bold;
	/* font-style: italic; */
	text-align: left;
	margin: .4em 0 0.5em 0;
	padding: 1em 0 0 0;
	line-height: 1.2em;
	/* border-top: 1px solid rgb(216,210,195); */
}

.main-copy h1 a
{
	text-decoration: none;
	color: #000;
}

.main-copy h2 { font-size: 16px; }
.main-copy h4 { margin: 0; }
.main-copy p { margin-top: 0; }
.main-copy ul li { margin: 0 0 .25em 1em; }

.main-copy a
{
	color: #755E00;
	background-color: transparent;
	text-decoration: underline;
}

.main-copy a:hover { color: #CD3B23; }

.main-copy img
{
	padding: 0;
	border: 1px solid #000;
}

.main-copy ul
{
	margin: 5px 0 8px 0;
	padding: 0;
}

.main-copy ul li
{
	margin: 0 0 5px 2em;
	padding: 0;
}

.main-copy ul li ul li
{
	margin: 0 0 5px 1.5em;
	padding: 0;
}

.date-header
{
	font-size: 78%/1.4em;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #999;
}

.post
{
	padding-bottom: 20px;
}

.date
{
	float: right;
	margin: 5px 0 0 5px;
	padding: 0 10px;
	text-align: center;
	font-size: 0.8em;
	border: #ccc 1px solid;
	font-weight: bold;
	background: url(ribbed.gif) repeat;
	color: #556677;
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, Arial, Serif;
}

.date span { display: block; }
.date .day { font-size: 1.6em; }

.post h3
{
	font-size: 14px;
	margin-bottom: 0;
}

.post h4
{
	font-size: 12px;
	margin-bottom: 0;
}

.post a
{
	/* 755E00 original link color, too weak */
	/* 960 next try - still too weak */
	color: #755E00;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
}

.post a:hover
{
	text-decoration: underline;
	color: red;
}

.post img
{
	padding: 0;
	border: 1px solid #000;
}

blockquote
{
	padding-left: 20px;
	margin-bottom: 1px;
	display: block;
	padding-top: 5px;
}

.leftSideBar ul li
{
	font-size: 10px;
	color: #999;
}

.leftSideBar ul li.page_item { padding-left: 10px; }
.leftSideBar ul li a { font-size: 12px; }

.leftSideBar ul.children
{
	font-size: 10px;
	color: #999;
}

.leftSideBar ul.children a { font-size: 12px; }
.leftSideBar ul li.page_item ul { display: none; }

/* surpresses display of sub-pages */
.leftSideBar li.current-cat
{
	font-size: 10px;
	color: #C8B42C;
}

.leftSideBar li.current-cat a
{
	font-size: 12px;
	color: #C8B42C;
}

.leftSideBar ul li.current_page_item a { color: #C8B42C; }

/* ##### Footer ##### */
#footer
{
	color: #787468;
	font-size: 9px;
	text-align: center;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

#footer div
{
	margin: 0;
	padding: 0;
}

#footer a
{
	color: #755E00;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover
{
	text-decoration: none;
	color: #CD3B23;
}

#footer ul.bottomnav
{
	list-style-type: none;
	margin: 0 0 10px 0;
}

#footer ul.bottomnav li
{
	display: inline;
	margin: 0;
}

#footer ul.bottomnav li a
{
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

#footer ul.bottomnav li a:link, #footer ul.bottomnav li a:visited { color: #000; }
#footer ul.bottomnav li a:hover, #footer ul.bottomnav li a:active { color: #c33; }

/* ##### Comments ##### */
.comment-link
{
	text-transform: uppercase;
	letter-spacing: .1em;
}

input.text, textarea
{
	background: #ffffff url("http://yoururl.com/wp-images/input.gif") top right;
	color: #000000;
	border: 1px solid;
	border-color: #888888 #888888 #aaaaaa #aaaaaa;
	padding: 3px 3px 4px 3px;
	font-size: 1em;
}

input.text:focus, textarea:focus { border-color: #000000; }

.alt
{
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.caption
{
	font-size: 9px;
	line-height: 1.3em;
}

table.teaser { font-size: 10px; }

table.teaser td
{
	width: 50%;
	vertical-align: top;
	padding: 0 10px 10px 0;
}

table.teaser td h4
{
	font-size: 11px;
	line-height: 12px;
	margin: 0 0 3px 0;
}

table.teaser td img { margin: 0 7px 2px 0; }

.teasetitle
{
	color: #755E00;
	font-weight: 900;
}

table.bn { font-size: 11px; }

table.bn td.left
{
	width: 75%;
	vertical-align: top;
	padding: 0 10px 10px 0;
}

table.bn td.right
{
	width: 25%;
	vertical-align: top;
	padding: 0 10px 10px 0;
}

table.bn td img { margin-top: 5px; }
table.bn td h3 { margin: 5px 0 3px 0; }

p.sep
{
	border-bottom: 1px solid #ddd;
	margin-bottom: 2em;
}

li.widget_recent_entries ul
{
	list-style: disc;
	margin-left: 10px;
}
