/* TABLE OF CONTENTS

00 - Global Elements - Standard Elements
01 - Typography - All Type throughout the site
02 - Main Structure - Columns, clearfix, etc.
03 - Header - Header, Logo, navigation, search.
04 - Dock - jQuery latest articles.
05 - Main Content - Post boxes, post meta, etc.
06 - Sidebar - Custom sidebar widgets.
07 - Footer - Categories, About, Copyright, Sponsors.
08 - themed-logreg.php - In Plugins Folder.
09 - Featured Content.
10 - My Photo Album.
11 - Error Containers.
12 - Notifications and Errors.
13 - Fan

/* ----------------------------------------------*/

/* 00 - GLOBAL ELEMENTS
/* ----------------------------------------------*/

body {
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	background:#eaeaea;
	font:0.75em Arial, Helvetica, sans-serif;
	color:#5e6568;
	line-height:19px;
}

code {
	margin:0; padding:0;
	width:80%; height:auto;
	font:1.17em Georgia, "Times New Roman", Times, serif; color:#0f8eb3;
}

	pre {
		margin:0 auto; padding:5px 20px;
		background:#f4f1ec url(images/code.gif) repeat;
		border:1px solid #bbced7;
		font:0.92em Georgia, "Times New Roman", Times, serif; color:#3e3e3e;
		line-height:200%;
	}

blockquote {
	margin:0 auto; padding:5px 20px;
	width:80%; height:auto;
	background:#f8fbfc url(images/blockquote.gif) no-repeat top left; border:1px solid #edeff0;
}

img {
	margin:0; padding:0;
	border:0;
}

ins {
	color:#009999;
}

del {
	color:#990000;
}

.button {
	background:#CCCCCC url(images/table_head_bg.png) repeat-x bottom center;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border:#999999 solid 1px;
}

.button:hover{
	border:#000000 solid 1px;
	
}

.button span{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	text-decoration: none;
	
}

.bg-top{
	background: url(images/bg-t.jpg) 100% 0px no-repeat;
}
.bg-mid{
	background: url(images/bg-m.jpg) 50% 0px repeat-y;
}
.bg-bot{
	background: url(images/bg-b.jpg) no-repeat bottom;
}

/* 01 - TYPOGRAPHY
/* ----------------------------------------------*/

h1 {
	margin:-10px 0 0 0; padding:0;
	font:bold 3.53em Verdana, Arial, Helvetica, sans-serif; color:#fefefe;
	position:relative; display:block;
}

	.post-content h1, .page-content h1 {
		margin:10px 0; padding:0;
		font:bold 2.50em Arial, Helvetica, sans-serif; color:#53798b;
	}

	h1 a:link, h1 a:active, h1 a:visited {
		color:#fefefe;
	}
	
	h1 a:hover {
		color:#d7d7d7;
	}

	h1 span {
		margin:10px 0 0 0;
		/*background:url(images/gradient.png) repeat-x;*/
		width:100%; height:20px;
		position:absolute; display:block;
	}

h2 {
	margin:0; padding:0;
	font:0.83em Verdana, Arial, Helvetica, sans-serif; color:#b9b9b9;
}

	.post-content h2, .page-content h2 {
		margin:10px 0; padding:0;
		font:bold 2.00em Arial, Helvetica, sans-serif; color:#53798b;
	}

h3 {
	margin:0; padding:0;
	font:bold 2.80em Arial, Helvetica, sans-serif; color:#30393d;
}

	.post-content h3, .page-content h3 {
		margin:10px 0; padding:0;
		font:bold 1.50em Arial, Helvetica, sans-serif; color:#53798b;
	}

	h3 a:link, h3 a:active, h3 a:visited {
		color:#30393d;
	}
	
	h3 a:hover {
		color:#54798b;
	}
	
	h3.post-title, .single h3.post-title, h3.post-title-small {
		margin:0; padding:10px 0;
		width:380px; height:auto;
		border-bottom:4px solid #30393d;
	}
	
		.single h3.post-title {
			font-size:2.00em;
			width:275px;
		}
		
		h3.post-title-small {
			font-size:1.50em;
		}

h4 {
	margin:0; padding:0;
	font:bold 1.75em Arial, Helvetica, sans-serif; color:#fefefe;
}

	.post-content h4, .page-content h4 {
		margin:10px 0; padding:0;
		font:bold 1.17em Georgia, "Times New Roman", Times, serif; color:#53798b;
	}

	#footer h4 {
		margin:0 0 20px 0;
	}

h5, #searchform label {
	/* Sidebar Header */
	margin:0;
	padding:28px 0px 0px 20px;
	width:285px;
	height:55px;
	background:#f5f9f2 url(images/sidebar-top.gif) no-repeat top center;
	font:bold 2.25em Arial, Helvetica, sans-serif;
	color:#587682;
}

	.post-content h5, .page-content h5 {
		margin:10px 0; padding:0;
		width:auto; height:auto;
		background:none;
		font:bold 1.00em Georgia, "Times New Roman", Times, serif; color:#53798b;
	}

	#tag_cloud h5, #searchform label {
		margin:0; padding:0;
		background:none;
	}

.member_side_profile_top {
	padding:10px 0px 18px 20px;
	width:285px;
	height:55px;
	background:#f5f9f2 url(images/sidebar-top.gif) no-repeat top center;
}

.member_side_profile_top span{
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#587682;
}

.player {
/* MP3 Player Header */
	margin:0; padding:28px 0 0 20px;
	width:285px; height:112px;
	background:#f5f9f2 url(images/mp3_player_top.gif) no-repeat top center;
	font:bold 2.25em Arial, Helvetica, sans-serif; color:#587682;
}

a:link, a:active {
	color:#b31f26;
	text-decoration:none;
}

a:hover {
	color:#000;
}

a:visited {
	color:#e64a50;
	text-decoration:none;
}

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

#navigation ul li a:link, #navigation ul li a:active, #navigation ul li a:visited {
	margin:0; padding:13px 5px;
	font:bold 1.08em Arial, Helvetica, sans-serif; color:#34393e;
	display:block;
}

#navigation ul li a:hover {
	color:#000;
	font-weight:bold; text-decoration:underline;
}

#navigation ul.pages li.current_page_item a:link, #navigation ul.pages li.current_page_item a:active, #navigation ul.pages li.current_page_item a:visited {
	/* Crazy margins to pull up the hover image above the borders.*/
	margin:-3px 0 0 0; padding:15px 15px 14px 15px;
	background:#171615 url(images/navigation-hover.gif) repeat-x bottom center;
	color:#f1f8ff; position:relative
}

a.rss:link, a.rss:active, a.rss:visited, a.rss:hover {
	margin:13px 15px 0 0; padding:0;
	width:16px; height:17px;
	background:url(images/rss.png) no-repeat top center;
	text-indent:-9999px; display:block; outline:0;
}

/* Main Content
/* -------------- */

.post-info {
	text-align:right;
	font:0.92em Georgia, "Times New Roman", Times, serif; color:#81888d;
}

	.post-info span {
		font-size:1.18em;
		display:block;
	}

		.post-info span a:link, .post-info span a:active, .post-info span a:visited {
			color:#1e1c1a;
			text-decoration:none;
		}
		
		.post-info span a:hover {
			color:#b31f26;
		}
	
