/* 
	Theme Name:	LMC 2012 - Co-Brand
	Theme Use:	LemmeCheck.com
	Theme URI:	http://www.lemmecheck.com/
	Author:		Zapusto Dev.
	Version:	1.0
	License:	Exclusive theme. This theme may not be used on any other website
			without explicit written permission from the author above.
			Copyright Zapusto Development. All rights reserved.
*/

/************************************************
*	Default Constants			*
************************************************/

body {
	background: #e7e7e7 url('images/bg.jpg') top left repeat-x;
	color: #333333;
	font-size: 18px;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px auto 0px;
	padding: 0px;
	}

#content-container-full {
	clear: both;
	background: #e1e1e1;
	max-width: 100%;
	margin: 0px auto 10px;
	padding: 0px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	}

#content {
	background: #f7f7f7;
	width: 90%;
	margin: 5px auto 5px;
	padding: 10px;
	line-height: 20px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	}

blockquote {
	margin: 15px 30px 10px 10px;
	padding-left: 50px;
	background: url('images/quote.gif') top left no-repeat;
	color: #666666;
	font-style: italic;
	font-size: 100%;
	line-height: 140%;
	}

p {
	font-size: 90%;
	}
li {
	font-size: 88%;
	}

/************************************************
*	Hyperlinks 				*
************************************************/

a, a:visited { color: #0080ff; text-decoration: none; }
a:hover	{ text-decoration: underline; color: #339900; }

/************************************************
*	Header  				*
************************************************/

#header {
	background: #e7e7e7 url(images/header.jpg);
	width: 100%;
	height: 180px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

#search-container {
	float: right;
	width: 50%;
	height: 50px;
	margin-top: 35px;
	margin-right: 2px;
	text-align: right;
	}

/************************************************
*	Navigation Menu				*
************************************************/

#navmenu {
	clear: both;
	width: 100%;
	color: #666666;
	margin: 1px;
	padding: 0px;
	}
	
#nav {
	margin-top: 105px;
	margin-left: -40px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	display: block;
	background: #eaeaea;
	text-align: center;
	color: #666666;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 1px;
	padding: 9px 7px 9px 7px;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	box-shadow: 1px 1px 1px #ffffff;
	}

#nav li a:hover, #nav li a:active {
	display: block;
	background: #ffffff;
	color: #339900;
	text-decoration: underline;
	margin: 1px;
	padding: 9px 7px 9px 7px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	box-shadow: 1px 1px 1px #ffffff;
	}

#premnav {
	float: right;
	margin-right: 2px;
	}

#premnav li a, #premnav li a:link, #premnav li a:visited {
	background: #eaeaea;
	color: #666666;
	display: block;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 1px;
	padding: 9px 7px 9px 7px;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	box-shadow: 1px 1px 1px #ffffff;
	}

#premnav li a:hover, #premnav li a:active {
	background: #ffffff;
	color: #339900;
	text-decoration: underline;
	display: block;
	margin: 1px;
	padding: 9px 7px 9px 7px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	box-shadow: 1px 1px 4px #ffffff;
	}

/************************************************
*	Content Area Headings			*
************************************************/

#content-container-full h1 {
	color: #000000;
	font-size: 175%;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 150%;
	}
	
#content-container-full h1 a, #content-container-full h1 a:link, #content-container-full h1 a:visited  {
	color: #000000;
	text-decoration: none;
	text-transform: capitalize;
	border: none;
	}

#content-container-full h1 a:hover, #content-container-full h1 a:active {
	color: #339900;
	text-decoration: none;
	border: none;
	}

/************************************************
*	Heading and Titles  		    * 
************************************************/

h2 {
	clear: both;
	color: #666666;
	text-shadow: 2px 2px 3px #dfdfdf;
	font-size: 100%;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 10px 0px;
	padding: 2px 5px 1px 5px;
	line-height: 150%;
	background: #f5f5f5;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #ffffff;
	}

h2 a, h2 a:visited {
	text-decoration: none;
	border: none;
	}

/************************************************
*	Post Formatting 		    * 
************************************************/

.postarea p {
	text-align: center;
	padding: 0px 0px 10px 10px;
	margin: 0px;
	}
	
.postarea a, .postarea a:visited {
	color: #0080ff;
	text-decoration: underline;
	}

.postarea a:hover, .postcomments a:hover {
	color: #000000;
	text-decoration: underline;
	}

/************************************************
*	Link and Button Icons  		    * 
************************************************/

.clickhere {
	font-family: Arial, Helvetica, Verdana, sans-serif !important;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin: 10px 0 -10px -10px !important;
	padding: 5px;
	}

