@charset "utf-8";

/*
Global Settings
*/
body, html {
	margin: 0px;
	padding: 0px;
	background-color: #336699;
	
}


p {
	margin: 0px;
	padding: 0px;
}
ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
img{
	border: none;
}



/*
Site settings
*/
#top_login {
	font-family: "Lucida Console", Monaco, monospace;
	color:#fff;
	position: relative;
	margin-right: auto;
	overflow: hidden;
	z-index: 10;
	height: 0px;
	top: 0px;
	width: 335px;
}

#top_bar {
	height: 45px;
	width: 100%;
	position: fixed;
	z-index: 999 !important;
	top: 0px;
	background-image: url(images/top_bar3.png);
	background-repeat: repeat-x;
	font-family: "Lucida Console", Monaco, monospace;
	color: #FFF;
	font-size: 0.9em;
}

#top_login_container {
	padding-left: 550px;
}
#user_bar li {
	
	display: inline;
	border-right: 1px solid;
}
#content_rotate_top {
	background-image: url(images/top_bg_top.png);
	background-repeat: no-repeat;
	min-height: 6px;
	width: 980px;
	/*position: absolute;*/
}
#content_rotate_middle {
	background-image: url(images/top_bg_middle.png);
	background-repeat: repeat-y;
	width: 980px;
	min-height: 265px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	position: relative;
	height: 325px;
}
#content_rotate_bottom {
	background-image: url(images/top_bg_bottom.png);
	background-repeat: no-repeat;
	min-height: 6px;
	width: 980px;
}


#site_container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#body_fix {
	background-image: url(images/main_content_bg.png);
	background-repeat: repeat-y;
}

#logo {
	background-image: url(images/logo_bg.png);
	background-repeat: no-repeat;
	height: 107px;
	margin-top: 90px;
	font-family: "Lucida Console", Monaco, monospace;
}


#site_body {
	width: 980px;
	background-image: url(images/main_content_bg.png);
	background-repeat: repeat-y;
	min-height: 769px;
}
#nav_container {
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;
	height: 51px;
	width: 978px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 1em;
	color: #FFF;
	position: relative;
	
}

#nav_container .nav_left {
    border-left: 1px solid #5c8cbb;
}

#nav_container .nav_right {
    border-right: 1px solid #32587c;
}


#nav {
	margin-top: 12px;
	position: relative;
}


#search {
	float: right;
	height: 35px;
	width: 148px;
	position: absolute;
	left: 160px;
	top: 10px;
}
#search_container {
	position: relative;
}

#search input {
	width: 160px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	font-size: 13px;
	border: 1px solid #000;
}

#search img.search_icon {
	position: absolute;
	left: 150px;
	top: 5px;
	cursor: default;
}
#search_img {
	position: absolute;
	left: 320px;
	top: 10px;
}




#cr_content {
	height: 263px;
	width: 530px;
	/*border: 2px solid #808080;*/
	background-color: transparent;
}
/* Login Form CSS */
#login_form {
	margin-left: 75px;
	margin-top: 10px;
	bottom: 0px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.9em;
	background-color: #E5E5E5 !important;
	width: 450px;
	height: 300px;
	padding: 20px;
	border: 2px solid #999;
}
#login_form input[type=text], input[type=password] {
	display: block;
	margin: 0 0 1em 0;
	width: 280px;
	border: 5px;
	padding: 10px;
}

#login_form input[type=submit], form a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: .9em;
	background: #336699;
	color: white;


}

#login_form input[type=submit]:hover, form a:hover {
	background: #276099;
	cursor: pointer;
}




/* Login form end */

/* Register Form CSS */
#register_form {
	margin-left: 75px;
	margin-top: 10px;
	bottom: 0px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.9em;
	background-color: #E5E5E5 !important;
	width: 450px;
	height: 350px;
	padding: 20px;
	border: 2px solid #999;
}
#register_form input[type=text], input[type=password] {
	display: block;
	margin: 0 0 1em 0;
	width: 280px;
	border: 5px;
	padding: 10px;
}

#register_form input[type=submit], form a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: .9em;
	background: #336699;
	color: white;


}

#register_form input[type=submit]:hover, form a:hover {
	background: #276099;
	cursor: pointer;

}
/* Register form end */

/* newsletter form */
#newsletter_form {
	margin-left: 30px;
	margin-top: 10px;
	bottom: 0px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.9em;
	background-color: #E5E5E5 !important;
	width: 200px;
	height: 175px;
	padding: 20px;
	border: 2px solid #999;
}
#newsletter_form input[type=text], input[type=password] {
	display: block;
	margin: 0 0 1em 0;
	width: 180px;
	border: 5px;
	padding: 10px;
}

#newsletter_form input[type=submit], form a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: .9em;
	background: #336699;
	color: white;


}

#newsletter_form input[type=submit]:hover, form a:hover {
	background: #276099;
	cursor: pointer;

}
/* newsletter form end */

