/*   
Theme Name: Holiday Sports
Theme URI: 
Description: Theme for Holiday Sports
Author: Alex Kurtis
Author URI: http://holidaysports.net/
Template: thematic
Version: 1.0
*/

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

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

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

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

body {
	background:url('img/bodybackground.png') repeat-x;
}

#wrapper {
	position:relative;
	width:780px;
	overflow:hidden;
	margin:0 auto;
}

/* Header Styling */
#blog-title, #blog-description {
	display:none;
}

#branding {
	width:760px;
	height:167px;
	margin-left:10px;
	background:url('img/branding.png') no-repeat;
}

#main {
	width:760px;
	float:left;
	display:inline;
	margin-left:10px;
	margin-right:10px;
}

/* Body Styling */
#container {
	width:600px;
	float:right;
	background:url('img/containerbackground.png') repeat-y;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

#content {
	display:inline;
	width:580px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}

div.entry-content {
	font-size:14px;
	margin-top:10px;
}

div.entry-content a {
	color:#32507d;
}

/* Sidebar styling */
#primary, #secondary {
	width:160px;
	float:left;
}

#secondary{
	margin-top:15px;
	background:url('img/primarybackground.png') repeat-y;
	clear:left;
}

.widgettitle {
	display:none;
}

#primary ul.xoxo {
	list-style-type:none;
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:14px;
}

#secondary ul.xoxo {
	width:160px;
	float:left;
	background:url('img/sidebarhead.png') no-repeat;
	list-style-type:none;
	padding:0px;
	padding-top:40px;
	padding-bottom:20px;
	margin:0px;
}

#secondary ul.xoxo li {
	display:inline;
	width:130px;
	float:left;
	margin-left:15px;
}

/* Footer Styling */
#footer {
	width:760px;
	height:40px;
	float:left;
	display:inline;
	margin-left:10px;
	padding-top:50px;
	background:url('img/footer_background.png') no-repeat;
}

/* Post Styling */
h2.entry-title, h2.page-title {
	font-size:20px;
	font-weight:bold;
	color:#444444;
	padding-bottom:5px;
	border-bottom:2px solid #4e91e8;
}

div.navigation {
	display:none;
}

div.entry-meta span, div.entry-utility{
	display:none;
}

div.entry-meta span.entry-date {
	display:block
}

div.entry-meta {
	margin-bottom:10px;
}

div.post {
	margin-top:10px;
}

h2.entry-title a {
	color:#444444;
	text-decoration:none;
}