/* 
*********************************************************************
INSTRUCTIONS FOR SITELINK:
Do not delete or rewrite this file under any circumstances!!!!!!  
*********************************************************************

When you want to define an attribute that is NOT found in the admin page, do the following:

STEP 1:  Find .ASP page you are editing
STEP 2:  Find the area in the <head> where the CSS files are loaded.
STEP 3:  Put this code in with the others in the <head>...

		<link rel="stylesheet" href="text/lpstyle.css" type="text/css">

***********  IT SHOULD LOOK SOMETHING LIKE THIS      *************

<head>

** BLA BLA BLA **

<link rel="stylesheet" href="text/topnav.css" type="text/css">
<link rel="stylesheet" href="text/sidenav.css" type="text/css">
<link rel="stylesheet" href="text/storestyle.css" type="text/css">
<link rel="stylesheet" href="text/style.css" type="text/css">
<link rel="stylesheet" href="text/lpstyle.css" type="text/css">  ****** LOOK!!! HERE'S OUR STYLE SHEET!!!!!!  ******


<script type="text/javascript" language="javascript">

** BLA BLA BLA **

</head>

**********************************************************************

SOME SUGGESTIONS:
1) We should use id's instead of classes in the asp (to try and avoid errors)
2) Delete the class="" and replace with id=""
3) Don't use the same name as other things in the other css files (i.e. allpage)

*/


/* BASIC THEME */

#lptext {
	font-family: Times New Roman;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1em;
	padding-top:10px;
	margin-left:1px;
}

#lptext b {
font-size: 1em;
}

#lptext i {
font-size: 1em;
color: #993300;
}

#lptext h1 {
font-family: Times New Roman;
color: #444;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 1px;
line-height: .5em;
font-size: 1.6em;
padding-bottom: -10px;
}

#lptext h2 {
	font-family: "Times New Roman";
	color:#666;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0px;
	line-height: 1em;
	font-size: 1em;
	font-variant: small-caps;
	padding-top: -10px;
}

#lptext h3 {
font-family: Times New Roman;
color: #666;
font-style:italic;
word-spacing: normal;
text-align: left;
letter-spacing: 0px;
line-height: 1.2em;
font-size: 1.3em;
}

#lptext h4 {
font-family: Times New Roman;
color: #666;
font-style:italic;
word-spacing: normal;
text-align: left;
letter-spacing: 0px;
line-height: .5em;
font-size: .8em;
padding-bottom: -10px;
}



#lptext p {
	font-family: Times New Roman;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 0.9em;
}

span.style3 {	
	font-family: Times New Roman;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 0.9em;
}
.TopNavRow2Text {
	font-family: Times New Roman;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 0.9em;
}	

/* SPRY BOX */

#picks{
	font-family: Times New Roman;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 0.9em;
	padding: 15px 5px 20px 5px;
}

#picks h2{
	font-family: Times New Roman;
	color: #444;
	font-size: 1em;
}

#picks a{
	font-family: Times New Roman;
	color: #993300;
	text-decoration: underline;
	font-size: 1em;
	word-spacing: normal;
}

#picks a:hover{
	font-family: Times New Roman;
	color: #993300;
	text-decoration: none;
	font-size: 1em;
	word-spacing: normal;
}

/*Marks Blog*/
div.feedburnerFeedBlock {
	font-family: Times New Roman;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1em;
	float:left;
	padding-left:5px;
}

div.feedburnerFeedBlock ul{
	list-style:none;\
	padding-left:0px;
}

span.headline {font-size: 1.2em;}
p.date {}



#events1{
	font-family: Times New Roman;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 0.9em;
}

#events2{
	font-family: Times New Roman;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 0.9em;
	background-color: #B4AB78;
}

#eventsactive1{
	font-family: Times New Roman;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 0.9em;
}

#eventsactive2{
	font-family: Times New Roman;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 0.9em;
	background-color: #FFFFD8;
}



