/*
Theme Name: Phantoms
Theme URI: http://www.georgetownphantoms.com/
Description: Custom made for the Georgetown Phantoms. Must be enabled for the site to work properly.
Version: 0.85
Author: Gabriel L. Lebec
Author URI: http://www.georgetownphantoms.com/author/glebec/
.
You are free to examine this code in developing your own CSS.  However, the design
(i.e., specific combination of graphics, layout, colors, and typography)
is copyright 2009 Gabriel Lebec / The Georgetown Phantoms.
.
*/

.entry_author_image {
	float: right;
	padding: 8px;
	margin: 20px 0 20px 20px;
	background: #f2f2f2;
	border: 1px solid silver;
}

/* "Sticky" footer code and clearfix (with replaced * hack)-----------*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin:0;
	padding:0;
}

html {
	height:100%;
	background: #249; /*for centered bg without disp: table */
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Layout, Structure: VERY DELICATE, EDIT WITH CAUTION  ---------------------*/

body {
	background: #249 url(images/shell/main-bg4.jpg) no-repeat 50% 0;
	height:100%; /* for sticky footer */
	padding:0;
	margin:0;
	min-height:800px; /* to keep background from cutting off in small viewports */
	min-width:950px; /* to keep background from shifting in IE/FF */
	text-align:center;
}

#container{
	height: 100%;
	margin:0 auto;
	width:950px;
}

body > #container {
	height:auto!important;
	min-height:100%;
}

#header {
	height:225px;
	margin:0 auto;
	width:950px; /* independent, but match innercontainer visually */
	position:relative;
	color: white;
}

#innercontainer {
	padding-bottom: 150px; /* make same size as footer */
	width: 900px;
	margin-left: 50px;
}

#contentbg {
	background: #ececf6 url(images/shell/content-top2.jpg) 0% 0% repeat-x;
	margin-bottom: 30px;
	position:relative;
}

#contentfooterbg{ /* yes, this is getting excessive with the divs */
	background: url(images/shell/contentfooter.jpg) repeat-x 0% 100%;
}

#content {
	float: left;
	width: 574px;
	min-height: 575px;
	padding: 40px 15px 100px 40px;
	text-align: left;
}

#contentwide {
	padding: 40px 40px 100px;
	text-align: left;
	min-height: 575px;
}

#sidebar {
	float: right;
	width: 230px;
	padding: 10px 20px 100px;
}

#footer {
	position: relative;
	margin: -157px 0 0; /* 7 extra px from border */
	height: 150px;
	clear:both; /* This line and above necessary for sticky footer */
	font-family:"Century Gothic", "Tw Cen MT", Verdana, Arial, "sans serif";
	color:#8070b0;
	line-height:1.1em;
	border-width:7px 0 0;
	border-style:solid;
	border-color:#559988;
	background:#282222 url(images/shell/footer-bg.jpg) repeat;
}


/* Universal elements and obsessively tailored typography -----------------------*/

body {
	font: 100% Georgia, "Times New Roman", Times, serif; /* 100%: IE scaling fix */
	color: #211;
}

p {
	font-size: 1em; /* 16*1 = 16px */
	line-height: 1.5em; /* 16*1.5 = 24px */
	margin: 1.5em 0; /* 15*1.6 = 24px */
}

h1,h2,h3,h4,h5,h6 {
	font-family:"Century Gothic", "Tw Cen MT", Verdana, Arial, "sans serif";
	font-weight:normal;
	font-style:normal;
}

h2 {
	font-family: Palatino, "Palatino Linotype", Garamond, Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 2.25em; /* 16*2.25 = 36px */
	line-height: 1.3333em; /* 36*1.3333 = 48px = 24*2 */
	margin: 0.6667em 0;
	word-spacing: .1em;
	color:#850919;
	background: url(images/shell/paint.gif) 0% 50% no-repeat;
}

h2 a:hover {
	color:#c52959;
}