/* podcast form */
#podcast_form {

    margin-top: 10px;
    bottom: 0px;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 0.9em;
    background-color: #E5E5E5 !important;
    width: 575px;

    padding: 20px;
    border: 2px solid #999;
}
#podcast_form input[type=text], input[type=password] {
    display: block;
    margin: 0 0 1em 0;
    width: 325px;
    border: 5px;
    padding: 10px;
}

#podcast_form .browseButton {

    padding: 7px;
    position: relative;
    left: 150px;
    top: 30px;

}

/* podcast form end */

/* bucket list */
#bucket-list h4 {
    background: whitesmoke;
    width: 98%;
    display: block;
    padding: 5px;
}
.podcast-list-container {

    background: white !important;
}

.bucket-list-container {

    margin-left: auto;
    margin-right: auto;

}

.bucket-list-table .heading {
    text-align: left;
    text-decoration: underline;
}

.bucket-list-table .cell {

    padding: 5px;

}

/* bucket list end */


/* blog post form */
#blogpost_form {
	
	margin-top: 10px;
	bottom: 0px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.9em;
	background-color: #E5E5E5 !important;
	width: 575px;
	
	padding: 20px;
	border: 2px solid #999;
}
#blogpost_form input[type=text], input[type=password] {
	display: block;
	margin: 0 0 1em 0;
	width: 225px;
	border: 5px;
	padding: 10px;
}

#blogpost_form input[type=submit], form a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: .9em;
	background: #336699;
	color: white;


}


#blogpost_form input[type=submit]:hover, form a:hover {
	background: #276099;
	cursor: pointer;

}

#blogpost_form button, form a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: .9em;
	background: #336699;
	color: white;


}


#blogpost_form button:hover, form a:hover {
	background: #276099;
	cursor: pointer;

}


/* blog post form end */

#mailtemplate_form {
	
	margin-top: 10px;
	bottom: 0px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.9em;
	background-color: #E5E5E5 !important;
	width: 583px;
	
	padding: 20px;
	border: 2px solid #999;
}
#mailtemplate_form input[type=text], input[type=password] {
	display: block;
	margin: 0 0 1em 0;
	width: 225px;
	border: 5px;
	padding: 10px;
}

#mailtemplate_form input[type=submit], form a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: .9em;
	background: #336699;
	color: white;


}


#mailtemplate_form input[type=submit]:hover, form a:hover {
	background: #276099;
	cursor: pointer;

}

#mailtemplate_form button, form a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: .9em;
	background: #336699;
	color: white;


}


#mailtemplate_form button:hover, form a:hover {
	background: #276099;
	cursor: pointer;

}


/*account edit form */
#edit_account_form {
	
	margin-top: 10px;
	bottom: 0px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.9em;
	background-color: #E5E5E5 !important;
	width: 575px;
	
	padding: 20px;
	border: 2px solid #999;
}
#edit_account_form input[type=text], input[type=password] {
	display: block;
	margin: 0 0 1em 0;
	width: 225px;
	border: 5px;
	padding: 10px;
}



#edit_account_form button, form a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: .9em;
	background: #336699;
	color: white;
	


}
#edit_account_form .browseButton {
	position: relative;
	bottom: 6.2em;
	right: 18em;
	float: right;
}

#edit_account_form button:hover, form a:hover {
	background: #276099;
	cursor: pointer;

}
#edit_account_form input[type=submit], form a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: .9em;
	background: #336699;
	color: white;


}


#edit_account_form input[type=submit]:hover, form a:hover {
	background: #276099;
	cursor: pointer;

}

/*account edit form end */



/* event form */
#event_form {
	
	margin-top: 10px;
	bottom: 0px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.9em;
	background-color: #E5E5E5 !important;
	width: 575px;
	
	padding: 20px;
	border: 2px solid #999;
}
#event_form input[type=text], input[type=password] {
	display: block;
	margin: 0 0 1em 0;
	width: 225px;
	border: 5px;
	padding: 10px;
}

#event_form input[type=submit], form a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: .9em;
	background: #336699;
	color: white;


}


#event_form input[type=submit]:hover, form a:hover {
	background: #276099;
	cursor: pointer;

}

#event_form button, form a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: .9em;
	background: #336699;
	color: white;


}


#event_form button:hover, form a:hover {
	background: #276099;
	cursor: pointer;

}

#event_form .r_dateInput {
	display: none !important;
}


/* event form end /*

/* comment post form */
#comment_form {
	
	margin-top: 10px;
	bottom: 0px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.9em;
	background-color: #E5E5E5 !important;
	width: 475px;
	clear: both;
	padding: 20px;
	border-top: 2px solid #999;
}


#comment_form input[type=submit], form a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: .9em;
	background: #336699;
	color: white;


}


#comment_form input[type=submit]:hover, form a:hover {
	background: #276099;
	cursor: pointer;

}

#comment_form button, form a {
	border: none;
	margin-right: 1em;
	padding: 6px;
	text-decoration: none;
	font-size: .9em;
	background: #336699;
	color: white;
}

#comment_form button:hover, form a:hover {
	background: #276099;
	cursor: pointer;
}


/* comment post form end */

#comments{
	
	margin-left: 40px;
}
#comments > li {
	list-style: none !important;
	margin-left: 0px !important;

	
}

