/*
Theme Name: WLOY Loyola Radio
Description: The new Wordpress Powered WLOY site developed Spring '10
Author: Tim Teeling
*/

/* STRUCTURE */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #111 url(images/back.png) repeat top left;
	color: #444;
	font:14px/1.4 Helvetica, Arial, sans-serif;
}

.clear {
	clear: both;
}

.round5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.round10 { 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}

a.pdf { 
	background: url(images/pdf.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.mp3 { 
	background: url(images/speaker.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

.border { 
	border: 1px solid #ccc;
}

::selection, ::-moz-selection {
	background: #cfc;
}

a {
	text-decoration: none;
	color: #090;
}

a:hover, a:active {
	color: #999;
}

a:active {
	position: relative;
	top: 1px;
}

a img {
	border: 0;
}

p img.alignleft {
	padding: 5px 10px 0 0;
}

p img.alignright {
	padding: 5px 0 0 10px;
}

p {
	margin-bottom: 10px;
}

h2 {
	color: #090;
	margin-bottom: 2px;
}

h4 {
	color: #090;
	text-transform: uppercase;
	margin-bottom: 5px;
}

blockquote {
	background: #eee;
	padding: 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}

table tr td img	{
	margin: 10px
}

hr {
	border: 0;
	background-color: #ccc;
	height: 3px;
	margin: 15px 0;
}

#page-wrap {
	width: 1030px;
	margin: 0 auto;
}

#header {
	background: #111 url(images/headbg.png);
	height: 151px;
}

#logo {
	margin: -142px 0 0 20px;
}

#listen {
	margin: -73px 0 0 500px;
}

ul {
	list-style: none;
}

#nav {
	position: relative;
	padding: 0 0 40px 0;
	z-index: 1000;
}

.search-result  { 
	background: #eee;
	border: 1px solid #ccc;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}


/*LEVEL ONE NAV*/
	
ul.dropdown {
	display: block;
	position: relative;
	margin-top: 30px;
}

ul.dropdown li {
	font-size: 16px;
	font-weight: bold;
	float: left;
	zoom: 1;
}

ul.dropdown a:hover,
ul.dropdown a:active {
	color: #111;
}

ul.dropdown li a {
	text-transform: uppercase;
	display: block;
	padding: 4px 21px;
	border-right: 1px solid #111;
	color: #fff;
}

ul.dropdown li:last-child a {
	border-right: none; /* Doesn't work in IE */
}

ul.dropdown li.hover,
ul.dropdown li:hover,
ul.dropdown li.hover a  {
	background: #090;
	color: #000;
	position: relative;
}


/*LEVEL TWO*/
	
ul.dropdown ul {
	width: 210px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
}

ul.dropdown ul li {
	font-weight: normal;
	background: #ccc;
	color: #000;
	border-bottom: 1px solid #111;
	float: none;
	position: relative;
	z-index: 100;
}

ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
}

ul.sub_menu li a {
	font-size: 14px;
	color: #444;
	font-weight: normal;
	text-transform: none;
}

/*LEVEL THREE*/

ul.dropdown ul ul {
	left: 100%;
	top: 0;
}

ul.dropdown li:hover > ul { 
	visibility: visible;
}

ul.dropdown ul ul li {
	width: 250px;
}

/*Featured Posts*/
ul.featured {
	margin: 3px 0 0 25px;
}

ul.featured li {
	display: inline;
	position: relative;
}

ul.featured li span {
	width: 220px;
	background: #000;
	background: rgba(0,0,0,.7);
	position:absolute;
	top: -50px;
	left: 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}

ul.featured li span h4 {
	font-size: 14px;
	text-transform: none;
	padding: 2px 5px;
	margin-bottom: 0;
}
			
#main-content	{
	padding-bottom: 30px;
}

#left-col { 
	float: left;
	background: #fff;
	width: 550px;
	padding: 10px 20px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#full {
	background: #fff;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Listen Now Page */
#container {
	width: 400px;
	margin: 10px auto;
	background: #eee;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}

#container h3 {
	margin-bottom: 15px;
}

#container p {
	margin-top: 15px;
}

/* Social Sharing */
.socialsharing { overflow: auto; }
.fbrecommend { float: left; }


/*Sidebar*/
#right-col {
	float: right;
}

#twitter_box {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	width: 185px;
	height: 220px;
	padding: 10px;
	float: left;
	margin: 0 15px 15px 0;
	overflow: hidden;
}

#IM_Box {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	width: 185px;
	height: 220px;
	padding: 10px;
	float: right;
	margin-bottom: 15px;
}

#twitter_div {
	margin: 5px 0 20px 0;
}

ul#twitter_update_list {
	list-style: none;
	font-size: 10px;
}

ul#twitter_update_list li 	{
	margin-bottom: 5px;
	padding: 3px;
	background: #eee;
	border: 1px solid #ccc;
	line-height: 12px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

ul#twitter_update_list li:hover	{
	background: #fff;
	border: 1px solid #090;
}

.whitebox {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	padding: 7px 5px 5px;
	margin-bottom: 15px;
}

#sociallinks {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	padding: 10px 5px 0;
	margin-bottom: 15px;
}

#search {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	padding: 10px;
	margin-bottom: 15px;
}

#weather {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	padding: 10px;
	margin-bottom: 15px;
}