h2, h3 a:hover {
	border-bottom: none;
}

h3 a:hover {
	color:white;
	background: #37c;
}

h3 {
	border-color:#37c; /* #849ad2 is color of separator.png */
	border-top-width:2px;
	border-top-style:solid;
	background: /*#dde*/ url(images/shell/h3.png) bottom left repeat-x;
	color:#005aaa;
	font-size: 1.5em; /* 16*1.5 = 24px */
	line-height: 2em; /* 24*2 = 48px */
	margin: 2em 0 0.6667em; /* 1em = 24px */
	padding: 0 0 0.3333em;
	word-spacing:.05em;
	text-transform:uppercase;
	clear: both;
}

h4 {
	text-align:left;
	font-size:1.125em; /* 16*1.125 = 18px */
	line-height: 1.3333em; /* 18*1.3333 = 24px */
	margin: 1.3333em 0;
	color:maroon;
}

h5, h6 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

small {
	font: 0.625em 'Lucida Grande', Geneva, Helvetica, Sans-Serif; /* 16*0.625 = 10px */
	font-weight: lighter;
	color: gray;
	line-height: 2.4em; /* 10*2.4 = 24px */
	margin: 2.4em 0;
	display: block;
}

h3 + small i, h2 + small i {
	text-transform: lowercase;
	font-family: Georgia, 'Times New Roman', serif;
	letter-spacing: 0;
}

h3 + small, h2 + small {
	margin: -2.4em 0 2.4em;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #686;
	/*background: #dde;*/
}

.postmetadata {
	font: 0.625em 'Lucida Grande', Geneva, Helvetica, Sans-Serif; /* 16*0.625 = 10px */
	font-weight: lighter;
	color: #686;
	line-height: 2.4em; /* 10*2.4 = 24px */
	margin: 2.4em 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: block;
	/* border: 1px dotted gray;
	border-width: 0 0 0 1px;
	padding-left: 1em;*/
}

.postmetadata alt{
	font-size: 0.8125em; /* 16*0.8125 = 13px */
	line-height: 1.8462em; /* 13*1.8462 = 24px */
	margin: 1.8462em;
}

a {
	text-decoration:none;
	outline: none; /* FF */
	color:#3030c0;
}

a:hover {
	color:#208090;
	/*border-bottom: 1px dotted;*/
}

blockquote {
	display: block;
	margin: 1.5em 0; /* 16*1.5 = 24px */
	padding: 0.75em 20px; /* 16*1.5 = 24px */
	border: 1px solid silver;
	border-width: 0 0 1px 1px;
	background: #fff9f6 url(images/shell/quoteleft.gif) 10px 2px no-repeat;
	text-indent: 60px;
	color: #444;
	font-style: italic;
}

blockquote p{
	font-size: 0.875em; /* 16*.875 = 14px */
	line-height: 1.7143em; /* 14*1.7143 = 24px */
	margin: 1.7143em 0;
}

p cite {
	font-family: 'Lucida Grande', Geneva, Helvetica, Sans-Serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.75em;
	line-height: 2em;
	font-weight: lighter;
	font-style: normal;
	display: block;
	text-align: right;
	margin: -2em 0 2em;
}

acronym, abbr {
	border: dashed #884;
	border-width:0 0 1px;
	cursor:help;
}

acronym {
	text-transform:uppercase;
}

strong {
	color:#901040;
	font-weight:bold;
}

.entry img {
	background: #333;
	padding: 8px;
	border: solid 1px black;
	margin-bottom: 15px;
}

.entry img.alignleft {
	margin-right: 15px;
}

.entry img.alignright {
	margin-left: 15px;
}

.more-link {
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 2em;
}

a img {
	border-color: navy;
}


a.showLink {
	border: 1px solid gray;
	padding: 0.3em;
	margin: auto 1em;
	background-color: #9eb;
	color:black;
}

a.showLink:hover {
	background-color: #afc;
}

