body {
	background: #2c1d17 url(http://174.132.104.162/~ltdecks/images/body-bg.png) top center no-repeat;
}
.container {
	margin: 0px auto 0px;
}
#wrap {
	margin-top: 10px;
	color: #D9D5A3;
}
/************************************************
*	Header  									*
************************************************/

#header {
	color: #FFFFFF;
	height: 85px;
}
#header img {
	margin: 0px;
}
#header-left {
	margin: 0px 0px 0px 10px;
}
/************************************************
*	Navbar 					     		    * 
************************************************/

#navbar {
	background: url(http://174.132.104.162/~ltdecks/images/navbar.png) top left no-repeat;
	height: 30px;
	margin-top: 0px;
	font-weight: bold;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	margin: 0 18px 0 18px;
	padding: 0px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/*** DEMO SKIN ***/
.sf-menu {
	float:	 left;
	margin-bottom:	0px;
	margin-top:  0px;
}
.sf-menu a {
	padding: 		.75em .75em;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text color*/
	color:			#E9A71A;
}
.sf-menu li {
}
.sf-menu li li {
	background:		#a4542c;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#2C1D17;
	outline:		0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('http://174.132.104.162/~ltdecks/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('http://174.132.104.162/~ltdecks/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
li.first_li {
	margin-right:3px;
}
.sf-menu a.first_li {
}
.sf-menu a.sf-with-ul:hover, .sf-menu a.sfHover, .sf-menu a:hover {
	background:        #3A2C1F;
	color:#fff;
}
.sf-menu li.first_li_active a, .sf-menu li.first_li_active a.first_li_active, .sf-menu li.first_li_active a.sf-with-ul {
	outline:        0;
	color:#666;
}
.sf-menu li.first_li_active a:hover, .sf-menu li.first_li_active a.first_li:hover, .sf-menu li.first_li_active a.sf-with-ul:hover {
	color:#fff;
}
li.first_li_active .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/************************************************
*	Topbar		    	                    * 
************************************************/

#topbar {
	background: url(http://174.132.104.162/~ltdecks/images/topbar.jpg) bottom center no-repeat;
	margin-bottom: 20px;
	height: 360px;
}
#lefttop p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 13px;
	padding: 0px;
	color: #D9D5A3;
}
#lefttop h1 {
	color: #E9A71A;
	font-size: 18px;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
	margin: 20px 20px 10px 20px;
	padding: 0px;
}
.fade {
	position: absolute;
	top: 30px;
	left: 0px;
}
.fade div {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.block {
	width: 210px;
	height: 300px;
	padding: 0px;
	position: relative;
	float:left;
}
.block img {
	border: #8c5329 1px solid;
}
.block p {
	margin: 0;
	padding:0;
}
.links {
	text-align: center;
	font-weight: bold;
	background: #2C1D17;
	border: solid 1px #000000;
	width: 190px;
	position: absolute;
	bottom: 260px;
	left: 4px;
	display:none;
	color:#ffffff;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
}
.block:hover .links {
	display: block;
	padding-top:5px;
	padding-bottom:5px;
}
.block a:hover {
	text-decoration: underline;
}
.imgFader {
	position: relative;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}
.imgFader img {
	width: 200px;
	height: 300px;
	border: #BC4606 1px solid;
}
/************************************************
*	Slideshow 		    	                    * 
************************************************/

#slider-box {
	background: #2C1D17 url(http://174.132.104.162/~ltdecks/images/contentarea.jpg) top center no-repeat;
	margin-top: 0px;
	height: 310px;
}
#slider {
	height: 310px;
	overflow: hidden;
	padding: 0;
	margin:  0 auto;
}
#slider img {
	width: 380px;
	height: 280px;
	border: #8c5329 2px solid;
	margin-top: 11px;
	margin-left: 10px;
	top:  0;
	left: 0;
}
#intro-text p {
	margin-left: 40px;
	margin-right: 30px;
	padding: 0px;
	color: #D9D5A3;
}
#intro-text h1 {
	color: #E9A71A;
	font-size: 18px;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
	margin: 30px 20px 10px 40px;
	padding: 0px;
}
/************************************************
*	Gallery 		    	                    * 
************************************************/
	
