@charset "utf-8";
/* CSS Document */

/* ============================================================================================================= */
/* =Basic structure also listed on editor-style.css at bottom of code */

html {
	/*font-size: 87.5%;*/
}

body {
	font-size: 12px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}

a {
	color: #2f3f7d;  /* blue */
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	outline: none;
	color: #ab0003;  /* red */
	text-decoration:underline;	
}




h1 {color:#ab0003;font-size:24px; font-weight:bold;}
h2 {color:#2f3f7d;font-size:20px; font-weight:bold; margin-bottom:10px;}
h3 {color:#ab0003;font-size:16px; font-weight:bold;}
h4 {color:#2f3f7d;font-size:14px; font-weight:bold;}
h5 {color:#ab0003;font-size:12px; font-weight:bold;}

h4 a {color:#fff; text-decoration:none;}
h4 a:hover {color:#fff; text-decoration:underline;}

p {
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
ul,
ol {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	padding: 0;
}
ul {
	list-style: disc outside;
}
ol {
	list-style: decimal outside;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
li {
	margin: 0 0 0 24px;
	margin: 0 0 0 1.714285714rem;
}


#tribe-events-pg-template {margin:10px;}

/* Minimum width of 990 pixels. */
@media screen and (min-width: 990px) {
	body {
		background-color: #FFF;
		background-position: 50% top;
		background-image: url('images/bg6.png');
		background-repeat: no-repeat;		
	}
	body .site {
		padding: 0px;
		padding: 0rem;
		width: 990px;
	}

	#header {
		background-image: url('img/design_01.jpg');	
		background-repeat: repeat-x;	
	}
}

/* ============================================================================================================= */

#content-wrapper {
	/* width: 990px; /*can be in percentage also.*/
    margin: 0 auto;	
	background-color:#fff;
}

#header {
	width: 100%; /*can be in percentage also.*/
    margin: 0 auto;	
	background:url(img/design_01.jpg) repeat-x;
}

#menu-bar {
	margin-top: -5px;
	margin-bottom: 10px;
	margin-left:15px;
}

#content-left {
	float:left;
	width:667px;
}

#content-wide {
	float:left;
	width:937px;
}

#page-title-area {width:100#;}

#LPP {float:left;}

#page-title {
	float:left;
	background-color:#ab0003;
	color:#fff;
	width:479px;
	height:66px;
	text-align:center;	
}

#page-title h1 {
	margin:5px 0px 5px 0px; 
	padding:0px;
	font-size:30px;
}

#page-title h4 {
	margin:0px; 
	padding:0px;
	font-size:16px;
}

#spacer1 {
	height: 9px;
	width:100%;
}

#content {
	padding:20px;
}

#content1 {
	/*height:313px;   remove after layout development  */
	width:100%;
}

#slider {
	width:444px;
	float:left;
}

#news-events {
	width:223px;
	float:left;
	
}

#newscontent {
	width:420px; 
	margin:5px;
	}

#newscontent li {margin: 0 0 0 10px; font-size:14px; list-style:none;}
#newscontent p {margin:10px 0 0 0; padding:0;}
#newscontent a {font-weight:bold;}

#upcoming-events {
	float:left;	
	width:100%;
	background:url(/wp-content/themes/LPPLL/img/bg-fade.jpg) no-repeat;
}

#cal {
	float:left; 
	width:40px;
	height:143px;
	padding:13px 0 0 10px;
}

#events-content {
	float:left; 
	margin:0 0 0 15px;
	width:158px;
	
	}

#events-content p {font-size:12px; margin-bottom:5px;line-height:1.1em;}

#events-content a {text-decoration:none;}

#events-content a:hover {text-decoration:underline;}

#spacer-line {
	height:9px;
	width: 666px;
	width:100%;
	background:url(/wp-content/themes/LPPLL/img/line-spacer.jpg);
	background-repeat:no-repeat;
}

/* ============================================================== */

.entry-content ul li a {
	color: #2f3f7d;  /* blue */
	text-decoration:underline;
}
	
.entry-content a:link {
	color: #2f3f7d;  /* blue */
	text-decoration:underline;
}

.entry-content a:visited {
	color: #2f3f7d !important;  /* blue */
	text-decoration:underline;
}

.entry-content a:hover {
	outline: none;
	color: #ab0003;  /* red */
	text-decoration:none;	
}

/* ============================================================== */


#content2 {
	width:100%;
}

					
#more-from {
	width:452px;
	float:left;
	height:283px;   /* remove after layout development  */
	background:url(/wp-content/themes/LPPLL/img/more-from-LPPLL2.jpg);
	background-repeat:no-repeat;
	margin-left:8px;
}

#more-from-content {margin:0 20px 15px 10px;}

#more-from-content h2 {font-size:14px; font-weight:bold}

#more-from-content p {margin:8px 0 5px 0; line-height:1.1em}

#shop {
	width:205px;
	float:left;
	text-align:center;
}

#links-bar {
	
}

#link-btn {float:left;}

#content-right {
	float:left;
	height:820px;  /* remove after layout development  */
	width:300px;
	background:url(/wp-content/themes/LPPLL/img/bg_content-right.jpg);
	background-repeat:no-repeat;	
}

#standings-scoreboard {
	margin:0 0 0 15px;	
}

#red-spacer {
	width:100%;
	background-color:#ab0003;}

#footer-spacer {
	background-color:#000;
	height:30px;}

#footer-content {
	width:100%;
	background-color:#2f3f7d;
	height:200px;
	color:#fff;}