/*   
Theme Name: Seaside
Theme URI: http://www.6970design.com/hpwrt
Description: HPWRT Theme
Version: 1.5
Author: Ben Lewis
Template: thematic
Tags: thematic
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('layouts/2c-seaside.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


body, html, input, textarea {
background: url(images/back.jpg) center top no-repeat;
font: 15px Georgia,serif;
line-height:22px;
color:#666;
}

h2, h3 {
font-family:Georgia, "Times New Roman", serif;
font-size:17px;
color:#990000;
font-style:italic;
margin-top:-20px;
margin-bottom:5px;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:18px;
margin-bottom:22px;
}


/* Header */

#wrapper {
background:url(images/header.jpg) no-repeat center top;
margin: 0 auto;
padding: 0px;
}

#branding {
text-indent:-9000px;
padding:0px 100px 205px 100px;
border:0 none;
}

#header {
background-color:#000c;
border:0 none;
width:960px;
margin: 0 auto;
}
	

/* Nav menu */

.sf-menu {
    border-right:0px solid #ccc;
	float:left;
}

.sf-menu a {
	border-left:0px solid #ccc;
	border-top:0px solid #ccc;
	border-bottom:0px solid #ccc;
	font-size:16px;
	text-decoration:none;
	padding:6px 0px 0px 20px;
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#ffffff;
}

.sf-menu a:link, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#FFFFFF;
	background-color:#991e24;
}
.sf-menu li {
	background:none;
}
.sf-menu li li {
	background:none;
}
.sf-menu li li li {
	background:#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:#991e24;
	color:#ffcc00;
}
.sf-menu ul {
	border:0;
}

.sf-menu ul a {
	padding-bottom:8px;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:30px; /* overriding essential styles */
	width:10px;
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color:#FF4B33;
}


/* Posts & pages */

.entry-content h1,
.entry-content h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:19px;
font-weight:bold;
padding:0px 0 14px 0;
}
.entry-content h3 {
font-size:17px;
font-style:italic;
padding:28px 0 14px 0;
}
.entry-content h4 {
font-size:11px;
font-family:Arial,sans-serif;
font-weight:bold;
text-transform:uppercase;
letter-spacing:0.05em;
}

.entry-title {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#990000;
line-height:26px;
padding:20px 0 7px 0;
}



/* Links */

a:link {
color:#333333;
text-decoration:none;
}

a:visited {
color:#333333;
text-decoration:none;
}

a:hover {
color: #ff3333;
text-decoration:none;
}

a:active {
color: #ff3333;
text-decoration:none;
}

.link1 {
font-size:20px;
padding: 8px 0 8px 0;
border-bottom: 1px solid #ccc;
text-indent:8px;
}

.link1 a {
color:#990000;
text-decoration:none;
line-height:24px;
}

.link1 a:link, .link1 a:visited  {
color:#990000;
}

.link1 a:hover, .link1 a:active {
color:#ffcc00;
}

.link2 {
font-size:14px;
color:#fff;
background-color:#990000;
padding:8px 0 8px 0;
text-indent:8px;
}

.link3 {
font-size:20px;
padding: 8px 0 8px 0;
text-indent:8px;
}

.link3 a {
color:#ffffff;
text-decoration:none;
line-height:24px;
}

.link3 a:link, .link3 a:visited  {
color:#fff;
}

.link3 a:hover, .link3 a:active {
color:#333333;
}



/* General */
	
#menu {
background-color:none;
}

#main {
padding:0px 10px 0px 40px;
}

#primary {
border:0px solid #ccc;
}

#footer {
border-top:0px solid #ccc;
}

#access {
border-bottom:0px solid #ccc;
}

#sides {
font-family:Georgia, "Times New Roman", Times, serif;
}

#saveme {
padding:2px 0 18px 0;
}

#donatebox {
background-color:#FF6600;
height:80px;
margin-top:15px;
}

#joinbox {
background-color:#CC3300;
height:80px;
margin-top:15px;
}

.pad {
padding-top:10px;
}

#facebook {
padding:0 0 10px 0;
}

.fb {
padding:0 4px 0 0;
float:left;
}

.twt {
padding:0px;
float:right;
}