.coolgallery {
	background: #ffffff url(http://174.132.104.162/~ltdecks/images/content-background.png) repeat-y;
}
.gallery-box {
	margin: 40px auto 10px;
	text-align: center;
}
.maxigallery-box {
	margin: 40px 20px 10px 25px;
	text-align: center;
}
.maxigallery-intro {
	margin-left: 40px;
}
#before-gallery {
	background: #ffffff url(http://174.132.104.162/~ltdecks/images/content-background.png) repeat-y;
	text-align: center;
}
#before-gallery h1 {
	color: #805C34;
	font-size: 18px;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}
.maxigallery-slideshow {
	background: #ffffff url(http://174.132.104.162/~ltdecks/images/content-background.png) repeat-y;
}
.maxi-gallery-code {
	margin-top: 30px;
}
/************************************************
*	Homepage 		    	                    * 
************************************************/
	
.thumbnail {
	float: left;
	margin: 0px 10px 5px 0px !important;
	padding: 2px !important;
}
.textright {
	text-align :right;
}
/************************************************
*	Content 					     		    * 
************************************************/
#contentarea {
	background: #2C1D17 url(http://174.132.104.162/~ltdecks/images/contentarea.jpg) top center no-repeat;
	border-top: #8c5329 1px solid;
}
#contentarea p {
	margin-left: 40px;
	margin-right: 30px;
	font-size: 14px;
}
#contentarea h1 {
	color: #d9d5a3;
	font-size: 18px;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}
#contentarea h2 {
	color: #E9A71A;
	font-size: 16px;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
	margin: 0px 20px 10px 40px;
	padding: 0px;
}
#pagetop {
	margin-top: 30px;
}
#pagemid {
	margin: 0px 0px 1px 0px;
}
#pagemid h1 {
	color: #d9d5a3;
	font-size: 18px;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
	margin: 20px 0px 20px 40px;
	padding: 0px;
}
#pagebottom {
}
#partner-info {
	clear: both;
	padding: 25px 0;
	margin: 25px 0 0 0;
	float: left;
	width: 920px;
}
#partner-info ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#partner-info ul li {
	display: inline;
	padding: 0 17px;
}
#partner-info ul li a {
}
#partner-info img {
	width: 100px;
}
/************************************************
*	Footer      								*
************************************************/

#footer {
	height: 280px;
	background: url(http://174.132.104.162/~ltdecks/images/footer.jpg) top center no-repeat;
	border-top: #8c5329;
	margin-bottom: 20px;
	color: #AB5C23;
}
#copyright p {
	text-align: center;
	margin: 5px 15px 0px 0px;
}
#footer-text p {
	text-align: center;
	margin: 0px;
}
#footer_left {
	text-align: left;
}
/************************************************
*	Images  					     		    * 
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
}
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
}
img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
}
img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}
.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #385B96;
	text-decoration: none;
}
a:hover {
	color: #E9A71A;
	text-decoration: underline;
}
a img {
	border: none;
}
a:focus, a:hover, a:active {
	outline: none;
}
/************************************************
*	BlogContent 					     		    * 
************************************************/
#blogcontent {
	background: #2C1D17 url(http://174.132.104.162/~ltdecks/images/contentarea.jpg) top center no-repeat;
}
#blogcontentleft {
	float: left;
	width: 560px;
	margin: 0px;
	padding: 0px;
}
#blogcontentleft a img {
	border: none;
}
#blogcontentleft p {
	margin-left: 30px;
	margin-right: 30px;
}
#blogcontent h1 {
	color: #E9A71A;
	font-size: 18px;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
	margin: 20px 20px 10px 30px;
	padding: 0px;
}
#blogcontent h1 a, #content h1 a:visited {
	color: #495D5C;
	font-size: 22px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
}
#blogcontent h1 a:hover {
	color: #7A3254;
	text-decoration: none;
}
#blogcontent h2 {
	color: #E9A71A;
	font-size: 16px;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
	margin: 0px 20px 10px 40px;
	padding: 0px;
}
#blogcontent h3 {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 7px;
}
#blogcontent h3 a, #content h3 a:visited {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
}
#blogcontent h3 a:hover {
	color: #555555;
	text-decoration: none;
}
#blogcontent h4 {
	color: #495D5C;
	font-size: 22px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
}
#blogcontent img.wp-smiley {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
}
#blogcontent img.wp-wink {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
}
#blogcontent a img {
	border: none;
}
blockquote {
	background: #E8E8E8;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 0px 15px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
}
#blogcontent blockquote p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
.postarea {
	float: left;
	width: 558px;
	margin: 0px 0px 10px 20px;
	padding: 10px;
}

#blogcontent h3 {
	padding-left: 0px;
	margin-top: 10px;
	color: #E9A71A;
	font-size: 18px;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
}

