/*
===================================================
mint blog: STYLES
===================================================
*/

body
	{
	margin: 0;
	padding: 0;
	background: #686868 url('/images/global/mint_blog_bg.gif') 50% 0 repeat-x;
	font: normal 0.8em arial, helvetica, verdana, sans-serif;
	color: #5f5f5f;
	line-height: 1.7em;
	}

#wrapper
	{
	width: 984px;
	margin: 0 auto;
	background-color: #fff;
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
	}

a,
a:link,
a:visited
	{
	color: #3ba1d0;
	}
a:hover,
a:active
	{
	color: #2187b6;
	text-decoration: none;
	}

#header
	{
	width: 984px;
	height: 118px;
	background: #fff url('/images/global/blog_header.jpg') 0 0 no-repeat;
	}
#header h1
	{
	margin: 0 0 0 35px;
	padding: 0;
	}
#header h1 a
	{
	display: block;
	width: 110px;
	height: 115px;
	text-indent: -999em;
	overflow: hidden;
	}

#content
	{
	border-top: 1px solid #fff;
	margin-top: 26px;
	}

#footer
	{
	width: 984px;
	margin: 0 auto;
	background: transparent url('/images/global/copyright.gif') 0 0 no-repeat;
	margin-top: 25px;
	height: 40px;
	}
a#powered_by_mt
	{
	display: block;
	float: right;
	width: 147px;
	height: 15px;
	background: transparent url('/images/global/powered_by_mt.gif') 0 0 no-repeat;
	text-indent: -999em;
	margin-top: 3px;
	}

abbr
	{
	border: 0;
	}

.clear
	{
	clear: both;
	}
/*
---------------------------------------------------
LEFT COLUMN / SIDEBAR
---------------------------------------------------
*/

#left_column
	{
	float: left;
	width: 220px;
	background: transparent url('/images/global/left_column_bg.gif') 0 0 no-repeat;
	margin-left: 7px;
	padding-left: 30px;
	}
#left_column h3
	{
	display: block;
	width: 232px;
	height: 25px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -999em;
	margin: 20px 0 0 0;
	padding: 0;
	}
#left_column h3#header_categories
	{
	margin-top: 30px;
	background-image: url('/images/global/header_categories.gif');
	}
#left_column h3#header_archives
	{
	background-image: url('/images/global/header_archives.gif');
	}
#left_column h3#header_reservations
	{
	background-image: url('/images/global/header_reservations.gif');
	}
#left_column ul
	{
	margin: 0;
	padding: 4px 0 4px 21px;
	list-style-image: url('/images/global/left_column_bullet.gif');
	}
#left_column ul li
	{
	margin: 6px 0;
	}

#left_column a
	{
	color: #5a5a5a;
	text-decoration: none;
	border-bottom: 1px dotted #5a5a5a;
	}
#left_column a:hover
	{
	color: #3e3e3e;
	border-bottom: 1px solid #fff;
	}

/*
---------------------------------------------------
RIGHT COLUMN / ENTRIES
---------------------------------------------------
*/

#right_column
	{
	margin-left: 20px;
	float: left;
	width: 630px;
	}

.entry
	{
	padding-bottom: 25px;
	border-bottom: 1px solid #f0f0f0;
	}

.entry_header
	{
	margin: 25px 0 15px 0;
	width: 630px;
	float: left;
	}

.entry_header h2
	{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 25px;
	line-height: 1em;
	display: block;
	width: 450px;
	}

.date
	{
	float: right;
	margin-top: 3px;
	font-size: 0.85em;
	color: #959595;
	background-color: #f8f8f8;
	padding: 0px 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 3px;
	}

.entry_footer
	{
	margin-top: 10px;
	font-size: 0.85em;
	color: #b3b3b3;
	}
.entry_footer a,
.entry_footer span
	{
	font-style: italic;
	color: #13af7f;
	text-decoration: none;
	}

h1#page-title
	{
	font-weight: normal;
	font-size: 16px;
	margin: 26px 0 0 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #f0f0f0;
	}
h1#page-title em
	{
	color: #13af7f;
	}