
body {
	font-family:  "Roboto Condensed", Lucida Sans Unicode, Lucida Grande, Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#FFFFFF;
    background-image:url("images/tile.jpg");
    background-position:center top;
    background-repeat:repeat-x;
	color:#000000;
	text-decoration: none;
	margin: 0px;
}


#headlines_title {
    text-align:left;
    padding-bottom:2px;
    border-bottom:1px solid #DDD;
    font-size:16px;
    font-weight:bold;
    padding-left:6px;
}


#login_panel {
    text-align:center;
    padding-top:120px;
    padding-bottom:120px;
}

.CalendarOverlay
{
    width:54px;
    height:54px;
    overflow:hidden;
    padding: 10px 10px 10px 10px;
    text-align:center;
    color:White;
    text-shadow:1px 1px 1px #000;
    background-image:url('images/CalendarOverlay.png');
    background-repeat:no-repeat;
    float:left;
    margin-right:20px;
}

#embed_twitter {
    width: 250px;
    height: 300px;
}

.embed_separator {
    clear:both;
    width:100%;
    height:6px;
}

#embed_headlines {
    width:230px;
    height:276px;
    overflow:hidden;
    border:1px solid #DDD;
    padding:8px;
    border-radius: 6px 6px 6px 6px; 
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
}

.promoBox {
    padding:12px;
    width:314px;
    height:170px;
    font-size:13px;
    background-color:#DDD;
    border-radius: 10px 10px 10px 10px; 
    -moz-border-radius: 10px 10px 10px 10px; 
    -webkit-border-radius: 10px 10px 10px 10px; 
}

.promoBox A {
    padding:4px 10px 4px 10px ;
    background-color:#AAA;
    color:#FFF;
    border-radius: 5px 5px 5px 5px; 
    -moz-border-radius: 5px 5px 5px 5px; 
    -webkit-border-radius: 5px 5px 5px 5px;  
    text-decoration:none;
}

.promoTitle {
    font-weight:bold;
    font-size:17px;
}

.layout {
    margin:auto;
    width:950px;
}

#header {
    position: relative;
    width: 950px;
    height: 70px;
    text-align: left;
}

#logo {
    /*padding-left:40px;*/
    padding-top:20px;
    padding-bottom:10px;
    float:left;
    text-align:left;
    width:950px;
}

#mainmenuArea
{
	clear:both;
    height:34px;
	width:950px;
	white-space:nowrap;
    text-align:center;
}

#fluid_promoSlider
{
    clear:both;
    background-image:url("images/shadow.jpg");
    background-repeat:no-repeat;
	background-repeat:repeat;
    padding-top:20px;
    padding-bottom:20px;
	height: 265px;
	text-align:center;
	background-position:center top;
    border-top:1px solid #777;
    border-bottom:1px solid #777;

}

#promoSlider {
    clear:both;
    width:960px;
    height:265px;
    margin: auto;
}

.mainmenu {
    text-align:center;
	padding-top:4px;
    padding-left:10px;
}

#fluid_footer
{
    clear:both;
    background-image:url('images/Footer.png');
    background-repeat:no-repeat;
	background-repeat:repeat-x;
	height: 150px;
	text-align:center;
	background-position:center top;
}

/*
#the_footer_expander
{
    position:absolute;
    top:0px;
    left:-200px;
    width:2400px;
    height:150px;
    background-repeat:no-repeat;
}
*/

#footer {
    height: 150px;
    width: 950px;
    background-image: url('images/Footer.png');
    margin: auto;
}

.footer_col {
    font-size: 14px;
    color: #445;
    width: 256px;
    float: left;
    text-align:center;
    padding-left:40px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
}

/*
#social {
    width:220px;
    float:left;
    padding:15px;
}

#disclaimer {
    width:100%;
    padding:10px;
    text-align:center;
    clear:both;
    text-shadow: 1px 1px 1px #999;
}
*/


#contentArea
{
	width:950px;
	background-repeat:repeat-y;
	background-position: left top;
	height:auto;
	text-align:left;
	vertical-align:top;
	padding-left:0px;
	padding-right:0px;
	padding-top:12px;
}

.content {

	background-color:#FFFFFF;
	vertical-align:top;
	text-align:left;
	width:920px;	 
}

/* CONTENT ITEM STYLES */

.item
{
    overflow:auto;
    width:auto;
    padding:0px;
    height:100%;
    min-height:100%;
}

H1 {
    font-size: 24px;
    line-break: 24px;
    font-weight:normal;
}

.itemTitle {
	color: #000000;
	float:left;
	padding:2px;
	/*border-top:solid 1px #DFDFDF;*/
	width:98%;
}

.itemTitleLink
{
    font-size:23px;
    color:#000000;
    text-decoration:none;
    font-weight:bold;
}

.itemDetails
{
	font-size:12px;
	float:right;
	text-align:right;
	font-weight:normal;
}

.itemContent
{
	padding-top:6px;
	padding-bottom:6px;
    width:100%;
    height:100%;
    overflow:auto;
}

.itemReadMore /* viwePostLong.ascx */
{
    width:98%;
    text-align:right;
    padding:4px;
}

.itemList /* viewPartList.ascx */
{
    width:100%;
}

