.feature
{
    padding: 10px 20px;
    margin: 10px 0;
}

.feature h2
{
    font-size: 20px;
}

.subType-primary
{
    background: #bff2ff;
}

.subType-secondary
{
    color: #fff;
    border: 1px #333 dashed;
    background: #333;
}

.subType-secondary h2
{
    color: #fff;
}

.listItem
{
    overflow: hidden;
}

.listItem h3
{
    font-size: 16px !important; /*border-top: green solid 1px;*/
}

/*.list-feature  h2:first-child{
	border-top: 0;
}*/

div.listItem
{
    overflow: hidden;
    border-bottom: 1px #ccc solid;
    margin: 0 0 15px 0;
    padding-bottom: 15px;
}

.listImage
{
    overflow: hidden;
}

.listItem img
{
    float: left;
    padding: 2px;
    border: 1px #aaa solid;
    margin: 4px 10px 0 0 !important;
    background: #fff;
}

.listItem p
{
    line-height: 18px;
}

.listProfile .listSummary
{
    margin-left: 90px;
}

.listProfile .listSummary p
{
    margin: 2px 0;
}

.subType-news .list-items h3
{
    color: #666;
}

.subType-news .list-items h3 span
{
    color: #000;
}

.subType-accordion
{
    padding: 0;
    border: 0;
    background: 0;
}

.subType-accordion .list-items h3
{
    color: #fff;
    border: 1px #666 solid;
    padding: 5px;
    margin: 0 0 5px 0;
    cursor: pointer;
}

.subType-accordion .list-items h3:hover
{
    border: 1px #000 solid;
    background: #333;
}

.signin p
{
    overflow: hidden;
}

.signin label
{
    display: block;
    width: 150px;
}

.signin input
{
    border: 0;
    width: 160px;
    height: 30px;
}

.signin input.btn
{
    width: auto;
    text-transform: uppercase;
    padding: 0 10px;
    color: #fff;
    height: 32px;
    border: 1px #ccc solid;
    margin-left: -55px;
    cursor: pointer;
    background: #333;
}

.signin input.btn:hover
{
    background: #666;
}

.signin input.username
{
    padding: 0 50px 0 10px;
    border: 1px #ccc solid;
    background: #fff url(images/login.png) no-repeat 180px 0;
}

.signin input.password
{
    padding: 0 50px 0 10px;
    float: left;
    border: 1px #ccc solid;
    background: #fff;
}

.login
{
    width: 240px;
    float: left;
}

.login-links
{
    margin: 15px 0 0 260px;
    padding: 0 0 0 20px;
    min-height: 160px;
    border-left: 1px #ccc solid;
}
.login-col2
{
    margin-left: 270px;
}

.signin span
{
    display: block;
    color: red;
}


.form-feature p
{
    overflow: hidden;
}

.form-feature label
{
    width: 150px;
    float: left;
}

.form-feature p.swap label
{
    width: auto;
    float: none;
}

.form-feature p input, .form-feature p textarea
{
    border: 0;
    padding: 5px;
    width: 200px;
}
.form-feature input.typeText
{
    width: 150px;
    padding: 2px;
}
.form-feature textarea
{
    width: 200px;
    padding: 2px;
    height: 100px;
}
.form-feature span
{
    color: #F00;
}
.form-feature p.wider label
{
    float: none;
    width: auto;
    display: block;
}
.form-feature p.wider input
{
    width: 350px;
    margin: 5px 0 0 0;
}
.form-feature p.wider textarea
{
    width: 350px;
    margin: 5px 0 0 0;
}
.form-feature p.swap input
{
    width: 20px;
    margin: 5px 0 0 0;
}
.form-feature fieldset
{
    border: 1px #333 solid;
    padding: 15px;
    margin: 0 0 20px 0;
}
.form-feature fieldset legend
{
    font-size: 15px;
}
.form-feature fieldset label
{
    margin-right: 15px;
}
.form-feature fieldset textarea
{
    margin: 10px 0;
}
.list-news .date
{
    float: right;
    font-style: italic;
}