#events1 td {
	padding: 10px 0px 5px 5px;
}

#events2 td {
	padding: 10px 0px 5px 5px;
}

#eventsactive1 td {
	padding: 10px 0px 5px 5px;
}

#eventsactive2 td {
	padding: 10px 0px 5px 5px;
}


/* SIDE BAR */

#topside {
border-top: 2px solid #666;
padding-bottom: 5px; 
margin-top: 30px;
}

#topside2 {
border-top: 2px solid #666;
}

#topside3 {
border-top: 2px solid #666;
padding-bottom: 5px; 
margin-top: 10px;
}

#sidebar {
font-family: Times New Roman;
color: #444;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1em;
font-size: 1em;
padding-left:10px;
}

#sidebar h1 {
font-family: Times New Roman;
color: #444;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 1px;
line-height: 1em;
font-size: 1.3em;
}

#sidebar p {
font-family: Times New Roman;
color:#666;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0px;
line-height: 1.2em;
font-size: .9em;
}


/* QUOTE ROTATOR */
#quotes{
	font:1.1em Georgia, "Times New Roman", Times, serif;
	color:#666;
	margin:10px auto 0 auto;
	padding:5px 5px 5px 5px;
	position:relative;
	width: 138px;
	height:auto;
}

#author{
	padding-top:5px;
	color:#C93;
}
/* --- END QUOTE ROTATOR --- */


/* PULL QUOTES */
.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright { float: right; }
.clear { clear: both; }

span.pulled-right {
	display: block;
	float: right;
	padding: 5px 0 0 10px;
	margin: 0 0 10px 10px;
	width: 170px;
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: right;
	color: #666;
	border-left: 3px solid #ccc;
}
span.pulled-left {
	display: block;
	float: left;
	padding: 5px 10px 0 0;
	margin: 0 10px 10px 0;
	width: 170px;
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: left;
	color: #666;
	border-right: 3px solid #ccc;
}

span.pulled-right:first-letter { text-transform: capitalize; }
span.pulled-left:first-letter { text-transform: capitalize; }
/* ---- END PULL QUOTES --- */




/* OTHER INFO */
#productauthor{
	color :#000000;
	FONT-SIZE  :15px;
	FONT-FAMILY : Times;
	FONT-WEIGHT  : normal;
	TEXT-DECORATION  : none;
	
}



#dates {
	color :#000000;
	FONT-SIZE  :11px;

	TEXT-DECORATION  : none;
	font-weight: normal;
}




#productheader:link {
	 color :#666666;
	 FONT-SIZE  :18px;
	 FONT-FAMILY : Times ;
	 FONT-WEIGHT  : none ;
	 TEXT-DECORATION  : none ;
}

#productheader:visited {
	 color :#666666;
	 FONT-SIZE  :18px;
	 FONT-FAMILY : Times ;
	 FONT-WEIGHT  : bold ;
	 TEXT-DECORATION  : none ;
}

#productheader:hover {
	 color :#ffffff;
	 FONT-SIZE  :18px;
	 FONT-FAMILY : Times ;
	 FONT-WEIGHT  : bold ;
	 TEXT-DECORATION  : none ;
}
#flashContainer {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 90px;
	padding-right: 90px;
	width: auto;
}
#seminarDownload {
}
#rightSidebarInfo {
}
#rightFloatList {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-decoration: none;
	float: right;
	width: 325px;
	display: block;
	background-color: #F5F5D2;
	position: relative;
	padding: 5px;
	left: 30;
}
#leftFloatList {
	float: left;
	font-family: "Times New Roman", Times, serif;
	background-color: #F5F5D2;
	display: block;
	width: 335px;
	border: thin double #5E2B16;
}
.floatrightSM {
	float: right;
	margin: 0px;
	padding: 0px;
}
.floatleftSM {
	float: left;
	margin-right: 10px;
}
#sm_content {
	background-image: url(sm_images/sm_bg.jpg);
}
.guildpagebg {
	background-color :#fff;
}

