/*   
Theme Name: Basic
Theme URI: http://basic.kelvinyoung.com/
Description: This is a basic theme.
Version: 1.0
Author: Kelvin Young
Author URI: http://www.kelvinyoung.com
*/


/* STYLESHEET FOR TYPOGRAPHY */

body {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #edf5b7; /*#3D3323;*/
	/*background-image: url(images/background.jpg);*/
	background-repeat: repeat;
}

p {
	line-height: 16px;
	margin: 15px 0 0 0;
}

a {
	color: #FF840C;
}

a:hover {
	color: #5B1304;
}

h1 {
	font-size: 16px;
	font-weight: bold; 
	color: #5B1304;
	margin: 15px 0 2px 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 2px 0;
}

.right_col_copy {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.subnav a {
	margin: 15px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
}

.footer_copy {
	font-size: 12px;
	color: #5B1304;
	margin: 10px;
	padding: 0;
}

/* STYLESHEET FOR CONTENT AREAS */

#container {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/main_body_bg.jpg);
	background-position: center;
	background-repeat: repeat-y; 
}

#header_container {
	width: 770px;
	height: 125px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#body_container {
	width: 770px;
	margin: 0px;
	padding: 0px;
}

#main_body {
	width: 480px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	margin: 0 auto;
	padding: 5px 30px 5px 30px;
	float: left;
}

#sidebar {
	width: 230px;
	margin: 0;
	padding: 20px 0px 5px 0px;
	float: right;
}

#footer {
	width: 770px;
	height: 60px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	clear: both;
	background-image: url(images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

/* STYLESHEET FOR NAVIGATION */

#nav_container {
	width: auto;
	margin: 0;
	padding: 0 0 0 20px;
	text-align: center;
	list-style-type: none;
}

#nav_container li {
	display: block;
	float: left;
	text-align: center;
	margin: 0 1px 0 0;
	padding: 100px 0 0 0;
}

#nav_container li a {
	font: Lucida Grande, Arial, Helvetica, sans-serif;
	color: #5B1304;
	padding: 4px 15px;
	background-color: #edf5b7;
	/*background-color: #A9D704;*/
	border-left: 1px solid #444;
	border-top: 1px solid #DDD;
	text-decoration: none;
	display: block;
	text-align: center;
}

#nav_container li a:hover {
	color: #5B1304;
	background-color: #C3E350;
	border-left: 1px solid #333;
	border-top: 1px solid #BBB;
}

#nav_container .current_page_item a {
	color: #5B1304;
	background-color: #FFF;
	border-left: 1px solid #AAA;
	border-top: 1px solid #DDD;
}

#nav_container .current_page_item a:hover {
	color: #5B1304;
	background-color: #FFF;
	border-left: 1px solid #AAA;
	border-top: 1px solid #DDD;
}

#subnav {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: disc;
}

#subnav .current_page_item a {
	color: #666666;
	text-decoration: none;
}

#subnav a:hover {
	color: #5B1304;
}

/* STYLESHEET FOR FOOTER NAV */

#footer_nav {
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

#footer_nav li {
	display: inline;
	margin: 0;
	padding: 0 4px 0 4px;
}

/* SIDE MODULE */

.sidemodule_content {
	width: 180px;
	margin: 0;
	padding: 20px;
}

.sidemodule_top {
	width: 210px;
	background-image: url(images/side_module_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.sidemodule_middle {
	width: 210px;
	background-image: url(images/side_module_middle.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

.sidemodule_bottom {
	width: 210px;
	background-image: url(images/side_module_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.judys_blog {
	font-size: 12px;
	font-weight: bold;
	color: #5B1304;
	margin: 15px 0 2px 0;
}

.horizontalrule {
	border-top: 1px dashed #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;
}

/* TWITTER MODULE */
ul.twitter {
	font-size: 10px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: circle;
	width: 150px;
	margin: 0;
	padding: 20px;
}

li.twitter-item {
}

p.twitter-message {
}

.twitter-timestamp {
	color: #333333;
	text-decoration: none;
}

a.twitter-link {
	color: #666666;
	text-decoration: none;
}

a.twitter-user{
	color: #666666;
	text-decoration: none;
}

/* SIDEMODULE ITEM */
.sidemodule-item-container
{
  height:38px;
  margin-bottom:10px;
}
.sidemodule-item-leftcolumn
{
  float:left; 
  width:25%;
}
.sidemodule-item-rightcolumn
{
  float:right; 
  width:73%;
  margin-left=2px;
}
a.sidemodule-link 
{
  /*color: #666666;*/
  /*text-decoration: none;*/
}