#comment_header{
	position: relative;
	width: 800px;
}


/* mailing list results */
#mailing_list_result {
	margin-left: 30px;
	margin-top: 10px;
	bottom: 0px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.9em;
	background-color: #E5E5E5 !important;
	width: 200px;
	height: 175px;
	padding: 20px;
	border: 2px solid #999;
}

#main_content {
	font-family: "Lucida Console", Monaco, monospace;
	padding-top: 17px;
	padding-left: 10px;
}
#main_content > ul {
	list-style: none;
	margin: 0;
	padding-left: 10px;
}

#bottom {
	background-repeat: no-repeat;
	height: 100%;
	width: 980px;
	clear: both;
	
}
#footer {
	height: 275px;
	width: 100% !important;
	clear: both;
	background-color: #000;
	position: absolute;
	left: 0px;
}




#right_side {

	float: right;
	width: 289px;
}
#left_side {

	padding-left: 20px;
	width: 665px;
}


#featured_content {
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	
	color: #203230;
	height: 310px;
	width: 360px;
	float: right;
	position: absolute;
	left: 580px;
	top: 6px;
	z-index: 1;
}

#featured_content h2 {
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: 1em;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#contact_us {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 1em;
	height: 100%;
	width: 350px;
	float: right;
	font-weight: bold;
	color: #FFF;
	
}


#nav_container div {
	float: left;
	padding-right: 1px;
	padding-left: 10px;
}
#search_box {
	width: 200px;
	height: 30px;
	background-image: url(images/search_bg.png);
	background-repeat: no-repeat;
	position: relative;
	bottom: 20px;
}
#search_box #s {
	float: left;
	border: 0;
	width: 135px;
	background: none;
	padding: 2px;
	margin-top: 3px;
	margin-left: -4px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.8em;
}
#search_box #go {
	float: right;
	margin-top: 3px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 48px;
}


#footer_right {
	color: #FFF;
	float: right;
	padding-right: 50px;
	padding-top: 18px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: .9em;
}
#footer_left {
	color: #FFF;
	float: left;
	width: 70%;
}
#footer_left > li {
	float: left;
	list-style: none;
	padding-left: 10px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: .9em;
}
#slider {
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
#slider img {
	display:none;

}
#slider .nivo-controlNav img {
	display:inline;
}

#releases_info {
	padding-top: 5px;
	font-size: 0.8em;
	position: relative;
	left: 25px;
	width: 400px;
	z-index: 1;
}

#releases_info > li {
	list-style: none;
	padding-bottom: 2px;
}


#footer_top {
	height: 75px;
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(images/new_bottom_bg.png);
	background-repeat: repeat-y;
}

#footer_top_admin {
	height: 75px;
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(images/new_bottom_bg_admin.png);
	background-repeat: repeat-y;
}

#footer_mid {
	height: 125px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

/*  Sign Up / Account Activation page CSS */

#success_info {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.9em;
	color: #000;
	background-color: transparent;
	display: block;
	height: 480px;
	margin-top: 0px;
	margin-bottom: 100px;
	text-align: center;
	vertical-align: middle;
	padding-top: 100px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/content_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
#logo_center {
	margin-left: 288px;
	margin-top: 10px;
}
#success_footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.9em;
	color: #FFF;
	height: 50px;
	position: absolute;
	left: 206px;
}
#message {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 16px;
	color: #000;
	display: block;
	padding-top: 0px;
	padding-right: 210px;
	padding-bottom: 0px;
	padding-left: 200px;
}
/*  Sign Up / Account Activation page CSS End */
#admin_tools_container {
	width: 560px;
	height: 400px;
	overflow: visible;
	
}
#admin_tools {
	
	text-align: center;
}




#manage_blogs{
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: .9em;
}

#manage_blogs img{
	border: none !important;
}
#manage_blogs a{
	border: none !important;
}
#manage_blogs table{
	margin-top: 5px;
}
#manage_blogs td {
	border-right: 1px solid #9a9a9a;
	padding: 1em;
	text-align: center;
}
#manage_blogs td:last-child{
	border-right: none;
}
#manage_blogs th {
	text-align: center;
	
	background: #cccccc;
	border-bottom: 1px solid white;
	border-right: 1px solid #9a9a9a;
}

#pagination, #comment_pagination {
	margin-top: 2em;
	padding-bottom: 1em;
	clear:both;
}

#pagination a {
	background: #e3e3e3;
	padding: 4px 7px;
	text-decoration: none;
	border: 1px solid #cac9c9;
	color: #292929;
	
}

#comment_pagination a {
	background: #e3e3e3;
	padding: 4px 7px;
	text-decoration: none;
	border: 1px solid #cac9c9;
	color: #292929;
}

#comic_pull_bin {
	margin-left: 30px;
	
	bottom: 0px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.9em;

	width: 200px;
	height: 175px;
	padding-left: 30px;
	
	
}
#comic_pull_bin > ul > li {
	list-style: url(images/thumb_up.png) !important;
	margin-left: 35px;
	padding-top: 5px;
}
#releases_container {
	position: relative;
	
	width: 75%;
}



