/* @override http://192.168.1.103:8888/tunicablog/wordpress/wp-content/themes/tunica/css/main.css */

/*
Company:	Tunica Blog
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/content-bkg.gif) repeat-y 50% 0 #312626;
	height: 100%;
}
body {
	height: 100%;
	font-family: helvetica, arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */

/* Body */

/* Footer */
div#ft {
	background: url(../images/ft-bkg.gif) repeat-x 0 0;
}
div#ft-inner {
	width: 598px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	padding: 70px 0 0 0;
	overflow: hidden;
	background: url(../images/ft-content-bkg.gif) no-repeat 50% 0;
	text-align: center;
}
div#ft p.ftnav {
	font-size: 77%;
	font-weight: bold;
	color: #312626;
	margin: 0 0 3px 0;
}

div#ft p.ftnav a:link, div#ft p.ftnav a:visited {
	text-decoration: underline;
	color: #312626;
}

div#ft p.ftnav a:hover {
	text-decoration: none;
}

div#ft p.copyright {
	color: #312626;
	font-size: 69%;
	margin: 0;
}
/* @end */

/* @group Modules */
#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html>body #container {
	height: auto;
}
#content {
	padding-bottom: 130px;
	width: 968px;
	margin-left: auto;
	margin-right: auto;
}
#ft {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 120px;
}

/* Logo */
div#logo {
	width: 175px;
	height: 176px;
	background: url(../images/tunica-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin-bottom: 5px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Upcoming Events */
h2.upcoming-events {
	height: 82px;
	background: url(../images/upcoming-events.gif) no-repeat 0 0;
	margin: 0;
	text-indent: -9000px;
}
div.upcoming-events {
	padding-left: 6px;
	padding-bottom: 10px;
}
div.upcoming-events p {
	margin: 0;
	color: #f6c070;
	font-size: 100%;
}
div.upcoming-events h3 {
	margin: 0 0 4px 0;
	color: #f5eedc;
	font-size: 146.5%;
}
div.upcoming-events a:link, div.upcoming-events a:visited {
	color: #f5eedc;
	text-decoration: none;
}

/* Callouts */
div.callouts img {
	margin-bottom: 5px;
}

/* Left */
div.left {
	width: 175px;
	float: left;
	display: inline;
}

/* Center */
div.center {
	width: 598px;
	margin-left: 25px;
	float: left;
	display: inline;
}

/* Right */
div.right {
	width: 129px;
	padding: 188px 0 0 0;
	float: left;
	display: inline;
	background: url(../images/side-box-btm.gif) no-repeat 0 100%;
	overflow: auto;
}

/* Blog Content */
div.blog-content {
	width: 568px;
	padding: 20px 0 20px 0;
}

/* Datebox */
div.datebox {
	width: 60px;
	margin: 0 0 0 0;
	padding: 8px 0;
	text-align: center;
	background-color: #312626;
	float: left;
	display: inline;
}
div.datebox span.month {
	font-size: 138.5%;
	color: #fffbf0;
	text-transform: uppercase;
	display: block;
	line-height: 17px;
	font-weight: bold;
}
div.datebox span.day {
	display: block;
	font-size: 246%;
	line-height: 28px;
	font-weight: bold;
	color: #f6cd76;
}

/* Post Content */
div.post {
	margin-bottom: 20px;
	position: relative;
}
div.post-content {
	width: 498px;
	float: right;
	display: inline;
}

/* Side Boxes */
div.right ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/side-box-bkg.gif) repeat-y 0 0;
	overflow-y: auto;
	height: 1%;
}
div.right ul ul {
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	background: transparent;
}
div.right ul ul ul {
}

div.right li {
	list-style: none;
}
div.right li li {
	list-style: none;
	/* background: url(../images/side-box-bkg.gif) repeat-y 0 0; */
	padding: 2px 12px;
}
div.right li h2.archives {
	background: url(../images/archives-hd.gif) no-repeat 0 0;
	width: 129px;
	height: 53px;
	margin: 0;
	text-indent: -9000px;
}
div.right li h2.authors {
	background: url(../images/author-hd.jpg) no-repeat 0 0;
	width: 129px;
	height: 53px;
	margin: 0;
	text-indent: -9000px;
}
div.right li h2.topics {
	background: url(../images/topics-hd.gif) no-repeat 0 0;
	width: 129px;
	height: 53px;
	margin: 0;
	text-indent: -9000px;
}
div.right li h2.eNews {
	background: url(../images/enews-hd.jpg) no-repeat 0 0;
	width: 129px;
	height: 53px;
	margin: 0;
	text-indent: -9000px;
}
div.right ul li {
	color: #fffbf0;
}
div.right ul li.sidelink {
	font-style: italic;
	padding-top: 10px;
}
div.right ul li a {
	font-size: 108%;
}
div.right ul li a:link, div.right ul li a:visited {
	color: #fffbf0;
	text-decoration: underline;
}
div.right ul li a:hover {
	text-decoration: none;
}

.navigation {
	clear: both;
	padding: 0 0 30px 0;
}
/* @end */

/* @group Common Text Styles */
div.center {
	color: #312626;
}

a.more-link {
	font-weight: bold;
	font-style: italic;
}
/* @end */

/* @group Default Headings */
div.center h2 {
	font-size: 161.6%;
	margin: 0 0 10px 0;
	color: #312626;
}
div.center h2 a:link, div.center h2 a:visited {
	text-decoration: none;
}
div.center h2 a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Nav */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #312626;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