.itemTools
{
	padding:8px;
}

.gridViewHeader
{
    background-image: url('images/menuItemHover.jpg');
}

.loginTitle
{
	font-size:14px;
	font-weight:bold;
	padding:5px;
}

.loginTextbox
{
	width:120px;
	padding:1px;	
}

.registerTitle
{
	font-size:14px;
	font-weight:bold;
	padding:5px;
}

/* GALLERY */
.galleryItem
{
    padding:10px;
    background-color:#FFFF55;
    vertical-align:middle; 
}

.galleryImage
{
    display:block;
    margin:auto;
    vertical-align:middle;    
}

.galleryComments
{
    font-size:12px;
    font-weight:normal;
    text-align:center;
    padding-top:6px;
}


.galleryNavigationPrevious /* << Previous */
{
    background-image:url(images/Footer.jpg);
    width:50px;
    height:50px;
}

.galleryNavigationNext /* Next >> */
{
    background-image:url(images/Footer.jpg);
}

.galleryNavigationLink /* Link to Page */
{
}

.galleryTotals /* Images 2 of 8 */
{
    font-size:14px;
    font-weight:bold;
}

.galleryNavigation /* Nubmer Links */
{
    font-size:10px;
    font-weight:bold;
}

.galleryNavigationCurrentPage /* Number Links SPAN styling 1 2 {3}--current page 4 */
{
    padding:10px;
    border:solid 1px #FF0000;
    font-size:14px;
}


/* Data Pager */
.PostDataPager
{
    width:100%;
    padding:4px;
    text-align:center;
    border-top:1px solid #DEDEDE;
}

/* Archive & RSS Link */
.PostArchive
{
    width:100%;
    padding:2px;
    text-align:center;
}

/* SEARCH */
.searchHighlight
{
    background-color:#FFFF44;
    color:#000099;
    font-weight:bold;
}



/* GALLERY */

.galleryItem
{
    padding:3px;
    background-color:#FFFEFF;
    border:1px solid #BCBCBC;
}

.galleryImage
{
    border:none;
}

.galleryTitle
{
    font-size:12px;
    font-weight:bold;
    text-align:center;
    padding:2px;
}

.galleryComments
{
    font-size:11px;
    font-weight:normal;
    text-align:center;
    padding:5px;
}

.galleryNavigationPrevious /* << Previous */
{
    width:50px;
    height:50px;
}

.galleryNavigationNext /* Next >> */
{
}

.galleryNavigationLink /* Link to Page */
{
}

.galleryTotals /* Images 2 of 8 */
{
    font-size:12px;
    font-weight:bold;
}

.galleryNavigation /* Nubmer Links */
{
    font-size:10px;
    font-weight:bold;
}

.galleryNavigationCurrentPage /* Number Links SPAN styling 1 2 {3}--current page 4 */
{
    padding:10px;
    border:solid 1px #FF0000;
    font-size:14px;
}


/* Data Pager */
.PostDataPager
{
    width:100%;
    padding:4px;
    text-align:center;
    border-top:1px solid #DEDEDE;
}

/* Archive & RSS Link */
.PostArchive
{
    width:100%;
    padding:2px;
    text-align:center;
}

/* SEARCH */
.searchHighlight
{
    background-color:#FFFF44;
    color:#000099;
    font-weight:bold;
}

/* HEADLINES */
.headlinesRow
{
    padding-bottom:4px;
    border-bottom:1px dotted #CCC;
    text-align:left;
    vertical-align:top;
}

.headlinesBullet
{
   background-image: url(Images/newsBullet.png);
   background-repeat:no-repeat;
   background-position:center center;
   width:10px;
   height:10px;
} 

.headlinesLink
{
    color:#000;
    font-size:14px;
    text-decoration:none;
} 

/* EVENTS */
.eventRow
{
    padding-bottom:10px;
    border-bottom:1px dotted #999;
    text-align:left;
    vertical-align:top;
}

.eventBullet
{
   background-image: url(Images/newsBullet.png);
   background-repeat:no-repeat;
   background-position:center center;
   width:10px;
   height:10px;
   padding-right:25px;
} 

.eventLink
{
 color:Black;
 text-decoration:none;
} 

.eventCalendarLink
{
 color:White;
 text-decoration:none;
}

.eventCalendarBusyDay
{
    background-color:#000;
    font-weight:bold;
}

.eventCalendarEmptyDay
{
    background-color:#FFF;
    color:Black;
    font-weight:normal;
}

.eventInformation /* Event Information Block (Date,Time,Location) */
{
    border:1px solid #DDD;
    background-color:#EEE;
    font-size:13px;
    font-weight:bold;
    padding:10px;
    float:left;
}

/* Event JQuery */
.EVENTPreview
{
	display:none;
}


/* MEDIA PLAYER FOR VIDEO AND AUDIO */ 
.flowPlayer
{
	display:block;
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	text-decoration:none;
}

.flowPlayerSongTitle
{
    color:#FFFFEE;
    font-size:13px;
    font-weight:bold;
}

/* IE Fix for named anchors */
.scrollTo
{
float:left;
overflow:hidden;
width:0px;
height:0px;
}