/* simple modal css */
#simplemodal-overlay {background-color:#000;}
#simplemodal-container {background-color:#333; border:8px solid #444; padding:12px;}
#simplemodal-container a.modalCloseImg {
	background:url(images/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}

/* classes */

.error {
	
	background:none repeat scroll 0 0 #FFCCCC;
	border:1px solid red;
	color:black;
	display:block;
	margin-top:10px;
	opacity:0.75;
	padding:5px;
	width:475px;
	margin-left: 75px;

}
.newsletter_error {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: .9em;
	background:none repeat scroll 0 0 #FFCCCC;
	border:1px solid red;
	color:black;
	display:block;
	margin-top:10px;
	opacity:0.75;
	padding:5px;
	width:175px;
	margin-left: 55px;

}

.main_title_latest {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 1.9em;
	color: #3270ab;
}

.main_title_news {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 1.9em;
	color: #000000;
}

.right_h1 {
	background-image: url(images/side_bar_sec_header.png);
	height: 35px;
	width: 289px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 1.1em;
	color: #FFF;
	background-repeat: no-repeat;
	line-height: 2em;
	padding-left: 95px;
}

.left_h1 {
	background-image: url(images/comments_bar_header.png);
	height: 45px;
	width: 635px;
	margin-top: 3em;
	font-size: 1.1em;
	color: #FFF;
	background-repeat: no-repeat;
	
	margin-left: -31px;
	
}
.comments_bar_header{
	color: #FFFFFF;
	font-family: Georgia,Times,"Times New Roman",serif !important;
	font-size: 1.6em;
	padding-left: 30px;
}

.blog_post {
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: .9em;
	padding-bottom: 30px;
	text-align:justify;
	word-spacing:-0.05em;
	margin-right: 20px;
	
}
.blog img {
	float: left;
	/* padding-right: 15px; */
	/* padding-top: 12px; */
	margin-right: 15px;
	margin-top: 1.3em;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	-box-shadow:0px 0px 10px #333;
	
}
.blog h2 {
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 1.2em;
	line-height: 1em;
}

.blog h3 {
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 600px;
	margin-left: 35px;
}

.comment_post {
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-size: .9em;
	padding-bottom: 1em;
	padding-top: 1em;
	width: 535px;
	border-bottom: 1px dashed #336699;
	
}
.comment_post img {
	height: 50px;
	width: 50px;
	margin: 0px;
	border: none;
	
	
}
.comment_tagline {
	padding-left: 5px;
	background-color: #CCCCCC;
	width: 475px;
	
}
.comment_body {
	
	padding-left: 5px;
	padding-bottom: 15px;
	padding-top: 5px;
	width: 475px;
	float: left;
	
}
.comment_avatar {
	width: 55px !important;
	float: left;
	text-align: left;
	margin-top: 10px;
}
.comment_post h2 {
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 1.2em;
	line-height: 1em;
}

.comment_post h3 {
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 600px;
	margin-left: 35px;
}
.add_comment_button{
	display: block;
	position: relative;
	bottom: 20px;
	left: 450px;
	
	
	
}
.requiredInput{
	background-image:url(images/bullet_red.png);
	background-repeat: no-repeat;
	background-position: -5px 50%;
	padding-left: 15px;
}

#latest_blog {
	width: 530px;
	overflow: visible;
	padding: 5px;
}

.author {
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	float: left;
	padding-right: 10px;
}

.comment_author {
	padding-top: 4px;
	padding-bottom: 3px;
	display: block;
	float: left;
	padding-right: 10px;
	font-weight: bold;
}
.comment_date {
	
	padding-bottom: 3px;
	display: block;
	padding-top: 4px;
	padding-right: 10px;
}

.clear {
	clear: both;
}
.clear-left{
	clear: left;
}
.comments {
	float: left;
	display: block;
	padding-right: 20px;
	background-image: url(images/comments_new.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
}

.event_details{
	display: block;
	margin-top: 18px;
}
.padding{
	float: left;
padding-right: 3px;	
}
.relative {
	position: relative;
}

.footer_section {
	width: 65%;
	float: left;
	padding-top: 5px;
	font-family: "Lucida Console", Monaco, monospace;
	color: #FFF;
	padding-left: 20px;
}
.footer_contact {
	width: 30%;
	float: left;
	padding-top: 5px;
	font-family: "Lucida Console", Monaco, monospace;
	color: #FFF;
	padding-left: 10px;
}
.footer_title_1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #369;
	font-size: 1.2em;
}
.footer_title_2 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 1.2em;
	color: #FFF;
}
.foot_link {
	
	color: #FFF;
	font-family: "Lucida Console", Monaco, monospace;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #369;
	display: block;
	width: 65%;
	padding-bottom: 2px;
	padding-top: 2px;
}
.l_margin_10 {
	margin-left: 10px;
}
.bottom_border {
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #369;
	display: block;
	width: 75%;
}
.rss {
	margin-left: 10px;
	margin-bottom: 10px;
	border: none !important;
}
.rss img{
	border: none !important;
}
.password_helper{
	font-family: "Lucida Console", Monaco, monospace;
	font-size: .95em;
	background-image: url(images/lock.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 20px;
	height: 20px;
	padding-top: 3px;
	margin-top: 25px;
}

.register_helper{
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.95em;
	background-image: url(images/user_add.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 20px;
	height: 20px;
	padding-top: 3px;
	margin-top: 5px;
}

#featured_event {
	width: 530px;
}
#events_calendar {
	width: 333px;
	padding-top: 10px;
	padding-left: 70px;
}

