/*

Theme Name: Boxy Mint
Theme URI: http://wordpress.org/
Description: Boxy Mint Wordpress Theme. 2 Columns. Right Sidebar. Widget Ready. Theme Design by <a href="http://www.cmdesignlounge.com">ChiQ Montes</a>.
Version: 1.0
Author: ChiQ Montes
Author URI: http://www.cmdesignlounge.com/

*/


body {
	margin:0;
	background:#fff url(images/bg.gif) repeat-x;
	font-family:"Segoe UI", Arial, sans-serif;
	color:#484d5a;
	font-size:13px;
	}
img {
	border:0;
	}
a {
	color:#7ec440;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
h1, h2, h3, h4, h5, h6 {
font-weight:normal;
	
	}
blockquote {
	border-left:3px solid #7ec440;
	padding-left:10px;
	}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	}

/* The Top */

.top {
	height:4px;
	background:url(images/top.gif);
	overflow:hidden;
	}

/* The Wrapper */

.wrapper {
	width:897px;
	margin:0 auto;
	}

/* The Header */

.head {
	height:107px;
	background:url(images/header.gif);
	}
.head h1 {
	color:#1f94d9;
	font-size:35px;
	margin:0;
	padding:40px 0 0 0;
	}

/* The Menu */

.menu {
	height:44px;
	background:url(images/menu.gif);
	}
.menu ul {
	margin:0;
	padding:0 0 0 2px;
	list-style:none;
	height:44px;
	width:815px;
	overflow:hidden;
	background:url(images/menuborder.gif) left no-repeat;
	}
.menu li {
	float:left;
	background:url(images/menuborder.gif) right no-repeat;
	padding-right:2px;
	}
.menu a {
	display:block;
	float:left;
	height:44px;
	line-height:44px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fdfdfd;
	padding:0 25px;
	text-decoration:none;
	}
.menu a:hover {
	text-decoration:none;
	color:#fdfdfd;
	background:url(images/menuhover.gif);
	}
.menu .current_page_item a {
	background:url(images/menuhover.gif);
	}

/* The Content */

.content {
	float:left;
	width:657px;
	padding:20px 0px 0px 0px;
	
	}
.post {
	background:url(images/postbg.jpg) top no-repeat;
	padding:10px 25px;
	text-align:justify;
	width:607px;	
	}
.post ul{ margin:0px; padding:0px;}
.post ul li{ margin:0px; padding:0px; list-style:none; line-height:18px; margin-bottom:10px;}
h1.title {
	font-size:25px;
	color:#1f94d9;
	margin:0;
	padding-left:15px;
	font-style:italic;
	}
h1.title a {
	color:#111111;
	text-decoration:none;
	}
h1.title a:hover {
	color:#fe813b;
	text-decoration:none;
	}
.postinfo {
	height:15px;
	font-size:12px;
	font-weight:normal;
	color:#2b5696;
	padding:5px 0px 10px 15px;
	}
.postinfo a {
	color:#2b5696;
	text-decoration:none;
	}
.postinfo a:hover {
	color:#2b5696;
	text-decoration:underline;
	}
.postinfo div {
	float:left;
	height:15px;
	line-height:15px;
	}
.pi-cats {
	background:url(images/cats.gif) left center no-repeat;
	padding:0 25px 0 20px;
	}
.pi-author {
	background:url(images/author.gif) left center no-repeat;
	padding:0 25px 0 20px;
	text-transform:capitalize;
	}
.pi-date {
	background:url(images/date.gif) 0 4px no-repeat;
	padding:0 0 0 16px;
	}
.postbottom {
	clear:both;
	height:33px;
	/*background:url(images/postbottom.gif);*/
	line-height:33px;
	text-align:right;
	font-weight:normal;
	border-top:1px solid #999999;
	margin:0px 10px;
	}
.postbottom a {
	color:#2b5696;
	padding:0px 10px;
	text-decoration:underline;
	}

/* The Sidebar */

.sidebar {
	float:left;
	width:230px;
	margin-top:30px;
	margin-left:10px;
	}
.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	color:#4b9bcb;
	}
