/*=== Setup ===*/
body{
	background: url(icey/living-light-bgrd.png) #f9faf4 repeat-x top;
	color: #5484B6;
}
a{
	color: #5484b6;
}
input,select,textarea{
	border: #e6e6e6 1px solid;
}
h2{
	color: #f9d114;
}
h2 a{
	color: #f9d114;
}
h3{
	color: #f9d114;
}
h4{
	color: #6199d2;
}

/*=== Intro ===*/
p.intro a{
	color: #F9D114;
	text-decoration:none;
	border-bottom:dotted 1px #F9D114;
}
p.intro a:hover {
	color: #F9D114;
	text-decoration:none;
	border-bottom:none;
}

/*=== Buttons ===*/

.btn-rounded a{
	background: url(icey/btn-rounded.gif) no-repeat left;
	color: #ffffff;
}
.btn-rounded a span{
	background: url(icey/btn-rounded.gif) no-repeat right;
}
.btn {
	background:url(icey/btn.gif) repeat-x;
	border-bottom:1px solid #6199d2;
	border-left:1px solid #6199d2;
	border-right:1px solid #6199d2;
 	color:#FFF;
}

/*=== Navigation ===*/
/*- Nav1 -*/
#nav1 li a{
	color: #3f3f3f;
}
#nav1 li a:hover,
#nav1 li.active a, #nav1 li.current_page_item a{
	background: url(icey/btn-rounded.gif) no-repeat left;
	color: #ffffff;
}
#nav1 li.active a span,
#nav1 li.current_page_item a span,
#nav1 li a:hover span{
	background: url(icey/btn-rounded.gif) no-repeat right
}

/*- Nav2 -*/
.nav2 li a, .widget li a{
	color: #5484B6;
}
.nav2 li a:hover, .widget li a:hover{
	color: #6199D2;
	text-decoration:underline;
}

/*=== Right Column ===*/
#rightcol h3, #rightcol h3 a{
	color: #6199D2;
}
#rightcol h3 span{
	background: #F2F3ED ;
}
#rightcol .widget ul, #rightcol .textwidget 
{
	background: #fff;
	border: 5px solid #F2F3ED;
}

#rightcol .widget ul.children
{
	background: #fff;
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.children li {
	border-bottom: none;
	padding-top: 0px;
}

/*=== Sub Columns ===*/
.col1 a{
	color: #555555;
}
.col3 h2{
	color: #464646;
}
.col5 img{
	border: 10px solid #f6f5ed;
}

/*=== Styling Boxes ===*/
/*- Box1 -*/
.box .top,.box .bot{
	background: url(icey/box-top.gif) no-repeat top;
}
.box .bot{
	background: url(icey/box-bot.gif) no-repeat top
}
.box .spacer{
	background: #ffffff;
}
/*- Box2 -*/
.box2 .top,.box2 .bot{
	background: url(icey/box2-top.gif) no-repeat top;
}
.box2 .bot{
	background: url(icey/box2-bot.gif) no-repeat top;
}
.box2 .spacer{
/*	background: #ffffff; */
}
/*- Box3 -*/
.box3 .top,.box3 .bot{
	background: url(icey/box3-top.gif) no-repeat top;
}
.box3 .bot{
	background: url(icey/box3-bot.gif) no-repeat top
}
.box3 .spcr{
	background: #efefed;
}
/*- Box4 -*/
.box4{
	color: #6199D2;
}
/* Keirs edit out
.box4 .top,.box4 .bot{
	background: url(icey/box4-top.gif) no-repeat top;
}
.box4 .bot{
	background: url(icey/box4-bot.gif) no-repeat top;
}
*/
.box4 .spacer{
	background: url(icey/box-bgrd.png) repeat-x top #FFFFFF;
}
/*- Box5 -*/
.box5 .top,.box5 .bot{
	background: url(icey/box5-top.gif) no-repeat top;
}
.box5 .bot{
	background: url(icey/box5-bot.gif) no-repeat top
}
.box5 .spacer{
	background: #FFFFFF;
}
/*- Box6 -*/
.box6 .top,.box6 .bot{
	background: url(icey/box6-top.gif) no-repeat top;
}
.box6 .bot{
	background: url(icey/box6-bot.gif) no-repeat top
}
.box6 .spacer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:auto;
	width:940px;
	}

