/*
Theme Name: HappyCat Lights
Theme URI: http://www.happycatlights.com
Description: My first wordpress theme.
Version: 1.0
Author: HappyCat
Author URI: http://www.happycatlights.com
*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	background-color: #555555;
	margin: 0 auto;
        width: 800px;
	padding: 0;	
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

#header {
	background-color: #ffffff;	
	margin: 0;
	padding: 0;	
}


#header img {
	width: 60px;
	height: 60px;
	border-left: 1px solid #000000;
}

.ruler {
	width: 732px;
	height: 5px;
	background-color: #000000;
}

#menu {
	width: 722px;
	height: 23px;
	background-color: #555555;
	padding-left: 10px;
	padding-top: 2px;
}
#menu a {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 1em;
	display: block;
	float: left;
	margin-right: 15px;	
}
#menu a:hover {
	color: #999999;
}

#container {
	width: 732px;	
	border-right: 5px solid #000000;
	border-left: 5px solid #000000;
	border-bottom: 2px solid #cccccc;
	background-color: #ffffff;	
}

#content {
	padding-left: 10px;
        font-size: .9em;
}

#leftside {
	width: 450px;
	float: left;
	margin-top: 10px;

}

#rightbar {
	padding-left: 10px; 
	border-left: 1px solid #555555; 
	margin-top: 10px; 
	float: right; 
	width: 250px; 
	margin-left: 10px; 
	font-size: 1em; 
height: 750px;
}

#rightbar li {
  margin-bottom: 8px;
}

#intro {
	margin-top: 15px;
	margin-left: 0px;
	font-size: 1.1em; 
	font-family: Garamond; 
	width: 450px; 
	border-bottom: 1px solid #555555;
	background-color: #999999;
	color: white;
	padding: 5px;
}

#footer {
	font-size: .6em;
	text-align: center;
	width: 732px;
}

div.Article {
	background:url(/images/custom_corners_topleft.gif) no-repeat left top;
	width:450px;
    font-size: .9em;	
}

div.Article h2 {
	background:url(/images/custom_corners_topright.gif) no-repeat right top;
	font-size:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
	padding:15px 15px 0px;
	margin:0;
}

div.Article2 {
	background:url(/images/custom_corners_topleft.gif) no-repeat left top;
	width:700px;
    font-size: 1.0em;	
     
 }

div.ArticleBody {
	background:url(/images/custom_corners_rightborder.gif) repeat-y right top;
	padding:15px;	
}

div.ArticleFooter {
	background:url(/images/custom_corners_bottomleft.gif) bottom left no-repeat;
}

div.ArticleFooter p {
	background:url(/images/custom_corners_bottomright.gif) no-repeat right bottom;
	margin:-3em 0 0;
	display:block;
	padding:15px 15px 5px;
}