/* admin and user tool icon classes */
.site_tools_icon {
	margin: auto;
}
.site_tools {
float: left;	
}
.site_tools_caption {
	
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: .9em;
	text-decoration: none;
	padding: 6px 6px 16px 8px;
}

/*event listing classes */
.event_listing {
	height: 95px;
	width: 525px;
	position: relative;
	display: block;
	float: left;
	font-family: "Lucida Console", Monaco, monospace;
	
	margin-bottom: 15px;

}
.event_odd{
	background-color: #EBEBEB;
}
.event_even{
	background-color: #E2E2E2;
	
}
.event_date {
	display: block;
	float: left;
	
	width: 75px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333;
	position: relative;
	line-height: 1.5em;
	margin-right: 15px;
	margin-left: 10px;
	padding-left: 5px;
}
#event_container {
	position: relative;
	height: 95px;
	width: 75%;
}

.event_month {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 1.3em;
	color: #336699;
	letter-spacing: 1px;
	display: block;
	margin-left: 8px;
	margin-bottom: 3px;
}
.event_day {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 2.5em;
	letter-spacing: 1px;
	display: block;
	margin-left: 3px;
	margin-bottom: 1px;
}
.event_year {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 1.3em;
	color: #336699;
	letter-spacing: 1px;
	display: block;
	margin-top: 2px;
	margin-left: 1px;
}

.event_title{
	display: block;
}
.event_desc{
	display: block;
	padding: 5px;
	border-top: 1px solid #c9c9c9;
	width: 80%;
}
.event_list_date{
	display: block;
	
	padding: 5px;
	
}
.event_time{
	display: block;
	padding: 5px;
}
.event_location{
	display: block;
	
	padding: 5px;
	

}


.release_item {
	
	display: block;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	padding-top: 8px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	width: 80%;
	
}
.release_name{
	display: block;
	padding: 0 0 4px;
	font-weight: bold;
	
	
}
.release_info{
	display: block;
	padding-top: 2px;
	padding-bottom: 4px;
	/* border-bottom: 1px solid #CCCCCC; */
	/* width: 75%; */
	/* top: 20px; */
	height: 40px;
	position: relative;
}

.release_image{
	float: left;
	display: block;
	position: relative;
	height: 60px;
	margin-bottom: 3px;
	margin-right: 8px;
}
.store_map{
	margin-right: auto;
	margin-left: 70px;
	margin-top: 15px;
}
.commentQuote {
	background-color: #fafafa;
	padding: 5px;
	border: 1px solid #e6e6e6;
}
.commentActions {
	display: block;
	background-color: #FFFFFF !important;
	width: 125px;
	position: relative;
	left: 450px;
	
}
.commentActions img{
	background-color: #FFFFFF !important;
}
.deleted-1{
	background:none repeat scroll 0 0 #FFCCCC;
	
	color:black;
	opacity:0.75;
}
.legend{
	padding: 4px;
	width: 72px;
}
.hover{
	background-color: #dedede;
}
.main_logo img{
	padding-left: 3px;
	border: none !important;
}
.account_info {
	width: 75%;
	border-bottom: 2px solid #dedede;
	padding-bottom: 8px;
}
.user_main h2, h4 {
	display: inline;
	
}
.user_main img {
	float: left;
	padding-right: 5px;
}
.longInput {
	width: 300px !important;
}
/* message inbox / trash / sent items styling */
.read_0{
	height: 16px;
	width: 16px;
	display: inline-block;
	background-image: url(images/email.png) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
}
.read_1{
	height: 16px;
	width: 16px;
	display: inline-block;
	background-image: url(images/email_open.png) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
}

.messageAuthor{display: inline-block;}
.messageSubject{display: inline-block;}
.messageSent{display: inline-block;}

/* cxm styles */
#cxm_title {
	font-size: 12px;
	border-bottom: none !important;
	text-decoration: none !important;
}
#cxm_thumbnails{
	display: inline-block;
	padding-left: 65px;
	
	
}
#cxm_thumbnails a:link{text-decoration: none; cursor: pointer; border: none !important;}
#cxm_thumbnails a:visited{text-decoration: none; cursor: pointer; border: none !important;}
#cxm_thumbnails a:hover{text-decoration: none; cursor: pointer; border: none !important;}
#cxm_thumbnails a:active{text-decoration: none; cursor: pointer; border: none !important;}

