/* @override http://www.swellvoyage.com/wp-content/themes/thematic-swellvoyage/style.css */

/*   
Theme Name: Thematic - Swellvoyage
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* 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('../thematic/library/layouts/2c-r-fixed.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');

#leaderboard_ad {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#branding {
    padding: 20px 0 44px;
}
#branding {
    width:1000px;
    margin: 0 auto;
}

#access {
	position: relative;
	top: 228px;
}

#header {
	background: url(http://www.swellvoyage.com/wp-content/themes/thematic-swellvoyage/images/swellvoyage-header.jpg) no-repeat center bottom;
	height: 325px;
	width: 1010px;
	margin: auto;
}
.menu {
    width:1000px;
    margin:0 auto;
}

#better-text-2 h3.widgettitle, #better-text-3 h3.widgettitle, #better-text-4 h3.widgettitle {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	color: #a1a1a1;
	letter-spacing: .1em;
	font-size: .75em;
	padding-bottom: 0;
	margin-bottom: -3px;
	border-style: none;

}

#better-text-2 div.textwidget, #better-text-3 div.textwidget {
	margin-bottom: 20px;
}

#main {
    width: 1010px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
	background-color: white;
	padding-top: 20px;
}

#wrapper {
	background-color: #7fa8d4;
}
#container {
    width:620px;
    float:left;
	margin-left: 10px;
}
#content {
    margin:0 0 0 10px;
    width:575px;
    overflow:hidden;
}
.main-aside {
    width: 350px;
    float:right;
    position:relative;
    right:10px;
}