.comment-count a:link, .comment-count a:active, .comment-count a:visited {
	margin:0; padding:10px 20px;
	font:bold 1.75em Arial, Helvetica, sans-serif; color:#FFF;
	display:block;
}

.comment-count a:hover {
	background:#ea2f7e;
}

	.single .comment-count a:link, .single .comment-count a:active, .single .comment-count a:visited,
	.page-content .comment-count a:link, .page-content .comment-count a:active, .page-content .comment-count a:visited {
		padding:8px 18px;
		font:bold 1.45em Arial, Helvetica, sans-serif;
	}

.post-intro strong {
	font:bold 1.33em Arial, Helvetica, sans-serif; color:#30393d;
	line-height:21px;
}

.continue-reading a:link, .continue-reading a:active, .continue-reading a:visited,
.cat-posts li.view-more a:link, .cat-posts li.view-more a:active, .cat-posts li.view-more a:visited {
	font:bold italic 1.17em Georgia, "Times New Roman", Times, serif; color:#bd4478;
}

.continue-reading a:hover,
.cat-posts li.view-more a:hover {
	color:#f2307f;
}

/* Drop Down
/* -------------- */

.category a:link, .category a:visited,
.category-inside a:link, .category-inside a:active, .category-inside a:visited {
	margin-bottom:-1px; padding:15px 25px 0 15px;
	display:inline-block;
	height:25px; outline:0;
	font:1.00em Georgia, "Times New Roman", Times, serif; color:#7f7d7e;
}

.active div {
	margin:0 0 -1px 0; padding:0 0 0 6px;
	width:auto; height:40px;
	background:url(images/cat-hover-left.gif) no-repeat top left;
	float:right; display:block; position:relative; z-index:10;
}

	.active a:link, .active a:visited {
		margin:0; padding:15px 25px 0 15px;
		width:auto; height:25px; display:inline-block;
		font:1.00em Georgia, "Times New Roman", Times, serif; color:#5c5659;
		background:url(images/cat-hover-right.gif) no-repeat top right;
	}
	
.cat-posts li.view-more {
	margin:0; padding-top:15px;
	text-align:right;
}

.cat-posts li a:link, .cat-posts li a:active, .cat-posts li a:visited {
	font:bold 1.17em Arial, Helvetica, sans-serif; color:#30393d;
	display:block;
}
						
.cat-posts li a:hover {
	color:#bd4478;
}
												
	.cat-posts li span {
		font:0.92em Arial, Helvetica, sans-serif; color:#889194;
	}
	
/* Content Navigation
/* -------------- */

.navigation {
	font:normal 0.92em Georgia, "Times New Roman", Times, serif; color:#81888d;
}

	.navigation a:link, .navigation a:visited, .navigation a:active {
		font:bold 0.92em Georgia, "Times New Roman", Times, serif; color:#656c71;
	}
	
	.navigation a:hover {
		color:#35383a;
	}
	
/* Comments
/* -------------- */	

.submit-comment {
	margin:0 0 15px 0; padding:0;
	width:127px; height:27px;
	background:url(images/submit-comment.gif) no-repeat top center;
	display:block; outline:0; text-indent:-9999px;
	border:0;
}

.author {
	font:1.50em Arial, Helvetica, sans-serif; color:#3c4d54;
}

	.author a:link, .author a:active, .author a:visited {
		color:#3c4d54;
	}
	
	.author strong span, .author strong span a:link, .author strong span a:active, .author strong span a:visited {
		color:#6b8894;
		display:inline;
	}
	
.author span {
	font:0.61em Georgia, "Times New Roman", Times, serif; color:#a3aeb2;
	display:block;
}

.comment-text {
	font:1.00em Arial, Helvetica, sans-serif; color:#74868d;
	line-height:19px;
}
	
/* Sidebar
/* -------------- */

#sidebar li {
	font:0.92em Arial, Helvetica, sans-serif;
}

	#sidebar li a:link, #sidebar li a:visited, #sidebar li a:active {
		font:bold 1.17em Arial, Helvetica, sans-serif; color:#5a656a;
	}
	
	#sidebar li a:hover {
		text-decoration:none;
	}
	
#sidebar .rss-date {
	margin:5px 0; padding:0;
	color:#709cb0;	
	display:block;
}

#sidebar .rssSummary {
	margin:5px 0; padding:0;
}

#sidebar li a.sidebar-read-more:link, #sidebar li a.sidebar-read-more:visited, #sidebar li a.sidebar-read-more:active,
#sidebar li a.sidebar-read-more-rss:link, #sidebar li a.sidebar-read-more-rss:visited, #sidebar li a.sidebar-read-more-rss:active, #sidebar div.sidebar-read-more{
	margin:18px 0 0 25px; padding:0;
	font:bold 1.17em Arial, Helvetica, sans-serif; color:#a6b5bc;
	position:absolute;
}

	#sidebar li a.sidebar-read-more-rss:link, #sidebar li a.sidebar-read-more-rss:visited, #sidebar li a.sidebar-read-more-rss:active {
		padding:1px 0 0 23px;
		line-height:16px;
		background:url(images/rss.png) no-repeat center left;
	}

#sidebar li a.sidebar-read-more:hover,
#sidebar li a.sidebar-read-more-rss:hover {
	color:#889297; text-decoration:none;
}

#featured-news .sidebar-content a:link, #featured-news .sidebar-content a:active, #featured-news .sidebar-content a:visited,
#recent-news .sidebar-content a:link, #recent-news .sidebar-content a:active, #recent-news .sidebar-content a:visited {
	font:bold 1.35em Arial, Helvetica, sans-serif; color:#5a656a;
}

#featured-news .sidebar-content a:hover, #recent-news .sidebar-content a:hover {
	color:#475054;
}

	#featured-news .sidebar-content span a:link, #featured-news .sidebar-content span a:visited, #featured-news .sidebar-content span a:active,
	#recent-news .sidebar-content span a:link, #recent-news .sidebar-content span a:visited, #recent-news .sidebar-content span a:active {
		margin:5px 0 0 0; padding:0;
		font:normal 1.00em Arial, Helvetica, sans-serif; color:#709cb0;
		display:block;
	}
	
	#featured-news .sidebar-content span a:hover,
	#recent-news .sidebar-content span a:hover {
		color:#5e8293;
	}
	
#sponsored-ad p.sponsored-ad {
	margin:auto auto 8px 5px;
	font:0.92em Arial, Helvetica, sans-serif; color:#9caab1;
}

/* Footer
/* -------------- */
	
p.about-text {
	margin:0 0 10px 0;
	font:0.92em Arial, Helvetica, sans-serif; color:#000;
	line-height:17px;
}

/* Misc
/* -------------- */

.arial, .arial a {
	font-family:Arial, Helvetica, sans-serif;
}

/* 02 - MAIN STRUCTURE
/* ----------------------------------------------*/

.container {
	/* The container is a class simply because of the multiple full-span elements.*/
	margin:0 auto; padding:0;
	width:940px; height:auto;
}