.cmx_link{
    display: block;
    margin-left: 15px;
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
    font-weight: bold;
}
/* event listing */
.updateButton{border: none !important; margin-right: 1em !important; padding: 6px 6px 6px 20px !important; text-decoration: none !important; font-size: 0.9em !important; background-color: #336699; color: white !important; background-image: url(images/update19.png) !important; background-repeat: no-repeat !important; background-position: left center !important;}
.updateButton:hover{border: none !important; margin-right: 1em !important; padding: 6px 6px 6px 20px !important; text-decoration: none !important; font-size: 0.9em !important; background-color: #276099 !important; color: white !important; background-image: url(images/update19.png) !important; background-repeat: no-repeat !important; background-position: left center !important; cursor: pointer !important;}

/* account actions buttons */
.changePasswordButton{border: none !important; margin-right: 1em !important; padding: 6px 2px 6px 25px !important; text-decoration: none !important; font-size: 0.9em !important; background-color: #336699; color: white !important; background-image: url(images/key19.png) !important; background-repeat: no-repeat !important; background-position: left center !important; display: block; width: 115px;}
.changePasswordButton:hover{border: none !important; margin-right: 1em !important; padding: 6px 2px 6px 25px !important; text-decoration: none !important; font-size: 0.9em !important; background-color: #276099 !important; color: white !important; background-image: url(images/key19.png) !important; background-repeat: no-repeat !important; background-position: left center !important; cursor: pointer !important; display: block; width: 115px;}

.deactivateButton{border: none !important; margin-right: 1em !important; padding: 6px 2px 6px 25px !important; text-decoration: none !important; font-size: 0.9em !important; background-color: #336699; color: white !important; background-image: url(images/user_delete19.png) !important; background-repeat: no-repeat !important; background-position: left center !important; display: block; width: 115px;}
.deactivateButton:hover{border: none !important; margin-right: 1em !important; padding: 6px 2px 6px 25px !important; text-decoration: none !important; font-size: 0.9em !important; background-color: #276099 !important; color: white !important; background-image: url(images/user_delete19.png) !important; background-repeat: no-repeat !important; background-position: left center !important; cursor: pointer !important; display: block; width: 115px;}

.messageButton{border: none !important; margin-right: 1em !important; padding: 6px 2px 6px 25px !important; text-decoration: none !important; font-size: 0.9em !important; background-color: #336699; color: white !important; background-image: url(images/email19.png) !important; background-repeat: no-repeat !important; background-position: left center !important; display: block; width: 90px;}
.messageButton:hover{border: none !important; margin-right: 1em !important; padding: 6px 2px 6px 25px !important; text-decoration: none !important; font-size: 0.9em !important; background-color: #276099 !important; color: white !important; background-image: url(images/email19.png) !important; background-repeat: no-repeat !important; background-position: left center !important; cursor: pointer !important; display: block; width: 90px;}

/* message buttons */
.composeButton{border: none !important; margin-right: 1em !important; padding: 6px 2px 6px 25px !important; text-decoration: none !important; font-size: 0.9em !important; background-color: #336699; color: white !important; background-image: url(images/email19.png) !important; background-repeat: no-repeat !important; background-position: left center !important; display: inline-block; width: 65px;}
.composeButton:hover{border: none !important; margin-right: 1em !important; padding: 6px 2px 6px 25px !important; text-decoration: none !important; font-size: 0.9em !important; background-color: #276099 !important; color: white !important; background-image: url(images/email19.png) !important; background-repeat: no-repeat !important; background-position: left center !important; cursor: pointer !important; display: inline-block; width: 65px;}

.deleteMessage{border: none !important; margin-right: 1em !important; padding: 6px 2px 6px 25px !important; text-decoration: none !important; font-size: 0.9em !important; background-color: #336699; color: white !important; background-image: url(images/trash19.png) !important; background-repeat: no-repeat !important; background-position: left center !important; display: inline-block; width: 55px;}
.deleteMessage:hover{border: none !important; margin-right: 1em !important; padding: 6px 2px 6px 25px !important; text-decoration: none !important; font-size: 0.9em !important; background-color: #276099 !important; color: white !important; background-image: url(images/trash19.png) !important; background-repeat: no-repeat !important; background-position: left center !important; cursor: pointer !important; display: inline-block; width: 55px;}

/* top menu classes */
.welcome_menu_item{padding-right: 10px; }
.account_menu_item{padding-left: 25px; padding-right: 10px; background-image: url(images/user.png); background-repeat: no-repeat; background-position: left center;}
.mail_menu_item{padding-left: 25px; padding-right: 10px; background-image: url(images/email.png); background-repeat: no-repeat; background-position: left center;}
.admin_menu_item{padding-left: 25px; padding-right: 10px; background-image: url(images/setting_tools.png); background-repeat: no-repeat; background-position: left center;}
.logout_menu_item{padding-left: 25px; padding-right: 10px; background-image: url(images/door_out.png); background-repeat: no-repeat; background-position: left center; border: none !important;}
.login_menu_item{padding-left: 25px; padding-right: 10px; background-image: url(images/door_in.png); background-repeat: no-repeat; background-position: left center;}
.register_menu_item{padding-left: 25px; padding-right: 10px; background-image: url(images/user_add.png); background-repeat: no-repeat; background-position: left center; border: none !important;}

/*  */
a:link{text-decoration: none; color: #292929; cursor: pointer; border-bottom-style: dashed; border-bottom-width: thin; border-bottom-color: #369;}
a:visited{text-decoration: none; color: #000; cursor: pointer; border-bottom-style: dashed; border-bottom-width: thin; border-bottom-color: #369;}
a:hover{text-decoration: none; color: #000; cursor: pointer; border-bottom-style: dashed; border-bottom-width: thin; border-bottom-color: #369;}
a:active{text-decoration: none; color: #000; cursor: pointer; border-bottom-style: dashed; border-bottom-width: thin; border-bottom-color: #369;}

/* Link Classes */
/* navlinks */
a.nav_link:link{color:#FFF; text-decoration:none; border-bottom: none; padding: 0.2em .8em;}
a.nav_link:visited{color:#FFF; text-decoration:none; border-bottom: none; padding: 0.2em .8em;}
a.nav_link:hover{color:#FFF; text-decoration:none; border-bottom: none; padding: 0.2em .8em; background-color: #5c8bba;}
a.nav_link:active{color:#FFF; text-decoration:none; border-bottom: none; padding: 0.2em .8em;}


/* form error message links */
a.error_link:link {text-decoration: none; color: #000; cursor: pointer; border-bottom-style: dashed; border-bottom-width: thin; border-bottom-color: #369;}
a.error_link:visited {text-decoration: none; color: #000; cursor: pointer; border-bottom-style: dashed; border-bottom-width: thin; border-bottom-color: #369;}
a.error_link:hover {text-decoration: none; color: #000; cursor: pointer; border-bottom-style: dashed; border-bottom-width: thin; border-bottom-color: #369;}
a.error_link:active {text-decoration: none; color: #000; cursor: pointer; border-bottom-style: dashed; border-bottom-width: thin; border-bottom-color: #369;}

/* top bar links */
a.top_bar:link {color:#FFF; text-decoration:none; border-bottom: none;}
a.top_bar:visited {color:#FFF; text-decoration:none; border-bottom: none;}
a.top_bar:hover {color:#FFF; text-decoration:none; border-bottom: none;}
a.top_bar:active {color:#FFF; text-decoration:none; border-bottom: none;}

/* login form links */
a.login_link:link{text-decoration: none; color: #000; cursor: pointer; border-bottom-style: dashed; border-bottom-width: thin; border-bottom-color: #369;}
a.login_link:visited{text-decoration: none; color: #000; cursor: pointer; border-bottom-style: dashed; border-bottom-width: thin; border-bottom-color: #369;}
a.login_link:hover{text-decoration: none; color: #000; cursor: pointer; border-bottom-style: dashed; border-bottom-width: thin; border-bottom-color: #369;}
a.login_link:active{text-decoration: none; color: #000; cursor: pointer; border-bottom-style: dashed; border-bottom-width: thin; border-bottom-color: #369;}

/* footer links */
a.foot_link_a:link{color:#FFF; text-decoration:none; border-bottom: none;}
a.foot_link_a:visited{color:#FFF; text-decoration:none; border-bottom: none;}
a.foot_link_a:hover{color:#FFF; text-decoration:none; border-bottom: none;}
a.foot_link_a:active{color:#FFF; text-decoration:none; border-bottom: none;}

/* add button */
a.addLink:link{border: none; margin-right: 1em; padding: 6px 6px 6px 20px; text-decoration: none; font-size: 0.9em; background-color: #336699; color: white; background-image: url(images/add19.png); background-repeat: no-repeat; background-position: left center;}
a.addLink:visited{border: none; margin-right: 1em; padding: 6px 6px 6px 20px; text-decoration: none; font-size: 0.9em; background-color: #336699; color: white; background-image: url(images/add19.png); background-repeat: no-repeat; background-position: left center;}
a.addLink:hover{border: none; margin-right: 1em; padding: 6px 6px 6px 20px; text-decoration: none; font-size: 0.9em; background-color: #276099; color: white; background-image: url(images/add19.png); background-repeat: no-repeat; background-position: left center;}
a.addLink:active{border: none; margin-right: 1em; padding: 6px 6px 6px 20px; text-decoration: none; font-size: 0.9em; background-color: #336699; color: white; background-image: url(images/add19.png); background-repeat: no-repeat; background-position: left center;}

/* export button */
a.exportLink:link{border: none; margin-right: 1em; padding: 6px 6px 6px 25px; text-decoration: none; font-size: 0.9em; background-color: #336699; color: white; background-image: url(images/export_excel.png); background-repeat: no-repeat; background-position: left center; background-position-x: 5px;}
a.exportLink:visited{border: none; margin-right: 1em; padding: 6px 6px 6px 25px; text-decoration: none; font-size: 0.9em; background-color: #336699; color: white; background-image: url(images/export_excel.png); background-repeat: no-repeat; background-position: left center; background-position-x: 5px;}
a.exportLink:hover{border: none; margin-right: 1em; padding: 6px 6px 6px 25px; text-decoration: none; font-size: 0.9em; background-color: #276099; color: white; background-image: url(images/export_excel.png); background-repeat: no-repeat; background-position: left center; background-position-x: 5px;}
a.exportLink:active{border: none; margin-right: 1em; padding: 6px 6px 6px 25px; text-decoration: none; font-size: 0.9em; background-color: #336699; color: white; background-image: url(images/export_excel.png); background-repeat: no-repeat; background-position: left center; background-position-x: 5px;}

/* update button */
a.updateLink:link{border: none; margin-right: 1em; padding: 6px 6px 6px 20px; text-decoration: none; font-size: 0.9em; background-color: #336699; color: white; background-image: url(images/update19.png); background-repeat: no-repeat; background-position: left center;}
a.updateLink:visited{border: none; margin-right: 1em; padding: 6px 6px 6px 20px; text-decoration: none; font-size: 0.9em; background-color: #336699; color: white; background-image: url(images/update19.png); background-repeat: no-repeat; background-position: left center;}
a.updateLink:hover{border: none; margin-right: 1em; padding: 6px 6px 6px 20px; text-decoration: none; font-size: 0.9em; background-color: #276099; color: white; background-image: url(images/update19.png); background-repeat: no-repeat; background-position: left center;}
a.updateLink:active{border: none; margin-right: 1em; padding: 6px 6px 6px 20px; text-decoration: none; font-size: 0.9em; background-color: #336699; color: white; background-image: url(images/update19.png); background-repeat: no-repeat; background-position: left center;}


/* event listing links */
a.eventLink:link{text-decoration: none; color: #000; cursor: pointer; border-bottom-style: dashed; border-bottom-width: thin; border-bottom-color: #369;}
a.eventLink:visited{text-decoration: none; color: #000; cursor: pointer; border-bottom-style: dashed; border-bottom-width: thin; border-bottom-color: #369;}
a.eventLink:hover{text-decoration: none; color: #000; cursor: pointer; border-bottom-style: dashed; border-bottom-width: thin; border-bottom-color: #369;}
a.eventLink:active{text-decoration: none; color: #000; cursor: pointer; border-bottom-style: dashed; border-bottom-width: thin; border-bottom-color: #369;}

/* blog title links */
a.blog_title_link:link{text-decoration: none; color: #292929; cursor: pointer;}
a.blog_title_link:visited{text-decoration: none; color: #000; cursor: pointer;}
a.blog_title_link:hover{text-decoration: none; color: #000; cursor: pointer;}
a.blog_title_link:active{text-decoration: none; color: #000; cursor: pointer;}

/* add comment button */
a.addComment:link{border: none; margin-right: 1em; padding: 6px 6px 6px 20px; text-decoration: none; font-size: 0.9em; color: white; background-image: url(images/comments_new.png); background-repeat: no-repeat; background-position: left center;}
a.addComment:visited{border: none; margin-right: 1em; padding: 6px 6px 6px 20px; text-decoration: none; font-size: 0.9em; color: white; background-image: url(images/comments_new.png); background-repeat: no-repeat; background-position: left center;}
a.addComment:hover{border: none; margin-right: 1em; padding: 6px 6px 6px 20px; text-decoration: none; font-size: 0.9em; color: white; background-image: url(images/comments_new.png); background-repeat: no-repeat; background-position: left center;}
a.addComment:active{border: none; margin-right: 1em; padding: 6px 6px 6px 20px; text-decoration: none; font-size: 0.9em; color: white; background-image: url(images/comments_new.png); background-repeat: no-repeat; background-position: left center;}

/* plain links */
a.defaultLink:link{text-decoration: none; color: #292929; cursor: pointer; border-bottom-style: dashed; border-bottom-width: thin; border-bottom-color: #369;}
a.defaultLink:visited{text-decoration: none; color: #000; cursor: pointer; border-bottom-style: dashed; border-bottom-width: thin; border-bottom-color: #369;}
a.defaultLink:hover{text-decoration: none; color: #000; cursor: pointer; border-bottom-style: dashed; border-bottom-width: thin; border-bottom-color: #369;}
a.defaultLink:active{text-decoration: none; color: #000; cursor: pointer; border-bottom-style: dashed; border-bottom-width: thin; border-bottom-color: #369;}

/* quote button */
a.quoteButton:link{border: none; margin-right: 1em; text-decoration: none; font-size: 0.9em; color: white; background-color: #FFFFFF !important;}
a.quoteButton:visited{border: none; margin-right: 1em; text-decoration: none; font-size: 0.9em; color: white; background-color: #FFFFFF !important;}
a.quoteButton:hover{border: none; margin-right: 1em; text-decoration: none; font-size: 0.9em; color: white; background-color: #FFFFFF !important;}
a.quoteButton:active{border: none; margin-right: 1em; text-decoration: none; font-size: 0.9em; color: white; background-color: #FFFFFF !important;}

a.noLink:link{text-decoration: none; cursor: pointer; border: none !important;}
a.noLink:visited{text-decoration: none; cursor: pointer; border: none !important;}
a.noLink:hover{text-decoration: none; cursor: pointer; border: none !important;}
a.noLink:active{text-decoration: none; cursor: pointer; border: none !important;}