/*
Theme Name: Press2play.tv
Theme URI: http://www.press2play.tv
Description: Nordens största webb-tv om spel, musik och film.
Version: 1.0
Author: Victor Leijonhufvud
Author URI: http://www.press2play.tv
Template: bp-default
Tags: buddypress, two-column, grey, dark
*/

/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );

/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );

/* > Global Elements
-------------------------------------------------------------- */

body {
	background: #003449;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 140%;
	color: #000000;
	width: 90%;
	min-width: 1076px;
	max-width: 1076px;
	margin: 0 auto;
	padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
}

	body.activity-permalink {
		min-width: 960px;
		max-width: 960px;
	}

h1 { font-size: 28px; margin-top:0px; margin-bottom: 15px; }
h2 { font-size: 24px; margin-top:0px; margin-bottom: 15px; }
h3 { font-size: 20px; margin-top:0px; margin-bottom: 10px; }
h4 { font-size: 16px; margin-top:0px; margin-bottom: 10px; }
h5 { font-size: 14px; margin-top:0px; margin-bottom: 0; }
h6 { font-size: 12px; margin-top:0px; margin-bottom: 0; }

a { color: #004562; text-decoration: none; font-weight:bold; }
a:hover, a:active { color: #00577c; text-decoration: underline; }
a:focus { outline: 1px dotted #ccc; }

.padder { padding: 10px; float:left; }
.padder2 { padding: 10px 0px 10px 10px; float:left; }
.padder3 { padding: 0 10px 0 0; float:left; }
.clear { clear: left; }

p { margin-bottom: 15px;  }
p:last-child { }

hr {
	background-color:#E7E7E7;
	border:0 none;
	clear:both;
	height:1px;
	margin: 20px 0;
}

img.avatar {
	float: left;
	border: 0px solid #eee;
}

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

#header {
	position: relative;
	color: #fff;
	background: url( images/default_header.jpg);
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	margin-bottom: 20px;
	height: 100px;
	padding-top: 25px;
}
	#header #search-bar {
		position: absolute;
		top: 25px;
		right: 0;
		width: 100%;
		text-align: right;
	}

		#header h1 {
			line-height: 230%;
		}

		#header #search-bar .padder {
			padding: 10px 20px;
		}

		#header #search-bar input[type=text] {
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			border: 1px inset #888;
			padding: 2px;
			margin-right: 4px;
		}

		#header #search-bar input[type=submit] {
			font-size: 11px;
			padding: 1px 4px;
			margin-left: 4px;
		}

	#header h1 {
		position: absolute;
		bottom: 0;
		left: 20px;
		width: 44%;
		margin: 0 0 -5px 0;
	}
		#header h1 a {
			color: #fff;
			font-size: 26px;
			text-decoration: none;
		}

/* > Navigation
-------------------------------------------------------------- */
activity-avatar
	ul#nav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 15px;
	list-style: none;
	bottom: 0;
	max-width: 65%;
}
	ul#nav li {
		float: left;
		margin: 0 5px 0 0;
	}
		ul#nav li a {
			display: block;
			color: #fff;
			text-decoration: none;
			padding: 5px 15px;
			background: url( images/60pc_black.png );
			-moz-border-radius-topleft: 3px;
			-webkit-border-top-left-radius: 3px;
			-moz-border-radius-topright: 3px;
			-webkit-border-top-right-radius: 3px;
		}
			ul#nav li.selected a, ul#nav li.current_page_item a {
				background: #f5f5f5;
				color: #555;
			}
			ul#nav a:focus { outline: none; }

/* > Container
-------------------------------------------------------------- */

div#container { float: left; width: 1070px; color: #000000; background-color: #d4d4d4; background-image: url(images/shadowback.jpg); background-repeat: repeat-x; border-left:3px solid #002c3e; border-right:3px solid #002c3e; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-bottom: 0px; }

	body.activity-permalink div#container {
		background: none;
		border: none;
	}

/* > Sidebar
-------------------------------------------------------------- */

div#sidebar {
	float: left;
	width: 270px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom:7px;
	border-bottom: 3px solid #c0c0c0;
	border-left: 0px solid #e4e4e4;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	background: #ffffff;
	overflow:hidden;
}
div#sidebar .padder {
	padding-left: 0px;
	padding-top: 0px;
	margin-right: 0px;
	border-right: 0px solid #e4e4e4;
}
	div#sidebar div#sidebar-me img.avatar {
		float: left;
		margin: 0px;
	}

	div#sidebar div#sidebar-me h4 {
		font-size: 16px;
		margin: 0 0 8px 0;
		font-weight: normal;
	}


	div#sidebar ul#bp-nav {
		clear: left;
		margin: 15px -16px;
	}
		div#sidebar ul#bp-nav li {
			padding: 10px 15px;
		}

	div#sidebar h3.widgettitle { width: 250px; height: 22px; background: #004562; background-image: url(images/borderback_blue.jpg); background-repeat: repeat-x; border:1px solid #006c8c; color: #FFF; padding: 4px 9px 0px 9px; margin: 0px; font-size: 12px; }

	h3.widgettitle.spel { background: #004562; background-image: url(images/borderback_blue.jpg); border:1px solid #006c8c; }
	h3.widgettitle.musik { background: #280267; background-image: url(images/borderback_purple.jpg); border:1px solid #34087d; }
	h3.widgettitle.film { background: #460000; background-image: url(images/borderback_red.jpg); border:1px solid #590606; }

	div#sidebar .widget_search {
		margin-top: 20px;
	}
		div#sidebar .widget_search input[type=text] {
			width: 110px;
			padding: 2px;
		}

	div#sidebar ul#recentcomments li, div#sidebar .widget_recent_entries ul li {
		margin-bottom: 15px;
	}

	div#sidebar ul.item-list img.avatar {
		width: 45px;
		height: 45px;
		margin-right: 10px;
	}
		div#sidebar div.item-avatar img {
			width: 50px;
			height: 50px;
			margin: 0px;
		}

		div#sidebar .avatar-block { overflow: hidden; padding:10px; }

	div#sidebar ul.item-list div.item-title {
		font-size: 12px;
	}

	div#sidebar div.item-options {
		width:254px;
		margin: 0 0 0 0;
		background: #fff;
		padding: 5px 8px 5px 8px;
		font-size: 11px;
		text-align:center;
	}

	div#sidebar div.item-meta, div#sidebar div.item-content {
		margin-left: 38px;
		font-size: 11px;
	}

	div#sidebar div.tags div#tag-text {
		font-size: 1.4em;
		line-height: 140%;
		padding-top: 10px;
	}

/* > Content
-------------------------------------------------------------- */

div#content {
	float: left;
	width: 790px;
}

div#content .padder {
	margin-right: 0px;
	border-right: 0px solid #e4e4e4;
}
	div#content .left-menu {
		float: left;
		width: 170px;
	}

	div#content .main-column {
		margin-left: 190px;
	}

/* > Item Headers (Profiles, Groups)
-------------------------------------------------------------- */

#item-header-content .userbuttons {
margin:0 0 0 0;
float: right;
}

		#item-header-content .userbuttons .generic-button {
		float:left;
		margin-right:5px;
		}

		#item-header-content .userbuttons .generic-button:last-child {
		float:left;
		margin-right:0px;
		}

div#item-header {
	overflow: hidden;
	width:740px;
	padding:15px 15px 0 15px;
	background:#ffffff;
}
	div#item-header div#item-header-content { margin-left: 165px; }

	div#item-header h2 {
		font-size: 26px;
		margin: 0 10px 10px 0;
		line-height: 26px;
		letter-spacing:-1px;
		font-weight: bold;
		text-shadow:0px 1px 1px #A5A5A5;
	}
	
		div#item-header h2 a {
			text-decoration: none;
			color: #004562;
		}

			div#item-header h2 a:hover {
				color: #00577c;
			}

	div#item-header img.avatar {
		float: left;
		margin: 0 15px 0 0;
	}

	div#item-header span.activity, div#item-header h2 span.highlight {
		vertical-align: middle;
		font-size: 11px;
		font-weight: normal;
		line-height: 15px;
		margin-bottom: 0px;
	}

	div#item-header h2 span.highlight { font-size: 14px; }
	div#item-header h2 span.highlight span {
		position: relative;
		top: -2px;
		right: -2px;
		font-weight: bold;
		font-size: 11px;
		background: #136f88;
		color: #fff;
		padding: 1px 4px;
		margin-bottom: 2px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		vertical-align: middle;
		cursor: pointer;
		display: none;
	}

	div#item-header div#item-meta {
		width:575px;
		font-size: 14px;
		line-height:20px;
		color: #000;
		padding: 0 0 0 0;
		overflow: hidden;
		margin: 15px 0px 0px 0px;
		background:#fff;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		float:left;
	}

	div#item-header div#item-actions {
		float: right;
		width: 20%;
		margin: 0 0 0 0;
		text-align: right;
	}
		div#item-header div#item-actions h3 {
			font-size: 12px;
			margin: 0 0 5px 0;
		}

		div#item-header ul {
			overflow: hidden;
			margin-bottom: 0px;
		}

		div#item-header ul h5, div#item-header ul span, div#item-header ul hr {
			display: none;
		}

		div#item-header ul li {
			float: right;
		}

		div#item-header ul img.avatar, div#item-header ul.avatars img.avatar {
			width: 30px;
			height: 30px;
			margin: 0px;
		}

	div#item-header div.generic-button, div#item-header a.button {
		float: left;
		margin: 0 0 0 0;
	}

	div#item-header div#message.info {
		line-height: 80%;
	}

#item-header-avatar img {
		width:150px;
		height:150px;
	}

.item-avatar img {
		width:50px;
		height:50px;
	}

/* > Item Lists (Activity, Friend, Group lists)
-------------------------------------------------------------- */

ul.item-list {
	width:770px;
	margin-bottom:7px;
	border-bottom: 3px solid #c0c0c0;
}
	ul.item-list li {
		width:740px;
		position: relative;
		padding: 15px 15px 15px 15px;
		border-top: 1px solid #eaeaea;
		border-bottom: 0px solid #eaeaea;
		background:#fff;
		float: left;
	}
		ul.single-line li { border: none; }
		body.activity-permalink ul.item-list li { padding-top: 0; }

		ul.item-list li img.avatar {
			float: left;
			margin: 0 15px 0px 0;
		}

		ul.item-list li div.item-title, ul.item-list li h4 {
			font-weight: normal;
			font-size: 14px;
			width: 675px;
			margin: 0 0 5px 0;
			float:left;
		}
			ul.item-list li div.item-title span {
				font-size: 12px;
				color: #000;
			}

		ul.item-list li div.item-desc {
			float:left;
			margin: 0 0 0 0;
			font-size: 11px;
			color: #000;
		}

		ul.item-list li div.action {
			position: absolute;
			top: 15px;
			right: 15px;
			text-align: right;
		}

			ul.item-list li div.action a,
			#item-header-content a.join-group,
			#item-header-content a.leave-group,
			#item-header-content a.remove {
			background: #7d7d7d;
			background-image: url(images/borderback_gray.jpg);
			border:1px solid #8a8a8a;
			color: #C3C3C3;
			}

				ul.item-list li div.action a.add,
				ul.item-list li div.action a.join-group,
				#item-header-content a.join-group,
				ul.item-list li .button.accept {
				background: #004562;
				background-image: url(images/borderback_blue.jpg);
				border-color: #004562;
				color: #C3C3C3;
				}

				ul.item-list li div.action a.add:hover,
				ul.item-list li div.action a.join-group:hover,
				#item-header-content a.join-group:hover,
				ul.item-list li .button.accept:hover {
				background: #004562;
				background-image: url(images/borderback_blue.jpg);
				border-color: #00577c;
				color: #fff;
				}

				ul.item-list li div.action a.requested {
				background: #004562;
				background-image: url(images/borderback_blue.jpg);
				border-color: #00577c;
				color: #fff;
				}

				ul.item-list li div.action a.remove:hover,
				ul.item-list li div.action a.leave-group:hover,
				#item-header-content a.leave-group:hover,
				ul.item-list li .button.reject:hover,
				#item-header-content a.remove:hover {
				background: #460000;
				background-image: url(images/borderback_red.jpg);
				border:1px solid #590606;
				color: #fff;
				}

		ul.item-list li .button.accept {
		margin-right:5px;
		}

		ul.item-list li div.meta {
			margin-top: 5px;
			color: #888;
			font-size: 11px;
			float:right;
		}

			ul.item-list li div.group-info {
				color: #888;
				font-size: 11px;
			}

		ul.item-list li h5 span.small {
			font-weight: normal;
			font-size: 11px;
		}