.form-feature span.color
{
    color: #888;
}

.contactForm-plain
{
    padding: 20px 0 0 0 !important;
}


div.pager
{
    overflow: hidden;
}

ul.pages li
{
    float: left;
    margin: 0 5px 0 0 !important;
    line-height: 25px;
    list-style: none !important;
}

ul.pages .pgEmpty
{
    color: #333;
}

ul.pages .pgNext
{
    margin-right: 10px;
}

ul.pages .page-number
{
    color: #666;
    border: 1px #333 solid;
    padding: 0 5px;
}

ul.pages .page-number:hover
{
    color: #fff;
    background: #222;
}

ul.pages .pgCurrent
{
    color: #fff;
    border-bottom: 1px #ccc solid;
}

div.fb-activity-feed, div.fb-comments, div.fb-facepile, div.fb-like-box, div.fb-like-button, div.fb-live-stream, div.fb-login-button, div.fb-recommendations
{
    padding: 0px;
}

.calendar-feature p.date
{
    float: left;
    width: 150px;
    font-weight: bold;
}
.calendar-feature p.title
{
    margin-left: 90px;
}

.comments-feature label
{
    display: block;
}

.comments-feature .textBox
{
    font-size: 11px;
}

.comments-feature .btn
{
    color: #fff;
    border: 0;
    padding: 5px;
    cursor: pointer;
    background: #333;
}

.comments-feature .btn:hover
{
    background: #666;
}

.comments-feature .commentDate
{
    color: #666;
    font-size: 11px;
    padding: 0 0 5px 0;
    border-bottom: 1px #ccc solid;
}

.comments-feature .comment
{
    margin: 5px 0 10px 0;
}

.comments-feature .commentAuthor
{
    font-style: italic;
    font-size: 13px;
    padding: 5px 0 0 0;
    border-top: 1px #ccc solid;
}

.featureCommentRepeat
{
    width: 500px;
    margin: 20px 0 40px 0;
}


.tweet, .query
{
    font-family: Georgia, serif;
    font-size: 120%;
    color: #085258;
}
.tweet .tweet_list, .query .tweet_list
{
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    background-color: #FFF;
}
.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic
{
    text-transform: uppercase;
}
.tweet .tweet_list li, .query .tweet_list li
{
    overflow-y: auto;
    overflow-x: hidden;
    padding: .5em;
}
.tweet .tweet_list li a, .query .tweet_list li a
{
    color: #0C717A;
}
.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even
{
    background-color: #FFF;
}
.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar
{
    padding-right: .5em;
    float: left;
}
.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img
{
    vertical-align: middle;
}


.userImageGallery-plain li
{
    list-style: none;
    float: left;
    overflow: hidden;
    margin: 2px;
}

/* Box surrounding the prettySociable links */
#ps_hover
{
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1000;
}

.ps_hd
{
    background: url(/images/prettySociable/backgrounds/tr.png) top right no-repeat;
    padding: 0 8px 0 0;
}
.ps_hd .ps_c
{
    background: url(/images/prettySociable/backgrounds/tl.png) top left no-repeat;
}

.ps_ft
{
    background: url(/images/prettySociable/backgrounds/br.png) top right no-repeat;
    padding: 0 8px 0 0;
}
.ps_ft .ps_c
{
    background: url(/images/prettySociable/backgrounds/bl.png) top left no-repeat;
}

.ps_bd
{
    background: url(/images/prettySociable/backgrounds/cr.png) top right repeat-y;
    padding: 0 8px 0 0;
}
.ps_bd .ps_c
{
    background: url(/images/prettySociable/backgrounds/cl.png) top left repeat-y;
    padding: 0 0 0 8px;
}
.ps_bd .ps_s
{
    background: #fff;
}

.ps_hd, .ps_bd, .ps_ft
{
    position: relative;
    z-index: 1000;
}

.ps_hd .ps_c, .ps_ft .ps_c
{
    font-size: 1px;
    height: 8px;
}