/* Various Columns
/* -------------- */

.col-580 {
	width:580px;
}

.col-340 {
	width:340px;
}

.left, .alignleft {
	float:left;
}

.right, .alignright {
	float:right;
}

.aligncenter {
	margin:0 auto;
	display:block;
}

/* Clearfix
/* -------------- */

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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* 03 - HEADER
/* ----------------------------------------------*/


.mainlogo {
	background:url(images/header2.jpg) no-repeat;
	height:188px;
	width:950px;
	margin:0;
	padding:0;
}

	
#searchform-header {
	background:url(images/searchform-bg2.png) no-repeat top center;
	position:relative;
	display:block;
	width:141px; 
	height:23px;
	float:left;
	margin-left:30px;
}
	
#searchform-header #s {
	background:none;
	border:0;
	font-size:0.92em; color:#aea592;
	padding-left:25px;
	padding-top:6px;
	width:110px;
	margin-right:6px;
	}
		
#navigation {
	background:#FFF url(images/navigation.gif) repeat-x bottom center;
	height:43px;
	border-bottom:1px solid #FFF;
	margin:0;
	padding:0;
}

#navigation ul.pages {
	margin:0px auto; padding:0;
	margin-left:240px;
	height:auto;
	list-style:none; float:left;
}
	
#navigation ul li {
	margin:0px 3px; padding:0;
	float:left; overflow:visible;
}
		
.rss {
	margin:0 30px 0 0; padding:0;
	width:16px; height:17px;
	float:right;
}
	
/* 04 - DOCK
/* ----------------------------------------------*/
	
#latest-dock {
	padding:0;
	border-bottom:1px solid #fbf9fa;
    margin-left:-5px;
}
	
.dock-back {
	padding-top:20px;
	padding-bottom:20px;
	background-color:#f2f4f1;
	width:945px;
}
	
		#dock {
			margin:0; padding:0;
			width:940px;
			list-style:none;
			position:relative;
			text-align:center;
		}
		
			#dock li {
				margin:0; padding:0;
				display:inline;
			}
			
				#dock li.dock-active {
					background:url(images/dock-shadow.png) no-repeat bottom center;
				}
			
				#dock li a:link, #dock li a:active, #dock li a:visited {
					margin:30px 7px 0 7px; padding:0;
					width:69px; height:69px;
					display:inline-block;
					border:2px solid #34393e;
				}
					
				#dock li span {
					margin:0; padding:0;
					width:945px; height:auto;
					position:absolute;
					display:none;
					top:0; left:0;
					text-align:center;
					font:bold 1.17em Arial, Helvetica, sans-serif; color:#31393d;
				}
				
				.latest {
					width:945px; text-align:center;
					font:bold 1.17em Arial, Helvetica, sans-serif; color:#31393d;
					position:absolute;
				}
				
/* 05 - MAIN CONTENT
/* ----------------------------------------------*/

#main-content {
	padding:20px 0;
	border-bottom:10px solid #d0dce2;
    padding-bottom:70px;
}

.post {
	margin:0 0 25px 0;
}

/* Archive Post
/* --------------- */

.archive {
	margin:0;
}
	
	.archive .post-meta {
		margin:0 0 17px 0;
	}
	
	.archive .post-info {
		font-style:italic;
	}
	
/* Small (Half) Post
/* --------------- */

.single {
	margin:0 15px 20px 0;
	width:275px; height:auto;
	float:left;
}

	.single .post-content {
		margin:0; padding:22px 17px 11px;
	}
	
	.single .post-image {
		height:115px;
	}
	
	.single .post-footer {
		padding:16px 23px;
	}
	
	.last {
		margin:0;
	}

/* Post Box
/* --------------- */
	
.post-box {
	margin:0; padding:0;
	background:#fdfefe url(images/post-box-top.gif) repeat-x top center;
	border:1px solid #dce7ed;
	border-bottom:1px solid #cfdbe1; border-top:0;
}

	.post-meta {
		margin:0 0 23px 0; padding:0;
		border-bottom:1px solid #FFF;
		position:relative;
	}
		
		.post-info {
			margin:0; padding:10px 5px;
			width:190px; height:auto;
			border-bottom:4px solid #889398;
			bottom:0; right:0;
			position:absolute;
		}

	.post-content, .page-content, .comment-content {
		margin:0; padding:22px 22px 11px;
		border:1px solid #FFF;
		border-bottom:1px solid #e8ebec;
		position:relative;
	}
	
		.page-content {
			padding:15px 22px 0;
		}
		
		.comment-count {
			margin:0; padding:0;
			width:auto; height:auto;
			background:#b31f26;
			position:absolute; display:block;
			top:-10px; left:-10px;
		}
			.page-content .comment-count {
				margin-top:-15px;
			}
				
		.post-image, .post-image-inner {
			margin:0 auto 10px auto; padding:0;
			width:auto; height:auto;
			display:block;
		}
		
			.post-image-inner {
				margin:0 auto 10px 15px;
				float:right;
			}
		
			.post-image img, .post-image-inner img {
				margin:0 auto; padding:3px;
				border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8;
				border-bottom:1px solid #e7e8e8;
				text-align:center; display:block;
			}
			
			
	/* Post Footer
	/* --------------- */		
			
	.post-footer {
		margin:0; padding:23px;
		background:#fcfdfe;
		border-top:1px solid #FFF;
		position:relative; z-index:100;
	}
	
		.continue-reading {
			margin:0; padding:0;
			width:180px; height:auto;
			float:left;
		}
		
		.category-menu {
			margin:0; padding:0;
			width:350px; height:auto;
			float:right; text-align:right;
			position:absolute; top:10px; right:10px;
		}
		
			.indicator, .indicator-active {
				margin:0; padding:0;
				width:7px; height:5px;
				background:url(images/expand.gif) no-repeat center left;
				display:inline-block; vertical-align:middle;
			}
			
				.indicator-active {
					background:url(images/collapse.gif) no-repeat center left;
				}
		
			.dropdown {
				margin:0; padding:0;
				width:360px; height:auto;
				background:url(images/dropdown.png) no-repeat bottom center;
				text-align:left;
				display:none;
				position:relative;
			}
			
				.cat-posts {
					margin:0 auto; padding:10px 0 19px 0;
					width:322px; height:auto;
					list-style:none;
					border-top:1px solid #ebecec;
				}
				
					.cat-posts li {
						margin:0; padding:10px 15px;
						background:url(images/cat-post-li.gif) no-repeat bottom right;
					}
					
						.cat-posts li.view-more {
							background:none;
						}

/* Content Navigation
/* --------------- */	
						
.navigation {
	margin:0; padding:8px 10px;
	background:#dce8ee url(images/box-highlight.gif) repeat-x bottom center;
	border:1px solid #ebf2f5;
	border-bottom:1px solid #d4e0e6;
}

/* WP Attachments
/* --------------- */

.wp-caption {
	margin:0 10px; padding:9px 5px 5px;
	background:#FFF;
	border:1px solid #ebf2f5;
	border-bottom:1px solid #CCCCCC;;
	text-align:center;
}

	.wp-caption-text {
		margin:5px auto auto auto; padding:5px 0 0;
		font:0.92em Arial, Helvetica, sans-serif; color:#656c71;
	}
	