ol {
	list-style-position: outside;
	margin-left: 1.4em;
	color: #254;
}

ol li {
	line-height: 1.5em;
}

ul {
	list-style: url(images/shell/bullet.gif);
	color: #254;
	margin-left: 1em;
}

ul li {
	line-height: 1.5em;
	padding-left: 0.5em;
}

code {
	font: 1.1em "Lucida Console", Monaco, monospace;
	color: white;
	background: gray;
	margin: 0 0.5em;
	padding: 0.4em 0.6em;
}

em, i {
	font-style: italic; /* IE fix */
}

strong, b {
	font-weight: bold; /* browser consistency */
}

/*#content ul p {
	font-size:.8em;
	font-style:normal;
	text-align:left;
	padding:0;
	margin:0;
	line-height:1.6em;
	font-weight:normal;
	font-style:normal;
}*/

#content ol#auditionslist {
	font-family:Garamond, Palatino, Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-style:italic;
	font-weight:bold;
	font-size:1.4em;
	color:#005090;
	padding:0;
	list-style-position:inside;
}

#content ol#auditionslist li {
	padding:0;
	margin:0 0 1em;
}

#content ol#auditionslist p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.7em;
	font-style:normal;
	text-align:left;
	padding:0;
	margin:0;
	line-height:1.6em;
	font-weight:normal;
	font-style:normal;
	color:#102030;
}


/* Comments - with thanks to http://cdharrison.com/2008/12/threaded-comments
------------------------------------------------------------*/

span.commenticon {padding-left: 25px; background: url(images/shell/comment.gif) left no-repeat; display: block; float: right;}

div.commentnumber a {float: right; color: silver; font-size: 3em; margin: 10px; font-family: Georgia, Times, serif;}
div.commentnumber a:hover {color: black;}

