/*
Theme Name: FreshMint
Theme URI: http://freethemelayouts.com/
Description: Designed by <a href="http://freethemelayouts.com">FreeThemeLayouts</a>.<br> This work is licensed <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License.</a> This means you may use it and make any changes you like. However, credit links must remain on footer for legal use.
Version: 1
Author: FreeThemeLayout/DreamTemplate
Author URI: http://www.freethemelayouts.com/
*/

/* Main Tags */

.creditslnk { text-align:center;font-size:10px;color:#ffffff; }
.creditslnk a { color:#ffffff; text-decoration: none; }
.creditslnk a:visited { color:#ffffff; text-decoration: none; }

html {
	min-height: 100%;
}

img {
	border: 0px;
}

body {
	text-align: center;
	margin:0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#525252;
	background: #FFFFFF url(images/bg_footer.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#wrapper {
	display: block; 
	width:100%; 
	background: #FFFFFF url(images/bg_page.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:100%;
	text-align:center;
	border:0px;
	padding:0px
	margin:0px;
}

#pagecontainer {
	width:726px;
	background: transparent;
	height:100%;
	text-align:center;
	border:0px;
	margin:auto;
}

.page_item {
	float: left;
	margin: 0px;
}

/* Navigation */

#navigation {
	width:726px; 
	background: #000000 url(images/bg_nav.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:56px;
	margin-bottom:0px;
	font-size: 1.0em;
	font-weight:bold;
}

#navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navigation li {
	display: inline;
	margin: 0px;
}

#navigation li a
{
	height:36px;
	padding-top: 20px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	float: left;
	margin-right: 1px;
	background: url(images/nav_split.gif) no-repeat right top;
}

#navigation li a:hover {
	background: url(images/bg_nav_hover.gif) repeat-x left top;
}

/* Content */

#content {
	width: 468px;
	float: left;
	text-align:left;
	background:transparent url(images/bg_content.gif) top right no-repeat;
}

#content #RSSBlock{
	padding-top:50px;
	padding-left:220px;
}

#content #RSSBlock a{
	color:#525252;
	text-decoration:none;
}
#content #RSSBlock a:hover{
	border-bottom:1px dotted #525252;
}

.more-link {
	color:#219ac8;
	text-decoration:none;
}

#PostSet {
	padding-top:64px;
	padding-left:15px;
	padding-bottom:15px;
}

#dateblock {
	background:url(images/dateblock.gif);
	background-repeat:no-repeat;
	width:92px;
	height:86px;
	text-align:center;
	float:left;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	margin:0px;
	margin-top:3px;
	margin-right:10px;
	padding-top:4px;
}

#dateblock #day {
	font-size:35px;
	font-weight:bold;
	color:#000000;
	padding-top:5px;
	letter-spacing:-1px;
}

#postheader {
	padding:5px 5px 20px 5px;
}

#postheader h1 {
	letter-spacing:-1px;
	font-size:25px;
	font-weight:bold;
	margin:3px 0px 3px 0px;
	padding-top:10px;
}

#postheader h1 a:hover {
	text-decoration:none;
}

#postheader a {
	color:#219ac8;
	text-decoration:none;
	font-weight:bold;
}

#postheader #postdetails a:hover {
	border-bottom: 1px dotted #219ac8;
}

#postcontent a:hover {
	border-bottom: 1px dotted #219ac8;
}

#postcontent a {
	color:#219ac8;
	text-decoration:none;
	font-weight:bold;
}
#postcontent {
	padding:0px;
	margin-top:10px;
	font-size:12px;
	line-height:180%;
	width:433px;
	background: #ffffff url(images/bg_postcontent.gif) top no-repeat;
}

#postcontent div {
	padding:5px 10px 10px 10px;
}

#postfooter {
	background:#FFFFFF url(images/comment_bubble.gif) left top no-repeat;
	border: 1px solid #e5e5e5;
	text-align:left;
	margin-bottom:15px;
	margin-top:0px;
	font-weight:bold;
	width:433px;
}

#postfooter a {
	line-height:3em;
	font-size:15px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	padding-left:75px;
}

#postfooter .graylink {
	color:#cccccc;
}
#postfooter .graylink:hover {
	text-decoration:none;
}

#postfooter a:hover {
	text-decoration:underline;
}


/* Comments */
#commenter a {
	font-size:11px;
	color:#525252;
	text-decoration:none;
}

#commenttop {
margin-top:5px;
	width:405px;
	background:#1fb2ea url(images/top_comment.gif) top no-repeat;
}
#commenttop div {
	padding:10px;
	font-size:12px;
	color:#ffffff;
	background:#1fb2ea url(images/top_comment.gif) top no-repeat;
	line-height:160%;
	margin:0px;
}
#commentbottom {
	margin-bottom:10px;
	width:405px;
	height:24px;
	background:#1fb2ea url(images/bottom_bubble.gif) top no-repeat;
}


/* Sidebar */

#sidebar {
	width:257px;
	background:#ffffff url(images/logo.gif) top no-repeat;
	float:left;
	border-right:1px solid #cdcdcd;
	text-align:left;
}

#sidebar #SearchBox {
	margin-top:125px;
	margin-left:7px;
	width:230px;
	height:45px;
	padding:10px;
	background: #ffffff url(images/bg_search.gif) top left no-repeat;
}
	
#both {
	clear: both;
}

#sidebar #SearchBox #s {
	background: #ffffff url(images/search_bg.gif);
	border:0px;
	padding: 4px;
	color:#525252;
	width:160px;
}

h2 {
	letter-spacing:-1px;
	color:#219ac8;
	font-size:18px;
	font-weight:bold;
	padding-left:7px;
	
}

#sidebar ul li {
	padding:5px;
	margin:0px;
	list-style-image: url(images/bullet.gif);
	color:#525252;
	border-bottom:1px dotted #a6a6a6;
	width:180px;
}

#sidebar ul .nobullet {
	padding:5px;
	margin:0px;
	list-style:none;
	color:#525252;
	border:0px;
	list-style-image: none;
}

#sidebar ul li a {
	text-decoration:none;
	color:#2d2d2d;
}

#sidebar ul li a:hover {
	font-weight:bold;
}

/* Calendar */

#wp-calendar tr td {
	padding:3px;
}

#wp-calendar tr td a{
	border:1px solid #a6a6a6;
	font-weight:bold;
}

#wp-calendar tr td a:hover{
	font-weight:bold;
}

#wp-calendar tr #today{
	border:1px solid #a6a6a6;
	background:#37bbec;
	color:#ffffff;
}

#wp-calendar caption{
	padding:3px;
	color:#219ac8;
	font-size:13px;
	font-weight:bold;
}

/* Footer */

#footer{
	height:178px;
	background:transparant;
	margin:auto;
}

#footer #WPLogo {
	float:left;
	padding-top:95px;
}

#footer #CM {
	float:right;
	padding-top:95px;
}

