/*
Theme Name: Liberal Arts Advantage
Description: A custom theme for Susan de la Vergne.
Version: 0.2
Author: Alexander Bighill
Author URI: http://spiretech.com
*/

/*

HTML colors:
dark green = #254117
light green = #afcd73
orange = #e68302

alt green = #55631f
alt orange = #d18205

*/

body {
	margin:0;
	background:#d18205 url('images/bg.jpg') repeat-x;
	}

p {
	margin:0;
	padding:0;
	}
	
a, a:link, a:visited {	
	color:#55631f;
	text-decoration:none;
	}
	
a:hover, a:active, a:focus {
	color:#d18205;
	}	
	
	

h1 {
	margin:0;
	padding:0;
	}

h2 {
	margin:0;
	padding:0;
	}

h3 {
	margin:0;
	padding:0;
	}

h4 {
	margin:0;
	padding:0;
	}

h5 {
	margin:0;
	padding:0;
	}

ul {
	margin:0;
	padding:0;
	}
	
#page {
	margin:0 auto;
	width:960px;
	background:#fff; 
	position:relative;
	}
	
#header {
	background:#55631f url(images/header-bg.png);
	height:100px;
	}
	
#header a {
	color:#fff;
	font-family:tahoma;
	text-decoration:none;
	}
	
#header h1 {
	padding:20px 0 0 0;	
	}	
	
.description {
	color:#d18205;
	font-size:20px;
	font-weight:bold;
	font-family:verdana;
	}	
		
#headerimg img {
	border:none;
	}
	
#searchform {
	background:##254117;
	float:right;
	width:250px;
	margin:30px 0 0 0;
	}
	
#searchsubmit {
	border:1px solid #d18205;
	background:#55631f;
	color:#d18205;
	float:right;
	margin:0 0 0 3px;
}	

#searchsubmit:hover {
	color:#fff;
}

#s {
	background:#55631f;
	border:1px solid #d18205;
	color:#fff;	
	float:right;
}

#sidebar {
	padding:30px 0 0 20px;
	width:260px;
	}

#sidebar p {
	color:#d18205;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
}	
	
#sidebar ul {	
	padding:10px 0 10px 0;
	}
	
#sidebar li {	
	list-style-type:none;
	}
	
#sidebar h3 {	
	color:#d18205;
	font-family:verdana;
	}	
	
#sidebar a, #sidebar a:link, #sidebar a:visited {
	font-weight:bold;
	line-height:30px;
	font-size:14px;
	font-family:tahoma;	
	color:#55631f;
	text-decoration:none;
	width:240px;
	display:block;
	padding:0;
	}	
	
#sidebar a:hover, #sidebar a:active, #sidebar a:focus {
	/* background:#fff url(images/snav-btn.png); */
	color:#d18205;
	}
	
#sidebar img {	
	border:none;
	float:left;
	padding:10px 10px 0 0;	
}

#sidebar-social {
	background:#fff url(images/xleaf.jpg);
	width:280px;
	height:278px;
	position:absolute;
	bottom:0;
	margin:0 0 20px 0;
	}
	
#content {
	width:680px;
	float:right;
	}		
		
#mainnav {	
	width:680px;
	height:280px;
	/* background:#afcd73 url('images/mpic.jpg'); */
	}
	
#mainnav ul {
	float:right;
	margin:0 58px 0 0;
	}	
	
#mainnav li {
	list-style-type:none;
	display:inline;
	float:left;
	}	
	
#mainnav a, #mainnav a:link, #mainnav a:visited {
	padding:3px 0 0 0;
	background:url(images/mnav-btn.png);
	color:white;	
	text-decoration:none;
	display:block;
	width:120px;
	height:22px;
	text-align:center;
	font-family:tahoma;
	font-weight:bold;
	font-size:.8em;
	letter-spacing:3px;
	}	
	
#mainnav a:hover, #mainnav a:active, #mainnav a:focus {	
	background:url(images/mnav-btn-h.png);
	}
	
#nav-Lend {
	background:url(images/mnav-btn-Lend.png);
	width:40px;
	height:25px;
	}
	