div.bigavatarbox img.avatar, div.bigavatarbox img.photo {border: 1px solid silver; background: #f2f2f2; padding: 8px; margin: 0 0 20px 20px; float: right;}

p.gravatarlink {float: right; text-align: right; margin: -3.3em 0 0; z-index: 1;}

ul.commentlist {list-style: none; border: none; padding: 0; margin: 0; background: none; font-family: "Lucida Grande", Helvetica, sans-serif; font-size: 0.875em;}
ul.commentlist li {padding: 15px; margin: 10px 0; background: none; border: 1px solid silver;}
ul.commentlist li.comment {}
ul.commentlist li.comment div.comment-author {}
ul.commentlist li.comment div.vcard {}
ul.commentlist li.comment div.vcard cite.fn {font-size: 1.4em; font-style: normal; font-family: Georgia, Times, serif; display: block; margin-bottom: 5px; padding-top: 8px}
ul.commentlist li.comment div.vcard cite.fn a.url {}
ul.commentlist li.comment div.vcard img.avatar {float: left; margin: 0 20px 20px 0; padding: 5px; background: white; border: 1px solid silver;}
ul.commentlist li.comment div.vcard img.avatar-32 {}
ul.commentlist li.comment div.vcard img.photo {}
ul.commentlist li.comment div.vcard span.says {}
ul.commentlist li.comment div.commentmetadata {color: #687; text-transform: uppercase; font-weight: lighter; font-size: 0.8em; letter-spacing: 0.2em;}
ul.commentlist li.comment div.commentmetadata i{text-transform: none; letter-spacing: normal; font-family: Georgia, Times, serif;}
ul.commentlist li.comment div.comment-meta {}
ul.commentlist li.comment div.comment-meta a {}
ul.commentlist li.comment p{clear: both; color: black;} /*(p, em, strong, blockquote, ul, ol, etc.)*/
ul.commentlist li.comment div.reply {text-align: right; padding-right: 10px; font-size: 0.8em; font-weight: lighter; text-transform: uppercase; letter-spacing: 0.2em; margin: 0.5em 0 0; line-height: 1em;}
ul.commentlist li.comment div.reply a.comment-reply-link {}
ul.commentlist li.comment ul.children {list-style: none; margin-left: 20px;}
ul.commentlist li.comment ul.children li {}
ul.commentlist li.comment ul.children li.alt {}
ul.commentlist li.comment ul.children li.bypostauthor {}
ul.commentlist li.comment ul.children li.byuser {}

ul.commentlist li.comment ul.children li.depth-2 {}
ul.commentlist li.comment ul.children li.depth-3 {}
ul.commentlist li.comment ul.children li.depth-4 {}
ul.commentlist li.comment ul.children li.depth-5 {}
ul.commentlist li.comment ul.children li.odd {}
ul.commentlist li.parent {}
ul.commentlist li.pingback div.comment-author {}
ul.commentlist li.pingback div.vcard {}
ul.commentlist li.pingback div.vcard cite.fn {}
ul.commentlist li.pingback div.vcard cite.fn a.url {}
ul.commentlist li.pingback div.vcard span.says {}
ul.commentlist li.pingback div.commentmetadata {}
ul.commentlist li.pingback div.comment-meta {}
ul.commentlist li.pingback div.comment-meta a {}
ul.commentlist li.pingback {} /*p ul blockquote em etc */
ul.commentlist li.pingback div.reply {}
ul.commentlist li.pingback div.reply a {}
ul.commentlist li.pingback ul.children {}
ul.commentlist li.pingback ul.children li {}
ul.commentlist li.pingback ul.children li.alt {}
ul.commentlist li.pingback ul.children li.bypostauthor {}
ul.commentlist li.pingback ul.children li.byuser {}
ul.commentlist li.pingback ul.children li.comment {}
ul.commentlist li.pingback ul.children li.comment-author-admin {}
ul.commentlist li.pingback ul.children li.depth-2 {}
ul.commentlist li.pingback ul.children li.depth-3 {}
ul.commentlist li.pingback ul.children li.depth-4 {}
ul.commentlist li.pingback ul.children li.depth-5 {}
ul.commentlist li.pingback ul.children li.odd {}
ul.commentlist li.even {}
ul.commentlist li.odd {}
ul.commentlist li.alt {}
ul.commentlist li.thread-alt {}
ul.commentlist li.thread-even {background: #e3e3f0;}
ul.commentlist li.comment.thread-even ul.children li {background: #e3e3f0;}
ul.commentlist li.thread-odd {background: #f2f2fd;}
ul.commentlist li.comment.thread-odd ul.children li {background: #f2f2fd;}
ul.commentlist li.byuser {}
ul.commentlist li.bypostauthor {}
ul.commentlist li.comment-author-admin, ul.commentlist li.bypostauthor {background: #c4d6e8;}
ul.commentlist li.comment-author-admin div.vcard img.avatar, ul.commentlist li.byuser div.vcard img.avatar {border: 2px solid maroon; margin-top: 0.5em;}
ul.commentlist li.comment ul.children li.comment div.vcard img.avatar {border: 1px solid silver; margin-top: 0;}
ul.commentlist li.comment ul.children li.comment-author-admin, ul.commentlist li.comment ul.children li.bypostauthor {background: #d0e0e8;}
ul.commentlist li.comment ul.children li.comment-author-admin div.vcard img.avatar, ul.commentlist li.comment ul.children li.byuser div.vcard img.avatar {border: 2px solid maroon; margin-top: 0.5em;}

ul.commentlist li.pingback {border: none; background: none;}


/* Forms
--------------------------------------------------------------------*/

form {
	text-align:left;
}

form#searchform {

}

form#searchform input#s {
	width: 200px;
	margin: 0;
	border: 1px solid navy;
}

form#searchform input#searchsubmit {
	width: 50px;
	margin: 0;
	cursor: pointer;
	background: teal;
	color: white;
	border: 1px solid navy;
}

form#searchform input#searchsubmit:hover {
	background: black;
}

form input, form textarea {
	color:#223344;
	background-color: #f4efd3;
	border: 1px solid #cb9;
	border-bottom: 1px dashed #ba8;
	font-size: 1em;
	font-family: "Lucide Grande", Helvetica, sans-serif;
	font-weight: lighter;
	padding: 0.5em;
	float: left;
	margin: 0;
}

form p label small {
	font-size: 0.8em;
	margin: 0;
	padding-top: 5px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

form p.permittedtags small {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0.5em 0;
}

form input {
	margin-right: 15px;
	width: 250px;
}

form textarea {
	margin-right: 15px;
	margin-bottom: 1em;
	width: 97%;
	height: 150px;
	border-bottom: 1px solid #dca;
}

form textarea#contactmessage {
	width: 400px;
}

div.wpcf7 h4 {
	clear: both;
	float: none;
}

form textarea#songselections {
	width: 400px;
}

form input#submit {
	margin-right: 100px;
	clear: both;
	float: none;
	width: auto;
	border: 2px solid #642;
	font-weight: bold;
	z-index: 99;
	cursor: pointer;
}

form input#submit:hover {
	color: white;
	background: teal;
	border-color: navy;
}

form input:focus, form textarea:focus {
	background-color: #f8f4da;
}

input#author, input#email, input#url {
	width: 230px;
	padding-right: 30px;
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

input#author {
	background-image: url(images/shell/iconperson.png);
}