/* Inputs
/* --------------- */

.input, .textfield, #loginform label input {
	margin:0; padding:5px;
	background:#fdfefe url(images/post-box-top.gif) repeat-x top center;
	border:1px solid #dce7ed;
	font:0.92em Arial, Helvetica, sans-serif; color:#76716c;
}

.errorfield {
	margin:0; padding:5px;
	background:#fdfefe url(images/post-box-top.gif) repeat-x top center;
	border:1px solid #CC0000;
	font:0.92em Arial, Helvetica, sans-serif; color:#76716c;
}
.textarea { width:100%}


#login ul {padding:0px; margin:0px}
#login ul li{ display:inline; padding:0px; margin:0px}
#login ul a{ padding:10px;}
/* Comments
/* --------------- */

.comment-content {
	padding:0;
	background:#f3f8fa;
	border-bottom:0;
}

.commentlist, .commentlist ul {
	margin:15px 0 0 0; padding:0;
	list-style:none;
}

	.commentlist li {
		margin:0; padding:30px;	
		background:url(images/white.gif) repeat-x bottom center;
		border-bottom:1px solid #d9e1e6;
	}
	
	.commentlist li.alt, .thread-alt {
		background:#f9fcfd url(images/white.gif) repeat-x bottom center;
	}
	
	.commentlist li.no-comments {
		margin:55px 0 0 0; padding:0 30px;
		background:none;
		border:0;
	}
	
	.commentlist .children {
		margin:10px 0 0 0; padding:0;
		border:1px solid #d9e1e6;
	}
	
		.commentlist .children li {
			margin:0; padding:20px;
			border-bottom:1px solid #FFF;
		}
	
	
		.commentlist li .comment-wrap {
			position:relative;
			text-align:left;
		}
	
			.commentlist li .comment-text {
				margin:0; padding:0;
				width:auto; height:auto;
				background:none;
			}
			
			.commentlist li .comment-author {
				margin:0; padding:0;
				width:auto; height:auto;
			}
			
				.gravatar {
					margin:0 10px 0 0; padding:1px 0 0 2px;
					width:41px; height:40px;
					background:url(images/gravatar.gif) no-repeat top center;
					float:left;
				}
				
				.author {
					margin:2px 0 0 0; padding:0;
					width:auto; height:auto;
					float:left;
				}

/* 06 - SIDEBAR
/* ----------------------------------------------*/

#sidebar {
	margin:0 0 0 15px; padding:0;
	width:305px; height:auto;
	list-style:none;
}

	#sidebar li {
		margin:0 0 20px 0; padding:0 0 56px 0;
		width:auto; height:auto;
		background:#f5fbfe url(images/sidebar-bottom.gif) no-repeat bottom center;
	}
	
		#sidebar #tag_cloud, #sidebar #search {
			padding:0;
			background:none;
		}
		
			#searchform {
				margin:0 auto; padding:0;
			}
			
	#sidebar #sponsored-ad {
		background:none;
	}
	
		#sidebar li ul, #sidebar .textwidget, #calendar_wrap {
			margin:0 auto; padding:0;
			width:245px; height:auto;
			list-style:none;
			background:#f5f9f2;
			overflow:hidden;
		}		
		
			#calendar_wrap {
				margin:0 auto;
				width:190px;		
			}
		
				#wp-calendar {
					margin:15px 0; padding:0;
					width:100%; height:auto;
				}
				
					#wp-calendar caption {
						font:bold 1.17em Arial, Helvetica, sans-serif; color:#5a656a;
					}
					
					#wp-calendar thead tr th {
						font-weight:bold;
					}
					
					#wp-calendar td {
						font:0.92em Arial, Helvetica, sans-serif; color:#709cb0;
						border:1px solid #d2dce0; text-align:center;
					}
					
						#wp-calendar tfoot td {
							border:0;
						}
		
		#sidebar .textwidget {
			margin:0 auto 15px auto;
		}
		
			#sidebar li ul li  {
				margin:0 0 15px 0; padding:0;
				width:auto; height:auto;
				background:none;
			}
			
				.sidebar-preview {
					margin:0; padding:3px 0 0 4px;
					width:114px; height:65px;
					background:#FFF url(images/sidebar-preview-back.gif) no-repeat top center;
					float:left;
				}
				
				.sidebar-content {
					margin:0; padding:0;
					width:115px; height:auto;
					float:right;
				}
						
/* 07 - FOOTER
/* ----------------------------------------------*/

#footer {
	margin:0; padding:0px 0;
	width:auto; height:auto;
	background:#fff;
	
}

	.footer-divider {
		/*background:url(images/footer-divider.gif) repeat-y top left;*/
		background:url(images/botbg.png) no-repeat top center;
	}

	#footer .categories {
		margin:0; padding:0;
		width:360px; height:auto;
		float:left;
	}
	
		.footer-cat {
			margin:0; padding:0;
			width:360px; height:auto;
			list-style:none;
		}
		
			.footer-cat li {
				margin:5px 0; padding:0 0 0 9px;
				width:150px; height:auto;
				float:left;
				background:url(images/footer-cat-left.gif) no-repeat top left;
			}
			
				.footer-cat li a {
					margin:0; padding:0 9px 0 0;
					width:auto; height:23px; line-height:23px;
					float:left; display:block;
					background:url(images/footer-cat-right.gif) no-repeat top right;
				}
				
				.footer-cat li a:link, .footer-cat li a:active, .footer-cat li a:visited {
					font-family:Georgia, "Times New Roman", Times, serif; color:#a7a7a7;
				}
				
				.footer-cat li a:link span, .footer-cat li a:active span, .footer-cat li a:visited span {
					color:#FF00FF;
				}
				
			.footer-cat li:hover, .footer-cat li:hover a {
	  			background-position:0% -23px;
			 	color:#171615;
				cursor:pointer;
			 }
			
			.footer-cat li:hover a {
				background-position:100% -23px;
  			}
	
#footer .copyright_container {
	margin:0;
	padding:5px 0 0 0;
	float:left;
	}
	
p.copyright {
	margin:0;
	font:0.92em Arial; color:#666666;
	}

#footer .links_container {
	margin:0;
	padding:5px 10px;
	float:right;
	}
#footer a {
	color:#0033FF;
	margin:0;
	font:0.92em Arial;
	}
#footer a:hover {
	text-decoration:underline;
	margin:0;
	font:0.92em Arial;
	color:#666666;
	}
	
	
#link-back {
	margin:0; padding:15px 0;
	background:#0c0b0b url(images/bgbot.png) top left repeat-x;
	
}

	.donators {
		margin:0; padding:0;
		width:282px; height:auto;
		float:left;
	}

		a.smashing:link, a.smashing:active, a.smashing:visited, a.smashing:hover,
		a.function:link, a.function:active, a.function:visited, a.function:hover {
			margin:0; padding:0;
			width:154px; height:54px;
			background:url(images/smashing.gif) no-repeat top center;
			display:block; text-indent:-9999px; float:left; outline:0;
		}
		
		a.function:link, a.function:active, a.function:visited, a.function:hover {
			width:128px;
			background:url(images/function.gif) no-repeat top center;
		}
		