#nav-Rend {
	background:url(images/mnav-btn-Rend.png);
	width:40px;
	height:25px;
	}

.mnav_default {
	width:680px;
	height:280px;
	background:#fff url('images/mpic.jpg');
	}
	
.mnav_events {
	width:680px;
	height:280px;
	background:#fff url('images/mpic-events.jpg');
}

.mnav_about {
	width:680px;
	height:280px;
	background:#fff url('images/mpic-about.jpg');
}

.mnav_contact {
	width:680px;
	height:280px;
	background:#fff url('images/mpic-contact.jpg');
}

.mnav_whatare {
	width:680px;
	height:280px;
	background:#fff url('images/mpic-whatare.jpg');
	}
	
.mnav_forhiring {
	width:680px;
	height:280px;
	background:#fff url('images/mpic-forhiring.jpg');
	}

.mnav_forstudents {
	width:680px;
	height:280px;
	background:#fff url('images/mpic-students.jpg');
	}

.mnav_forfaculty {
	width:680px;
	height:280px;
	background:#fff url('images/mpic-faculty.jpg');
	}	

.mnav_presentations {
	width:680px;
	height:280px;
	background:#fff url('images/mpic-presentations.jpg');
	}
	
.mnav_thankyou {
	width:680px;
	height:280px;
	background:#fff url('images/mpic-thankyou.jpg');
	}

.mnav_products {
	width:680px;
	height:280px;
	background:#fff url('images/mpic-products.jpg');
	}	
	
.entry {
	margin:30px 30px 30px 50px;
	background:#fff;
	min-height:200px;
	height:auto !important;
	height:200px; 
	}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5 {
	font-family:tahoma;
	}
	
.entry p {
	font-family:verdana;
	line-height:1.3em;
	padding:10px 0 0 0;
	font-size:.9em;
	}
	
.entry ol {
	font-family:verdana;
	line-height:1.3em;
	font-size:.9em;
	}	
	
.entry ul {
	font-family:verdana;
	line-height:1.3em;
	font-size:.9em;
	margin:0 0 0 40px;
	}
	
.entry img {	
	border:none;
}
	
.quote1, .quote2 {
	width:500px;
	background:#55631f;
	color:#fff;
	font-family:tahoma;
	font-size:.9em;
	line-height:1.3em;	
	}	
	
.quote1 p, .quote2 p {
	padding:20px;	
	}
	
.quote1 {
	margin:0 0 0 0px;
	}	
	
.quote2 {
	margin:15px 0 0 140px;
	}
	
.tr {
	background:url(images/rc-tr.png) 100% 0 no-repeat;
	}
.br {
	background:url(images/rc-br.png) 100% 100% no-repeat;
	}
.bl {
	background:url(images/rc-bl.png) 0 100% no-repeat;
	}
.tl {
	background:url(images/rc-tl.png) 0 0 no-repeat;
	}	
		
.str {
	background:url(images/src-tr.png) 100% 0 no-repeat;
	}
.sbr {
	background:url(images/src-br.png) 100% 100% no-repeat;
	}
.sbl {
	background:url(images/src-bl.png) 0 100% no-repeat;
	}
.stl {
	background:url(images/src-tl.png) 0 0 no-repeat;
	}
	
.page-bottom {
	background:#fff url(images/page-bottom.png);
	width:960px;
	height:20px;
	}
		
#footer {
	width:960px;
	margin:0 auto;
	}	
	
#footer li {
	font-family:tahoma;
	list-style-type:none;
	display:inline;
	font-size:14px
}	
	
#footer img {
	float:right;
	border:none;
	}

#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:focus {
	text-decoration:none;
	color:#55631F;
	font-weight:bold;
	font-size:14px
	}

#footer a:hover {
	color:#eee;
}

.clear {
	clear:both;
	}	
	
.pagetitle {
	font-family:tahoma;
	}	
	
.searchpage {
	margin:0 0 0 20px;
	}
	
.searchpage h2 {
	font-family:arial;
	text-align:center;
	}	