input#email {
	background-image: url(images/shell/iconemail.png);
}

input#url {
	background-image: url(images/shell/iconpage.png);
}


/* Header Area
----------------------------------------------------------------*/

/* Header: Navigation --------------------------- */

#navbar {
	position:absolute;
	top: 0;
	right: 0;
	font-size:14px;
	letter-spacing:0;
	font-family:"Century Gothic", "Tw Cen MT", Verdana, Arial, sans-serif;
	text-transform:uppercase;
}

#navbar ul {
	list-style:none;
}

#navbar ul li {
	float:left;
	background:#002260 url(images/shell/nav.jpg);
	line-height: normal;
	padding: 0;
	border:solid #aaffdd;
	border-width:0 0 4px;
}

#navbar li:hover {
	border-color:white;
}

#navbar a {
	display:block;
	padding:12px 8px 3px;
	color:#ffddaa;
}

#navbar a:hover, #navselected a {
	padding-top: 20px;
	color:white;
	border: none;
}


/* Rest of header ---------------------------------*/

#header h1 { /* This and h1 a use a modified LLJ replacement technique */
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 15px;
	left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 2em;
	min-width: 428px;
	color: #eeeeff;
}

#header h1 a{
	padding-top: 151px;
	margin: 0;
	height: 0!important;
	width:100%;
	display: block;
	overflow: hidden;
	background: url(images/shell/title4.png) no-repeat;
}

#header h2 {
	margin:-1000px 0 0;
	position: absolute;
}

#iconrow {
	text-align:right;
	position:absolute;
	bottom:5px;
	right:5px;
}

#iconrow div.bubbleInfo {
	display: inline;
}
#iconrow div.bubbleInfo img.trigger {
	padding-bottom: 4px;
}

.musicplayer {
	border:solid 1px #224466;
	margin:6px 0;
}

.socialicon {
	border:none;
	margin:2px;
	padding:0 0 2px;
}

.socialicon:hover {
	border-color:#335599;
	border-width:0 0 3px;
	border-style:solid;
	margin-top:-2px;
}


/* Sidebar styles
-------------------------------------------------------------------*/

#sidebar img, #sidebar a img, #sidebar a:hover img {
	border: none;
}

#sidebar ul, #sidebar ol {
	margin: 0;
	padding: 0;
}

#polaroid {
	position: relative;
	width: 270px;
	height: 212px; /* 245-33 */
	margin: -10px -20px 0;
	background-image: url(images/shell/polaroid.jpg);
	text-align: center;
	padding-top: 30px;
}