/* Last Update 2.7.09 */

/*Add by FormFunction*/

/*Profile listing*/
.profile-shot { width:240px; background:#F5FBFE; padding:5px; float:left; margin:5px}
.profile-shot img{ float:left; background:#FFFFFF; padding:2px; margin-right:5px; height:94px; width:94px}
.profile-shot img:hover{background:#E0EDF3}

/*Profile detailpage*/
#bookform{display:none}
#profilelist {width:154px; float:right; background:#F5FBFE; padding:5px}
#profilelist img{ background:#FFFFFF; padding:2px;}
#profilelist img:hover{ background:#E0EDF3; }
#profilelist a{ display:block; padding-left:5px}

/*Form*/
form label{display:block; padding-top:5px}
form {font-size:12px}
#creategallery{display:none}
.actionlinks{text-align:right}

/*Galleries*/
#photogallery{background:#F5FBFE; padding:5px}
#photogallery img{ background:#FFFFFF; padding:2px; float:left; margin:2px; width:96px; height:96px}

#photogallery img:hover{ background:#E0EDF3; }
#playbox {width:250px; float:left; padding:2px}
#ratebox {background:#FFFFFF; text-align:center}
#bookform { display:none; text-align:left}
#msgbox {background:#000000; color:#FFFFFF; padding:10px; display:none}
.playfeed { border-bottom:1px solid #CCCCCC; padding:5px 0px 5px 0px;}
.playfeed a:link, a:active, a:hover{ color:#3e66cc; text-decoration:none;}
.playfeed a:visited{ color:#3e66cc; text-decoration:none;}
.playfeed span{font-size:9px; color:#999999;}
.sidebar-text{font-size:11px; color:#999999; padding:5px 10px 10px 10px; font-weight:normal; width:300px;  float:left}
#tabs {font-size:11px !important}
.portimages img{ width:80px; height:80px}
.formcontainer {width:280px}
#ec_message {width:250px}



/*Profile detailpage*/
#sponsored_events_holder{
	padding:5px;
	}
	
	#sponsored_events_img{
	float:left;
	margin-right:5px;
	clear:right;
	}
#profilelist {width:154px; float:right; background:#F5FBFE; padding:5px}
#profilelist img{ background:#FFFFFF; padding:2px;}
#profilelist img:hover{ background:#E0EDF3; }
#profilelist a{ display:block; padding-left:5px}

/* CSS Document */
.calendar {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.calendar caption {
	margin: 0;
	padding: .3em 0;
	background: #bf954f;
	font-weight: bold;
	color: white;
	}
.calendar th {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	background: #fff;
	
	}
.calendar td {
	border: 1px solid #fff;
	padding: .1em .3em ;
	width: 1em;
	text-align: center;
	}
.calendar a {
	color: #000;
	text-decoration: none;
	}

.calendar td.today {
	background: #ffc;
	}
.calendar td.selected {
	border: 1px dotted #ff7800;
	}
.calendar td.highlighted {
	background: #fc9;
	}
	
.calendar td:hover, .calendar td.today:hover, 
.calendar td.selected:hover, .calendar td.highlighted:hover {
	background: #cff;
	border: 1px solid #09f;
	}

table.calendar td.pad {
	color: #999;
	background: #fff;
	}
table.calendar td.pad:hover {
	background: none;
	border: 0;
	}
	
.sunday, .saturday {
	background: #f0f0f0;
	}
	
#year {
	padding: 0;
	width: 500px;
	list-style: none;
	}
#year:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#year li {
	float: left;
	padding: 0 .5em .5em 0;
	height: 150px;
	}
	
.featured_container {
	margin:0 auto; padding:10px;
	border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8;
	border-bottom:1px solid #e7e8e8;
	display:block;
}

.bacardi_cocktail_form_cotainer {
	background-image:url(images/bacardi_cocktails/bacardi_cocktail_form_bg_12_2009.jpg);
	background-repeat:no-repeat;
	margin:0 auto; padding:10px;
	height:620px;
	display:block;
}

.feedback_form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}	
.feedback_form legend{
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}	
.feedback_form span{
	font-weight:bold;
}	
	
	
	
/************* Accessibility ***************/	

/* clearing */ 
.clear{clear:both; height:1px; margin:0; padding:0; font-size: 15px; line-height: 1px;}
.clearfix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;} 
* html>body .clearfix{display: inline-block; width:100%;}
* html .clearfix {/* Hides from IE-mac \*/ height: 1%; /* End hide from IE-mac */ }

/* accessibility */ 
.accessibility { position: absolute; top: -999em; left: -999em;}

/* ----------------------------------------------*/

/* 08 - themed-logreg.php
/* ----------------------------------------------*/

.register legend{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#53798b;
	font-weight:bold;
}

.register label{
	color:#53798b;
}

.register span{
	color:#53798b;
	margin-left:10px;
}

.register .fineprint{
	color:#FF0000;
	font-size:10px;
}

a:link, a:active {
	color:#b31f26;
	text-decoration:none;
}

#hintbox{ 
position:absolute;
top: 0;
background-color:#333333;
width: 150px;  
padding: 3px;
border:1px solid #CCCCCC;
font:normal 11px Verdana;
color:#FFFFFF;
line-height:18px;
z-index:100;
border-right: 3px solid #CCCCCC;
border-bottom: 3px solid #CCCCCC;
visibility: hidden;
}
.hintanchor{ 
font-weight: bold;
color: #FF6600;
margin: 3px 8px;
border:none;
text-decoration:none;
}

.outer_frame_top {
	background:url(images/event_review_bg/top_mid.png);
	background-repeat:repeat-x;
}
.outer_frame_left {
	background:url(images/event_review_bg/left.png);
	background-repeat:repeat-y;
	background-position:top;
}
.outer_frame_right {
	background:url(images/event_review_bg/right.png);
	background-repeat:repeat-y;
	background-position:top;
}
.outer_frame_bottom {
	background:url(images/event_review_bg/bottom_mid.png);
	background-repeat:repeat-x;
}

/* ----------------------------------------------*/

/* 09 - Featured Content
/* ----------------------------------------------*/
#banners {
    position:relative;
	margin:0 auto; padding:4px;
	border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8;
	display:block;
}

#featured_venue {
    background-color:#000000;
	right:1px;
	position:relative;
}
#featured_venue h3 {
    color:#f40027;
}
#featured_venue p {
    color:#FFFFFF;
}
#bottom_image {
    display:block;
}
#top_image {
	position:relative;
    right:0px;
	bottom:70px;
	margin-bottom:-70px;
}
/* ----------------------------------------------*/

/* 10 - My Photo Album
/* ----------------------------------------------*/
.album_heading {
	font:bold 1.50em Arial, Helvetica, sans-serif; 
	color:#53798b;
	text-decoration:underline;
}

.message_container {
	font: 12px Arial, Helvetica, sans-serif;
	color:#CC0000;
}

/* ----------------------------------------------*/

