/* 

Theme Name: SimpleBlue
Theme URI: http://www.blog-themes.xynfo.com
Description: A nice clean template with widget support by <a href="http://www.blog-themes.xynfo.com" title="Blog Themes">Blog Themes</a>. Support is available at <a href="http://www.blog-themes.xynfo.com" title="Forums">Blog Themes</a>.
Version: 1.1
Author: Charles Kirkendall
Author URI: http://www.blog-themes.xynfo.com

Last Modified on April 2, 2007

Revision Log:
1.1 - Fixed a problem where widgets installed in right sidebar were mirrored on the left sidebar.

*/

/* ----------------REDIFINED TAGS------------  */

body {
	background:#EAF3F6 url(images/body-bg.gif) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #304763;
	margin: 0px auto;
	text-align: center;
	padding: 0px
}

a:link, a:visited {
	color: #304763;
	text-decoration: none;
}

a:hover {
	color: #CE6700;
	text-decoration: none;
}

h3 {
	margin: 0px;
	padding: 0px 0px 3px;
	font-size: 21px;
}

h3 a {
	color: #304763;
}

h2 {
	font-size: 11px;
	font-weight: normal;
}

/* ---------------FORM-------------------*/

input.textbox, input.textarea {
	border:#304763 1px solid;
	background:#FFFFFF url(images/shadow_top.gif) repeat-x top;
	font-size:12px;
	padding:3px;
	width:150px;
}

textarea {
	width:95%;
}

input.textbox:focus, input.textarea:focus {
	background:#FFFFFF url(images/shadow_top.gif) repeat-x top;
	border:#B6D3E0 1px solid;
}

.submit {
	border: #304763 1px solid; 
	font-size: 12px;
	color: #FFFFFF; 
	background: #8CA2C4; 
	margin: 0px; 
	padding: 2px; 		
}

.submit:hover {
	border: #8CA2C4 1px solid; 
	background: #304763; 
}

/* ----------------WRAPPER------------  */


#wrapper {
	background-color: #FFFFFF;
	text-align: center;
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 0px;
}

/* ----------HEADER TOP------------  */

#headertop {
	background-image: url('images/top-bg.jpg');
	background-repeat: no-repeat;
	height: 14px;
	margin: 0px;
	padding: 0px;
}

/* ----------------HEADER------------  */


#header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
	height: 88px;
	margin: 2px 10px 0px 10px;
	padding: 1px 0px 0px 15px;
	border: 0px;
	text-align: left;
	vertical-align: bottom;
}

#header h1 {
    margin: 0px;
	padding: 0px;
}

#header a:link, #header a:visited {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}

#header a:hover {
	font-weight: bold;
}

#header h2 {
    margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #131820;
}

/* -------------NAV BAR------------  */

#nav {
    clear: both;
    width: 770px;
	height: 22px;
	overflow: hidden;
    margin: 2px 10px 0px 10px;
	border-top: 5px solid #304763;
	border-bottom: 5px solid #304763;
	padding: 8px 5px 8px 5px;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	text-align: left;
	letter-spacing: .1em;
}

#nav ul {
    padding: 0px;
	margin: 0px;
}

#nav ul li {
    padding: 0px;
	margin: 0px;
	float: left; 
	list-style-type: none;
}

#nav ul li a:link, #nav ul li a:visited {
	font-variant: small-caps;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}

#nav ul li.search {
	margin: 0px;
	padding: 0px;
	font-size: 15px; 
	float: right;
	 
}

/* ----------------ADMIN LINKS------------  */

#adminlinks {
	float: right;
	margin: 15px 5px 0px 0px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
}

#adminlinks a:link, #adminlinks a:visited {
	font-size: 10px;
	font-weight: normal;
}
	
#adminlinks a:hover {
	font-size: 10px;
	font-weight: normal;
}

/* ----------LEFT SIDE----------  */
#leftside {
    float: left;
	width: 160px;
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 10px 0px;
	text-align: left;
}

#leftside ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#leftside li {
    margin: 8px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
}

#leftside ul ul li {
	margin: 0px;
	padding: 0px 5px 0px 10px;
	list-style-type: none;
	border: none;
}

#leftside h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 15px 5px 5px 5px;
}

#leftside a:link, #leftside a:visited {
	font-weight: normal;
}

#leftside a:hover {
	font-weight: normal;
}

/* ----------------CONTENT------------  */

#content {
	float: left;
	width: 400px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 10px 5px;
	text-align: left;
}

.image-align-left {
	padding: 4px;
	float: left;
}

.image-align-right {
	padding: 4px;
	float: right;
}

/* ------------RIGHT SIDE MENU----------  */
#rightside {
    float: right;
	width: 160px;
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 10px 0px;
	text-align: left;
}

#rightside ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#rightside li {
    margin: 8px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
}

#rightside ul ul li {
	margin: 0px;
	padding: 0px 5px 0px 10px;
	list-style-type: none;
	border: none;
}

#rightside h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 15px 5px 5px 5px;
}

#rightside a:link, #leftside a:visited {
	font-weight: normal;
}

#rightside a:hover {
	font-weight: normal;
}

.sideblock {
  background:#F1F3F8 url(images/sideblock.jpg) repeat-x top;
  margin: 5px 0px 5px 0px;
  padding: 0px;
}

.linkcat {
  background:#F1F3F8 url(images/sideblock.jpg) repeat-x top;
  margin: 5px 0px 5px 0px;
  padding: 0px;
}

/* ----------------FOOTER------------  */

#footer {
    clear: both;
    width: 770px;
	height: 22px;
	overflow: hidden;
    margin: 2px 10px 2px 10px;
	border-top: 5px solid #304763;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	padding: 20px 0px 0px 0px;
}


/* ----------FOOTER BOTTOM------------  */

#footerbottom {
	background-image: url('images/bottom-bg.jpg');
	background-repeat: no-repeat;
	height: 14px;
	margin: 0px;
	padding: 0px;
}

/* ---------------POST-------------------*/


.storytitle {
	margin-bottom: 5px;
	text-align: left;
	padding-top: 20px;
	font-size: 22px;
	font-weight: bold
}

.meta {
	font-size: 10px;
}

.feedback {
	background-color: #F1F3F8;
	padding: 3px;
	margin-bottom: 12px;
}
.storycontent {
	line-height: 130%;
	padding-top: 10px;

}

blockquote {
    font-style: italic;
	border-top: 1px;
	border-top-style: dashed; 
	border-top-color: #CDBBB9;
	border-bottom: 1px;
	border-bottom-style: dashed; 
	border-bottom-color: #CDBBB9; 
	margin-left: 1.5em; 
	padding-left: 5px; 
}

h4 {
	font-family: "Trebuchet MS", verdana, arial, helvetica;
	font-size: 18px;
	font-weight: normal;
}

cite {
	font-size: 10px;
	font-style: normal;
	color: #333;
	padding-bottom: 4px;
}