#polaroid a.randompic {
	margin-left: 5px;
}

#polaroid .feedlink {
	position: absolute;
	bottom: 24px;
	left: 53px;
}

#planner {
	position: relative;
	width: 270px;
	height: 300px;
	margin: 0 -20px;
	background-image: url(images/shell/planner.jpg);
}

#planner .shortevents {
	padding: 66px 48px 0 42px;
	height: 190px;
	text-align: left;
	font: 14px "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: italic;
	color: maroon;
	overflow: hidden;
}

#planner .shortevents ol, #planner .shortevents ul, #planner .shortevents ol a, #planner .shortevents ul a{
	color: maroon;
	list-style-type:disc;
	list-style-position: outside;
	padding: 0 5px;
	margin: 0;
	border: none;
}

#planner .shortevents ol a:hover, #planner .shortevents ul a:hover {
	color: red;
}

#planner .feedlink{
	position: absolute;
	top: 28px;
	left: 53px;
}

.greenbox {
	position: relative;
	margin: 10px 0;
	background: #cdd;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 1em;
	font-family: "Century Gothic", "Lucida Grande", Helvetica, sans-serif;
}

.greenbox .feedlink {
	position: absolute;
	top: 12px;
	left: 33px;
}

.greenbox h3 {
	background: #abb url(images/shell/greentriangle.gif) 85% 125% no-repeat;
	margin: 10px 0 0;
	font-style: normal;
	text-transform: uppercase;
	font-variant: normal;
	font-size: 0.875em;
	line-height: 2em;
	font-family: "Century Gothic", "Lucida Grande", Helvetica, sans-serif;
	padding: 10px 20px 10px 60px;
	color: white;
	text-align: right;
	border: none;
}

#sidebar .greenbox ul {
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 0.825em;
	color:gray;
	list-style: none;
	text-align: left;
	padding: 10px 10px 0;
}

#sidebar .greenbox li {
	border: 1px solid silver;
	border-width: 0 0 1px;
	padding: 5px 0;
	margin: 5px 0;
	overflow: hidden;
	background: none;
}

.greenbox a{
	color: maroon;
}
.greenbox a:hover{
	color: red;
}


/* Music page styles
-------------------------------------------------------------------*/

#content div.cdrow a img{
	margin: 5px;
}

#content div.cdrow p {
	text-align: center;
}

div.cd {
	background:#888899 url(images/shell/repeateralt.jpg);
	margin: 1em 0 2em;
	padding: 20px 20px 3em;
	color: #ffffee;
	border: solid 1px black;
	position: relative;
}

#content div.cd div.returnlink {
	position: absolute;
	bottom: 0;
	right: 4em;
	background-color: #ffd;
	padding: 0.5em;
	border-style: solid;
	border-width: 1px 1px 0;
	border-color: black;
	color: maroon;
	font-style: italic;
}

#content div.cd div.returnlink a {
	color: #833;
}

#content div.cd div.returnlink a:hover {
	border-bottom: 1px dotted;
}

#content div.cd div.post h2 {
	font-size: 2.5em;
	margin: 10px 0;
	color: black;
	background: none;
	text-transform: none;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	font-family:"Century Gothic", Verdana, Arial, sans-serif; 
}

.phivetitle, #content div.cd div.post-147 h2 {
	font-family:"TW Cen MT", "Century Gothic", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5em;
}

#content div.cd div.post-147 h2 {
	font-size: 3.5em;
}


#content div.cd b, #content div.cd strong {
	color: #afd;
	font-style: italic;
	font-size: 1.1em;
}

#content div.cd p {
	/*clear: both;*/
}

#content div.cd .cdimages {
	float: left;
	width: 290px;
	text-align: center;
	background-image:url(images/shell/repeater.jpg);
}

#content div.cd img.majorpic{
	padding: 5px;

}