.sidebar li ul a {
	color:#1f94d9;
	text-decoration:none;
	line-height:25px;
	background:url(images/plus.gif) left center no-repeat;
	padding-left:18px;
	}
.sidebar div a {
	color:#1f94d9;
	}
.sidebar a:hover {
	text-decoration:underline;
	}
.sidebar h2 {
	margin:0;
	padding:0;
	height:40px;
	line-height:40px;
	background:url(images/sidebar-tab.gif);
	font-family:Georgia, "Segoe UI", Arial;
	font-size:17px;
	color:#fff;
	padding-left:35px;
	}
.sidebar li {
	padding-bottom:10px;
	margin-bottom:10px;
	}
.sidebar li li {
	background:none;
	padding-bottom:0;
	margin-bottom:0;
	}
.sidebar ul ul, .sidebar li div {
	padding:0 15px;
	}
.sidebar li div {
	text-align:justify;
	padding:10px 15px;
	}

/* The Search Form */

.sidebar form {
	margin:0;
	padding:0;
	line-height:20px;
	height:46px;
	}
.sidebar form input {
	float:left;
	padding:0;
	height:26px;
	border:none;
	margin-top:-20px;
	line-height:100px;
	font-size:0px;
	overflow:hidden;
	width:29px;
	background:#fff url(images/search.gif) no-repeat right;
	}
.sidebar form input#s {
	margin-top:0;
	line-height:normal;
	font-size:13px;
	width:160px;
	background:#fff;
	padding-top:3px;
	padding-left:5px;
	height:18px;
	overflow:auto;
	border:1px solid #666666;
	}

/* The Footer */
#footercontainer
{
width:100%;
background:#e9e9e9;
float:left;
font-family:Arial, Helvetica, sans-serif;
}
#footer{
	margin:0px auto;
	width:897px;
	padding:10px 0px;
	font-size:11px;
	background:#e9e9e9;
}
.footer-1{ float:left;background:#e9e9e9;width:897px;}
.footer-1 .ft1{ float:left; padding:10px 0px; width:897px;}
.footer-1 .ft2{ float:left; padding:10px 0px; width:897px;}
.footer-1 .flt{ float:left;}
.footer-1 .frt{ float:right;}
#footer a{
	padding:0px 5px;
	color:#2b2b2b;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}


/* The Bottom */

.bottom {
	height:27px;
	border-bottom:1px solid #fff;
	border-top:2px solid #94c93d;
	background:url(images/bottom.gif);
	}
.bottom a {
	display:block;
	height:17px;
	float:right;
	margin-top:4px;
	}
.bottom a.rss {
	width:25px;
	background:url(images/rss.gif);
	margin-left:10px;
	}
.bottom a.xhtml {
	width:33px;
	background:url(images/xhtml.gif);
	}

/* The Navigation */

.navigation {
	height:25px;
	margin:0 0 30px 0;
	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	}
.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}

/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:0 0 20px 10px;
	color:#111111;
	font-style:italic;
	margin:0;
	font-size:18px;
	text-align:left;
	}

/* The Comments */

.comments {
	}
.comments textarea {
	width:90%;
	height:156px;
	background:#fff;
	border:1px solid #e9e5e1;
	color:#484849;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#commentform input {
	background:#fff;
	border:1px solid #e9e5e1;
	color:#484849;
	padding-left:10px;
	}
.comments input#submit {
	padding:0;
	width:72px;
	height:29px;
	}
.comments h2 {
	font-size:20px;
	margin:0 0 10px 0;
	padding:15px 0 5px 0;
	border-bottom:1px dashed #c0c0b4;
	background:url(images/titlebg.gif) top repeat-x;
	color:#94c93d;
	font-weight:normal;
	}
.comments h2#respond {
	border-bottom:none;
	margin:0;
	padding:0;
	}
.comments ol {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	}
.comments ol li {
	border-bottom:1px dashed #c0c0b4;
	margin-bottom:10px;
	}
.comments ol li p {
	padding:0;
	margin:10px 0;
	}
.commenthead {
	font-weight:bold;
	}
#body_content {position: absolute;left: -10000px;};