.postarea p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
.postarea ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
.postarea ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.postarea ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.postarea ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.breadcrumb {
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: double #EAEAEA;
}
.breadcrumbwide {
	float: left;
	width: 1218px;
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: double #EAEAEA;
}
.date {
	width: 590px;
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
.dateleft {
	width: 380px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.dateright {
	width: 200px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.time {
	background: url(http://174.132.104.162/~ltdecks/images/icon_time.gif) no-repeat top left;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 20px;
}
.icomment {
	background: url(http://174.132.104.162/~ltdecks/images/comment.png) no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
}
.tags {
	background: url(http://174.132.104.162/~ltdecks/images/tags.png) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
}
.postmeta {
	width: 590px;
	font-size: 12px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	border-top: double #EAEAEA;
}
.postmeta2 {
	width: 590px;
	font-size: 12px;
	padding: 5px 0px 40px 0px;
	margin: 0px;
	border-top: double #EAEAEA;
}
.archive {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
.comments {
	float: left;
	width: 560px;
	margin: 0px 0px 10px 30px;
	padding: 10px;
}
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
}
.commentlist li {
	font-weight: bold;
	background: #2C1D17;
}
.commentlist li .avatar {
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}
.commentlist p {
	font-weight: normal;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
#commentform input {
	background-color: #2C1D17;
	color: #D9D5A3;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
}
#commentform {
	margin: 5px 10px 0px 0px;
}
#commentform textarea {
	background: #2C1D17;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	color: #D9D5A3;
	width: 98%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#commentform p {
	margin: 5px 0px 5px 0px;
}
#commentform #submit {
	margin: 0px;
	float: left;
}
.alt {
	margin: 0px;
	padding: 10px;
}
.commentlist {
	margin: 0px;
	padding: 0px;
}
.commentlist ol {
	margin: 0px;
	padding: 10px;
}
.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
}
.children {
	margin: 0px;
	padding: 0px;
}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.thread-even {
	background: #EEEEEE;
	margin: 0px;
	padding: 0px;
}
.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
}
.even, .alt {
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
}
/************************************************
*	Sidebar      								*
************************************************/
#tweets {
	padding: 10px;
	}
#tweets h3 {
	padding-left: 0px;
	margin-top: 10px;
	color: #E9A71A;
	font-size: 18px;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
}
#tweets ul li {
	list-style: none;
	padding: 0;
	border-top: 1px solid #7B3A15;
}
/************************************************
*	Etc 		    	        	        * 
************************************************/
ul.pagetop_ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.pagetop_ul li {
	margin: 0px;
	padding: 5px 5px 5px 30px;
	background: url(http://174.132.104.162/~ltdecks/images/bullet_check.png) no-repeat left center;
} 
ul.sidebar_ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.sidebar_ul li {
	margin: 0px;
	padding: 5px 5px 5px 25px;
	background: url(http://174.132.104.162/~ltdecks/images/bullet_check.png) no-repeat left center;
}
#sidebar .widget {
	list-style: none;
	margin: 10px;
	padding: 0;
	border-top: 1px double #DDDDDD;
}
#sidebar h4 {
	margin-top: 10px;
	color: #E9A71A;
	font-size: 18px;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
}
#sidebar p {
	margin: 0px;
	padding: 0px;
}
#sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#sidebar ul li {
	list-style-type: none;
	margin: 0px;
}
#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li li {
	padding: 5px 5px 5px 30px;
	background: url(http://174.132.104.162/~ltdecks/images/star.png) left top no-repeat;
	margin: 0px;
}
#sidebar ul li ul li {
	padding: 0px 0px 5px 20px;
	margin: 0px;
}
#phone {
	margin: 30px 30px 10px 5px;
	color: #E9A71A;
	font-size: 18px;
	font-family: Georgia, Times New Roman;
	font-weight: bold;
}
/************************************************
*	Forms		   	        	        * 
************************************************/

.sidebarform {
}
#sidebarform1 {
}
#sidebarform1 form {
	padding: 5px;
}
#sidebarform1 input {
	background-color: #2C1D17;
	color: #D9D5A3;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
}
#sidebarform1 textarea {
	background-color: #2C1D17;
	color: #D9D5A3;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	width: 240px;
}
#sidebarform1 select {
	background-color: #2C1D17;
	color: #D9D5A3;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	width: 240px;
}
#sidebarform1 input.text {
	width: 240px;
}