#ps_title
{
    background: url(/images/prettySociable/backgrounds/tt_r.png) top right no-repeat;
    padding: 0 5px 0 0;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    left: 8px;
    position: absolute;
    top: 0;
    z-index: 999;
}

#ps_title .ps_tt_l
{
    background: url(/images/prettySociable/backgrounds/tt_l.png) top left no-repeat;
    line-height: 20px;
    padding: 0 0 0 5px;
}



#ps_tooltip
{
    font-size: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 250px;
    z-index: 1010;
	font-family: Arial, Helvetica, sans-serif;
}

#ps_tooltip p
{
    margin: 0;
}

#ps_tooltip strong
{
    font-size: 1.2em;
}

#ps_websites
{
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 1005;
}

#ps_websites .ps_label
{
    color: #fff;
    display: none;
    font-size: 2em;
    left: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

#ps_websites ul
{
    list-style: none;
    position: relative;
    z-index: 1010;
    width: 400px;
}

#ps_websites li
{
    display: block;
    float: left;
    margin: 0 30px 40px 0;
}

#ps_websites a
{
    display: block;
}

#ps_overlay
{
    background: #000;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1005;
}

#page
{
    margin: 0 auto;
    position: relative;
    width: 900px;
}

.flickr, .imgGallery{
	overflow:hidden;
	padding:0 !important
}

.flickr li, .imgGallery li{
	float:left;
	margin:0 10px 10px 0;
	list-style:none !important;
}

.flickr li img, .imgGallery li img{
	padding:5px;
	border:1px #ccc solid;
}

div.ppt, pp_description{
	font-family:arial;
}

	
/*
 * FullCalendar v1.5.2 Stylesheet
 *
 * Copyright (c) 2011 Adam Shaw
 * Dual licensed under the MIT and GPL licenses, located in
 * MIT-LICENSE.txt and GPL-LICENSE.txt respectively.
 *
 * Date: Sun Aug 21 22:06:09 2011 -0700
 *
 */


.fc {
	direction: ltr;
	text-align: left;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}



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

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	width: 25%;
	text-align: left;
	}
	
.fc-header-center {
	text-align: center;
	}
	
.fc-header-right {
	width: 25%;
	text-align: right;
	}
	
.fc-header-title {
	display: inline-block;
	vertical-align: top;
	}
	
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	}
	
.fc .fc-header-space {
	padding-left: 10px;
	}
	
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
	}
	
/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}
	
.fc-header .fc-corner-right {
	margin-right: 1px; /* back to normal */
	}
	
.fc-header .ui-corner-right {
	margin-right: 0; /* back to normal */
	}
	
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}
	
.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}
	
	
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	clear: both;
	}
	
.fc-view {
	width: 100%; /* needed for view switching (when view is absolute) */
	overflow: hidden;
	}
	
	

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #ccc;
	}
	
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #ffc;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #9cf;
	opacity: .2;
	filter: alpha(opacity=20); /* for IE */
	}
	


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	}
	
.fc-state-default { /* non-theme */
	border-style: solid;
	border-width: 1px 0;
	}
	
.fc-button-inner {
	position: relative;
	float: left;
	overflow: hidden;
	}
	
.fc-state-default .fc-button-inner { /* non-theme */
	border-style: solid;
	border-width: 0 1px;
	}
	
.fc-button-content {
	position: relative;
	float: left;
	height: 1.9em;
	line-height: 1.9em;
	padding: 0 .6em;
	white-space: nowrap;
	}
	
/* icon (for jquery ui) */
	
.fc-button-content .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%;
	}
	
.fc-button-content .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
	*margin-top: 0;
	*top: -50%;
	}
	
/* gloss effect */
	
.fc-state-default .fc-button-effect {
	position: absolute;
	top: 50%;
	left: 0;
	}
	
.fc-state-default .fc-button-effect span {
	position: absolute;
	top: -100px;
	left: 0;
	width: 500px;
	height: 100px;
	border-width: 100px 0 0 1px;
	border-style: solid;
	border-color: #fff;
	background: #444;
	opacity: .09;
	filter: alpha(opacity=9);
	}
	