#content div.cd .info {
	float: right;
	width: 400px;
	border-left:dotted 1px black;
}

#content div.cd ol {
	text-align: left;
	color: black;
}

#content div.cd ol li {
	margin: 0.5em 0;
}

#content div.cd ol li b, #content div.cd ol li strong {
	font-style: normal;
	font-weight: normal;
	color: #ffffee;
	font-family:"Century Gothic", "Tw Cen MT", Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

#content div.cd ol li span.medley {
	color: #ccddee;
}

#content div.cd ul {
	padding: 0;
	margin: 0;
	text-align: left;
	list-style: square;
}

#content div.cd div.post h3,#content div.cd div.post h4, #content div.cd div.post h5 {
	/*display: block;
	clear: both;*/
	clear: none;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	color: #ffffee;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin: 1em 0;
	background: none;
	border: none;
	text-transform: none;
}

#content div.cd ul li {
	font-size: 0.8em;
	color: #ddddcc;
	display: inline;
	padding-left: 20px;
	background:url(images/shell/bullet.gif) no-repeat;
	margin: auto 0.5em;
}


/* Member List and Individual Profile Pages
---------------------------------------------------------------------*/

#bioslistshort {
}

#bioslistshort li {
}

div.bio {
	position: relative;
}

div.bio p {
	margin: 1em 0;
}

div.bio b, div.bio strong {
	font-family:"Century Gothic", "Tw Cen MT", Verdana, Arial, "sans serif";
	font-size:.85em;
	text-transform:uppercase;
	font-weight:normal;
	color:#336644;
	margin-right:.5em;
}

div.bio h4 {
	color:maroon;
}

div.bio.individual h4 {
	color: black;
	font-weight: bold;
}

div.bigavatarbox + h4 {
	margin-top: 0;
	font-weight: bold;
}

div.cimyBox {
	background-color: #f6f6f6;
	border: 1px solid silver;
	padding-left: 10px;
	margin-left: -10px;
}

div.cimyBox strong, div.cimyBox b {
	color: maroon;
}

#alumnibox {
	text-align: left;
}

#alumnibox h4 {
	margin: 0.666667em 0;
}

#alumnibox ul.alumnilist {
	list-style-position: inside;
}


/* Calendar page styling -------------------------*/

.eventlist {padding-left: 4.4em;}

.event {
	padding: 1.5em 0;
	border-bottom: 1px solid silver;
	text-align: left;
}

#content .event h4 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	position: relative;
	left: 0px
}

.event .date {
	position: relative;
	bottom: 1.7em;
	right: 70px;
	width:50px;
	border:2px solid navy;
	background:#755;
	color:#def;
	text-align:center;
	font-size:.9em;
	text-transform:uppercase;
	font-family:Garamond, Palatino, Georgia, "Times New Roman", Times Serif;
}

.event .date .number {
	display:block;
	background-color:#dcc;
	color:#223;
	font-size:2.8em;
	font-style:italic;
}

.event .eventinfo {
	position: relative;
	text-align:left;
	margin: -4.4em 0 0 0px;
}

.event .eventtime {
	text-transform:lowercase;
	font-variant:small-caps;
	font-size:1.5em;
	color:#066;
}

.event .eventlocation {
	font-size:1.1em;
	font-style:italic;
	color:#044;
}

.event .eventinfo .gcallink {
	text-transform:uppercase;
	font-size:.7em;
	letter-spacing:.2em;
	color:#355;
}


/* Videos page
--------------------------------------------------------------------*/

.youtubebox {
	margin: 1em 0 1em -3px;
}


/* Presentation Box ------------------*/

.presentationbox {
	background:#666666 url(images/shell/repeater.jpg);
	color:white;
	padding: 1em;
	border:1px solid black;
}

#content div.presentationbox a {
	color:white;
	font-style:normal;
}

#content div.presentationbox a:hover {
	color :#aaaaff;
}