/* > Item Tabs
-------------------------------------------------------------- */

div.item-list-tabs {
	width:770px;
	clear: left;
	overflow: hidden;
	margin: 0px 0px 0 0px;
	background: #eaeaea;
	background-image: url(images/tabback.gif);
	background-repeat: repeat-x;
}
	div.item-list-tabs ul li a {
		text-decoration: none;
	}

	div.item-list-tabs ul {
		width: 100%;
	}
		div.item-list-tabs ul li {
			float: left;
			margin: 10px 0 0 5px;
		}
			div.item-list-tabs#subnav ul li {
				margin-top: 0px;
			}

			div.item-list-tabs ul li:first-child {
				margin-left: 15px;
			}

			div.item-list-tabs#subnav ul li:first-child {
				margin-left: 0px;
			}

			div.item-list-tabs ul li.last {
				float: right;
				margin: 0px 0px 0 0;
				padding:11px 11px 0 0;
			}
				div.item-list-tabs#subnav ul li.last {
					margin: 1px 1px 0 0;
					padding:0px;
				}

				div.item-list-tabs ul li.last select {
					max-width: 175px;
					margin: 0px 0px 0 0;
					background:url(images/textboxback.gif) repeat-x scroll 0 0 #FFFFFF;
					border: 1px solid #AAAAAA;
					-moz-border-radius: 0px;
					-webkit-border-radius: 0px;
					border-radius: 0px;
					padding:3px;
					font: inherit;
					font-size: 12px;
		color: #000;
				}

		div.item-list-tabs ul li a,
		div.item-list-tabs ul li span {
			display: block;
			padding: 10px;
			text-decoration: none;
		}
			div.item-list-tabs ul li span {
				color: #aaa;
			}

			div.item-list-tabs ul li a span {
				display: inline;
				padding: 0;
				color: inherit;
			}

		div.item-list-tabs ul li.selected a,
		div.item-list-tabs ul li.current a {
			background-color: #fff;
			color: #000;
			font-weight: bold;
			-moz-border-radius-topleft: 3px;
			-webkit-border-top-left-radius: 3px;
			-moz-border-radius-topright: 3px;
			-webkit-border-top-right-radius: 3px;
			border:0px solid #fff;
		}
			ul li.loading a {
				background-image: url( images/ajax-loader.gif );
				background-position: 92% 50%;
				background-repeat: no-repeat;
				padding-right: 30px !important;
			}
				div#item-nav ul li.loading a {
					background-position: 88% 50%;
				}

	div.item-list-tabs#object-nav {
		margin-top: 0;
	}

	div.item-list-tabs#subnav {
		width:750px;
		background: #fff;
		margin: -5px 0px 0px 0px;
		border:0px solid #fff;
		min-height: 25px;
		overflow: hidden;
		padding:10px;
	}

		div.item-list-tabs#subnav ul li a {
		padding:5px 10px;
		}

		div.item-list-tabs#subnav li.selected a, div.item-list-tabs#subnav li.current a {
		background:#eaeaea;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		}

	div.item-list-tabs#subnav ul li.feed a {
		background: url( images/icon-RSS.png ) center left no-repeat;
		padding-left: 15px;
	}

/* > Item Body
-------------------------------------------------------------- */

.item-body {
	margin: 0 0;
	background:#fff;
	padding:15px;
}

.item-body label {
	display:block;
}

div#message p {
	display: inline;
	font-size: 11px;
	font-weight: normal;
	background: #eaeaea;
	color: #000;
	padding: 4px 6px;
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	float:left;
	line-height:15px;
	border:1px solid #c0c0c0;
}

span.activity {
	display: inline;
	font-size: 11px;
	font-weight: normal;
	background: #eaeaea;
	color: #000;
	padding: 4px 6px;
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	float:left;
	line-height:15px;
	border:0px solid #c0c0c0;
}


/* > Directories (Members, Groups, Blogs, Forums)
-------------------------------------------------------------- */

div.dir-search {
	float: right;
	margin: 0 0 0 0;
}

	div.dir-search input[type=text] {
		padding: 3px;
		margin: 0 5px 0 0;
		font-size: 12px;
	}
	
.searchtop {
	float:left;
	background:#fff;
	width:750px;
	padding:10px;
	border-bottom:1px solid #EAEAEA;
}

/* > Pagination
-------------------------------------------------------------- */

div.pagination {
	margin: 0px 0px 0px 0px;
	border-bottom: 0px;
	padding: 15px 15px 15px 15px;
	color: #888;
	font-size: 11px;
	height: 16px;
	background:#fff;
}
	div.pagination#user-pag, .friends div.pagination,
	.mygroups div.pagination, .myblogs div.pagination, noscript div.pagination {
		margin: 0px 0px 0px 0px;
		border: 0px;
		padding: 15px 15px 15px 15px;
		color: #888;
		font-size: 11px;
		height: 16px;
		background:#fff;
	}

	div.pagination .pag-count {
		float: left;
	}

	div.pagination .pagination-links {
		float: right;
	}
		div.pagination .pagination-links span,
		div.pagination .pagination-links a {
			font-size: 12px;
			padding: 0 5px;
		}
			div.pagination .pagination-links a:hover {
				font-weight: bold;
			}

/* > Error / Success Messages
-------------------------------------------------------------- */

div#message {
	margin: 0 0;
}
	div#message.updated { clear: both; }

div#message p {
	width:738px;
	margin: 15px 0 15px 0;
	padding: 15px 15px;
	font-size: 12px;
	display:block;
}
	div#message.error p {
		background: #d0b3b3;
		color: #620000;
		border:1px solid #c09999;
		clear: left;
	}

	div#message.updated p {
		background: #CCE0CD;
		color: #000;
		border:1px solid #99C09C;
	}

form.standard-form#signup_form div div.error {
	color: #620000;
	background: #d0b3b3;
	border:0px solid #c09999;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 5px;
	width: 383px;
	margin: 0 0 0 0;
}

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

a.button, ul.button-nav li a, div.generic-button a
{
	background: #004562;
	background-image: url(images/borderback_blue.jpg);
	background-repeat: repeat-x;
	border:1px solid #004562;
	padding: 3px 5px 3px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: #C3C3C3;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
	float:left;
	line-height:15px;
}
	a.button:hover, a.button:focus, input[type=submit]:hover, input[type=button]:hover,
	ul.button-nav li a:hover, ul.button-nav li.current a,
	div.generic-button a:hover {
		border-color: #00577c;
		color: #fff;
		outline: none;
	}

input[type=submit], input[type=button]
{
	background: #004562; background-image: url(images/borderback_blue.jpg);
	background-repeat: repeat-x;
	border:1px solid #004562;
	padding: 1px 5px 3px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: #C3C3C3;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	height:23px;
	cursor: pointer;
}
	input[type=submit]:hover, input[type=button]:hover,
	{
		border-color: #00577c;
		color: #fff;
		outline: none;
	}

	/* Buttons that are disabled */
	div.pending a, a.disabled {
		background: #7d7d7d;
		background-image: url(images/borderback_gray.jpg);
		border:1px solid #8a8a8a;
		color: #C3C3C3;
		cursor: default;
	}
	div.pending a:hover, a.disabled:hover {
		background: #7d7d7d;
		background-image: url(images/borderback_gray.jpg);
		border-color: #8a8a8a;
		color: #C3C3C3;
	}

	div.accept, div.reject {
		float: left;
		margin-left: 10px;
	}
	
ul.button-nav {
margin: 0 0 15px 0;
float:left;
}

ul.button-nav li {
	float: left;
	margin: 0 10px 0 0;
}
	ul.button-nav li.current a {
		font-weight: bold;
	}

/* > AJAX Loaders
-------------------------------------------------------------- */

.ajax-loader {
	background: url( images/ajax-loader.gif ) center left no-repeat !important;
	padding: 8px;
	display: none;
}

a.loading {
	background-image: url( images/ajax-loader.gif ) !important;
	background-position: 95% 50% !important;
	background-repeat: no-repeat !important;
	padding-right: 25px !important;
}

/* > Input Forms
-------------------------------------------------------------- */

form.standard-form {

}
	form.standard-form textarea, form.standard-form input[type=text],
	form.standard-form select, form.standard-form input[type=password],
	.dir-search input[type=text],
	.registration textarea
	{
		background:url(images/textboxback.gif) repeat-x scroll 0 0 #FFFFFF;
		border: 1px solid #AAAAAA;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		padding:3px;
		font: inherit;
		font-size: 12px;
		color: #000;
	}

form.standard-form textarea, .registration textarea
{
padding:10px;
float:left;
}

		form.standard-form select {
			padding: 3px;
		}

		form.standard-form input[type=password] {
			margin-bottom: 0px;
		}

	form.standard-form label, form.standard-form span.label, .registration label {
		display: block;
		font-weight: bold;
		margin: 0px 0px 5px 0px;
		
	}
		form.standard-form div.checkbox label,
		form.standard-form div.radio label {
			font-weight: normal;
			margin: 0 10px 0 0;
			font-size: 12px;
			color: #000;
			float:left;
			vertical-align:top;
		}

		form.standard-form#sidebar-login-form label {
			margin-top: 5px;
			float:left;
		}

	form.standard-form input[type=text] {
		width: 385px;
	}
		form.standard-form#sidebar-login-form input[type=text],
		form.standard-form#sidebar-login-form input[type=password] {
			padding: 3px;
			width: 120px;
		}

		form.standard-form #basic-details-section input[type=password],
		form.standard-form #blog-details-section input#signup_blog_url {
			width: 385px;
		}

		form.standard-form#signup_form textarea {
			width: 371px;
		}

		form.standard-form#signup_form input[type=text] {
			width: 385px;
		}
			form.standard-form#signup_form div.submit { float: left; padding:0px; }
			
			div#signup-avatar img { margin: 0 15px 15px 0; }

	form.standard-form textarea, .registration textarea {
		width: 371px;
		height: 120px;
	}
		form.standard-form textarea#message_content {
			width: 698px;
			overflow-x:hidden;
			overflow-y:scroll;
			margin:0 0 0 0;
		}

		form.standard-form#send-reply textarea {
			width: 688px;
			overflow-x:hidden;
			overflow-y:scroll;
			margin:0 0 0 0;
		}

		form.standard-form input#subject {
			color:#004562;
			font-size:22px;
			font-weight:bold;
			letter-spacing:-1px;
			line-height:25px;
			text-shadow:0 1px 1px #A5A5A5;
		}

	form.standard-form p.description {
		font-size: 11px;
		color: #888;
		margin: 5px 0;
	}

	form.standard-form div.submit {
		padding: 15px 0 0 0;
		clear: both;
	}
		form.standard-form div.submit input {
			margin-right: 0px;
			background: #004562; background-image: url(images/borderback_blue.jpg);
			background-repeat: repeat-x;
			border:1px solid #004562;
			padding: 1px 5px 3px 5px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
			color: #C3C3C3;
			font-size: 10px;
			font-weight: normal;
			text-transform: uppercase;
			height:23px;
			cursor: pointer;
		}

			form.standard-form div.submit input:focus, form.standard-form div.submit input:hover {
			border-color: #00577c;
			color: #fff;
			outline: none;
			}

	form.standard-form div.radio ul {
		margin: 10px 0 15px 38px;
		list-style: disc;
	}
		form.standard-form div.radio ul li {
			margin-bottom: 5px;
		}

	form.standard-form a.clear-value {
		display: block;
		margin-top: 5px;
		outline: none;
	}

