/*  
Theme Name: Most Entertaining
Description: Widget ready and tested on WP 2.8+.
Version: 2.0
Author: Will Brady
Author URI: http://www.willbrady.net/
*/

body {
	margin: 0;
	padding: 0;
	background-color: #A1A1A1;
	color:#444444;
	font-family: Georgia, Times New Roman, serif;
	font-size:14px;
	line-height:18px;
	min-width:1000px;
	text-align:center;
}

body, th, td, input, textarea, select, option {
	font-family: Georgia, Times New Roman, serif;
}

h1,h2,h3 {
	color:#00aeef;

}

h1 {
	font-size:24px;
	font-weight:normal;
	line-height:18px;
	margin-bottom:18px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}

	h1 a, h1 a:visited {
	color:#00aeef;
}

h1 a:hover, h1 a:active {
	color:#00aeef;
}


h2 {
	font-size:18px;
	font-weight:normal;
	line-height:18px;
	margin-top: 20px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 25px;
}


blockquote {
	padding-left: 1em;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	background: #F9F9F9;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #00aeef;
}

a:hover {
	text-decoration: none;
}

hr {
	display: block;
}

/* Header */

#wrapper {
	height:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:left;
	width:1000px;
}

#margin {
	background:transparent url(images/shadow-top.png) no-repeat scroll left bottom;
	height:20px;
	position:relative;
	width:1000px;
}

#header {
	background:transparent url(images/shadow-header.png) no-repeat scroll left top;
	float:left;
	height:200px;
	position:relative;
	width:1000px;
}

#contact {
	float:right;
	width:630px;
	margin-right:20px;
	position:relative;
}

#contact h1 {
	font-size: 30px;
	color: #00aeef;
	margin-top: 30px;
	padding-bottom: 20px;
}

#contact h2 {
	color: #00aeef;
}



#search {
	position:absolute;
	left:20px;
	top:45px;
	width:180px;
	height: 20px;
	background:transparent url(images/search-button.png) no-repeat scroll left top;

}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
	float: right;
	color: #A1A1A1;
	border-bottom: 1px solid #00aeef;
}

#search fieldset input {
	background-color:#A1A1A1;
}


#search fieldset input:focus {
	background-color:#00aeef;
	border: none;
	color: white;
}

#s {
	width: 160px;
	padding: 0;
	margin: 0;
	border:none;
}

#x {
	display: none;
}

/* Page */

#page {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/shadow-main.png) repeat-y scroll left top;
	float:left;
	height:auto;
	position:relative;
	width:1000px;
}



/* Content */


#content {
    	background: url(images/content_rounded_bottom.png) no-repeat bottom left; 
	float:right;
	height:auto;
	position:relative;
	width:610px;
	padding: 0;
	margin: 0 40px 30px 0;
	top: 20px;
	background-color: #fff;

}

#content h2 {
    	background: url(images/content_rounded_top.png) no-repeat top left; 
	font-size:24px;
	font-weight:normal;
	line-height:18px;
	padding: 10px;
	margin: 0;
	color: #00aeef;
	border-bottom: 1px solid #eeeeee;
}

#content h3 {
	padding: 10px;
	margin: 0;
	color: #00aeef;
	border-bottom: 1px solid #eeeeee;
}

#content p {
	padding: 10px 10px 10px 10px;
}

#content ul li {
	padding-bottom: 20px;
}


.post {
	padding: 0;
}

.post p {
}

.title {

}

img.imglink {
	border: 1px solid #EEEEEE;

}

.title a {
	text-decoration: none;
	color: #00aeef;
}

.title a:hover {
	text-decoration: underline;
}

.byline {
	margin: 10px 0 0;
}

.meta {
	padding: 5px 10px;
	border: 1px solid #EFEFEF;
	background: #F9F9F9;
	line-height: normal;
}

.meta .more {
	padding-left: 20px;
}

.meta .comments {
	padding-left: 20px;

}

#comment {
	max-width: 550px;
	margin-right: 60px;}

#commentarea {
	max-width: 550px;
	margin-right: 60px;
}

.navigation {
	border-top: 1px solid #eeeeee;
	margin: 20px 0;
	padding: 10px;
}


.alignleft {
	clear: left;
	float: left;
	margin: 0 20px 50px 0;
}


.alignright {
	float: right;
	margin: 0 0 10px 0;
}

img.alignright {
	border: 2px solid #00AEEF;
	padding: 5px;
	margin: 0 0 20px 20px;
}

img.alignleft {
	border: 2px solid #00AEEF;
	padding: 5px;
	margin: 0 20px 20px 0;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
}

.posts li {
	margin-bottom: 2em;
	display: block;
	clear:both;

}


.posts h3 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

.posts p {
	margin: 0;
	padding: 0;
	line-height: normal;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	height:auto;
	margin:0 0 30px 40px;
	padding: 0;
	top: 20px;
	position:relative;
}


#sidebar .widget {
    background: #FFFFFF url(images/rounded_bottom.png) no-repeat bottom left; 

}

#sidebar .widgettitle { 
    background: #00aeef url(images/blue_rounded_top.png) no-repeat top left; 
} 

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#sidebar ul li {
	margin: 0;
	border-bottom: 1px solid #EEEEEE;
}


#sidebar h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size:24px;
	font-weight:normal;
	line-height:18px;
	margin: 0;
	color: #fff;
	border-bottom: 1px solid #eeeeee;
}



#sidebar ul li a {
	width: 290px;
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 10px;


}

