/*   
Theme Name: Landsharks
Theme URI: http://www.edinburglandsharks.net
Description: The official theme of the Edinburg Landsharks
Author: Jason R. Johnston
Author URI: http://www.impossiblefx.com
*/


/* BODY AND WRAPPER */


.announcement {
	border:1px black solid;
	background: #1e1b56;
	color: #fff;
	margin-bottom:20px;
	padding: 10px;
	}

.announcement a {color: #fff;}

body {
	font-family:Arial, Verdana, sans-serif; 
	font-size:13px; 
	color:#1e1b56; 
	font-weight:normal; 
	margin:0; 
	line-height:120%; 
	background:#808080;
	}
	
#wrapper1 {
	text-align:center; 
	margin:0 auto; 
	width:1000px; 
	background:#808080 url('background2.jpg') top center repeat-y;
	}

#wrapper2 {
	text-align:center; 
	margin:0 auto; 
	width:1000px; 
	background:transparent url('background1.jpg') top center no-repeat;
	}

#wrapper3 {
	text-align:center; 
	margin:0 auto; 
	width:800px; 
	background:transparent;
	}



/* TYPOGRAPHY */

h2 {
	font-size:15px;
	}
	
a {
	color:#15317E;
	}
	
a:hover {
	color:#808080;
	}
	
.date {
	font-weight:bold; 
	color:#15317E; 
	margin:0 0 20px 0;
	}
	
.title, .title a {
	font-size:16px; 
	font-weight:bold; 
	color:#000; 
	text-decoration:none; 
	margin-bottom:20px;
	}
	
.title a:hover {
	text-decoration:underline; 
	color:#808080;
	}
	
.author {
	font-size:10px; 
	border-top:1px #808080 solid; 
	margin-top:20px; 
	padding:5px 0 30px 0; 
	color:#808080;
	}
	
.author a {
	text-decoration:underline;
	}

.authorpage {
	font-size:11px; 
	margin-bottom:20px; 
	color:#808080;
	}

.nextprevpost {
	width:540px; 
	float:right; 
	text-align:right; 
	font-size:11px; 
	margin:0 0 0 0; 
	padding:0 20px 20px 0;
	color:#15317E;
	}
	
.nextprevpost a {
	color:#15317E;
	}

.nextprevpost a:hover {
	color:#808080;
	}
	
ul {
	list-style: none; 
	margin:0; 
	padding:0; 
	line-height: 180%;
	}
	
li {
	list-style: none; 
	margin:0; 
	padding:0;
	}

ul a {
	color:#fff;
	}
	
img, img a {
	border:0; 
	padding:0px;
	}



/* LOGIN */
	
.login {
	float:right; 
	text-align:right; 
	font-size:11px; 
	margin:80px 0 0 0; 
	padding:0 10px 20px 0;
	color:#15317E;
	}
	
.login a {
	color:#15317E;
	}

.login a:hover {
	color:#808080;
	}



/* FOOTER */

#footer {
	clear:both; 
	text-align:center; 
	font-size:10px; 
	padding:10px 10px 10px 0; 
	border-top:1px #1e1b56 solid;
	background:#fff;
	}



/* CONTENT */

#content {
	clear:both; 
	text-align:justify; 
	float:right; 
	width:540px; 
	padding:0px 20px 20px 0px; 
	margin-top:0px;
	background:transparent;
	}
	
#content img, #content img a {
	border:0; 
	padding:10px;
	}



/* SIDEBAR */

#sidebar {
	text-align:left; 
	float:left; 
	width:170px; 
	padding:0 0 20px 0; 
	margin:50px 0 0 10px; 
	font-size:11px;
	}
	
#sidebar h2 {
	font-size:11px;
	}

.widgettitle {
	text-transform:uppercase;
	border-bottom:1px #808080 solid;
	color:#fff;
	margin-top:20px;
	}
	
.sidebarbanners, .sidebarbanners img, .sidebarbanners a {
	padding:0; 
	margin:0 0 10px 0; 
	text-align:left; 
	border:0;
	}
	
#sidebarbreak {
	clear:both; 
	width:100%; 
	float:left; 
	border-bottom:1px #808080 dashed; 
	margin:20px 0 20px 0;
	}



/* SEARCH BAR */

input {
	color:#000; 
	border:1px solid #808080; 
	font-size:10px;
	}

.submit input {
	color:#000; 
	border:0px;
	}

#searchform {
	text-align:left; 
	margin-top:20px;
	}

#searchform #s {
	width:95px;
	}