/*  
Theme Name: ICNBlog
Description: Wordpress Constructor Theme, it's many-in-one theme (six layouts, configured colors, fonts and slideshow, widget ready). Build your own theme on <a href="themes.php?page=functions.php">settings page</a>. For Wordpress version 2.7+ (include 2.8)
Version: 1.0.0
Author: James
Author URI: http://www.icnblog.org/
Tags: fixed-width, one-column, two-columns, three-columns, threaded-comments, custom-colors, custom-header, theme-options, left-sidebar, right-sidebar

	This theme was designed and built by James

*/

html>body #content {
	height: auto;
	min-height: 580px;
}

body{
	font-family: verdana;
	font-size: 95%;
	line-height: 115%;
	background-color: #b4c1c7;
	background-image: url(images/bg2.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	text-align: center;
}

body,td,th {
	color: #000000;
}

#content {
	background-image: url(images/blogTop.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color:#fff;
	width:761px;
}

a, a:link {
	padding: 1px;
	color: #990100;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

h1 {
	font-family: verdana;
	font-weight: bold;
	font-size: 190%;
	padding-top: .1em;
	padding-bottom: .5em;
}


h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 150%;
}

h3 {
	font-family: verdana;
	font-size: 130%;
}


h4 {
	font-size: 105%;
}

p {
	font-size: 80%;
	margin-bottom:1em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a img {
	border: none;
}


#hd{
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px
}
#hd h1{
	font-size: 290%;
	color: #FFFFFF;

}

#hd h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

h3 a:link, h3 a:hover, h3 a:visited{
	color: #990100;
}

.item {
	padding: 10px;
	text-align:left;
	margin-bottom: 1em;
}

.item ul {
	list-style-type: disc;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}


.item ol{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.itemhead{
	padding-top: 5px;
	padding-bottom: 5px;
}


.chronodata {
	display: inline;
	text-align: right;
	margin-left: 2em;
	font-size: 80%;
}


.itemhead h3{
	display: inline;
}


input{
	font-size: 80%;
}

.metadata{
	line-height: 190%;
	font-size: 75%;
}

.metadata a:link, .metadata a:hover, .metadata a:visited{
	color: #990100;
}

.tags, .catagory {
	display: block;
}

.commentlist p {
	clear: both;
	font-size: 95%;
}


cite{
	font-size: 95%;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.commentmetadata {
	font-size: 80%;
	float: right;

}
.commentlist {
	margin-top: 5px;
}
.commentlist li {
	padding: 2px;
	/*border-top: 1px solid #FFFFFF;*/
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #B5B5B5;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #B5B5B5;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


#secondary, #third{
	background-color:  ;
	background-image: url(/); 
	background-repeat: repeat;
	text-align:left;
	padding: 0px;
/*	border: 1px solid #FFFFFF; */
	SP_GRADIENT
}

#secondary h4, #third h4{
	color: #990100;
	font-family: Trebuchet MS, arial, sans-serif;
	margin-top: 5px;
	padding: 3px;

}

#secondary p, #third p{
		padding: 3px;
		font-size: 70%;
}

#searchform {
	clear: both;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 3px;
}

#third {
	margin-left: 9px;
}
#menuNav {
	background-image:url(images/navBg.gif);
	background-position:top;
	background-repeat:repeat-y;
}
#menuTop {
	background-image:url(images/navTop.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:11px;
}
#menuBottom {
	background-image:url(images/navBottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:13px;
}

#menu {
    padding:0; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#menu h2 {
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
	font-weight:normal;
	padding-bottom:10px;
	padding-left:17px;
}
#menu h4 {
	color:#a57922;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}
#menu ul {
    list-style:none; 
	margin:0; 
	padding:0; 
	font-size:85%; 
}
#menu ul li {
	padding:0;
	margin:0;
}
#menu ul li a { 
    display:block; 
	padding:4px 4px 4px 10px; 
	text-decoration:none; 
	color: #52524F; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#menu ul li a:hover { 
    color:#fff; 
	background: #990100; 
}

#search {
	width:180px;
	height:104px;
	background-image: url(images/search.gif);
}


li .categories, li .linkcat, li .pagenav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.yui-nav{
	margin-bottom: -1px;
}

.yui-navset .yui-nav a:hover {
	background-color: #990100;
	color: #52524F;
}

.yui-navset .yui-nav li a {
    background-color: #FFFFFF;
	background-image: url(/); 
	background-repeat: repeat;
	border-bottom: 0px;
	color: #52524F;
	padding: .3em .7em .3em .7em;
	text-decoration:none;
	font-size: 85%;
}



#wp-calendar {
	empty-cells: show;
	font-size: 90%;
	margin: 0;
	width: 90%;
	padding: 3px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}


#wp-calendar td {
	color: #52524F;
	font-size: 70%;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}


#wp-calendar #today {
	background: ;
	color: #990100;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/*
#ft {
	text-align: center;
    margin:0;
	background-color: #fff;
    background-image: url(images/footerBg.gif);
	background-repeat:repeat-x;
	background-position: left top;	
	height:220px;
	
}

#ft a:link, #ft a:hover, #ft a:visited{
	color: #B5B5B5;
}

#footerNav {
	color:#666666;
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:1000px;
	text-align:left;
}*/

/* FOOTER ---------------------------------------------------------------------- */

#footer 
{
  	position: relative;
	border-top:#333333 20px solid;
	background-color:#FFFFFF;
}

#footer .footer-top {
	border-bottom:#CCCCCC 1px solid;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

#footer .footer-top .hlist a {
	border-left:#CCCCCC 1px solid;
	padding:0px 10px;
	float:left;
	text-transform:uppercase;
	text-decoration:none;
}

#footer .footer-top .hlist a.first {
	border-left:none;
	padding:0px 10px 0px 0px;
}

#footer .right-link {
	float:right;
}

#footer .right-link a,
#footer .footer-bottom {
	font-size:11px;
	color:#666666;
	text-decoration:none;
}

#footer .right-link a:hover{
	color: #990000;
}

#footer .footer-bottom {
	border-top:#E8EDF0 1px solid;
	padding:10px 0px;
}

.page {
	width:960px;
	margin:0 auto;
}

.resetlist, .resetlist ul, .resetlist li {
	padding:0;
	margin:0;
	background:none;
	list-style:none;
}

.hlist a {
	color:#666666;
	font-size:11px;
	}
	
.hlist a:hover {
	color:#990100;
	font-size:11px;
	}