@charset "UTF-8";
/* CSS Document */

/*  
Theme Name: MeltingIce Designs - Circles
Theme URI: http://blog.meltingice.net
Description: A theme made specially for meltingice.net
Version: 1.0
Author: Ryan LeFevre
Author URI: http://meltingice.net
*/

/* CSS Reset by Rik Lomas */
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}

h4{
color:#ffffff;
font-family:"Times New Roman", Times, serif;
font-weight:normal;
font-size:40px;
text-decoration:none;
}

h5{
color:#ffffff;
font-family:"Times New Roman", Times, serif;
font-weight:normal;
font-size:22px;
text-decoration:none;
}

body,html{
	margin: 0;
	padding: 0;
	background-color: #4d81bc;
	font-family: Helvetica, Arial, sans-serif;
}

pre{ 
width: 800px; 
overflow: auto; 
background-color: #6899d0;
border: 1px #f4f4f4 solid; 
color: #f2f2f2;
}

/*---------- Header ----------*/
#header-container{
	width: 800px;
	height: 215px;
	margin: 0 auto;
}

#header{
	position: relative;
	background: url("img/blue-header.png") repeat-x;
	width: 100%;
	height: 215px;
	margin: 0;
	z-index: 2;
}

#logo{
	float: left;
	width: 303px;
	height: 129px;
	margin-top: 40px;
	background: url('img/meltingice-logo.png') no-repeat;
	cursor: pointer;
}

#search{
	float: right;
	width: 262px;
	height: 99px;
	background: url("img/search-bk.png") no-repeat;
	margin-top: 60px;
}

#searchform{
	width: 230px;
	height: 30px;
	margin: 30px auto;
}

#searchform input{
	width: 100%;
	height: 30px;
	background-color: #8fb8e6;
	color: #f4f4f4;
	border: none;
	font-size: 26px;
	padding-left: 3px;
	font-family: Helvetica, Arial, sans-serif;
}

/*---------- Content ----------*/
#content-wrapper{
	width: 100%;
	background: url('img/content-bk.png') repeat-x;
}

#circle-wrapper{
	background: url('img/circles.png') no-repeat top right;
	width: 100%;
	min-height: 500px;
}

#content-container{
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
}

.post-wrapper{
	width: 800px;
	margin: 0 0 20px 0;
}

.post-wrapper p{
	color: #f4f4f4;
	margin: 8px 0 8px 0;
}

.post-wrapper h3{
	font-size: 24px;
	color: #f4f4f4;
}

.post-wrapper h3 a{
	text-decoration: none;
	color: #f4f4f4;
}

.post-wrapper h3 a:hover{ text-decoration: underline; }

.post-wrapper a{
	color: #d6e6f9;
	text-decoration: none;
}

.post-wrapper a:hover{ text-decoration: underline; }

.post-wrapper h2{
	color: #f4f4f4;
	font-size: 20px;
	margin: 8px 0 2px 0;
}

.post-wrapper li{
	display: list-item;
	margin-left: 5px;
	color: #f4f4f4;
	background-color: #6899d0;
	padding: 4px 0 4px 5px;
	border-bottom: 1px #f4f4f4 solid;
}

.post-wrapper li.alt{
	background-color: #588ac4;
}

.post-content{
	margin-left: 10px;
}

.show-more-data{
	background-color: #588ac4;
	border-top: 1px #f4f4f4 solid;
	border-bottom: 1px #f4f4f4 solid;
	padding: 2px 0 2px 0;
	margin: 5px 10px 5px 10px;
	text-align: center;
	height: 30px;
	cursor: pointer;
	font-size: 18px;
}

.show-more-data a{ color: #f4f4f4 !important; }

.post-info{
	height: 100px;
	text-align: center;
	background-color: #588ac4;
	background-image: url("img/post-info-bk.png");
	background-position: top left;
	background-repeat: no-repeat;
	border-top: 1px #f4f4f4 solid;
	border-bottom: 1px #f4f4f4 solid;
	margin: 5px 10px 5px 10px;
}

.title{
	color: #f4f4f4;
	font-size: 24px;
	border-bottom: 1px #f4f4f4 solid;
	margin: 5px 0 10px 0;
}

/*---------- Comments ----------*/
.commentlist{
	border-top: 1px #f4f4f4 solid;

}

.commentlist li{
	margin-left: 0;
}

#commentform p {
	float: left;
	margin: 0 10px 10px 5px;
	color: #f4f4f4;
}

#comment-wrapper{
	width: 100%;
	float: left;
}

#comment-wrapper input{
	width: 160px;
}

#submit{
	float: left;
	background-color: #588ac4;
	color: #f4f4f4;
	border: 1px #f4f4f4 solid;
	padding: 3px;
}

#submit:hover{ background-color: #6899d0; }

/*---------- Infobox ----------*/
#infobox{
	position: relative;
	height: 226px;
	width: 100%;
	background: url('img/infobox-bk.png') repeat-x;
	margin-top: -18px;
	z-index: 1;
}

#infobox-container{
	width: 800px;
	height: 220px;
	margin: 0 auto;
}

#infobox-nav{
	float: left;
	width: 100px;
	height: 175px;
	margin: 25px 0 0 10px;
	border-right: 1px #4d81bc solid;
}

#infobox-nav li{
	margin: 5px 0 5px 0;
	cursor: pointer;
	height: 16px;
}

#infobox-nav a{
	color: #484848;
	text-decoration: none;
}

#infobox-nav a:hover{
	text-decoration: underline;
}

#infobox-content{
	width: 680px;
	height: 200px;
	margin-top: 20px;
	float: right;
	overflow: auto;
}

#infobox-content h3{
	font-size: 20px;
	color: #484848;
	margin-left: 30px;
}

#infobox-content ul{
	margin-left: 30px;
}

#infobox-content li{
	height: 20px;
	padding: 3px 0 3px 2px;
	margin-left: 10px;
}

#infobox-content a{
	color: #484848;
	text-decoration: none;
}

#infobox-content li:hover{
	background: url('img/list-bk.png') repeat-y;
}

.infobox-page-title{
	font-size: 28px;
	margin-top: 70px;
	text-align: center;
	color: #484848;
}

#flickr-photos{
	margin: 0 auto;
}

#flickr-photos img{
	margin: 3px;
}

/*---------- Footer ----------*/
#footer-container{
	width: 800px;
	margin: 0 auto;
}

#footer{
	float: left;
	width: 800px;
	height: 70px;
	margin: 10px 0 10px 0;
	padding-top: 30px;
	text-align: center;
	background-color: #588ac4;
	background-image: url("img/post-info-bk.png");
	background-position: top left;
	background-repeat: no-repeat;
	border-top: 1px #f4f4f4 solid;
	border-bottom: 1px #f4f4f4 solid;
}

#footer p{
	color: #f4f4f4;
}

#footer a{
	color: #d6e6f9;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}