/*Classes*/
.button	{
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px 8px;
	color: #090;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.button:hover,
.smallbutton:hover	{
	background: #090;
	color: #fff;
}

.button:active,
.smallbutton:active {
	position: relative;
	top: 1px;
}

.smallbutton {
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px 7px 0 7px;
	color: #090;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.search {
	font: 16px Helvetica;
	margin-right: 10px;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { display: block; margin: auto;}

/*Contact Form Stuff*/
input[type="text"] {
	padding: 5px;
	outline: 0;
	font: 16px Helvetica, arial;
	height: 25px;
	width: 200px;
}

textarea {
	padding: 5px;
	font: 14px helvetica, arial;
	width: 400px;
}

text area, input[type="text"] {
	background: #eee;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

text area:focus, input[type="text"]:focus {
	background: #fff;
	outline: 0;
	border: 1px solid #090;
}

select {
	font: 14px helvetica, sans-serif;
	height: 30px;
	border: 1px solid #ccc;
}

select:active {
	outline: 0;
	border: 1px solid: #090;
}

option {
	font: 14px Helvetica, sans-serif;
	margin: 3px;
}

option:hover {
	background: #090;
}

/* AIM WIMZI widget CSS */
input[type="text"].AIMBuddyListIMWindowTextInput {
	padding: 2px;
	font-size: 10px;
	height: 14px;
	width: 80px;
}

.AIMBuddyListWindowTitleBar,
a.wimziPromoLink {
	display: none;
}

div.AIMBuddyListIMWindowTextArea {
	height: 110px;
}


/*Comments*/
input#author { margin-top: 10px; }

input#author,
input#email,
input#url {
	margin: 0 5px 5px 0;
}

ol.commentlist {
	margin-top: 10px;
	list-style: none;
}

ol.commentlist li.comment,
ol.commentlist li.pingback {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
}

ol.commentlist li.comment div.vcard cite.fn,
ol.commentlist li.pingback div.vcard cite.fn {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}

ol.commentlist li.comment div.vcard img.avatar {
	float: right;
	margin: 0 0 10px 10px;
}

ol.commentlist li.comment div.comment-meta,
ol.commentlist li.pingback div.comment-meta {
	font-size: 10px;
}

ol.commentlist li.comment div.comment-meta a,
ol.commentlist li.pingback div.comment-meta a {
	color: #444;
}

ol.commentlist li.comment div.reply {
	font-size: 11px;
}

ol.commentlist li.comment div.reply a {
	font-weight: bold;
}

ol.commentlist li.comment ul.children,
ol.commentlist li.comment ul.children li.depth-2,
ol.commentlist li.comment ul.children li.depth-3,
ol.commentlist li.comment ul.children li.depth-4 { 
	list-style: none; margin: 0 0 10px 10px;
}

ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #eee; }


/*FOOTER*/
#footer {
	background: #090;
	color: #fff;
	text-align:center;
	margin-top: 18px;
	padding: 10px;
	border-top: 1px solid #0f0;
}

#footer-left a	{
	color: #fff;
}

#footer-left a:hover {
	color: #ccc;
}

#footer-left ul li {
	font-size: 10px;
	display: inline;
	border-right: 1px solid #fff;
	padding: 0 10px 0 10px;
}

#footer-left li:last-child {
	border-right: none;
}

#footer-right	{
	margin: -186px 320px 0 0;
}

#footer-right h3	{
	color: #111;
}

#footer-right a	{
	color: #fff;
}

#footer-right a:hover {
	color: #ccc;
}

/*Table*/
table								{ text-align: center;}
th									{ background: #f5f5cd ; height: 35px; }
tr									{ background: #eee; }
tr.even							{ background: #ddd; }
td									{ padding: 5px; }
td.hosted						{ background: #090; color: #fff;}
td.hosted:hover			{ background: #0c0; }
td.light						{ background: #ccc; }
td.light:hover			{ background: #eee; }
td.crossover				{ background: #777; color: #ccc; }
td.crossover:hover	{ background: #999; }
td.loud							{ background: #111; color: #ccc; }
td.loud:hover				{ background: #444; }
td.hosted a					{ color: #fff; text-decoration: underline; }
td.hosted a:hover		{ color: #111; }
table.key td				{ padding: 10px; }
td.weather					{ font-size: 12px; line-height: 14px; padding: 2px 10px; }


/*WP Page-Navi Plugin*/
.wp-pagenavi a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 4px 4px 2px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #090;
	background: #fff;	
}
.wp-pagenavi a:visited {
	padding: 4px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #090;
	background: #fff;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #ccc;
	color: #fff;
	background: #090;
}
.wp-pagenavi a:active {
	padding: 4px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #fff;
	background: #090;	
}
.wp-pagenavi span.pages {
	padding: 4px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #090;
	border: 1px solid #ccc;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;  
}
.wp-pagenavi span.current {
	padding: 10px 8px 8px 8px;
	margin: 2px;
	font:20px Helvetica, sans-serif;
	border: 1px solid #ccc;
	color: #fff;
	background: #090;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;  
}
.wp-pagenavi span.extend {
	padding: 4px 4px 2px 4px;
	margin: 2px;	
	border: 1px solid #ccc;
	color: #090;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;  
}