#content div.presentationbox a img {
	margin:0 1em -.2em;
	padding: 0;
	float: none;
	border: none;
}

#content div.presentationbox a:hover img {
	border: none;
}

#content div.presentationbox ul.subnav {
	text-align:center;
	margin: 0;
}

#content div.presentationbox ul.subnav li {
	font-weight:normal;
	font-size:1em;
	font-style:italic;
	display:inline;
	margin:0 0.5em;
	padding: 0;
}

#content div.presentationbox ul.subnav li a{
	font-style:italic;
	border-bottom:dotted 1px;
}

#content div.presentationbox ul.subnav li a.navselected{
	border:none;
	color:#aaaaff;
}

#content div.presentationbox ul.subnav li a.navselected:hover{
	border-bottom:dotted 1px;
}


/* Footer styles
----------------------------------------------------------------*/

#footer p {
	letter-spacing:.3em;
	text-transform:uppercase;
	font-variant:small-caps;
	font-size: 1em;
	padding:2px 0 5px;
	margin:0;
	text-align:center;
}

#footer a {
	color:#80a0d0;
}

#footer a:hover {
	color:#80ccdd;
	border-width: 0 0 1px;
	border-style:dotted;
}

#footer .small {
	font-size:.7em;
	line-height:.9em;
}


/* A Cappella WebRing
----------------------------------------------------------------*/

#webring {
	margin: 1em 0;
	padding:.5em;
	border-width:1px 0;
	border-style:dotted;
	font-size:.8em;
	font-style:italic;
	letter-spacing:.1em;
}

#webring ul {
	margin-top: 0.5em;
}

#webring li {
	display:inline;
	margin: 0 0.5em;
	padding: 0 .5em;
	list-style-type:none;
	border-width: 0 2px;
	border-style: solid;
	border-color:  #9db;
	text-transform:uppercase;
	font-size:0.8em;
	background: none;
}


/* Generic Wordpress styles
----------------------------------------------------------------------*/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-left: 0;
}

.alignright {
	float: right;
	margin-right: 0;
}

.wp-caption {
	border: 1px solid #bbb;
	text-align: center;
	background-color: #f3f3f3;
	padding: 6px;
	/* optional rounded corners for browsers that support it - turned off for valid CSS2
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-family: "Lucide Grande", Helvetica, sans-serif;
	color: #555;
	font-size: 13px;
	line-height: 16px;
	padding: 6px 8px 0;
	margin: 0;
}

img.wp-smiley {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	line-height: inherit;
}

.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.pagenav {}
.page_item {}
.current_page_item {}
.current_page_parent {}
.widget {}
.widget_text {}
.blogroll {}
.linkcat{}

.navigation {font-size: 0.9em; color: #444; padding: 0.5em 0;}
.page-numbers {padding: 0.2em 0.25em; border: 1px solid silver;}
.current {background-color: navy; color: #ddd;}
.next, .prev {text-transform: uppercase; font-size: 0.8em; font-family: "Lucida Grande", Helvetica, sans-serif; letter-spacing: 0.2em; border: none;}

/* Begin WP Calendar -------*/

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;	
}
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* End Calendar ----------*/


/* Javascript / JQuery styles
----------------------------------------------------------------------*/

.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
    width: 270px;
}

#easyTooltip{
	padding:5px;
	border:1px solid #ccc;
	background:#ffc;
}


/* Slimbox
----------------------------------------------------------------*/

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* TableSorter 2.0 tables
-------------------------------------------------------------------*/

table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 0.8em;
	width: 100%;
	text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 1.1em;
	padding: 4px;
}

table.tablesorter thead tr .header {
	background-image: url(images/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(images/tablesorter/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(images/tablesorter/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

table.tablesorter thead th.songsth {
	width:70%;
}


/*
A man with deep far-sightedness will survey both the beginning and the end of a situation and continually consider its every facet as important.
-Takeda Shingen
*/