form.standard-form #basic-details-section, form.standard-form #blog-details-section,
form.standard-form #profile-details-section {
	float: left;
	width: 740px;
	margin-bottom:15px;
}
	form.standard-form #profile-details-section { float: left; }
	
	form.standard-form #blog-details-section { clear: left; }

form.standard-form input:focus, form.standard-form textarea:focus, form.standard-form select:focus, .registration textarea:focus {
	background: #fff;
	color: #555;
	border:1px solid #c0c0c0;
}

form#send-invite-form {
	margin-top: 20px;
}
	div#invite-list {
		height: 400px;
		overflow: scroll;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 5px;
		background: #f5f5f5;
		width: 160px;
		border: 1px solid #e4e4e4;
		margin: 10px 0;
	}

/* > Data Tables
-------------------------------------------------------------- */

table {
	width: 100%;
}
	table#message-threads {
		margin: 0 0 0 0;
		width: auto;
	}

	table.profile-fields { margin-bottom: 20px; }

	div#sidebar table {
		margin: 0 0;
		width: 100%;
	}

	table tr td, table tr th {
		padding: 15px 0 15px 15px;
		vertical-align: middle;
	}
		table tr td.label {
			border-right: 1px solid #eaeaea;
			font-weight: bold;
			width: 25%;
		}

		table tr td.thread-info p { margin: 0; }

			table tr td.thread-info p.thread-excerpt {
				color: #000;
				font-weight:normal;
				font-size: 11px;
				margin-top: 3px;
			}

		div#sidebar table td, table.forum td { text-align: left; }

	table tr.alt {
		background: #f4f4f4;
	}

table.notification-settings {
	margin-bottom: 20px;
	text-align: left;
}
	table.notification-settings th.icon, table.notification-settings td:first-child { display: none; }
	table.notification-settings th.title { width: 80%; }
	table.notification-settings .yes, table.notification-settings .no { width: 40px; text-align: center; }

table.forum {
	margin: -9px -20px 20px -20px;
	width: auto;
}
	table.forum tr:first-child {
		background: #fafafa;
	}

	table.forum tr.sticky td {
		background: #FFF9DB;
		border-top: 1px solid #FFE8C4;
		border-bottom: 1px solid #FFE8C4;
	}

	table.forum tr.closed td.td-title {
		padding-left: 35px;
		background-image: url( images/closed.png );
		background-position: 15px 50%;
		background-repeat: no-repeat;
	}

	table.forum td p.topic-text {
		color: #888;
		font-size: 11px;
	}

	table.forum tr > td:first-child, table.forum tr > th:first-child {
		padding-left: 15px;
	}

	table.forum tr > td:last-child, table.forum tr > th:last-child {
		padding-right: 15px;
	}

	table.forum tr th#th-title, table.forum tr th#th-poster,
	table.forum tr th#th-group, table.forum td.td-poster,
	table.forum td.td-group, table.forum td.td-title { text-align: left; }

	table.forum td.td-freshness {
		font-size: 11px;
		color: #888;
	}

	table.forum td img.avatar {
		margin-right: 5px;
	}

	table.forum td.td-poster, table.forum td.td-group  {
		min-width: 130px;
	}

	table.forum th#th-title {
		width: 40%;
	}

	table.forum th#th-postcount {
		width: 1%;
	}

/* > Activity Stream Posting
-------------------------------------------------------------- */

form#whats-new-form {
	margin-bottom:7px;
	border-top: 1px solid #eaeaea;
	border-bottom: 3px solid #c0c0c0;
	overflow: hidden;
	padding: 15px;
	background:#ffffff;
	width:740px;
}
	#item-body form#whats-new-form {
		margin-top: 0px;
		border-top: 1px solid #eaeaea;
		border-bottom: 3px solid #c0c0c0;
	}

	.home-page form#whats-new-form {
		border-bottom: none;
		padding-bottom: 0;
	}

	form#whats-new-form h5 {
		margin: 0;
		font-weight: normal;
		font-size: 12px;
		color: #000;
		margin-left: 60px;
		padding: 0 0 10px 15px;
	}

	form#whats-new-form #whats-new-avatar {
		float: left;
	}

	#whats-new-avatar img {
		width:60px;
		height:60px;
	}

	form#whats-new-form #whats-new-content {
		margin-left: 60px;
		padding-left: 15px;
	}

	form#whats-new-form textarea {
		padding: 10px;
		background:url("images/textboxback.gif") repeat-x scroll 0 0 #FFFFFF;
		border:1px solid #AAAAAA;
		margin: 0 0 10px 0;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		width: 643px;
		height: 60px;
		font-size: 12px;
		font-family: inherit;
		color: #000;
	}

		form#whats-new-form textarea:focus {
			background: #fff;
			color: #555;
			border:1px solid #c0c0c0;
		}

	form#whats-new-form #whats-new-options select {
		max-width: 200px;
	}

	form#whats-new-form #whats-new-submit {
		float: right;
		margin: 0;
	}

/* > Activity Stream Listing
-------------------------------------------------------------- */

ul.activity-list li {
	padding: 15px 15px 15px 15px;
	overflow: hidden;
	background:#fff;
	float:left;
	width: 740px;
}
	ul.activity-list > li:first-child {
		padding-top: 15px;
	}

	ul.activity-list li.has-comments {
		padding-bottom: 15px;
		width:740px;
	}

.activity-list li.mini {
	position: relative;
	font-size: 11px;
	min-height: 20px;
	padding: 15px 15px 15px 15px;
	margin:0px;
	float:left;
	width: 740px;
}
	.activity-list li.mini div.activity-meta {
		margin: 0 10px 0 0;
	}

	.activity-list li.mini div.activity-meta a {
		padding: 3px 8px;
	}

	.activity-list li.mini .activity-avatar img.avatar,
	.activity-list li.mini .activity-avatar img.FB_profile_pic {
		width: 20px;
		height: 20px;
		margin-left: 40px;
		
	}
		.activity-list li.activity_comment .activity-avatar img.avatar,
		.activity-list li.activity_comment .activity-avatar img.FB_profile_pic {
			width: 40px;
			height: 40px;
			margin-left: 20px;
		}

		body.activity-permalink .activity-list li .activity-avatar img.avatar,
		body.activity-permalink .activity-list li .activity-avatar img.FB_profile_pic {
			width: 100px;
			height: 100px;
			margin-left: 0;
		}

	.activity-list li.mini .activity-content {
		margin-right: 175px;
	}

	.activity-list li.mini .activity-content p {
		margin: 0;
		float: left;
	}

	.activity-list li.mini .activity-meta {
		position: absolute;
		right: 0;
	}
		body.activity-permalink .activity-list li.mini .activity-meta {
			position: absolute;
			right: 15px;
		}

	.activity-list li.mini .activity-comments {
		clear: left;
		font-size: 12px;
		margin-top: 0;
	}

.activity-list li .activity-inreplyto {
	font-size: 11px;
	color: #888;
	margin-top:15px;
	margin-left: 70px;
	margin-bottom: 0px;
	padding-left: 25px;
	background: url( images/replyto_arrow.gif ) 7px 0 no-repeat;
}
	.activity-list li .activity-inreplyto > p {
		margin: 0;
		display: inline;
	}

	.activity-list li .activity-inreplyto blockquote,
	.activity-list li .activity-inreplyto div.activity-inner {
		background: none;
		border: none;
		display: inline;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}

.activity-list .activity-avatar img {
	width: 60px;
	height: 60px;
}
		body.activity-permalink .activity-list .activity-avatar img {
			width: 100px;
			height: 100px;
		}

.activity-list .activity-content {
	margin-left: 75px;
}
	body.activity-permalink .activity-list li .activity-content {
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: #fff;
		padding: 15px;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		margin-left: 135px;
		font-size: 16px;
		line-height: 150%;
		min-height: 35px;
		margin-right: 0;
	}
		body.activity-permalink .activity-list li .activity-header > p {
			background: url( images/activity_arrow.gif ) top left no-repeat;
			margin-left: -35px;
			padding: 5px 0 0 38px;
			height: 20px;
			margin-bottom: 0;
			display:inline;
		}

	.activity-list .activity-content .activity-header,
	.activity-list .activity-content .comment-header {
		font-size: 11px;
		color: #000;
		line-height: 20px;
	}

	.activity-list .activity-header a:first-child, span.highlight {
		display: inline;
		background: #004562;
		color: #e3e3e3;
		padding: 1px 8px 0px 8px;
		margin: 0px 5px 0px 0px;
		text-decoration: none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		font-size:11px;
		line-height:15px;
		float:left;
		border-bottom: 0px solid #ddd;
		border-right: 0px solid #ddd;
		border: 1px solid #004562;
		text-shadow:none;
		height:17px;
	}
		.activity-list .activity-header a:first-child:hover {
			background: #00577c !important;
			color: #fff !important;
			border-color: #00577c;
		}
		.activity-list .activity-content a:first-child:focus { outline: none; }

		.activity-list .activity-content span.time-since {
			color: #808080;
		}

	.activity-list .activity-content span.activity-header-meta a {
		background: none;
		padding: 0;
		font-size: 11px;
		margin: 0;
		border: none;
		color: #aaa;
		text-decoration: underline;
	}
		.activity-list .activity-content span.activity-header-meta a:hover {
			color: inherit;
			text-decoration: none;
		}

	.activity-list .activity-content .activity-inner,
	.activity-list .activity-content blockquote {
		margin: 15px 0 15px 0;
		overflow: hidden;
	}
		body.activity-permalink .activity-content .activity-inner,
		body.activity-permalink .activity-content blockquote {
			margin-top: 5px;
		}

		/* Backwards compatibility. */
		.activity-inner > .activity-inner { margin: 0 !important; }
		.activity-inner > blockquote { margin: 0 !important; }

	.activity-list .activity-content img.thumbnail {
		float: left;
		margin: 0 10px 5px 0;
		border: 0px solid #eee;
	}

