body {
	background-image:url(/wp-content/themes/lpimgs/images/lp-back.gif);
	background-repeat:repeat-x repeat-y;
	color: #666;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0;
	}

body * {margin: 0px; padding: 0px;}

a, a:visited { 
	color: #c32727;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	}
#container { 
	width: 600px;
	text-align: left; 
	margin: 30px auto 30px auto; 
	padding: 0px;
	overflow: hidden;
	}


/************************************************
*	Header  									*
************************************************/

* html #header{ width: 600px; padding: 0px;}

#header {
	width: 100%;
	height: 100px;
	}
	
#header a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#header h1 {
	color: #c32727;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	text-decoration: none;
	}

#sitelogo	{
	width: 85px;
	height: 90px;
	margin: 5px auto 5px auto;
	padding: 0;
	}

/************************************************
*	NextGEN  									*
************************************************/

.ngg-widget, .ngg-widget-slideshow {
padding-top: 0 !important;
position: relative;
}

/************************************************
*	HOME PAGE  									*
************************************************/

#boxcontainer	{
	background: #fff;
	width: 520px;
	height: 353px;
	margin: 50px auto 50px auto;
	padding: 0;
	border: 1px solid #DDD;
	-webkit-box-shadow: 0px 0px 9px rgba(150, 150, 150, .3);
	box-shadow: 0px 0px 9px rgba(150, 150, 150, .3);
	}

#homeslideshow	{
	width: 500px;
	height: 333px;
	margin: 10px auto 10px auto;
	padding: 0;
	border: none;
	}

/************************************************
*	PAGE TEMPLATE 									*
************************************************/
* html #content_page  { width: 500px;}

#content_page { 
	display: block;
	background: #fff;
	margin: 10px auto 10px auto;
	float: none;
	padding: 0px 0px 15px 0px;
	width: 500px;
	text-align: center;
	}
#content_page p{
	margin: 0px;
	color: #999;
	padding: 10px 0px 10px 0px;
	}
#content_page a	{
	color: #999;
	text-decoration: underline;
	}
#content_page a:hover	{
	color: #c32727;
	}
#content_page p img{
	border: none;
	padding: 0px;
	margin: 0px
	}
#content_page h1 {
	color: #c32727;
	font-size: 20px;	
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	line-height: 120%;
	font-variant: normal;
	text-align: center;
	display: none;
	}
#content_page h1 a  {
	font-size: 20px;	
	font-weight: bold;
	text-decoration: none;
	}

#content_page h1 a:hover {
	text-decoration: none;
	}


/************************************************
*	SINGLE POST  									*
************************************************/

* html #content { width: 600px; }

#content { 
	display: block;
	background: #fff;
	width: 600px;
	margin: 10px 0px 10px 0px;
	float: left; 
	padding: 0px 0px 15px 0px;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
	
#content p img{
	border: none;
	padding: 0px;
	margin: 0px 5px 10px 5px;
	}
#content h1 {
	color: #c32727;
	font-size: 20px;	
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	line-height: 120%;
	font-variant: normal;
	text-align: center;
	}
#content h1 a  {
	font-size: 20px;	
	font-weight: bold;
	text-decoration: none;
	}

#content h1 a:hover {
	background: none;
	text-decoration: none;
	}


#content h2 {
	color: #c32727;
	font-size: 18px;	
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: normal;
	}
#content h2 a  {
	text-decoration: none;
	}

#content h2 a:hover {
	background: none;
	text-decoration: underline;
	}

#content h3 {
	color: #c32727;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	text-align: center;
	padding: 0px 0px 10px 0px;
	}
#content h3 a  {
	text-decoration: none;
	}

#content h3 a:hover {
	text-decoration: underline;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	text-decoration: underline;
	}

#content ul li a:hover {
	text-decoration: underline;
	}
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

/************************************************
*	MISC 									*
************************************************/


#navigation { 
	background: #fff;
	margin: 0px 0px 20px 0px;
	padding: 4px 0px 4px 0px;
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
	}
#navigation a {	text-decoration: none; padding: 0px 8px;
	}

#tags { 
	text-align: center; 
	font-size: 9px;
	text-transform: uppercase;
	}

#comment_page { 
	display: block;
	background: #000;
	margin: 10px 200px 10px 200px;
	float: left; 
	padding: 0px 0px 15px 0px;
	}

.postspace {
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	COMMENTS 									*
************************************************/
#comments {
	width: 440px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	border-top: 1px dotted #333;
	}
#comments h3 {
	color: #c32727;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	text-align: center;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
	border-top: 0px solid #666;
	}


/************************************************
*	FOOTER 									*
************************************************/

#footer { 
	color: #999;
	font-weight: normal;
	padding: 0;
	text-align: center;
	clear: both;
	font-size: 10px;
	margin: 10px 0 0 0;
	border: none;
	text-transform: uppercase;
	}
#footer a {
	color: #999;
	text-decoration: none;
	}
#footer a:hover {
	color: #c32727;
	text-decoration: none;
	}

#footermenu	{
	width: 529px;
	height: 53px;
	margin: 0 auto 0 auto;
	padding: 0;
	}
	
#footermenu a img	{
	border: none;
	}

#menu_about	{
	margin-left: 6px;
	}

#menu_contact	{
	margin-left: 6px;
	}