/*- Date -*/
.date{
	color: #898989;
}

/*=== Styling Forms ===*/
/*- Search -*/
#search input.keyword{
	background: #ffffff;
	border: 1px solid #E4E4E0;
	margin-right:1px;
}

/*- Form1 Setup -*/
.btn-general{
	background: #304b6e;
	color: #ffffff;	
}
.btn-general a { 
	color: #ffffff;
}
.btn-arr a{
	background: transparent url(icey/btn.gif) repeat-x scroll 0 0;
	font-weight:bold;
	color: #ffffff;
}

/*=== Footer ===*/
#footer {
	font-size: .75em;
	color:#6199D2;
	margin-bottom:5px;
}

#footer a{
	color: #999999;
	text-decoration:none;
	border-bottom:dotted 1px #999999;
}
#footer a:hover {
	color: #6199D2;
	text-decoration:none;
	border-bottom:none;
}

/*=== Posts ===*/
.post img {	
	border:5px solid #f6f5ed;
}

.post a{
	color: #999999;
	text-decoration:none;
	border-bottom:dotted 1px #999999;
}
.post a:hover {
	color: #F9D114;
	text-decoration:none;
	border-bottom:none;
}

.post h2 a{
	color: #F9D114;
	text-decoration:none;
	border-bottom:none;
}
.post h2 a:hover {
	color: #F9D114;
	text-decoration:none;
	border-bottom:dotted 1px #F9D114;
}

.post li a:hover{
	color: #304b6e;
}
.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#f9faf4 url(icey/ico-quote.png) no-repeat 10px 10px;
	border-top:1px solid #e4e4e0;
	border-bottom:1px solid #e4e4e0;	
}

/*=== Widget styling ===*/
.widget #recentcomments li a{
	color: #304b6e;
}
.widget #recentcomments li a:hover{
	color: #304b6e;
}
.widget #searchform, .widget #calendar_wrap{
	background: #efefed;
}
.widget #wp-calendar caption {
	color:#333333;
}
.widget #wp-calendar thead th {
	color:#333333;
}
.widget #wp-calendar tfoot td a {
	color:#333333;	
}
.quote {
	background:url(icey/ico-quote.png) no-repeat top left;
}

/* #id Tabs now changed to class */

ul.idTabs {
	width: 100%;
	padding: 0 0 7px 0;
}

ul.idTabs li {
	display: inline;
	font: "Trebuchet MS", Arial, Helvetica;
	font-weight: bold;
}

ul.idTabs li a {
	line-height: 31px;
	background: #dfeaf6;
	color: #6199d2 !important;
	display: block;
	float: left;
	padding: 0 12px;
	margin-right: 4px;
}

ul.idTabs li a.selected, ul.idTabs li a:hover {
	background: #F2F3ED;
	text-decoration:none;
}  

/* new tabs code starts 

#sidebar ul.idTabs li a {
	background: #616e77;
}

#sidebar ul.idTabs li a.selected, #sidebar ul.idTabs li a:hover {
	background: #2c6288;
}

 new tabs code starts */

.inside {
	clear:both;
/*	font-family:Verdana, Arial, Helvetica, sans-serif;	*/
	border: #F2F3ED 5px solid;
	background: #ffffff;
	padding-bottom:5px;
	margin-bottom:25px;
}

.inside ul {
	padding: 0 15px 0 15px;
}

.inside li {
	background: transparent url(images/bg_sidebar_folder.gif) no-repeat scroll 0 11px;
	padding: 10px 0 10px 0;
	line-height: 18px;
	position:relative;
	border-bottom: dotted 1px #dfeaf6;
}

.inside li a {
	margin-left: 20px;
}

.inside li img.thumbnail {
	border: #F2F3ED 2px solid;
	float: left;
	margin-right: 10px;
}

#tabs {
	clear: both;
	}
	