/* 11 - View User Photo Album
/* ----------------------------------------------*/

.album-compacttext {
	float:left;
	width:300px;
	height:100px;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#53798b;
}

.album-compacttext span{
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
}

.album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

/* ----------------------------------------------*/

/* 12 - Events Layout
/* ----------------------------------------------*/

.gig-layout {
	width:473px; 
	background:#80101a;
	border:solid #000000 1px; 
	padding:5px;
	padding-bottom:10px; 
	margin:5px;
}

.gig-layout img { 
	float:left; 
	background:#FFFFFF; 
	padding:3px; 
	margin-right:5px; 
	height:94px; 
	width:94px;
}

.gig-layout img:hover {
	background:#000000;
}

.gig-layout strong {
	font-weight:bolder;
	color:#000000;
}

.gig-layout a:link, a:active {
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:underline;
}

.gig-layout a:visited {
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:underline;
}

.gig-layout a:hover {
	font-weight:bolder;
	color:#999999;
	text-decoration:underline;
}

.gig_search_container {
	background-color:#498e4d;
	padding:5px;
	width:523px;
}
.gig-layout_search {
	width:502px; 
	background:#016740;
	padding:5px;
	padding-bottom:10px; 
	margin:5px;
	color:#fff4d9;
}

.gig-layout_search img { 
	float:left; 
	background:#498e4d; 
	padding:3px; 
	margin-right:5px; 
	height:94px; 
	width:94px;
}

.gig-layout_search img:hover {
	background:#fff4d9;
}

.gig-layout_search strong {
	font-weight:bolder;
	color:#282828;
}

.gig-layout_search a:link, a:active {
	font-weight:bolder;
	color:#fff4d9;
	text-decoration:underline;
}

.gig-layout_search a:visited {
	font-weight:bolder;
	color:#fff4d9;
	text-decoration:underline;
}

.gig-layout_search a:hover {
	font-weight:bolder;
	color:#282828;
	text-decoration:underline;
}

.gig-layout_search_text1 {
	color:#fff3d9;
	text-align:center;
	font-weight:bold;
}

.featured_gig-layout {
	width:473px; 
	background:#0e6940;
	border:solid #000000 1px; 
	padding:5px;
	padding-bottom:10px;
	margin-top:10px;
	margin-left:23px;
	color:#fff3d9;
	font-size:11px;
}

.featured_gig-layout img { 
	float:left; 
	background:#FFFFFF; 
	padding:3px; 
	margin-right:5px; 
	height:94px; 
	width:94px;
}

.featured_gig-layout img:hover {
	background:#74c33b;
}

.featured_gig-layout strong {
	font-weight:bolder;
	color:#282828;
}

.featured_gig-layout a:link, a:active {
	font-weight:bolder;
	color:#282828;
	text-decoration:underline;
}

.featured_gig-layout a:visited {
	font-weight:bolder;
	color:#282828;
	text-decoration:underline;
}

.featured_gig-layout a:hover {
	font-weight:bolder;
	color:#74c33b;
	text-decoration:underline;
}

.mygig-layout {
	width:512px; 
	background:#458843;
	border:solid #000000 1px; 
	padding:5px;
	padding-bottom:10px; 
	margin:5px;
	color:#fff3d9;
}

.mygig-layout img { 
	float:left; 
	background:#FFFFFF; 
	padding:3px; 
	margin-right:5px; 
	height:94px; 
	width:94px;
}

.mygig-layout img:hover {
	background:#74c33b;
}

.mygig-layout strong {
	font-weight:bolder;
	color:#282828;
}

.mygig-layout a:link, a:active {
	font-weight:bolder;
	color:#282828;
	text-decoration:underline;
}

.mygig-layout a:visited {
	font-weight:bolder;
	color:#282828;
	text-decoration:underline;
}

.mygig-layout a:hover {
	font-weight:bolder;
	color:#74c33b;
	text-decoration:underline;
}

.slideshow_link a:link, a:active {
	font-weight:bolder;
	color:#282828;
	text-decoration:underline;
}

.slideshow_link a:visited {
	font-weight:bolder;
	color:#282828;
	text-decoration:underline;
}

.slideshow_link a:hover {
	font-weight:bolder;
	color:#74c33b;
	text-decoration:underline;
}

.requests { 
	width:512px; 
	background:#F5FBFE; 
	padding:5px; 
	float:left; 
	margin:5px;
}

.requests img { 
	float:left; 
	background:#FFFFFF; 
	padding:2px; 
	margin-right:5px; 
	height:94px; 
	width:94px;
}

.requests img:hover {
	background:#E0EDF3;
}

.requests_link {
	font-size:15px;
	color:#53798b;
	font-weight:bold;
}

.requests_link:hover {
	text-decoration:underline;
}

.notifications { 
	width:512px; 
	background:#F5FBFE; 
	padding:5px; 
	float:left; 
	margin:5px;
}

.notifications_link {
	font-size:15px;
	color:#53798b;
	font-weight:bold;
}

.notifications_link:hover {
	text-decoration:underline;
}

#profile_sn {}
#profile_sn img{ background:#FFFFFF; padding:2px;}
#profile_sn img:hover{ background:#E0EDF3; }
#profile_sn a{ display:block;}

#inbox
	{
	font-family:Arial;
	}
#inbox .table_head_bg {
	background:#171615 url(images/table_head_bg.png) repeat-x bottom center;
}

#inbox .table_foot_bg {
	background:#171615 url(images/table_head_bg.png) repeat-x bottom center;
	height:31px;
}

#inbox .button {
	background:#171615 url(images/table_head_bg.png) repeat-x bottom center;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	font-size: 12px !important;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border:#999999 solid 1px;
}
#inbox .button:hover{
	border:#000000 solid 1px;
	
}

#inbox .select_menu {
	padding:3px;
	background:#fdfefe url(images/post-box-top.gif) repeat-x top center;
	height:20px;
	border:1px solid #999999;
	font:0.8em Arial, Helvetica, sans-serif; color:#76716c;
}

#inbox .textfield {
	padding:2px;
	background:#fdfefe url(images/post-box-top.gif) repeat-x top center;
	height:14px;
	border:1px solid #999999;
	font:0.92em Arial, Helvetica, sans-serif; color:#76716c;
}

#comp {
}

#comp .table_foot_bg {
	background:#171615 url(images/table_head_bg.png) repeat-x bottom center;
	height:31px;
}

#comp .button {
	background:#171615 url(images/table_head_bg.png) repeat-x bottom center;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	font-size: 12px !important;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border:#999999 solid 1px;
}
#comp .button:hover{
	border:#000000 solid 1px;
	
}

#form_1 input {
	margin:0; padding:5px;
	background:#fdfefe url(images/post-box-top.gif) repeat-x top center;
	border:1px solid #dce7ed;
	font:0.92em Arial, Helvetica, sans-serif; color:#76716c;
}

#profile_manager
	{
	font-family:Arial;
	}
#profile_manager .table_head_bg {
	background:#FFFFFF url(images/table_head_bg.png) repeat-x bottom center;
	height:24px;
	border:#333333 solid 1px;
	padding-left:7px;
	padding-top:5px;
	font-size:15px;
	font-weight:bold;
}

