/*
Theme Name: Summer Fun
Theme URI: http://www.sunshinepixels.net
Description: Two column theme with right sidebar
Version: 1.0
Author: Kristy @ Northern Sun
Author URI: http://northern-sun.net/
*/

*
{
  	padding: 0;
  	margin: 0;
}

hr {
display: none; 
}

/* Structure */

body {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/background.png); 
	background-attachment: fixed;
	color: #000;
	}
	
#wrapper {
   width: 745px;
	margin: 0px auto;
   }
	
.inborder {
	width: 745px;
	margin-right: 3px;
	background: #f2be42;
	border: 1px solid #d98611;
	padding: 0px;
}

#border {
width: 745px;
background: #d98611;
border: 1px solid #d98611;
padding: 10px; 
margin: 15px auto 25px auto;
}

#header {
margin: 10px auto auto 10px;
padding: 0px;
width: 520px;
float: left;
}

#headerimg {
margin: 0px;
color: #000;
height: 225px;
background: url(images/header.png) no-repeat;
border: 1px solid #d98611;
}

#content {
width: 520px;
float: left;
margin-top: 10px;
margin-left: 10px;
padding: 0px;
background: none;
border: 0px solid #d98611;
}

.contentbox1 {
border: 1px solid #d98611;
background: #ffda69;
padding: 5px 5px 5px 5px;
}

.contentbox2 {
border: 1px solid #d98611;
background: #fbf371;
padding: 5px 5px 5px 5px;
}

#content h2 {
background-color: #f2be42;
border: 1px solid #d98611;
color: #d98611;
font-size: 14px;
font-weight: bold;
color: #ffffff;
padding: 5px;
margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#content h2 a {
color: #ffffff;
text-decoration: none;
}

#content a {
color: #d98611;
text-decoration: none;
}

.divider {
background: url(images/divider.png) no-repeat;
width: 43px;
height: 41px;
margin-top: 5px;
margin-bottom: 5px;
} 

.signature {
background: url(images/signature.png) no-repeat center;
width: 70px;
height: 40px;
margin-top: 5px;
margin-bottom: 2px;
} 

#footer {
width: 745px;
height: 70px;
text-align: center;
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 15px;
color: #000;
border-top: 1px solid #d98611;
background: url(images/footer.png) no-repeat;
padding-top: 10px;
padding-bottom: 0px;
clear: both;
}

#footer a {
color: #d98611;
text-decoration: none;
}



/* Sidebar */

#sidebar {
width: 185px;
float: right; 
padding: 0px;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: left;
font-size: 12px;
border: 0px solid #d98611;
}

.sidebox1 {
border: 1px solid #d98611;
background: #ffda69;
padding: 5px;
margin-bottom: 10px;
}

.sidebox2 {
border: 1px solid #d98611;
background: #fbf371;
padding: 2px 2px 5px 2px;
}

#sidebar a {
text-decoration: none;
color: #000;
}

#sidebar a:hover {
text-decoration: dotted;
}

#sidebar ul {
list-style: none;
margin-bottom: 15px;
}

#sidebar ul h2 {
background-color: #f2be42;
border: 1px solid #d98611;
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
padding: 2px;
margin-bottom: 5px;
text-align: left;
}

#sidebar ul ul {
list-style-image: url(images/bullet.png);
list-style-type: none;
margin-left: 15px;
margin-bottom: 0px;
}

#sidebar ul ul li {
list-style-image: url(images/bullet.png);
list-style-type: none;
margin-left: 5px;
margin-bottom: 0px;
}

#sidebar ul ul ul {
margin-bottom: 0px;
}

/* Posts */

.entry {
margin-top: 10px;
margin-bottom: 15px;
} 

.postmetadata {
padding: 2px;
font-size: 11px;
text-align: center;
color: #000000;
}

.postmetadata a {
color: #d98611;
text-decoration: none;
}

.post {
padding: 3px;
margin-bottom: 5px; 
color: #000;
font-size: 12px;
}

.post p {
margin-bottom: 5px;
line-height: 13px;
}

.post a {
color: #d98611;
}

.post li {
margin-left: 20px;
}

.post ul {
list-style-image: url(images/bullet.png);
list-style-type: bullet;
margin-bottom: 10px;
} 

/* Comments */

ol.commentlist {
width: 90%;
margin: 0px auto;
}

ol.commentlist li {
margin-bottom: 5px;
margin-left: 25px;
border: 1px solid #d98611;
padding: 5px;
background-color: #fbf371;
}

ol.commentlist a {
color: #fff;
}

small.commentmetadata {
font-size: 10px;
margin-bottom: 5px;
display: block;
text-align: center;
}

#comments {
padding-left: 5px;
margin-left: 5px;
margin-bottom: 10px;
margin-top: 10px;
}

#commentform {
width: 85%;
color: #000;
padding-left: 10px;
}

#comment {
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
border: 1px solid #d98611;
background-color: #fbf371;
}

textarea {
width: 475px;
padding: 2px;
margin-top: 2px;
margin-bottom: 10px;
background: #fbf371;
border: 1px solid #d98611;
color: #000;
font-size: 12px;
text-align: justify;
}

#author, #email, #url {
background-color: #fbf371;
border: 1px solid #d98611;
margin-top: 2px;
margin-bottom: 2px;
padding: 2px;
color: #000;
font-size: 12px;
}

/* Various Tags & Classes */

.navigation {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #000;
}

.navigation a {
color: #000;
text-decoration: none;
}

.alignleft {
float: left;
text-align: left;
width: 50%;
color: #000;
}

.alignright {
float: right;
text-align: right;
width: 50%;
color: #000;
}

blockquote {
margin: 1em 1.5em;
padding: 1em 1.5em;
border: 1px solid #d98611;
background: #fbf371;
}

acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #d98611;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

a img {
border: none;
}

h3 {
margin-top: 2px;
font-size: 14px;
font-weight: bold;
}

h4 {
margin-top: 2px;
font-size: 12px;
}

h5 {
margin-top: 2px;
font-size: 10px;
}

h2 {
font-size: 12px;
color: #ffffff;
border-bottom: 1px solid #d98611;
}

h2 a:hover, h2 a:visited, h2 a {
text-decoration: none;
color: #fbf371;
}

/*Search Box*/

#searchform {
text-align: center;
}

#searchform #s {
width: 55%;
background-color: white;
}

/* Avatar Info*/

.avatar {
	background-image: url('images/avatar.png');
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 75px;
	width: 75px;
	margin: 5px 5px 0px 0px;
	padding: 0px;
	}

/* Calendar */

#wp-calendar {
width: 125px;
padding: 0px;
text-align: center;
font-size: 12px;
}

#wp-calendar #today{
	border-bottom: 1px dotted #d98611;
   font-size: 11px;
   }
	
#wp-calendar a {
border: 1px solid #d98611;
background-color: #f2be42;
display: block;
}
	
/* Plugin Classes */

.gravatar {
   margin: 2px 0 0 2px;
   }