.activity-list li.load-more {
	
	margin: 10px 0 0 0 !important;
	padding: 10px 15px !important;
	background: #fff !important;
	text-align: center;
	font-size: 1.2em;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
	.activity-list li.load-more a {
		color: #004562;
	}

/* > Activity Stream Comments
-------------------------------------------------------------- */

div.activity-meta {
	margin: 0 0 0 0px;
	clear: left;
}

.activity-list div.activity-meta a {
	font-size: 11px;
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #999;
	padding: 4px 8px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 3px;
}
	.activity-list div.activity-meta a.acomment-reply {
		background: #99b5c0;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		color: #e3e3e3;
	}

	div.activity-meta a:focus { outline: none; }
	div.activity-meta a:hover {
		background: #aaa;
		color: #fff;
		border-color: none;
	}
		div.activity-meta a.acomment-reply:hover {
			background: #00577c;
			color: #fff;
			border-color: none;
		}

div.activity-comments {
	float:left;
	margin: 0 0 0 75px;
	overflow: hidden; /* IE fix */
	width:665px;
}

.activity-comments p {
	padding:0 0 0 0;
}

	body.activity-permalink div.activity-comments {
		width: auto;
		margin-left: 135px;
		background: none;
	}

div.activity-comments > ul {
	background: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.activity-comments ul, div.activity-comments ul li {
	border: none;
	list-style: none;
}

	div.activity-comments ul {
		clear: left;
	}

	div.activity-comments ul li {
		border-top: 1px solid #EAEAEA;
		padding: 15px 15px 0 0;
		margin-left: 0px;
		margin-top: 15px;
		width:100%;
	}
		body.activity-permalink div.activity-comments ul li {
			border-width: 1px;
			padding: 15px 0 15px 0;
		}

		div.activity-comments ul li p:last-child {
			margin-bottom: 0;
		}

		div.activity-comments > ul > li:first-child {
			border-top: none;
			margin-top:0px;
			background:none;
		}

		div.activity-comments ul li:last-child {
			margin-bottom: 0;
		}

	div.activity-comments ul li > ul {
		margin-top: 0px;
		margin-left: 25px;
	}
		body.activity-permalink div.activity-comments ul li > ul {
			margin-top: 15px;
		}

	div.activity-comments div.acomment-avatar img {
		border-width: 0px !important;
		float: left;
		margin-right: 10px;
		margin-bottom: 0px;
	}

	div.activity-comments div.acomment-content {
		font-size: 11px;
		margin-left: 0px;
		margin-top: 8px;
	}
		div.acomment-content .time-since { display: none; }
		div.acomment-content .activity-delete-link { display: none; }
		div.acomment-content .comment-header { display: none; }

		body.activity-permalink div.activity-comments div.acomment-content {
			font-size: 14px;
		}

	div.activity-comments div.acomment-meta {
		font-size: 11px;
		color: #888;
		min-height:22px;
		padding-top:3px;
	}

	div.activity-comments form.ac-form {
		float:left;
		display: none;
		width:408px;
		margin: 15px 15px 0 15px;
		background: #eaeaea;
		border-bottom: 0px solid #ddd;
		border-right: 0px solid #ddd;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 15px;
	}
		div.activity-comments li form.ac-form {
			margin-right: 15px;
		}

		div.activity-comments form.root {
			margin-left: 0;
		}

		div.activity-comments div#message {
			margin-top: 15px;
			margin-bottom: 0;
		}

		div.activity-comments form.loading {
			background-image: url( images/ajax-loader.gif );
			background-position: 2% 95%;
			background-repeat: no-repeat;
		}

		div.activity-comments form .ac-textarea {
		}
			
		div.activity-comments form textarea {
		width:345px;
		margin-bottom: 10px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		background:url(images/textboxback.gif) repeat-x scroll 0 0 #FFFFFF;
		border:1px solid #AAAAAA;
		font-size:11px;
		padding:10px;
		float:left;
		}
		
			div.activity-comments form textarea:focus {
			background: #fff;
			color: #555;
			border:1px solid #c0c0c0;
			}

				div.activity-comments form input {
					margin-top: 5px;
				}

		div.activity-comments form div.ac-reply-avatar {
			float: left;
		}
			div.ac-reply-avatar img {
				border: 0px solid #fff !important;
			}

		div.activity-comments form div.ac-reply-content {
			margin-left: 25px;
			padding-left: 15px;
			color: #888;
			font-size: 11px;
		}

#latest-update {
		float:left;
		font-size:14px;
		letter-spacing:0px;
		line-height:16px;
}

/* > Private Message Threads
-------------------------------------------------------------- */

div#message-thread {
	padding:15px;
	width:740px;
	background:#fff;
	float:left;
	border-top:1px solid #EAEAEA;
}

table#message-threads tr td {
	background: #EAEAEA;
	border-top: 1px solid #fff;
	border-bottom: 0px solid #99b5c0;
	font-weight: normal;
	font-size:11px;
}

table#message-threads tr.unread td {
	background: #fff;
	border-top: 1px solid #EAEAEA;
	border-bottom: 0px solid #99b5c0;
	font-weight: bold;
	font-size:11px;
}
	table#message-threads tr.unread td span.activity {
		background: #fff;
	}

table#message-threads tr.unread td.thread-info {
	font-weight: bold;
	}

	li span.unread-count, tr.unread span.unread-count {
		background: #dd0000;
		padding: 2px 8px;
		color: #fff;
		font-weight: bold;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
		div.item-list-tabs ul li a span.unread-count {
			padding: 1px 6px;
			color: #fff;
		}

	div.messages-options-nav {
		font-size: 11px;
		background: #eee;
		text-align: right;
		margin: 0 0 0 0;
		padding: 5px 15px;
	}

div#message-thread div.message-box {
	width:710px;
	background:#FFFFFF;
	margin:0 0 0 0;
	overflow:hidden;
	padding:15px;
	float:left;
}
	div#message-thread div.alt {
		background: #f4f4f4;
	}

	div#message-thread p#message-recipients {
		margin: 10px 0 20px 0;
	}

	div#message-thread img.avatar {
		float: left;
		margin: 0 15px 0 0;
		vertical-align: top;
	}

	div#message-thread strong {
		margin: 0;
		font-size: 16px;
	}
		div#message-thread strong a {
			text-decoration: none;
		}

		div#message-thread strong span.activity {
			margin: 4px 0 0 10px;
		}

	div#message-thread div.message-metadata {
		overflow: hidden;
		font-size:11px;
		line-height: 20px;
	}

	div#message-thread div.message-metadata img {
		width:50px;
		height:50px;
	}

	div#message-thread div.message-content {
		margin: 15px 0 0 0;
		overflow: hidden;
	}

	div#message-thread div.message-metadata a:first-child, span.highlight {
		display: inline;
		background: #004562;
		color: #e3e3e3;
		padding: 1px 8px 0px 8px;
		margin: 0px 5px 0px 0px;
		text-decoration: none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		font-size:11px;
		line-height:15px;
		float:left;
		border-bottom: 0px solid #ddd;
		border-right: 0px solid #ddd;
		border: 1px solid #004562;
		text-shadow:none;
		height:17px;
	}
		div#message-thread div.message-metadata a:first-child:hover {
			background: #00577c !important;
			color: #fff !important;
			border-color: #00577c;
		}

	div#message-thread div.message-metadata .time-since {
	color: #808080;
	margin-left:5px;
	}

	div#message-thread div.message-options {
		text-align: right;
	}

div#message-thread div.message-content-holder {
		width:645px;
		float:right;
		margin:0 0 0 0;
	}

/* > Group Forum Topics
-------------------------------------------------------------- */

ul#topic-post-list {
	margin: 15px -20px;
	width: auto;
}
	ul#topic-post-list li {
		padding: 15px;
		position: relative;
	}

	ul#topic-post-list li.alt {
		background: #f4f4f4;
	}

	ul#topic-post-list li div.poster-meta {
		margin-bottom: 10px;
		color: #888;
	}

	ul#topic-post-list li div.post-content {
		margin-left: 54px;
	}

div.admin-links {
	position: absolute;
	top: 15px;
	right: 25px;
	color: #888;
	font-size: 11px;
}
	div#topic-meta div.admin-links {
		bottom: 0;
		right: 0;
		top: auto;
	}

div#topic-meta {
	position: relative;
	padding: 5px 0;
}
	div#topic-meta h3 {
		font-size: 20px;
	}

div#new-topic-post {
	margin: 0;
	padding: 1px 0 0 0;
}

/* > WordPress Blog Styles
-------------------------------------------------------------- */

div.post {
	margin: 0 0 40px 0;
	overflow: hidden;
}
	div.post h2.pagetitle, div.post h2.posttitle {
		margin: 0;
		line-height: 120%;
	}
		div.post h2.pagetitle a, div.post h2.posttitle a {
			color: #666;
			text-decoration: none;
		}

	.navigation, .paged-navigation, .comment-navigation {
		overflow: hidden;
		font-family: Arial, Tahoma, Verdana, sans-serif;
		font-style: italic;
		font-size: 14px;
		padding: 5px 0;
		margin: 5px 0 25px 0;
	}
		.alignright {
			float: right;
			margin-left: 15px;
		}

		.alignleft {
			float: left;
			margin-right: 15px;
		}

	div.post p { margin: 0 0 15px 0; }
	
	div.post p:last-child { margin: 0 0 0 0; }
	
	div.post ul, div.post ol, div.post dl { margin: 0 0 18px 1.5em; }
	div.post ul { list-style: square; }
	div.post ol { list-style: decimal; }
	div.post ol ol { list-style: upper-alpha; }
	div.post dl { margin-left: 0; }
	div.post dt { font-size: 14px; font-weight: bold; }
	div.post dd { margin: 0 0 15px 0;}

	div.post pre, div.post code p {
		padding: 15px;
		background: #f4f4f4;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	div.post code { font-family: Arial, Tahoma, Verdana, sans-serif; }
	div.post blockquote {
		quotes: none;
		font-style:italic;
		padding:0 3em;
		font-family: Arial, Tahoma, Verdana, sans-serif;
		font-size: 16px;
		line-height: 150%;
	}

	div.post table {
		border-collapse:collapse;
		border-spacing:0;
		border: 1px solid #eee;
	}
		div.post table th { border-top: 1px solid #eee; text-align: left; }
		div.post table td { border-top: 1px solid #eee; }

	div.post div.author-box, div.comment-avatar-box {
		background: #f0f0f0;
		padding: 10px;
		float: left;
		margin: 0 15px 15px 0;
		font-family: Arial, Tahoma, Verdana, sans-serif;
		font-style: italic;
		text-align: center;
		width: 70px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
		div.author-box p, div.comment-avatar-box p { margin: 5px 0 0; }
		div.author-box a, div.comment-avatar-box a { text-decoration: none; }

		div.post div.author-box img, div.comment-avatar-box img {
			float: none;
			border: 4px solid #fff;
			margin: 0;
		}

	div.post div.post-content, div.comment-content {
		margin-left: 105px;
	}

	div.post p.date, div.post p.postmetadata, div.comment-meta, div.comment-options {
		color: #888;
		font-size: 12px;
		font-family: Arial, Tahoma, Verdana, sans-serif;
		padding: 3px 0;
		margin: 10px 0;
		border-bottom: 1px solid #e4e4e4;
		border-top: 1px solid #e4e4e4;
	}

	div.post p.postmetadata {
		margin-top: 15px;
		clear: left;
		overflow: hidden;
	}

	div.post .tags { float: left; }
	div.post .comments { float: right; }

	div.post img { margin-bottom: 0px; }
	
	div.post img.wp-smiley { padding: 0 !important; margin: 0 !important; border: none !important; float: none !important; clear: none !important; }

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

	div.post img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
	}

	div.post img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
	}

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

	div.post .wp-caption {
		border: 1px solid #ddd;
		text-align: center;
		background-color: #f3f3f3;
		padding-top: 4px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

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

	div.post dd.wp-caption p.wp-caption-text, div.post .wp-caption p.wp-caption-text {
		font-size: 0.9em;
		line-height: 17px;
		padding: 0 4px 5px 0;
		margin: 0;
	}

/* > WordPress Blog Comment Styles
-------------------------------------------------------------- */

#trackbacks {
	margin-top: 30px;
}

#comments h3, #trackbacks h3, #respond h3 {
	font-size: 20px;
	margin: 5px 0 25px 0;
	font-weight: normal;
	color: #555;
}

#comments span.title, #trackbacks span.title {
	color: #aaa;
}