#sidebar ul li a:hover {
	color: #fff;

}


#sidebar ul li:hover {
	background: #00AEEF;
	color: #fff;
}

#sidebar ul li.current_page_item, {
	background: #A1A1A1;
	color: #fff;
}

#sidebar ul li.current_page_item a {
	background: #666;
	color: #fff;
}

li#random-quote.widget p {
padding: 10px;
}

li#random-quote.widget h2 {
    background: #fff url(images/rounded_top.png) no-repeat top left; 
	color: #00aeef;
}



/* Widgets */


.widget { 
    background: #FFFFFF url(images/rounded_bottom.png) no-repeat bottom left; 
    padding-bottom: 10px;
margin-bottom: 15px;
} 
 
.widgettitle { 
    background: url(images/rounded_top.png) no-repeat top left; 
    padding: 10px 10px 10px 10px; 
} 
 
.widget ul { 
    padding: 10px 10px 5px 10px; 

    margin: 0 10px; 
    list-style: none; 
}


.textwidget {
    padding: 10px 10px 5px 10px; 

}

.textwidget p {
	padding: 0;
	margin-top: 0;
}


/* Tuition Column */


#tuition {
	float: left;
	top: 20px;
	width: 300px;
	height:auto;
	margin: 0 0 30px 40px;
	position:relative;
}

#tuition h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size:24px;
	font-weight:normal;
	line-height:18px;
	margin: 0;
	color: #00aeef;
	border-bottom: 1px solid #eeeeee;
}



#tuition .widget_sp_image {
    background: #00aeef url(images/blue_rounded_bottom.png) no-repeat bottom left; 
}

#tuition .widget_sp_image p {
	color: #ffffff;
    padding: 0px 10px 5px 10px; 
}

#tuition .widget_sp_image p.-description {
display: none;

}

#wpmm {
	background-color:#00aeef;
	padding: 15px 10px;
}


#tuition #text-4 .widgettitle { 
    background: url(images/blue_rounded_top.png) no-repeat top left; 
    padding: 10px 10px 10px 10px; 
	background-color:#00aeef;
	color: #ffffff;
} 


/* Live Music Column */


#live_music {
	float: left;
	top: 20px;
	width: 300px;
	height:auto;
	margin: 0 0 30px 10px;
	position:relative;
}

#live_music a,h1,h2,h3 {
	color: #00624D;
}

#live_music h2{
	font-family: Georgia, Times New Roman, serif;
	font-size:24px;
	font-weight:normal;
	line-height:18px;
	margin: 0px;
	border-bottom: 1px solid #eeeeee;
}

#live_music #text-5 .widgettitle { 
    background: url(images/green_rounded_top.png) no-repeat top left; 
    padding: 10px 10px 10px 10px; 
	background-color:#00624D;
	color: #ffffff;
} 



/* News and Events Column */


#news {
	float: left;
	top: 20px;
	width: 300px;
	height:auto;
	margin: 0 0 30px 10px;
	position:relative;
}

#news a {
	color: #bd008a;
}

#news h2{
	color: #bd008a;
	font-size:24px;
	font-weight:normal;
	line-height:18px;
	margin: 0px;
	border-bottom: 1px solid #eeeeee;
}





#news #text-8 .widgettitle { 
    background: url(images/purple_rounded_top.png) no-repeat top left; 
    padding: 10px 10px 10px 10px; 
	background-color:#bd008a;
	color: #ffffff;
} 

/* Advanced Search */

.widget_mcswwidget {
    background: #00aeef url(images/blue_rounded_bottom.png) no-repeat bottom left; 
}

.widget_mcswwidget select {
	width: 280px;
	margin-bottom: 18px;
}

.widget_mcswwidget .radiobutton {
	display: none;
}

.widget_mcswwidget .widgettitle {
    background: #ffffff url(images/rounded_top.png) no-repeat top left; 
}


#sidebar .widget_mcswwidget h2 {
    background: #ffffff url(images/rounded_top.png) no-repeat top left; 
	color: #00aeef; 
}

#sidebar .widget_mcswwidget {
    background: #00aeef url(images/blue_rounded_bottom.png) no-repeat bottom left; 
}


/* Image Widget */


.widget_sp_image h2 {
	background-color:#ffffff;
}

.widget_sp_image img {
border-style: none;
}

.widget_sp_image a {
color: #fff;
}

#live_music .widget_sp_image {
    background: #00624D url(images/green_rounded_bottom.png) no-repeat bottom left; 
}

#live_music .widget_sp_image p {
	color: #ffffff;
    padding: 0px 10px 5px 10px; 
}

#live_music .widget_sp_image p.-description {
display: none;

}

#live_music .widget_sp_image a {
color: #fff;
}

#news .widget_sp_image {
    background: #bd008a url(images/purple_rounded_bottom.png) no-repeat bottom left; 
}

#news .widget_sp_image p {
	color: #ffffff;
    padding: 0px 10px 5px 10px; 
}

#news .widget_sp_image p.-description {
display: none;

}

#news .widget_sp_image a {
color: #fff;
}


li {
	list-style: none;
}


/* Footer */

#footer {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/shadow-footer.png) no-repeat scroll left bottom;
	float:left;
	height:128px;
	margin-top: 0;
	padding: 0;
	position:relative;
	width:1000px;
}

#footer p {
	float:right;
	margin-right:20px;
	position:relative;
	width:630px;
	color: #fff;
	padding-top: 15px;
}

#footer a {
	color: #FFFFFF;
}



