/*  ***************************************
    ***************************************

	Name: Think Patented
	Date: November 2009
	Description: Think Patented Redesign
	Version: 1.0
	Author: Wesley Deer
	Author email: wdeer@thinkpatented.com
	
    ***************************************
    ***************************************/



/* RESET CSS
***************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	z-index: 1;
}

body {line-height: 1;}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a img {border: none;}

article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section { display: block; }
/* END RESET CSS */


/* GLOBAL
***************************************************************************/
body {
	background: #fff;
	color: #333;
	font-size: 87.5%; /* Base font size: 14px */
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	line-height: 150%;
	margin: 0;
	padding: 0;
	text-align: left;
}
a:link,a:visited {
	color: #39c;
} 
a:hover,a:active {
	color: #999;
}

#masthead,
#contentArea {
margin: 0px 10%;
}

#masthead {
	padding-bottom: 2em;
	font-size: 1.3em;
	line-height: 150%;
}


/* CONTENT AREA
***************************************************************************/
#contentArea {
	overflow: hidden;
	padding-bottom: 15em;
	
}
#content {
	color: #000;
	width: 100%;
	font-size: 1em;
	display: inline;
	padding-top: 30px;
	
}
#content h2#sectionHeader,
#contentSub h2#contentSubHeader {
	margin-bottom: .5em;
	font-size: 1.5em;
	padding-bottom: .1em;
	text-transform: uppercase;
	color: #555;
}
#content h2 {
	color: #09c;
	text-transform: uppercase;
	font-size: 1.3em;
}
#content h3 {
	color: #999;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 3em;
}
#content p {
	margin-bottom: 1.5em;
}
#content ul {padding-left: .5em; list-style-type:disc;}
#content ul li {margin: 0px 0px .5em 1em;}


		/* SUB CONTENT / SIDEBAR
		************************/
		#contentSub {
			display: none;
		}


/* END CONTENT AREA */







/* NAV MAIN
***************************************************************************/
#navMain {
	display: none;
}

/* END NAVMAIN */


/* BREADCRUMB / SECONDARY NAV
***************************************************************************/
#navSub {
	display: none;
}

/* END BREADCRUMB / SECONDARY NAV */




/* FEATURED
***************************************************************************/
#featureBlock {

}
#featured {
	display: none;
}



/* FOOTER
***************************************************************************/
#footer {
	border-top: 1px solid #ccc;
	text-align: center;
	padding: 2em;
}

#social {
	display: none
}
#copyright {
	font-size: .85em;
}