ol.commentlist li {
	margin: 0 0 0 0;
}

	div.comment-meta {
		border-top: none;
		border-bottom: none;
		padding-top: 0;
		font-size:12px;
		margin-top:0px;
		margin-bottom:0px;
		padding-bottom:0px;
	}

	div.comment-meta h5 {
		font-weight: normal;
	}

	div.comment-meta em {
		float: right;
	}

	div.comment-options {
		border-bottom: none;
	}

/* > Footer
-------------------------------------------------------------- */

#footer {
	padding: 25px;
	text-align: center;
	color: #bbb;
	text-shadow: none;
}
	#footer a {
		color: #bbb;
	}

/*------------------------------------------------*/
/*------------------[MAIN LAYOUT]-----------------*/
/*------------------------------------------------*/

.page { width:780px; background:none; }
.page2 { width:770px; float:left; }

.headings { color: #000; margin-bottom: 10px; display: block; width: 100%; }
#wrapper { float:left; margin-top:40px; text-align:left; }
#wrapper2 { width: 1076px; float: left; margin-top:12px; text-align:left; }

.top.swe { width: 1076px; height: 116px; background-image: url(images/logo-top-whole-new.jpg); background-repeat: no-repeat; }
.top.swe.spel { background-image: url(images/logo-top-whole-spel.jpg); }
.top.swe.musik { background-image: url(images/logo-top-whole-musik.jpg); }
.top.swe.film { background-image: url(images/logo-top-whole-film.jpg); }

.top.eng { width: 1076px; height: 116px; background-image: url(images/logo-top-whole-eng.jpg); background-repeat: no-repeat; }
.top.eng.spel { background-image: url(images/logo-top-whole-games.jpg); }
.top.eng.musik { background-image: url(images/logo-top-whole-music.jpg); }
.top.eng.film { background-image: url(images/logo-top-whole-movies.jpg); }

.top-logo { width: 275px; height: 71px; margin: 25px 0 0 28px; float:left; }

.single-entry { width: 699px; float: left; margin-bottom: 10px; padding: 15px; background-color: #ffffff; }

.post-wrapper { width: 740px; background-color: #ffffff; margin-bottom: 7px; border-bottom: 3px solid #c0c0c0; padding: 15px 15px 15px 15px; float: left; }

.post-wrapper.with-sub { border-bottom: 0px solid #c0c0c0; margin-bottom: 0px; }

.post-wrapper.related { width: 755px; padding: 15px 0px 15px 15px; }

.post-wrapper-high { width: 740px; min-height: 500px; background-color: #ffffff; padding: 15px 15px 15px 15px; float: left; }
.post-wrapper-comments { width: 770px; background-color: #ffffff; padding: 0px; float: left; }

.post-wrapper a { color:#004562; }
.post-wrapper a:hover { color:#00577c; }
.post-wrapper.spel a { color:#a86800; }
.post-wrapper.spel a:hover { color:#bd7500; }
.post-wrapper.musik a { color:#180141; }
.post-wrapper.musik a:hover { color:#34087d; }
.post-wrapper.film a { color:#460000; }
.post-wrapper.film a:hover { color:#590606; }

.post-wrapper-short { width: 161px; height:200px; padding: 10px; border-bottom: 0px solid #c0c0c0; margin-bottom: 10px; border-left:4px solid #004562; float:left; }
.post-wrapper-short a { color:#004562; }
.post-wrapper-short a:hover { color:#00577c; }

.post-wrapper-short.spel { border-left:4px solid #a86800; }
.post-wrapper-short.spel a { color:#a86800; }
.post-wrapper-short.spel a:hover { color:#bd7500; }

.post-wrapper-short.musik { border-left:4px solid #180141; }
.post-wrapper-short.musik a { color:#180141; }
.post-wrapper-short.musik a:hover { color:#34087d; }

.post-wrapper-short.film { border-left:4px solid #460000; }
.post-wrapper-short.film a { color:#460000; }
.post-wrapper-short.film a:hover { color:#590606; }

.post-wrapper-short-sticky { width: 356px; height:200px; padding: 10px; border-bottom: 0px solid #c0c0c0; margin-bottom: 10px; border-left:4px solid #004562; float:left; }
.post-wrapper-short-sticky a { color:#004562; }
.post-wrapper-short-sticky a:hover { color:#00577c; }

.post-wrapper-short-sticky.spel { border-left:4px solid #a86800; }
.post-wrapper-short-sticky.spel a { color:#a86800; }
.post-wrapper-short-sticky.spel a:hover { color:#bd7500; }

.post-wrapper-short-sticky.musik { border-left:4px solid #180141; }
.post-wrapper-short-sticky.musik a { color:#180141; }
.post-wrapper-short-sticky.musik a:hover { color:#34087d; }

.post-wrapper-short-sticky.film { border-left:4px solid #460000; }
.post-wrapper-short-sticky.film a { color:#460000; }
.post-wrapper-short-sticky.film a:hover { color:#590606; }

.post-inside { padding: 8px 13px 13px 13px; }
.post-inside-small { padding: 4px 13px 4px 13px; margin-top: 4px; float: left; }
.comments-bubble { width: 18px; height: 15px; float: right; margin: 0px; padding: 0px 0px 0px 4px; color: #e3e3e3; display: block; }
.comments-bubble a, .comments-bubble a:visited, .comments-bubble a:hover { font-size: 8px; color: #6D200C !important; margin: -5px 0px 0px 0px; float: left; padding: 0px; }
blockquote { overflow: auto; padding: 0 10px; margin: 20px 30px; background: #1E2422; border: 1px solid #141918; }

#left-div { width: 770px; float: right; padding: 10px; }
.articleinfo { border-bottom: 1px solid #EEEEEE; padding-bottom: 7px; color: #545454; }
.icons { margin-top: 0px; margin-bottom: -5px; margin-right: 10px; }
.post-info { color: #808080; font-size: 11px; display: block; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; padding: 2px 0px 2px 0px; margin: 0px 0px 5px 0px; }
.post-info-small { color: #808080; font-size: 10px; display: block; width: 228px; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; padding: 2px 0px 2px 0px; margin: 0px 0px 0px 0px; float: right; }
.post-info a { color: #004562; }
.post-info a:hover { color: #00577c; }
.logo { float: left; border: 0px; border-left: 1px solid #515E5B; }
.current-category { width: 750px; height: 22px; background: #004562; background-image: url(images/borderback_blue.jpg); background-repeat: repeat-x; border:1px solid #006c8c; color: #FFF; display: block; padding: 4px 9px 0px 9px; float: left; margin: 0px 0px 10px 0px; font-size: 12px; }
.current-tag { width: 750px; height: 22px; background: #004562; background-image: url(images/borderback_blue.jpg); background-repeat: repeat-x; border:1px solid #006c8c; color: #FFF; display: block; padding: 4px 9px 0px 9px; float: left; margin: 0px 0px 10px 0px; font-size: 12px; }
.thumbnail { border: 0px solid #004562 !important; float: left; display: inline; margin: 0 15px 0 0; }
.thumbnail-small { border: 0px solid #004562 !important; float: left; display: inline; 0 0 0 0; }

.post-wrapper img { max-width:740px; }

/*------------------------------------------------*/
/*---------------[PAGES NAVIGATION]---------------*/
/*------------------------------------------------*/
#pages { width: 1068px; float: right; height: 33px; background:#004562; background-image: url(images/borderback_blue.jpg); border:1px solid #004562; }
#pages ul { list-style-type: none; list-style-image: none; float: left; padding: 0px 0px 0px 0; margin: 0px; }
#pages ul li { float: left; display: block; height: 36px; padding: 0px; }
#pages ul li a:link, #pages ul li a:visited, #pages ul li a:active { float: left; color: #ffffff; display: block; height: 27px; font-size: 12px; padding: 9px 20px 0px 20px; margin: 0px; font-weight: bold; }
#pages ul li a:hover { background-color: #00577c; text-decoration: none; height: 26px; margin-top: 1px; padding-top: 8px; color: #FFF; }

		/*-------------[DROPDOWN NAVIGATION]------------*/
		#nav2 li li:hover ul, ul#nav2 li li.sfHover ul { left: 174px; }
		#nav2 li ul { background-image: none; }
		#nav2 li ul { width: 160px !important; }
		#nav2 li { z-index:1001; }
		#nav2 li:hover ul, ul#nav2 li.sfHover ul { left: 0px; }
		#nav2 li li a:link, #nav2 li li a:visited { width: 160px; height: 25px; background-color: #00577c !important; padding: 10px 10px 0 10px !important; font-weight: normal; }
		#nav2 li li a:hover { background-color: #00577c !important; }
		#nav2 li:hover { background-color: #00577c; }

/*------------------------------------------------*/
/*-------------[CATEGORIES NAVIGATION]------------*/
/*------------------------------------------------*/
#categories { width: 1070px; height: 35px; float: left; background-color: #000; background-image: url(images/menu-back.jpg); background-repeat: repeat-x; margin: 0px; border-left:3px solid #002c3e; border-right:3px solid #002c3e; }
#categories ul { z-index:5; margin: 0px; padding: 0px; list-style-type: none; list-style-image: none; float: left; }
#categories ul li { background-image: url(images/hrvertical.gif); background-position: right; background-repeat: no-repeat; float: left; display: block; padding-left: 0px; margin: 0px; height: 35px; }
#categories ul li a:link, #categories ul li a:visited, #categories ul li a:active { height: 26px; display: block; color: #C3C3C3; font-size: 12px; padding: 9px 10px 0px 10px; float: left; margin: 0px; }
#categories ul li a:hover { background-image: url(images/menu-back-hover.jpg); text-decoration: none; background-repeat: repeat-x; color: #fff; }

		/*-------------[DROPDOWN NAVIGATION]------------*/
		.nav, .nav * { z-index:6; margin:0; padding:0; list-style:none; }
		.nav ul { position:absolute; top:-999em; padding-bottom: 9px; }
		.nav li { float:left; position:relative; z-index:99; font-size:12px; height: 35px !important; border: none !important; }
		.nav a { display:block; }
		.nav ul li { width: 100%; }
		.nav li:hover ul, ul.nav li.sfHover ul { left: 0px; top:35px; }
		.nav li:hover li ul, .nav li.sfHover li ul { top:-999em; }
		.nav li li:hover ul, ul.nav li li.sfHover ul { left:15em; top:0px; }
		.nav li:hover ul, .nav li li:hover ul { top: -999em; }
		.nav li li { display: block; padding: 0px; height: 35px; }
		.nav li ul li ul li { left: 60px; }
		.nav li:hover { background-color: #2c2c2c; padding: 0px !important; margin: 0px; border: none; }
		.nav li li a:link, .nav li li a:visited { width: 160px; height: 25px; display: block; background-color: #2c2c2c; padding: 10px 10px 0 10px !important; margin: 0px 0px 0px 0px !important; border: none; font-weight: normal; background-image: none !important; }
		.nav li li a:hover { background-color: #3c3c3c !important; text-decoration: none; border: none; }

#loginsearchbar { width: 1070px; height: 35px; float: left; background-color: #000000; background-image: url(images/menu-back.jpg); background-repeat: repeat-x; margin: 0px; border-left:3px solid #002c3e; border-right:3px solid #002c3e; }

.community ul li { background-image: url(images/hrvertical.gif); background-position: left; background-repeat: no-repeat; float: left; display: block; padding-left: 0px; margin: 0px; height: 35px; }

/*------------------------------------------------*/
/*---------------------[TITLES]-------------------*/
/*------------------------------------------------*/
.post-title { font-size: 22px; color:#808080; line-height: 25px; font-weight: bold; letter-spacing:-1px; text-shadow:0px 1px 1px #A5A5A5; }

.post-title.nobreak { margin:0 0 0 0; }

.post-title a { letter-spacing:-1px; }

.post-title.spel a { color:#a86800; }
.post-title.spel a:hover { color:#bd7500; }

.post-title.musik a { color:#180141; }
.post-title.musik a:hover { color:#34087d; }

.post-title.film a { color:#460000; }
.post-title.film a:hover { color:#590606; }

.titles { font-weight: normal; font-size: 24px; text-decoration: none; }
.titles a:link, .titles a:visited, .titles a:active { text-decoration: none; font-size: 20px; margin-bottom: 10px; margin-top: 10px; display: block; }

.single-entry-titles { width: 750px; height: 22px; background: #004562; background-image: url(images/borderback_blue.jpg); background-repeat: repeat-x; border:1px solid #006c8c; color: #FFF; display: block; padding: 4px 9px 0px 9px; float: left; margin: 0px; font-size: 12px; }

.single-entry-titles a { color:#ffffff; float: left; margin-top: 0px; }

.single-entry-titles.blogshort { width:720px; }

.single-entry-titles.spel { background: #bd7500; background-image: url(images/borderback_orange.jpg); border:1px solid #d68d1a; }

.single-entry-titles.musik { background: #280267; background-image: url(images/borderback_purple.jpg); border:1px solid #34087d; }

.single-entry-titles.film { background: #460000; background-image: url(images/borderback_red.jpg); border:1px solid #590606; }

.single-entry-titles-sub { width: 750px; height: 22px; background: #7d7d7d; background-image: url(images/borderback_gray.jpg); background-repeat: repeat-x; border:1px solid #8a8a8a; color: #FFF; display: block; padding: 4px 9px 0px 9px; float: left; margin: 0px; font-size: 12px; }
.single-entry-titles-sub a { color:#ffffff; float: left; margin-top: 0px; }

.single-entry-titles.inside { width: 690px; }

.shadowspace { margin-bottom:7px; border-bottom: 3px solid #c0c0c0; float:left; }

.short-posts-holder { width: 185px; height:165px; overflow:hidden; background-color: #ffffff; float: left; margin-right:10px; margin-bottom:7px; border-bottom: 3px solid #c0c0c0; }

.short-posts-holder-sticky { width: 380px; height:340px; overflow:hidden; background-color: #ffffff; float: left; margin-right:10px; margin-bottom:7px; border-bottom: 3px solid #c0c0c0; }

.single-entry-titles-sticky { position:relative; width: 360px; height: 22px; background: #004562; background-image: url(images/borderback_blue.jpg); background-repeat: repeat-x; border:1px solid #006c8c; color: #FFF; display: block; padding: 4px 9px 0px 9px; margin: 0px; font-size: 12px; }

.single-entry-titles-sticky.spel { background: #bd7500; background-image: url(images/borderback_orange.jpg); border:1px solid #d68d1a; }

.single-entry-titles-sticky.musik { background: #280267; background-image: url(images/borderback_purple.jpg); border:1px solid #34087d; }

.single-entry-titles-sticky.film { background: #460000; background-image: url(images/borderback_red.jpg); border:1px solid #590606; }

.single-entry-titles-sticky a { color:#ffffff; float: left; margin-top: 0px; }

.single-entry-titles-stripe { position:relative; width: 144px; height: 10px; background: #004562; background-image: url(images/borderback_blue.jpg); background-repeat: repeat-x; border:1px solid #006c8c; display: block; margin: 0px; }

.single-entry-titles-stripe.spel { background: #bd7500; background-image: url(images/borderback_orange.jpg); border:1px solid #d68d1a; }

.single-entry-titles-stripe.musik { background: #280267; background-image: url(images/borderback_purple.jpg); border:1px solid #34087d; }

.single-entry-titles-stripe.film { background: #460000; background-image: url(images/borderback_red.jpg); border:1px solid #590606; }

.single-entry-titles-stripe.long { width: 768px; }

.single-entry-titles-stripe.long.spel { background: #bd7500; background-image: url(images/borderback_orange.jpg); border:1px solid #d68d1a; }

.single-entry-titles-stripe.long.musik { background: #280267; background-image: url(images/borderback_purple.jpg); border:1px solid #34087d; }

.single-entry-titles-stripe.long.film { background: #460000; background-image: url(images/borderback_red.jpg); border:1px solid #590606; }

.post-title-short { color:#808080; font-size: 12px; line-height: 14px; font-weight: bold; letter-spacing:0px; }
.post-title-short a { font-size: 12px; letter-spacing:0px; }

.post-title-short.spel a { color:#a86800; }
.post-title-short.spel a:hover { color:#bd7500; }

.post-title-short.musik a { color:#180141; }
.post-title-short.musik a:hover { color:#34087d; }

.post-title-short.film a { color:#460000; }
.post-title-short.film a:hover { color:#590606; }

.post-title-short-sticky { color:#808080; font-size: 16px; line-height: 18px; font-weight: bold; letter-spacing:-1px; margin-bottom:3px; }
.post-title-short-sticky a { font-size: 16px; letter-spacing:-1px; }

.post-title-short-sticky.spel a { color:#a86800; }
.post-title-short-sticky.spel a:hover { color:#bd7500; }

.post-title-short-sticky.musik a { color:#180141; }
.post-title-short-sticky.musik a:hover { color:#34087d; }

.post-title-short-sticky.film a { color:#460000; }
.post-title-short-sticky.film a:hover { color:#590606; }

/*------------------------------------------------*/
/*------------------[CATEGORIES]------------------*/
/*------------------------------------------------*/

.categorylisting { float:left; background:#eaeaea; padding:5px 5px 5px 10px; margin:0 10px 5px 0; font-size:11px; text-transform:uppercase; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/*------------------------------------------------*/
/*------------------[REGISTRATION]----------------*/
/*------------------------------------------------*/

.registrationholder { width: 740px; padding: 15px; margin-bottom: 7px; border-bottom: 3px solid #c0c0c0; float: left; background:#fff; }

.registration { width: 720px; padding:10px; background:#fff; float:left; border-bottom:1px solid #EAEAEA; }
.registration.required { background:#EAEAEA; border-bottom:1px solid #fff; }
.registration.submit { border-bottom:0px solid #fff; }

.reg-notice { margin-left:5px; color:#620000; font-weight:bold; }

#basic-details-section label { display: block; }
 
#profile-details-section label { display: block; }

#editinprofile label { display: block; }

#settings-form label { display: block; }

.radio { }

.checkbox { }

.datebox { }

/*------------------------------------------------*/
/*---------------------[PROFILE]------------------*/
/*------------------------------------------------*/

.profile { width: 740px; padding: 15px; margin-bottom: 7px; border-bottom: 3px solid #c0c0c0; float: left; background:#fff; }
.checkbox { width: 740px; float:left; }
.editfield { width: 740px; float:left; }
.label { vertical-align:top; }
#settings-form { width: 740px; padding: 15px; margin-bottom: 7px; border-bottom: 3px solid #c0c0c0; float: left; background:#fff; }

/*------------------------------------------------*/
/*----------------------[POINTS]------------------*/
/*------------------------------------------------*/

span.cubepoints_buddypress {
background: #004562;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
color: #e3e3e3;
padding: 3px 8px;
text-decoration: none;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin-right: 3px;
}

span.cupepoints_buddypress_rank {

}

span.cupepoints_buddypress_rank_image {

}

/*------------------------------------------------*/
/*--------------------[COMMENTS]------------------*/
/*------------------------------------------------*/
.commentlist { width: 770px; background-color: #ffffff; margin:0px; padding: 0px; float: left; list-style-image: none; list-style-type: none; }
.commentlist li { width: 740px; display: block; padding: 15px; margin: 0px; border-bottom:1px solid #e3e3e3; list-style-image: none; list-style-type: none; float: left; }

.comment-author vcard { float: left; }
.commentlist li .avatar { float: left; border: 0px solid #000000; width:50px; height:50px; }
.commentlist cite { font-size: 15px; font-weight:bold; letter-spacing:-1px; float: left; font-style: normal; margin: 15px 0 0 10px; }
.says { font-size: 15px; letter-spacing:-1px; font-weight:normal; float: left; font-style: normal; margin: 15px 0 0 5px; }

.comment-meta { float:right; }

.commentlist li .comment-meta a { color: #808080; font-weight:normal; }
.commentlist li .comment-meta a:hover { color: #8d8d8d; text-decoration: underline; }

.commentlist p { font-weight: normal; line-height: 15px; text-transform: none; float: left; width: 100%; padding:0px; margin:15px 0px 0px 0px; }
#commentform p { clear: both; }

.nocomments { text-align: center; margin: 0; padding: 0; }

.reply { display: none; }

.commentmessage { margin-bottom:10px; padding: 5px; border: 1px solid #99c09c; background-color: #cce0cd; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.commenterrormessage { margin-bottom:10px; padding: 5px; border: 1px solid #c09999; background-color: #d0b3b3; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
.commentmessageneutral { margin-bottom:10px; padding: 5px; border: 1px solid #e3e3e3; background-color: #f1f1f1; -webkit-border-radius: 3px; -moz-border-radius: 3px; }

.commentbottom ul { display:inline; float:left; font-size:10px; }
.commentbottom li { padding-left: 16px; background: url(images/icon_comment.gif) center left no-repeat; display:inline; }
.commentbottom.spel li { background: url(images/icon_comment_games.gif) center left no-repeat; }
.commentbottom.musik li { background: url(images/icon_comment_music.gif) center left no-repeat; }
.commentbottom.film li { background: url(images/icon_comment_film.gif) center left no-repeat; }

.commentbottom.big ul { float:left; font-size:12px; }
.commentbottom.big li { padding-left: 16px; background: url(images/icon_comment.gif) center left no-repeat; }
.commentbottom.big.spel li { background: url(images/icon_comment_games.gif) center left no-repeat; }
.commentbottom.big.musik li { background: url(images/icon_comment_music.gif) center left no-repeat; }
.commentbottom.big.film li { background: url(images/icon_comment_film.gif) center left no-repeat; }

/*------------------------------------------------*/
/*-----------------[COMMENT FORM]-----------------*/
/*------------------------------------------------*/
#commentform { margin: 0px; }
#commentform textarea { float:left; background:url("images/textboxback.gif") repeat-x scroll 0 0 #FFFFFF; border:1px solid #AAAAAA; width: 698px; font-family: Arial; font-size:12px; font-weight: normal; line-height: 15px; text-transform: none; padding: 10px; overflow-x: hidden; overflow-y: scroll; }
#commentform textarea:focus { background: #fff;	color: #555; border:1px solid #c0c0c0; }

#commentform #email { font-size: 13px; background: #1E2422; border: 1px solid #141918; width: 220px; background-image: url(images/comment-email.gif); background-position: 7px 7px; background-repeat: no-repeat; height: 20px; padding-left: 30px; padding-top: 6px; color: #FFF; margin-bottom: 3px; }
#commentform #author { font-size: 13px; background: #1E2422; border: 1px solid #141918; width: 220px; background-image: url(images/comment-author.gif); background-position: 7px 7px; background-repeat: no-repeat; height: 20px; padding-left: 30px; padding-top: 6px; color: #FFF; margin-bottom: 3px; }
#commentform #url { font-size: 13px; background: #1E2422; border: 1px solid #141918; width: 220px; background-image: url(images/comment-website.gif); background-position: 7px 7px; background-repeat: no-repeat; height: 20px; padding-left: 30px; padding-top: 6px; color: #FFF; margin-bottom: 3px; }

.commentformsub { float:right; margin-top:14px; }

/*------------------------------------------------*/
/*---------------[RECENT COMMENTS]----------------*/
/*------------------------------------------------*/

.recentcommentsholder { width:250px; float: left; line-height:15px; }
.recentcommentrow { width:250px; padding:10px; float: left; border-bottom:1px solid #e3e3e3; }
.recentcommentavatar { width:40px; height:40px; float: left; }
.recentcommentheadline { width:205px; height:35px; float: left; margin-left:5px; padding:5px 0 0 0; }
.recentcommentquote { width:250px; float: left; font-style:italic; margin-top:5px; }

/*------------------------------------------------*/
/*---------------[RECENT COMMENTS]----------------*/
/*------------------------------------------------*/

.blogheader { float: left; width:770px; height:126px; margin-bottom:7px; border-bottom: 3px solid #c0c0c0; }

/*------------------------------------------------*/
/*--------------------[LOGIN]---------------------*/
/*------------------------------------------------*/

.loginholder { float:left; width:750px;  }

.loginholderavatar { float:left; width: 25px; height: 25px; padding: 5px 0px 5px 5px; }

.loginholderusername { float:left; color:#ffffff; padding: 6px 0px 6px 6px; }
.loginholderbutton { float:left; padding: 6px 0px 6px 6px; }

#sidebar-user-login, #sidebar-user-pass
		{
		background:url(images/textboxback.gif) repeat-x scroll 0 0 #FFFFFF;
		border: 1px solid #AAAAAA;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		height:15px;
		padding:3px;
		font: inherit;
		font-size: 12px;
		color: #000;
		}

.loginholdermemorize { float:left; color:#ffffff; padding: 6px 8px 6px 6px; background-image: url(images/hrvertical.gif); background-position: right; background-repeat: no-repeat; height:23px; }

.loginholder input[type=checkbox] { float:left; padding:0px; margin:5px 5px 0 0; }
.forgetmenot { float:left; margin:2px 0px 0 0; }

.loginholderfacebook { float:left; padding: 8px 8px 6px 7px; background-image: url(images/hrvertical.gif); background-position: right; background-repeat: no-repeat; height:21px; }

.loginholderusernamename { float:left; color:#ffffff; margin-top:3px; margin-right: 0px; }
.loginholderusernamename a { color:#c3c3c3; text-decoration: underline; font-weight:bold; }
.loginholderusernamename a:hover { color:#ffffff; text-decoration: underline; font-weight:bold; }

.loginholderregister { float:left; padding: 6px 7px 6px 6px; background-image: url(images/hrvertical.gif); background-position: right; background-repeat: no-repeat; height:23px; }

.loginholderusernamelogout { float:left; margin-top:0px; padding: 6px 0px 6px 6px; }

.loginholderusernamelogout a.button
{
	background: #7d7d7d;
	background-image: url(images/borderback_gray.jpg);
	background-repeat: repeat-x;
	border:1px solid #8a8a8a;
	padding: 3px 5px 3px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: #C3C3C3;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
	float:left;
	line-height:15px;
}

.loginholderusernamelogout a.button:hover, .loginholderusernamelogout a.button:focus
{
	background: #004562;
	background-image: url(images/borderback_blue.jpg);
	border-color: #00577c;
	color: #fff;
	outline: none;
}

/*------------------------------------------------*/
/*--------------------[SEARCH]--------------------*/
/*------------------------------------------------*/
.search_bg { height:30px; float: right; margin-top: 6px; margin-right:6px; }
#search { color:#FFFFFF; padding:0; }

.searchfieldholder { width:194px; float:left; }

.searchbuttonholder { float:left; margin-left:5px; }

.searchfield
{
background:url(images/textboxback.gif) repeat-x scroll 0 0 #FFFFFF;
border: 1px solid #AAAAAA;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
padding:3px;
height:15px;
font: inherit;
font-size: 12px;
color: #000;
width:186px;
}

/*------------------------------------------------*/
/*--------------------[BUTTONS]-------------------*/
/*------------------------------------------------*/

#facebooklike { border:none; overflow:hidden; width:740px; height:24px; margin: 10px 0px 0px 0px; }

/*------------------------------------------------*/
/*---------------------[ADS]----------------------*/
/*------------------------------------------------*/
.pageadholder { float: left; background-color: #ffffff; width: 755px; height:250px; padding:15px 0 15px 15px; margin-bottom:7px; border-bottom: 3px solid #c0c0c0; }
.ads-300x250 { float: left; padding: 0 0 0 0; width: 300px; height:250px; }
.ads-110x250 { float: left; padding: 0 15px 0 15px; width: 110px; height:250px; }

.ads-980x120 img { width: 980px; height:120px; margin: 0px auto; }

.ads-160x600 { float:left; }
.ads-160x600 img { width: 160px; height:600px; margin:15px 0 0 12px; }

.ads-160x600-left { float:left; }
.ads-160x600-left img { width: 160px; height:600px; margin:15px 12px 0 0; }

.ads-250x360 { float: left; background-color: #ffffff; padding: 10px; width: 250px; height:360px; }

.ads-728x90 { margin: 15px 15px 0 0; float:right; }
.ads-728x90 img { width: 728px; height: 90px; }

/*------------------------------------------------*/
/*-----------------[VIDEO PLAYER]-----------------*/
/*------------------------------------------------*/
.post-wrapper-video { background-color: #ffffff; margin-bottom: 7px; border-bottom: 3px solid #a5a5a5; padding: 0px; background-position: bottom; width: 770px; float: left; }
.post-wrapper-video-inside object { width: 770px; height: 433px; }
.post-wrapper-video-inside embed { width: 770px; height: 433px; }

.embedcodearea { float:left; width:740px; height:100px; margin:10px; overflow:hidden; }

.post-wrapper-video.blogg { width: 740px; height: 416px; margin-bottom: 12px; border-bottom: 3px solid #a5a5a5; float:left; }
.post-wrapper-video-inside.blogg object { width: 740px; height: 416px; }
.post-wrapper-video-inside.blogg embed { width: 740px; height: 416px; }

.embedcodearea { float:left; width:710px; height:100px; margin:10px; overflow:hidden; }

.timestamp { display:inline; margin-left: 5px; color:#808080; font-size: 16px; }
.smalltimestamp { display:inline; margin-left: 3px; color:#808080; font-size: 10px; }

.playerbutton-holder { width:83px; height:83px; position:relative; z-index: 1; overflow: hidden; top:175px; left:343px; }
a.playerbutton img { width: 83px; height: 83px; border:0px; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; background-image: url(images/P2P-playknapp.png); background-repeat: no-repeat; }
a.playerbutton img:hover { filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity: 1.0; opacity: 1.0; }

.playerbutton-mid-holder { width: 230px; height:129px; position:absolute; z-index: 1; }
a.playerbutton-mid img { padding-left:102px; padding-right:101px; padding-top:51px; padding-bottom:51px; width: 27px; height: 27px; border:0px; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
a.playerbutton-mid img:hover { filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity: 1.0; opacity: 1.0; }

.playerbutton-sm-holder { width: 185px; height:104px; position:absolute; z-index: 1; }
a.playerbutton-sm img { padding-left:79px; padding-right:79px; padding-top:38px; padding-bottom:39px; width: 27px; height: 27px; border:0px; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
a.playerbutton-sm img:hover { filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity: 1.0; opacity: 1.0; }

.playerbutton-sticky-holder { width: 380px; height:214px; position:absolute; z-index: 1; }
a.playerbutton-sticky img { padding-left:169px; padding-right:169px; padding-top:86px; padding-bottom:85px; width: 42px; height: 42px; border:0px; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
a.playerbutton-sticky img:hover { filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity: 1.0; opacity: 1.0; }

.thumb-playerbutton-mid-holder { width: 230px; height:129px; float:left; margin: 0 15px 0 0; }

.thumb-mid-holder { width: 230px; height:129px; position:absolute; top: 0px; left: 0px; z-index: 1; }
.thumb-mid img { width: 230px; height:129px; }

.thumb-playerbutton-sticky-holder { width: 380px; height:214px; float:left; }

.thumb-sticky-holder { width: 380px; height:214px; position:absolute; top: 0px; left: 0px; z-index: 1; }
.thumb-sticky img { width: 380px; height:214px; }

.thumb-playerbutton-sm-holder { width: 185px; height:104px; float:left; }

.thumb-sm-holder { width: 185px; height:104px; position:absolute; top: 0px; left: 0px; z-index: 1; }
.thumb-sm img { width: 185px; height:104px; }

.thumb-playerbutton-sm-playertime { position:absolute; z-index: 2; font-size:10px; text-align:left; width: 179px; margin:84px 0 0 6px; text-shadow:0px 1px 1px #000; }
a.thumb-playerbutton-sm-playertime { color:#fff; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; text-decoration:none; }
a:hover.thumb-playerbutton-sm-playertime { color:#fff; filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity: 1.0; opacity: 1.0; text-decoration:none; }

.thumb-playerbutton-mid-playertime { position:absolute; z-index: 2; font-size:10px; text-align:left; width: 224px; margin:110px 0 0 6px; text-shadow:0px 1px 1px #000; }
a.thumb-playerbutton-mid-playertime { color:#fff; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; text-decoration:none; }
a:hover.thumb-playerbutton-mid-playertime { color:#fff; filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity: 1.0; opacity: 1.0; text-decoration:none; }

div.post-wrapper div.thumb-playerbutton-mid-holder a.thumb-playerbutton-mid-playertime {
 color: #FFF;
}

.thumb-playerbutton-sticky-playertime { position:absolute; z-index: 2; font-size:10px; text-align:left; width: 380px; margin:193px 0 0 6px; text-shadow:0px 1px 1px #000; }
a.thumb-playerbutton-sticky-playertime { color:#fff; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; text-decoration:none; }
a:hover.thumb-playerbutton-sticky-playertime { color:#fff; filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity: 1.0; opacity: 1.0; text-decoration:none; }

/*------------------------------------------------*/
/*----------------------[LATEST]------------------*/
/*------------------------------------------------*/
.advanced-recent-posts { width: 270px; padding: 0px; margin: 0px; float:left; }
.advanced-recent-posts-holder { width: 270px; height: 70px; margin: 0px; padding: 0px; border-bottom: 1px solid #e3e3e3; background: #ffffff; }

.advanced-recent-posts-holder a { color:#004562; }
.advanced-recent-posts-holder a:hover { color:#00577c; }

.advanced-recent-posts-holder.spel a { color:#004562; }
.advanced-recent-posts-holder.spel a:hover { color:#00577c; }

.advanced-recent-posts-holder.musik a { color:#180141; }
.advanced-recent-posts-holder.musik a:hover { color:#34087d; }

.advanced-recent-posts-holder.film a { color:#460000; }
.advanced-recent-posts-holder.film a:hover { color:#590606; }

.advanced-recent-posts-text { width: 125px; height: 50px; margin: 0px; padding: 10px; float:left; line-height:15px; font-weight: bold; }

.advanced-recent-posts-text.spel a { color:#a86800; }
.advanced-recent-posts-text.spel a:hover { color:#bd7500; }

.advanced-recent-posts-text.musik a { color:#180141; }
.advanced-recent-posts-text.musik a:hover { color:#34087d; }

.advanced-recent-posts-text.film a { color:#460000; }
.advanced-recent-posts-text.film a:hover { color:#590606; }

.advanced-recent-posts-playerbutton-holder { width: 125px; height:70px; position:absolute; z-index: 1; }
a.advanced-recent-posts-playerbutton img { padding-left:49px; padding-right:49px; padding-top:21px; padding-bottom:22px; width: 27px; height: 27px; border:0px; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
a.advanced-recent-posts-playerbutton img:hover { filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity: 1.0; opacity: 1.0; }

.advanced-recent-posts-playertime { position:absolute; z-index: 2; font-size:10px; text-align:left; width: 119px; margin:51px 0 0 6px; text-shadow:0px 1px 1px #000; }
a.advanced-recent-posts-playertime { color:#fff; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; text-decoration:none; }
a:hover.advanced-recent-posts-playertime { color:#fff; filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity: 1.0; opacity: 1.0; text-decoration:none; }

.advanced-recent-posts-image { width: 125px; height: 70px; float:left; }

/*------------------------------------------------*/
/*-------------------[RELATED]--------------------*/
/*------------------------------------------------*/
.relatedthumbholder { width: 136px; float: left; padding-right:15px; }
.relatedthumb { width: 133px; height:76px; margin-bottom:10px; }
.relatedthumbtext { line-height:15px; font-weight: bold; }

/*------------------------------------------------*/
/*-------------------[SKRIKBOX]-------------------*/
/*------------------------------------------------*/

/* This file controls the look of the Live shoutbox... */

#chatoutput {
height: 200px;
/* width: 172px; */

/* Horizontal Scrollbar Killer */
padding: 10px;

/* Borders */
border: 0px solid #004562;
border-width: 0px 0px;
-moz-border-radius : 0px 0px 0px 0px;

font: 11px helvetica, arial, sans-serif;
color: #000;
background: #fff;
overflow: auto;
}

#chatoutput span { color: #808080; }
#chatForm label, #shoutboxAdmin { float:left; }
#chatoutput li a { color: #004562 }

/* User names with links */
#chatoutput li span a { display: inline !important; }

#chatForm input[type="hidden"] { border: 0; padding: 0; }

#chatoutput ul#outputList { padding: 0; position: static; margin: 0; }
#chatoutput ul#outputList li { padding:5px; color: #000; font-size:11px; list-style: none; min-height: 15px; }

/* No bullets from Kubrick et al. */
#chatoutput ul#outputList li:before { content: ''; }

ul#outputList li:first-line { line-height: 16px; }
#lastMessage { padding: 10px; margin-bottom:5px; background:#f7f7f7; text-align: center; display:none; }
div#responseTime { display: inline; }
#chatoutput .wp-smiley { vertical-align: middle; }

#JalSound { margin: 0 -16px 0 0; cursor: pointer; float: left; width: 16px; height: 16px; }
#usersOnline { color: #004562; text-align: center; }
#SmileyList a img { display:none; }
#Show_Spam { text-align: center; color: red; }

#wordspew .delShout { cursor: pointer; font-weight: bold; margin-left: 4px; }
.shoutbox_archive { margin: 20px; text-align: left; }
.shoutbox_archive .header { background: #000; color: #fff; height: 30px;}
table#wordspew { -moz-border-radius: 6px; -khtml-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; background: #fff; padding: 6px; color: #000; }
.msg { width: 70%; }
.name { white-space: nowrap; }
.date, .IP { text-align: center; }
.alternate { background-color: #f8f8f8; }
.goback { float: right; margin: 5px; }
#chatoutput li span.jal_user, #chatoutput li span.jal_user a, td span.jal_user { font-weight: bold;  }
.ps_left { float: left; margin-right: 2px; }
.ps_right { float: right; margin-left: 2px; }

tr.bg td { border-bottom: 1px dashed #ddd; padding: 2px; }
tr.bg:hover td, tr.bg:hover td a { background: #004562; color: #fff; }
#chatoutput .InfoUser, .InfoUser { color: red; font-size: xx-small; }

#chatInput {
	width:250px;
	padding:10px;
	border-top:1px solid #ddd;
}

#chatbarText {
	background:url(images/textboxback.gif) repeat-x scroll 0 0 #FFFFFF;
	border: 1px solid #AAAAAA;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding:10px;
	font: inherit;
	font-size: 11px;
	color: #000;
	width:228px;
	height:50px;
	margin:10px 0 10px 0;
}

	#chatbarText:focus
	{
		background: #fff;
		color: #555;
		border:1px solid #c0c0c0;
	}

#chatForm input#submitchat {
	background: #004562; background-image: url(images/borderback_blue.jpg);
	background-repeat: repeat-x;
	border:1px solid #004562;
	padding: 1px 5px 3px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: #C3C3C3;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	height:23px;
	cursor: pointer;
}

	#chatForm input#submitchat:hover
	{
		border-color: #00577c;
		color: #fff;
		outline: none;
	}

.chatbarTextholder {
float:left;
}

/*------------------------------------------------*/
/*--------------------[FOOTER]--------------------*/
/*------------------------------------------------*/
#footer { clear: both; width: 990px; text-align: left; color: #FFFFFF; padding: 10px; margin: 0px auto; background: #000000; float: left; font-size: 11px; }
		#footer a { color: #FFFFFF; font-size: 11px; }
		#footer a:visited { color: #FFFFFF; }
		#footer a:hover { color: #FFFFFF; text-decoration: underline; }
		#copyright { text-align: left; }

/* > Admin bar
-------------------------------------------------------------- */

#wp-admin-bar {
	position: fixed;
	top: 0;
	left: 0;
	height: 25px;
	font-size: 11px;
	width: 100%;
	z-index: 1000;
}
	#wp-admin-bar .padder {
		float:none;
		position: relative;
		padding: 0;
		width: 100%;
		margin: 0 auto;
		background: url( images/60pc_black.png );
		height: 25px;
	}
		body#bp-default #wp-admin-bar .padder {
			min-width: 1076px;
			max-width: 1076px;
		}

		body#bp-default.activity-permalink #wp-admin-bar .padder {
			min-width: 1076px;
			max-width: 1076px;
		}

#wp-admin-bar * { z-index: 999; }

#wp-admin-bar div#admin-bar-logo {
	position: absolute;
	top: 5px;
	left: 10px;
}

#wp-admin-bar a img {
	border: none;
}

#wp-admin-bar li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-align: left;
}

#wp-admin-bar li a {
	padding: 7px 15px 7px 15px;
	color: #eee;
	text-decoration: none;
	font-size: 11px;
}
	#wp-admin-bar li.alt { border: none; }

	#wp-admin-bar li.no-arrow a {
		padding-right: 15px;
	}

	#wp-admin-bar ul li ul li a span {
		display: none;
	}

#wp-admin-bar li:hover, #wp-admin-bar li.hover {
	position: static;
}

#admin-bar-logo {
	float: left;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 8px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}
	body#bp-default #admin-bar-logo { padding: 2px 8px; }

/*******************/

#wp-admin-bar ul { /* all lists */
	margin: 0;
	list-style: none;
	line-height: 1;
	cursor: pointer;
	height: auto;
	padding: 0;
}

#wp-admin-bar ul li { /* all list items */
	padding: 0;
	float: left;
	position: relative;
	background: url( images/admin-menu-arrow.gif ) 88% 53% no-repeat;
	padding-right: 11px;
}
	#wp-admin-bar ul li.no-arrow {
		background: none;
		padding-right: 0;
	}

	#wp-admin-bar ul li ul li {
		background-image: none;
	}

#wp-admin-bar ul li.align-right {
	position: absolute;
	right: 0;
}

#wp-admin-bar ul li a {
	display: block;
}

#wp-admin-bar ul.main-nav li:hover, #wp-admin-bar ul.main-nav li.sfhover, #wp-admin-bar ul.main-nav li ul li.sfhover {
	background-color: #333;
}

/* second-level lists */

#wp-admin-bar ul li ul {
	position: absolute;
	width: 185px;
	left: -999em;
	margin-left: 0;
	background: #333;
	border: 1px solid #222;
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
}
	#wp-admin-bar ul li > ul {
		border-top: none;
	}

	#wp-admin-bar ul li ul a {
		color: #eee;
	}

#wp-admin-bar ul li ul li {
	float: left;
	width: 174px;
	margin: 0;
}
	#wp-admin-bar ul li ul li:hover a {
		color: #fff;
	}

#wp-admin-bar ul li div.admin-bar-clear {
	clear: both;
}

#wp-admin-bar ul.main-nav li ul li:hover, #wp-admin-bar ul.main-nav li ul li.sfhover, #wp-admin-bar ul.main-nav li ul li.sfhover {
	background-color: #222;
}

/* third-and-above-level lists */

#wp-admin-bar ul li ul ul {
	margin: -25px 0 0 184px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	#wp-admin-bar ul li ul li:hover ul li a {
		color: #eee;
	}
		#wp-admin-bar ul li ul li ul li:hover a {
			color: #fff;
		}

#wp-admin-bar ul li:hover ul, #wp-admin-bar ul li ul li:hover ul, #wp-admin-bar ul li.sfhover ul, #wp-admin-bar ul li ul li.sfhover ul  {
	left: auto;
}

#wp-admin-bar ul li.align-right:hover ul {
	right: 0;
}

#wp-admin-bar ul li:hover ul ul, #wp-admin-bar li.sfhover ul li ul {
	left: -999em;
}

/* Menu item css */

#wp-admin-bar img.avatar {
	float: left;
	margin-right: 8px;
}

#wp-admin-bar span.activity {
	display: block;
	margin-left: 34px;
	padding: 0;
}

#wp-admin-bar ul.author-list li a { height: 17px; }

#wp-admin-bar ul li#bp-adminbar-notifications-menu a span {
	padding: 0 6px;
	margin-left: 2px;
	background: #dd0000;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}