/*
Theme Name: Callie Golden
Theme URI: www.wordpress.org
Description: Custom theme for calliegolden.org
Author:Author URI: Nathan Golden
Version: Copyright 2010 Nathan Golden
*/

@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;	
	background-color: #d9d9fe;
	background-repeat: repeat-y;
	background-image: url(../../../../images/structure/backgrd.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
}
a {
	color: #E17C6A;
	text-decoration: none;
}
a:hover {
	color: #E17C6A;
	text-decoration: underline;
}
h2 {
	color: #62090f;
}

h2 a {
	color: #62090f;
	text-decoration:none;
}
h2 a:hover {
	color: #62090f;
	text-decoration:none;
}
h3 {
	color: #E17C6A;
	font-family: Arial, Helvetica, sans-serif;
}

h3 a {
	color: #E17C6A;
	text-decoration:none;
}
p {
	color: #62090f;
	margin-top: 10px;
}

#stamp {
	color: #9E8BFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding-bottom: 15px;
}

#wrapper {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-color: #d9d9fe;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F5FDFF;
	border-left-color: #F5FDFF;
}
#wrapper #leftCol {
	width: 225px;
	height: 400px;
	background-image: url(../../../../images/structure/left_col.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #footer {
	padding: 0px;
	width: 845px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	font-variant: small-caps;
	color: #CCCCCC;
	background-color:#d9d9fe;
	clear: both;
}
#wrapper #mainContent {
	padding: 0px;
	float: right;
	width: 625px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: ##d9d9fe;
	background-image: url(../../../../images/structure/main_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#wrapper #mainContent #text {
	padding: 0px;
	width: 350px;
	margin-top: 14px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#wrapper #mainContent #text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #41121f;
	padding-top: 0px;
	margin-top: -3px;
}
#wrapper #mainContent #text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	color: #41121f;
	padding-bottom: 0px;
}

#wrapper #header {
	height: 125px;
	width: 850px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../../../images/structure/header.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#wrapper #leftCol #menu {
	height: 350px;
	width: 175px;
	margin-left: 25px;
	margin-top: 45px;
}
#wrapper #leftCol #menu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	width: 175px;
}
#wrapper #leftCol #menu li {
	height: 35px;
	width: 175px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}

#wrapper #leftCol #menu a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(../../../../images/structure/menu/menu_bckgrd.png);
	background-repeat: no-repeat;
	background-position: top;
	color: #9E8BFF;
}
#wrapper #leftCol #menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(../../../../images/structure/menu/menu_bckgrd.png);
	background-repeat: no-repeat;
	background-position: left -26px;
	color: #9E8BFF;
}
#wrapper #mainContent #sidebar {
	float: right;
	width: 175px;
	margin-top: 175px;
	margin-right: 19px;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: right;
	line-height: 125%;
}
#wrapper #mainContent #sidebar ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #9E8BFF;
	list-style-image: none;
}

#wrapper #mainContent #sidebar li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #E17C6A;
	list-style-image: none;
}
#wrapper #mainContent #sidebar li a {
	text-decoration:none;
	color: #E17C6A;
}
#wrapper #mainContent #sidebar li a:hover {
	text-decoration:underline;
}

#wrapper #mainContent #sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #9E8BFF;
}
