/*
Theme Name: Surf like a Girl
Theme URI: http://surflikeagirl.com.au/
Description: Kristys original site design implemented as a wordpress theme.
Version: 1.0
Author: Me
Author URI: 
Tags: blue, art, kristy
*/
body {
	margin-top:0px;
	margin-left:61px;
	padding:0px;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-color:#6bc9cd;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#1b5c42;
	line-height:22px;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#ffff99;	
}
img#logo {
	margin-top:95px;	
	border:none;
}
ul#main-navigation {
	max-width:465px;
	padding-left:0px;
	margin-left:0px;
	margin-top:25px;
	padding-top:0px;
	background-image:url(images/bird.png);
	background-repeat:no-repeat;
	overflow:auto;
	background-position:right top;
}

ul#main-navigation li {
	float:left;
	list-style:none;
	margin-right:15px;
	padding-bottom: 5px;
	
	
	/*min-width:65px;*/
}
ul#main-navigation li:hover {
	background-image:url(images/link-hover.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
ul#main-navigation li a {
	text-decoration:none;		
	color:#bffdff;
}
/* safari3+4 and google chrome only */
body:nth-of-type(1) div#content{
  /* margin-top:130px;*/
}
div#content {
	padding-bottom:10px;
	overflow:hidden;
	clear:both;
	margin-top:37px;
	width:800px;
	border-bottom:1px solid #8ed9dd;
}
div#copy {
	width:535px;
	border-right:1px solid #8ed9dd;
	padding-right:25px;
	float:left;
	min-height:625px; /* same as sidebar */
}
div#sidebar {
	float:right;
	padding-left:10px;
	padding-top:45px;
	width:225px;
}
div#sidebar a {
	color:#ffffcc;	
}
div#sidebar a:hover {
	color:#ffff99;	
}
div#copy p {
	font-size:0.80em;
	font-weight:normal;
	line-height:22px;
	margin-bottom:12px;
}
div#copy h1 {
	display:block;
	clear:both;
	font-size:2.2em;
	font-weight:normal;
	color:#fff;
	margin-left:0px;
	margin-top:15px;
	margin-bottom:25px;
	line-height:1em;
}
div#copy h1 a {
	
	text-decoration:none;
	color:#fff;
}
div#copy h2, div#sidebar h2 {
	font-size:1.0em;
	font-weight:bold;
	margin:5px 0px 5px 0px;
}
div#copy h3, div#sidebar h3 {
	font-size:0.80em;
	font-weight:bold;
	margin:3px 0px 3px 0px;
}
div#sidebar {
	font-size:0.75em;	
}
div#sidebar ul {
	margin:0px;
	padding:0px;
}
div#sidebar ul li {
	list-style:none;
}
div#footer {
	padding-top:20px;
	clear:both;
	color:#eee;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.65em;
}
form#searchform label {
	display:block;	
}
textarea#comment {
	width:535px;	
}
.navigation {
	min-height:25px;
}
.alignleft {
	float:left;	
}
.alignright {
	float:right;	
}
.postmetadata {
	clear:both;
	padding-top:15px;
}
.pagetitle {
	text-transform:lowercase;	
}
legend {
	background-image:url(images/sing.gif);
	background-repeat:no-repeat;
}