/* button states (determines colors)  */
	
.fc-state-default,
.fc-state-default .fc-button-inner {
	border-style: solid;
	border-color: #ccc #bbb #aaa;
	background: #F3F3F3;
	color: #000;
	}
	
.fc-state-hover,
.fc-state-hover .fc-button-inner {
	border-color: #999;
	}
	
.fc-state-down,
.fc-state-down .fc-button-inner {
	border-color: #555;
	background: #777;
	}
	
.fc-state-active,
.fc-state-active .fc-button-inner {
	border-color: #555;
	background: #777;
	color: #fff;
	}
	
.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
	color: #999;
	border-color: #ddd;
	}
	
.fc-state-disabled {
	cursor: default;
	}
	
.fc-state-disabled .fc-button-effect {
	display: none;
	}
	
	

/* Global Event Styles
------------------------------------------------------------------------*/
	 
.fc-event {
	border-style: solid;
	border-width: 0;
	font-size: .85em;
	cursor: default;
	}
	
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
a.fc-event {
	text-decoration: none;
	}
	
.fc-rtl .fc-event {
	text-align: right;
	}
	
.fc-event-skin {
	border-color: #36c;     /* default BORDER color */
	background-color: #36c; /* default BACKGROUND color */
	color: #fff;            /* default TEXT color */
	}
	
.fc-event-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	
	
/* Fake Rounded Corners (for buttons and events)
------------------------------------------------------------*/
	
.fc-corner-left {
	margin-left: 1px;
	}
	
.fc-corner-left .fc-button-inner,
.fc-corner-left .fc-event-inner {
	margin-left: -1px;
	}
	
.fc-corner-right {
	margin-right: 1px;
	}
	
.fc-corner-right .fc-button-inner,
.fc-corner-right .fc-event-inner {
	margin-right: -1px;
	}
	
.fc-corner-top {
	margin-top: 1px;
	}
	
.fc-corner-top .fc-event-inner {
	margin-top: -1px;
	}
	
.fc-corner-bottom {
	margin-bottom: 1px;
	}
	
.fc-corner-bottom .fc-event-inner {
	margin-bottom: -1px;
	}
	
	
	
/* Fake Rounded Corners SPECIFICALLY FOR EVENTS
-----------------------------------------------------------------*/
	
.fc-corner-left .fc-event-inner {
	border-left-width: 1px;
	}
	
.fc-corner-right .fc-event-inner {
	border-right-width: 1px;
	}
	
.fc-corner-top .fc-event-inner {
	border-top-width: 1px;
	}
	
.fc-corner-bottom .fc-event-inner {
	border-bottom-width: 1px;
	}
	
	
	
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
	

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 20px;
	}
	
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}
	
.fc-event-vert .fc-event-head,
.fc-event-vert .fc-event-content {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}
	
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}
	
.list-grid{
	overflow:hidden;
}

.list-grid ul{
	padding:0 !important;
}

.list-grid li{
	width:230px;
	height:250px;
	margin-right:10px !important;
	float:left;
}

.list-grid li.noMarg{
	margin-right:0 !important;
}

.list-image .listImage{
	float:left;
}

.list-podcast .listItem img{
	display:block;
	float:left;
	width:70px;
	height:auto;
	margin-right:16px;
}

.list-podcast .podCastWrap{
	margin:-0 0 0 0;
}

.list-podcast .listItem{
	width:650px;
}

.list-podcast .listItem div{
	margin-left:80px;
}

.iTunesFeed a{
	display:block;
	width:50px;
	height:80px;
	float:right;
	margin:0 30px 0 0;
	text-indent:-9999px;
	background:url(images/itunes.png) no-repeat 0 20px;
}

.podcast-item img{
	float:right;
	margin:0 0 10px 10px;
}

.podcast-item .more{
	clear:both;
	overflow:hidden;
	padding:4px 8px;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	margin:0 0 20px 0;
}

.podcast-item .more .left{
	float:left;
	width:400px;
}

.podcast-item .more .right strong{
	float:right;
}