a.clickhere, a.clickhere:visited {
	padding: 15px 17px 15px 17px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #000000 !important;
	text-shadow: 1px 1px 3px #ffcc33;
	border: 1px solid #cc9933;
	border-radius: 10px;
	box-shadow: 2px 2px 3px #cccccc;
	background: #ffff99;
	background-image: -ms-linear-gradient(top, #ffff99 0%, #ff9900 100%); /* IE10 */ 
	background-image: -moz-linear-gradient(top, #ffff99 0%, #ff9900 100%); /* Mozilla Firefox */ 
	background-image: -o-linear-gradient(top, #ffff99 0%, #ff9900 100%); /* Opera */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffff99), color-stop(1, #ff9900)); /* Webkit (Safari/Chrome 10) */
	background-image: -webkit-linear-gradient(top, #ffff99 0%, #ff9900 100%); /* Webkit (Chrome 11+) */
	background-image: linear-gradient(top, #ffff99 0%, #ff9900 100%); /* Proposed W3C Markup */
	}

a.clickhere:hover {
	padding: 15px 17px 15px 17px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #ffffff !important;
	text-shadow: 1px 1px 1px #333333;
	border: 1px solid #cc6699;
	border-radius: 10px;
	box-shadow: 2px 2px 3px #cccccc;
	background: #cc3366;
	background-image: -ms-linear-gradient(top, #ff99cc 0%, #cc3366 100%); /* IE10 */ 
	background-image: -moz-linear-gradient(top, #ff99cc 0%, #cc3366 100%); /* Mozilla Firefox */ 
	background-image: -o-linear-gradient(top, #ff99cc 0%, #cc3366 100%); /* Opera */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff99cc), color-stop(1, #cc3366)); /* Webkit (Safari/Chrome 10) */
	background-image: -webkit-linear-gradient(top, #ff99cc 0%, #cc3366 100%); /* Webkit (Chrome 11+) */
	background-image: linear-gradient(top, #ff99cc 0%, #cc3366 100%); /* Proposed W3C Markup */
	}

.clickhere-lg {
	font-family: Arial, Helvetica, Verdana, sans-serif !important;
	font-size: 250%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin: 10px 0 10px -10px !important;
	padding: 5px;
	}

a.clickhere-lg, a.clickhere-lg:visited {
	padding: 25px 17px 25px 17px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #000000 !important;
	text-shadow: 1px 1px 3px #ffcc33;
	border: 1px solid #cc9933;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #cccccc;
	background: #ffff99;
	background-image: -ms-linear-gradient(top, #ffff99 0%, #ff9900 100%); /* IE10 */ 
	background-image: -moz-linear-gradient(top, #ffff99 0%, #ff9900 100%); /* Mozilla Firefox */ 
	background-image: -o-linear-gradient(top, #ffff99 0%, #ff9900 100%); /* Opera */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffff99), color-stop(1, #ff9900)); /* Webkit (Safari/Chrome 10) */
	background-image: -webkit-linear-gradient(top, #ffff99 0%, #ff9900 100%); /* Webkit (Chrome 11+) */
	background-image: linear-gradient(top, #ffff99 0%, #ff9900 100%); /* Proposed W3C Markup */
	}

a.clickhere-lg:hover {
	padding: 25px 17px 25px 17px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #ffffff !important;
	text-shadow: 1px 1px 1px #333333;
	border: 1px solid #cc6699;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #cccccc;
	background: #cc3366;
	background-image: -ms-linear-gradient(top, #ff99cc 0%, #cc3366 100%); /* IE10 */ 
	background-image: -moz-linear-gradient(top, #ff99cc 0%, #cc3366 100%); /* Mozilla Firefox */ 
	background-image: -o-linear-gradient(top, #ff99cc 0%, #cc3366 100%); /* Opera */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff99cc), color-stop(1, #cc3366)); /* Webkit (Safari/Chrome 10) */
	background-image: -webkit-linear-gradient(top, #ff99cc 0%, #cc3366 100%); /* Webkit (Chrome 11+) */
	background-image: linear-gradient(top, #ff99cc 0%, #cc3366 100%); /* Proposed W3C Markup */
	}

/************************************************
*	Images		     		    * 
************************************************/

img.thumbnail {
	margin: 0px auto 0px;
	padding: 4px;
	border: 1px solid #dfdfdf;
	border-radius: 8px;
	box-shadow: 1px 1px 3px #cccccc;
}

/* backwards compatibility for older posts */
#gallery p {
	text-align: center;
	}

#gallery img {
	padding: 4px;
	margin: 10px;
	border: 1px solid #dfdfdf;
	border-radius: 8px;
	box-shadow: 2px 2px 5px #cccccc;
	}

#gallery-1 .gallery-item {
	margin-top: 2px !important;
	}

#gallery-1 img {
	border: 1px solid #ffffff !important;
	}

td img {
	padding: 0px;
	}

.gallery {
	padding: 20px 2px 2px 2px;
	margin: 0px auto;
	}

img, embed, object, video {
  max-width: 100%;
}

/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	overflow: auto;
	clear: both;
	margin-top: 0px;
	background: #e7e7e7 url('images/footerbg.jpg') repeat-x;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 100%;
	height: 250px;
	margin: 0px auto 0px;
	text-align: left;
	position: relative;
	line-height: 140%;
	}

.copyright {
	text-align: center;
	margin: -20px auto 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	text-shadow: 1px 1px 1px #f7f7f7;
	}
	
#footer p {
	color: #333333;
	font-size: 95%;
	text-shadow: 1px 1px 1px #ffffff;
	padding: 5px 0 5px 5px;
	margin: 0px;	
	}

#footer p a, #footer p a:visited {
	color: #333333;
	}

#footer p a:hover {
	color: #339900;
	}

#footer h2 {
	margin-top: 35px;
	color: #666666;
	font-size: 80%;
	text-shadow: 1px 1px 1px #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	box-shadow: 1px 1px 1px #ffffff;
	}

#footer ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#footer ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#footer ul li a {
	font-size: 95%;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px dotted #cccccc;
	color: #666666;
	text-shadow: 1px 1px 1px #ffffff;
	}

#footer ul li a:hover {
	background: #f7f7f7;
	color: #cc0066;
	}
	
#footerleft {
	float: left;
	width: 51%;
	margin: 15px 20px 0px 0px;
	padding: 0px;
	display: inline;
	}
	
#footermiddle {
	float: left;
	width: 20%;
	margin: 15px 20px 0px 0px;
	padding: 0px;
	display: inline;
	}

#footerright {
	float: right;
	width: 29%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	display: inline;
	}