/* 00 - PROFILE MANAGER
/* ----------------------------------------------*/
.button_2 {
	background-color:#b31f26;
	color:#FFFFFF;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border: #999999 solid 1px;
}

.button_2:hover{
	border:#000000 solid 1px;
	
}

/* 00 - SIDEBAR
/* ----------------------------------------------*/
.button_3 {
	background:#CCCCCC url(images/table_head_bg.png) repeat-x bottom center;
	height:25px;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border: #999999 solid 1px;
}

.button_3:hover{
	border:#000000 solid 1px;
	
}

/* 00 - BACARDI TOP EVENTS
/* ----------------------------------------------*/
#top_events_container {
	background:#FFFFFF url(images/branding_logos/bacardi_top_events_bg.jpg) no-repeat;
	width:532px;
	height:367px;
}

#top_events_container .calendar_container{
	text-align:center;
	padding:107px 0 0 0;
	}

#top_events_container .calendar_holder{
	background-color:#FFFFFF;
	}
	
.featured_event_slider{
	width:532px;
	position:relative;
    right:0px;
	bottom:70px;
	margin-bottom:-70px;
	padding:0;
}
.featured_event{
	background:#000000 url(images/branding_logos/bacardi_top_events_tiler.jpg) repeat-y bottom center;
	width:532px;
	display:none;
}

#top_events_container .search_container {
	padding:170px 0 0 90px;
}

.dialog_frame{
	border:#990000 solid 1px;
}

.dialog_head{
	padding:6px;
	background:#b42020;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	border-left:#990000 solid 1px;
	border-right:#990000 solid 1px;
	border-top:#990000 solid 1px;
}

.dialog_left{
	padding:6px;
	float:left;
}

.dialog_right{
	padding:6px;
}

.dialog_foot{
  	border-top: 1px solid #DDDDDD;
	background-color:#f2f2f2;
  	padding: 5px;
  	margin-top: 10px;
  	text-align: right;
}

.dialog_foot2{
  	border-top: 1px solid #DDDDDD;
	background-color:#f2f2f2;
  	padding: 5px;
  	text-align: right;
}

/* ----------------------------------------------*/

/* 11 - Error Containers
/* ----------------------------------------------*/

.check_err{
  	border:#CC0000 solid 1px;
	padding:5px;
	background-color:#FF6666;
	color:#000000;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}

/* ----------------------------------------------*/

/* 12 - Notifications and Errors
/* ----------------------------------------------*/

.not_1 {
	padding:30px;
	border:#CC0000 solid 2px;
	background-color:#FF6666;
	color:#000000;
	font-weight:bold;
}

.ie_image{
	background-image:url(images/ie.png);
	width:50px;
	height:50px;
}

.ff_image{
	background-image:url(images/ff.png);
	width:50px;
	height:50px;
}

.fan_dialog_box{
	padding:5px 5px 5px 10px;
	font-weight:bold;
}

.success_con{
	background:#99f099;
	border:1px solid #339933;
	padding:20px;
}

/* ----------------------------------------------*/

/* 13 - FAN
/* ----------------------------------------------*/

.fan_holder { 
	width:508px;
	border:#CCCCCC solid 1px; 
	background:#ffffff; 
	padding:5px; 
	float:left; 
	margin:5px;
}

.fan_holder img { 
	float:left; 
	background:#ffffff; 
	padding:2px; 
	margin-right:5px; 
	height:94px; 
	width:94px;
}

.fan_holder img:hover {
	background:#E0EDF3;
}

.fan_holder_link {
	font-size:15px;
	color:#53798b;
	font-weight:bold;
}

.fan_holder_link:hover {
	text-decoration:underline;
}

.settings_link:link, .settings_link:active, .settings_link:visited {
	font-size:10px;
	color:#CCCCCC;
	cursor:pointer;
}

.settings_link:hover {
	color:#333333;
	cursor:pointer;
}

/* ----------------------------------------------*/

/* 14 - BUDDY / PLAYMATE REQUEST
/* ----------------------------------------------*/

.req_holder { 
	width:508px;
	border:#CCCCCC solid 1px; 
	background:#ffffff; 
	padding:5px; 
	float:left; 
	margin:5px;
}

.req_holder_img { 
	float:left; 
	background:#ffffff; 
	padding:2px; 
	margin-right:5px; 
	height:94px; 
	width:94px;
}

.req_holder_img:hover {
	background:#E0EDF3;
}

.req_holder_link {
	font-size:15px;
	color:#53798b;
	font-weight:bold;
}

.req_holder_link:hover {
	text-decoration:underline;
}

.title-bar-img{
	background-image:url(images/title-head-bar.png);
	background-repeat:no-repeat;
	background-color:#ffffff;
	width:521px;
	height:30px;
	display:block;
}

.title-bar-text-l{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	padding-left:10px;
	padding-top:5px;
	float:left;
}

.title-bar-text-r{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	padding-right:10px;
	padding-top:5px;
	float:right;
}

.title-bar-text-r span{
	color:#b31f26;
}

.title-bar-content-con{
	width:521px;
	height:152px;
	background-color:#000000;
}

.title-bar-left-con{
	margin-top:10px;
	margin-left:10px;
	padding:5px;
	width:235px;
	height:120px;
	border:none;
	float:left;
	background-color:#363636;
	border:1px solid #ffffff;
}

.title-bar-left-con-head{
	font-size:14px;
	color:#ffffff;
	text-decoration:underline;
	float:left;
}

.title-bar-left-icon-refresh{
	background-image:url(images/icon-refresh.gif);
	background-repeat:no-repeat;
	width:12px;
	height:12px;
	display:block;
	float:right;
}

.title-bar-right-con{
	margin-top:10px;
	margin-right:10px;
	padding:5px;
	width:235px;
	height:120px;
	background-color:#363636;
	float:right;
	border:1px solid #ffffff;
}

.title-bar-right-con-head{
	font-size:14px;
	color:#ffffff;
	text-decoration:underline;
	float:left;
	line-height:16px;
}

.title-bar-right-search-con{
	float:right;
}

.title-bar-right-search-input{
	border:1px solid #000000;
	width:130px;
	height:15px;
}

.alpha_search{
	margin-top:10px;
	margin-left:1px;
	font-size:10px;
	text-align:center;
}

.alpha_search a{
	width:17px;
	height:17px;
	padding:1px;
	color:#ffffff;
	border:1px solid #999999;
	margin-right:5px;
	margin-bottom:5px;
	float:left;
}

.alpha_search a:hover{
	width:17px;
	height:17px;
	padding:1px;
	color:#b31f26;
	border:1px solid #b31f26;
	margin-right:5px;
	margin-bottom:5px;
	float:left;
}


.locator_search_button {
	background-color:#b31f26;
	color:#FFFFFF;
	line-height: 10px;
	width:40px;
	height:19px;
	cursor: pointer;
	border: #999999 solid 1px;
}

.locator_search_button:hover{
	border:#000000 solid 1px;
	
}

.profile-search-con{
	width:230px;
	background:#363636;
	padding:5px;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	border:1px solid #000000;
}

.profile-search-con img{
	float:left;
	background:#FFFFFF;
	padding:1px;
	margin-right:5px;
	height:94px;
	width:94px
	}
	
.profile-search-con img:hover{
	background:#000000;
	}

.profile-search-con a:link{
	color:#ffffff;
	}
	
.profile-search-con a:visited{
	color:#ffffff;
	}
	
.profile-search-con a:hover{
	color:#000000;
	}

.profile-random-con{
	width:230px;
	background:#363636;
	float:left;
}

.profile-random-con img{
	float:left;
	background:#FFFFFF;
	padding:1px;
	margin-right:5px;
	height:94px;
	width:94px
	}
	
.profile-random-con img:hover{
	background:#000000;
	}

.profile-random-con a:link{
	color:#ffffff;
	}
	
.profile-random-con a:visited{
	color:#ffffff;
	}
	
.profile-random-con a:hover{
	color:#000000;
	}

.pg_next{
	background-image:url(images/pg_next.png);
	background-repeat:no-repeat;
	width:119px;
	height:29px;
	display:block;
	float:left;
	}

.pg_prev{
	background-image:url(images/pg_prev.png);
	background-repeat:no-repeat;
	width:119px;
	height:29px;
	display:block;
	float:right;
	}
	
.signup_btn{
	background-image:url(images/signup_btn.png);
	background-repeat:no-repeat;
	width:304px;
	height:51px;
	display:block;
	}
	
.addevents_btn{
	background-image:url(images/addevents_btn.png);
	background-repeat:no-repeat;
	width:304px;
	height:51px;
	display:block;
	}
	
.advertise_btn{
	background-image:url(images/advertise_btn.png);
	background-repeat:no-repeat;
	width:304px;
	height:51px;
	display:block;
	}
    
#status{
    width:528px;
    height:30px;
    border:1px solid #34393e;
    font-size:14px;
    padding:2px;
    font-family:Arial, Helvetica, sans-serif;
    }

#button_con{
    margin-top:5px;
    }

.feed-footer{
    float:left;
}
.timestamp{
    font-size:9px;
    color:#999999;
    margin-right:10px;
    margin-top:2px;
    float:left;
    }
 
.comment_button_con{
    float:left;
    margin-top:3px;
    }

.comment_button
	{
    
	color:#3b59a4;
    font-size:10px;
    font-family:Arial, Helvetica, sans-serif;
	}
    
.comment_panel
	{
	margin-left:55px;
    margin-right:50px;
    margin-bottom:5px;
    background-color:#D3E7F5;
    height:45px;
    padding:6px;
    width:400px;
	display:none;
	}

.hotornot_con{
    margin-top:3px;
    margin-left:10px;
    float:left;
}

#rating_hot{
    background:url(images/vote_up.png) no-repeat;
    width:30px;
    height:16px;
    padding-left:18px;
    float:left;
    cursor: pointer;
}

#rating_not{
    background:url(images/vote_down.png) no-repeat;
    width:30px;
    height:16px;
    padding-left:18px;
    margin-left:50px;
    cursor: pointer;
}

#topMenu {
	margin:0px;
    padding:0px;
    list-style:none;
    color:#fff;
    line-height:70px;
    display:inline-block;
    float:left;
    z-index:1000;
    text-align:left;
    }
       /* menu */
        #topMenu{ margin:0px; padding:0px; list-style:none; color:#fff; line-height:45px; display:inline-block; float:left; z-index:1000; }
        #topMenu a { color:#fff; text-decoration:none; text-align:left; }
        #topMenu > li {background:#172322 none repeat scroll 0 0; cursor:pointer; float:left; position:relative;padding:0px 10px;}
        #topMenu > li a:hover {color:#B0D730;}
        #topMenu .logo {background:transparent none repeat scroll 0% 0%; padding:0px; background-color:Transparent;}
        /* sub-menus*/
        #topMenu ul { padding:0px; margin:0px; display:block; display:inline;}
        #topMenu li ul { position:absolute; left:-10px; top:0px; margin-top:45px; width:150px; line-height:16px; background-color:#172322; color:#0395CC; /* for IE */ display:none; }
        #topMenu li:hover ul { display:block;}
        #topMenu li ul li{ display:block; margin:5px 20px; padding: 5px 0px;  border-top: dotted 1px #606060; list-style-type:none; }
        #topMenu li ul li:first-child { border-top: none; }
        #topMenu li ul li a { display:block; color:#0395CC; text-align:left; }
        #topMenu li ul li a:hover { color:#7FCDFE; }
        /* main submenu */
        #topMenu #main { left:0px; top:-45px; padding-top:20px; background-color:#b8191e; color:#fff; z-index:999;}
        /* search */
		.searchContainer form { background-color:#fff; display:inline; padding:2px; }
        .searchContainer input[type="text"] {border:none; }
        .searchContainer input[type="submit"] { background-image:url(images/top_navigation/magnifier.png); width:16px; height:16px; border:none; vertical-align:middle; }
        /* corners*/
        #topMenu .corner_inset_left { position:absolute; top:0px; left:-12px;}
        #topMenu .corner_inset_right { position:absolute; top:0px; left:150px;}
        #topMenu .last { background:transparent none repeat scroll 0% 0%; margin:0px; padding:0px; border:none; position:relative; border:none; height:0px;}
        #topMenu .corner_left { position:absolute; left:0px; top:0px;}
        #topMenu .corner_right { position:absolute; left:132px; top:0px;}
        #topMenu .middle { position:absolute; left:18px; height: 20px; width: 115px; top:0px;}
        
ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 1.1em;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:40px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding:10px 31px 10px 32px;
	float: left;
	text-decoration: none;
	color: #fff;
	background: url(images/a_bg.gif) repeat-x;
	text-transform: uppercase;
    text-align:left;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #555;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}


.ratingblock {
	display:block;
	}

.loading {
	height: 20px;
	background: url('images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 20px;
	position: relative;
	background: url('images/starrating.png') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('images/starrating.png') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:20px;}
.unit-rating a.r2-unit{left:20px;}
.unit-rating a.r2-unit:hover{width: 40px;}
.unit-rating a.r3-unit{left: 40px;}
.unit-rating a.r3-unit:hover{width: 60px;}
.unit-rating a.r4-unit{left: 60px;}	
.unit-rating a.r4-unit:hover{width: 80px;}
.unit-rating a.r5-unit{left: 80px;}
.unit-rating a.r5-unit:hover{width: 100px;}
.unit-rating a.r6-unit{left: 100px;}
.unit-rating a.r6-unit:hover{width: 120px;}
.unit-rating a.r7-unit{left: 120px;}
.unit-rating a.r7-unit:hover{width: 140px;}
.unit-rating a.r8-unit{left: 140px;}
.unit-rating a.r8-unit:hover{width: 160px;}
.unit-rating a.r9-unit{left: 160px;}
.unit-rating a.r9-unit:hover{width: 180px;}
.unit-rating a.r10-unit{left: 180px;}
.unit-rating a.r10-unit:hover{width: 200px;}

.unit-rating li.current-rating {
	background: url('images/starrating.png') left bottom;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}		