/*  
Theme Name: WhiteHousePro

Theme URI: http://www.pagelines.com/themes/

Description: WhiteHousePro is a professional WordPress theme built on the PageLines CMS framework. Designed and developed by <a href="http://pagelines.com/about">Andrew Powers</a> and <a href="http://www.pagelines.com">PageLines</a>.

Version: 2.1.3

Author: PageLines

Author URI: http://www.pagelines.com

Tags: theme-options, white, silver, light, two-columns, fixed-width, threaded-comments, custom-header, custom-colors, translation-ready, buddypress

*/

/* Defaults */
	body{
		font-size:13px;
		line-height:1.6em;
		
		font-family:georgia,serif;
	}
	a:focus{outline:1px dotted invert;}
	hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}

	ol{list-style:decimal}
	ul{list-style:square;}
	.hentry ul, ol{ margin-left:25px; margin-bottom: 1em;}

	p,.p{margin-bottom: 1em;}

	blockquote{
		margin:0 0 1em 1em;
		background: #eee;
		padding: 1em 1em;
	}


/*layout width */

	body{background: #fafafa url(images/bg.jpg) no-repeat top center;}
	
	#pagewrap {width:980px; margin:0 auto;}
	.container{background: #fff; width:960px; margin: 0px auto;}
	#header {width:940px; margin:0 auto;}
	#content { position:relative; background: #ffffff url(images/contentbg.png) repeat-y 0 0;}

	
	.contentshadow {background: transparent url(images/contentshadow.png) repeat-y 0 0;	 }
	
	#site {	padding-bottom:2em; padding-top:2em;}
	#footer {
		width: 990px; margin:0 auto;
	}
	#sidebar {
		background: url(images/bg_sidebar.png) no-repeat 0 0;
		width: 318px;
		float: left;
		border-left: 1px solid #bbb;

	}
	#wrapper {
		position:relative;
		padding-bottom: 50px;
	}
	#nav {
		position:relative;
		z-index:4; /* ie drop-down fix */
	}
	#maincontent {
		float: left;
		width: 640px;
		background: #fff;
		border-right: 1px solid #bbb;
		margin-right: -1px;
	}
	#fullwidth #maincontent {border-right: 1px solid #eee;}
	/* @ FULL WIDTH */
	#fullwidth #content {background: #fff;}
	#fullwidth #maincontent {width: 100%;}

/* Links & Colors */

a {text-decoration:none;}
	
a,.commentlist cite,.commentlist cite a, #sub_head #subnav .current_page_item a, #grandchildnav .current_page_item a, .headline h1 a:hover{ color:#005299;}
.hentry a:hover{text-decoration: underline;}
#subnav ul li a:active{color:#000;text-decoration:none;}

/* HEADERS */
	h1, h2, h3, h4, h5, h6, #nav{		
		font-family:  baskerville, 'palatino linotype',palatino,georgia,serif;
		font-weight: normal;
		margin:0;padding: 0; 
		line-height: 1.2em;
		color:#000;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a{}
	h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, #nav em{text-transform: lowercase;font-style:italic;f}
	
	h1{font-size: 2.6em;}
	h2{font-size: 1.7em;}
	h3{font-size: 1.5em;}
	h4{font-size: 1.3em;}
	h5{font-size: 1.1em;}
	h6{font-size: 1em;}


/* @ HEADER */
#header {
	position: relative;
	padding: 10px 0px 10px 8px; 
	/*background: transparent url(images/headerbg.png) repeat-x bottom left;*/
}

	.headline {color:#000; }
	.headline h1 a{color:#000;font-size: 22px;float:left;line-height:1.5em;text-transform: uppercase;letter-spacing: .2em;}
	
	.site-description { font-size:1em;font-family: palatino, times, georgia; font-style:italic;float:left;margin:13px 0 0 .5em;color:#aaa;}

/* Header Icons */
.icons {text-align: right;position: absolute;bottom: 10px; right:0px;line-height: 20px;height: 24px;}
.icons a {display: block;width: 24px; height: 24px; margin-left: 4px; float: right;text-align: right;}
.icons .twitterlink {background: url(images/icons/icon-twitter.png) no-repeat 0 0;}
.icons .linkedinlink {background: url(images/icons/icon-linkedin.png) no-repeat 0 0;}
.icons .facebooklink {background: url(images/icons/icon-facebook.png) no-repeat 0 0;}
.icons .rsslink {background: url(images/icons/icon-rss.png) no-repeat 0 0;}


	/* MAIN NAVIGATION */
		#nav {
			text-transform: uppercase;
			font-size: .9em;	
			line-height: 1.1em;
			background: #072A5A url(images/nav-blue.png) repeat-x 0 0;
			clear:both;
		}
		#nav ul{
			list-style: none;
			display: block;
			margin: 0px 0px 0px 0px;
			padding: 0px;
			float: left;
			position:relative;
		}
		#nav li{position:relative;}
		#nav ul li{
			margin: 0px 0px 0px 0px;
			padding: 0px;
			float: left;
			
		}
		#nav ul li a{
			
			line-height: .9em;
			padding: 13px 13px 11px;
			text-decoration: none;
			color: #fff;
			display: block;
		}
		

		 #nav li a:hover{
			color:#fff;
			background:transparent url(images/nav-blue.png) repeat-x 0 -35px;
		}
		#nav li a:active{
			color:#ddd;
			background:transparent url(images/nav-blue.png) repeat-x 0 -70px;
		}
		
		#nav .current_page_item a, #nav .current_page_item a:hover, #nav li a:active, #nav .current_page_ancestor{
			text-decoration: none;	
			color:#fff;
			background:transparent url(images/nav-blue.png) repeat-x 0 -70px;
		}
		

		#nav ul ul {display: none;}
		
				/* @ SUBHEAD */
				#sub_head {
					font-size: 12px;
					background: #f1f1f1 url(images/subheadbg.png) repeat-x 0 0;
					border-bottom:1px solid #ccc	;
					height: 35px;
					line-height: 1em;
					overflow: hidden;
				}
				
					#sub_head ul{
						list-style:none;margin:0;
					}
					#sub_head #subnav {
						margin:0 0 0 10px;
						border-left: 1px solid #eee;
					}
					#sub_head ul li{float: left;}
					#sub_head li a{
						color:#000;
						display: block;
						padding: 11px 5px 12px 6px; 
						border:none;
						border-right: 1px solid #EEE;
						border-left: 1px solid #fff;
						text-shadow: #fff 0 .5px .5px;
					}
					#sub_head li.current a{
						background: #eee url(images/subhead_active.png) repeat-x 0 0;
					}
					#sub_head li a:hover{
						border-left: 1px solid #eee;
						border-right: 1px solid #eee;
						background: #eee url(images/subhead_hover.png) repeat-x 0 0;
/*						margin-left: -1px ;
						padding-left: 5px;*/
					}
					#sub_head li a:active{
						border:none;
						background: #eee url(images/subhead_active.png) repeat-x 0 0;
						border-left: 1px solid #ccc;
						border-right: 1px solid transparent;
					}
					#sub_head .current_page_item a, #sub_head li.current_page_ancestor a, #sub_head .current-cat a{
				
						border:none;
						background: #eee url(images/subhead_active.png) repeat-x 0 0;
						border-right: 1px solid #fff;
						border-left: 1px solid #ccc;
					}

	
				#grandchildnav li{ padding:0; margin:0; line-height: 1em; border-top:none;}
				#grandchildnav li a, #grandchildnav .current_page_item  ul li a{
					display:block; 
					padding: 10px; 
					border: 1px solid transparent;
					border-left: 3px solid transparent;
					background:transparent;
				}
				#grandchildnav li a:hover, #grandchildnav .current_page_item  ul li a:hover{
					background: #f7f7f7;
					border-left: 3px solid #ddd;
					text-decoration: none;
				}
				#grandchildnav .current_page_item a{ 
					background: #f7f7f7;	
					border-left: 3px solid #ddd;
				}
				#grandchildnav li ul{
					margin-left: 25px;
				}

.subleft {
	width: 620px;
	padding: 0 10px;
	float:left;
	text-align: left;
}

	.center #searchform {
		float: none;
		padding: 10px 10px;
		margin: 0px auto;
	}



	#overview {
		border-bottom:1px dotted #bbb;
		margin-bottom:1em;
	}

/* MAIN SEARCH */
	
	/* Search in subhead */
		#searchform {
			padding: 4px 12px;
			width: 293px;
			float: right;
		}
		#searchform input {font-size: 100%;}
		#sub_head #searchform {
			padding: 7px 12px;
		}
		#sidebar #sidesearch {
			font-style: italic;
			font-size: 11px;
			height: 30px;
			padding:3px 0 2px 0;
			border-bottom: 1px solid #ccc;
			border-right: 1px solid #ddd;
			background: #f1f1f1 url(images/subheadbg.png) repeat-x 0 0;
			border-left:1px solid #fff;
			display: block;
		}
		#widgets{border-top: 1px solid #aaa;}
		
/* Pages */
	.pagetitle {
		padding: .5em 0;
		border-top: 3px double #bbb;
		border-bottom: 1px solid #bbb;
		margin-bottom: 1em;
	}

/* POSTS */
	.post{	
		background: #fff url(images/post-bg.png) repeat-x left bottom;
		clear: both;
		overflow: hidden;
	}
	.post.sticky {
		border:5px solid #eee;
	}

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding:20px 20px 5px 20px;
	font-size: 11px;
	position: relative;
}
	.post-nav a, .post-nav a:visited {
		color: #999;
		text-decoration: none;
	}
	.post-nav a:hover {
		color: #000000;
		text-decoration: none;
	}
	.post-nav .previous a {
		float: left;
		display: block;
		padding-left: 24px;
		background: url(images/post-previous.gif) no-repeat left center;
	}
	.post-nav .next a {
		float: right;
		display:block;
		padding-right: 24px;
		text-align: right;
		background: url(images/post-next.gif) no-repeat right center;
	}

/* THUMB */
.thumb.left img {
margin-right:23px;
}
.thumb img {
display:block;
margin:0 0 0.8em;

}

.copy {padding: 25px 30px 0px 30px;}

/*- Post Date -*/
.post-date {
	margin: 0 0 1.25em;
}
.post-date a {
	color: #fff;
}
.post-date em {
	background: #0F2B59;
	color: #fff;
	font-size: .9em;
	font-style: normal;
	padding: 5px 5px;
	line-height: 1.75em;
}

.post-excerpt {
	font-style: italic;
	width: 350px;
	float:left;
}
.post-title {margin-bottom: .4em;}
.post-title h2{
	font-size: 2.5em;
	line-height: 1em;
	text-transform: none;
	letter-spacing: -.02em;
	padding: 5px 0;
}
.post-title h2 a{color: #000;}
.post-title h2 a:hover{
	text-decoration: underline;
}

/*- Post Author -*/
.author-info {
	padding: 15px;
}
.author-info small {color: #999;}
.author-info h3{
	text-transform: capitalize;
	font-size: 26px;
}
.pic {text-align: left}
.pic img {float:left}
.post-author {
	margin: 0 0 1em;
}
.author-details {
	font-size: .85em;
}
.author-descr {
	display: table;
	height: 1%;
}



.author, .auxilary a{font-variant: small-caps;}
.auxilary a{color: #999;}
.author {
	padding: 0 10px;
	background:#fff;
}
.post .entry {
	margin-bottom: 1em;
	padding: 1em 0;
	border-top: 1px solid #eee;
}
.postwrap {
}

.pfooterdark {
	
	background: #eee url(images/box-bgr2.gif) repeat-x top;
}
.pfooterlight {
	
}
.post-footer {
	height: 42px;
	padding: 0 18px;
	overflow: hidden;
}
.hentry .post-footer {margin-bottom: 1em;}
.post-footer a{
	color: #000;
	font-variant: small-caps;
	letter-spacing: .1em;
	font-family: palatino,georgia;
}
.post-footer .left {
	line-height: 38px;
}
.post-footer .left span {
	background: url(images/comment_count_bg.png) no-repeat center left;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 4px 0 8px 0;
	width: 33px;
	margin-right: 6px;
	display: inline-block;
	line-height: 32px;
}
.post-footer .right {
	padding: 9px 0 0;
}
.post-footer .right span {
	line-height: 21px;
}
.post-footer img {
	margin: 0 0 0 2px;
}
.tags {font-style: italic; color: #777;font-size: 10px;}
.widget_tag_cloud .wcontent {
 font-family:baskerville,"palatino linotype", palatino times;
 }

/* twitter */
.twitter{
	background: url(images/icons/balloon-twitter.png) no-repeat 0px 0px;
	font-style: italic;
	display:block;
	font-size: 10px;
	padding-left: 30px;
}
	.twitter a{font-style:normal;}
	#sidebar .twitter {	margin:1em 0 0;}


/* sidebar */
#welcome {
	border:1px solid #aaa;
	margin-bottom: 1em;
	background:#0D1E45 url(images/welcomebg-blue.png) repeat-x top left;
	text-shadow: #002A7F 0 0 1px;
}
#welcome .welcometext {
	border: 1px solid #fff;
	color: #D3DBE5;
	padding: 13px 14px 15px 15px;
}

#welcome .greeting{
	color: #fff;
	border-bottom: 1px solid #93A6BD;
	padding: 2px 0 4px;
	margin-bottom: 5px;
}
#welcome a {color: #fff;}
#welcome a:hover {text-decoration: underline;}


#sidebar {
	position:relative;
	color:#424242;
}
#sidebar #widgets {
	padding:10px 10px 1em 10px;
	
	margin-bottom: 1em;
}

#sidebar .widget{
	
	border:1px solid #999;
}
#sidebar .wtitle{	
	
	text-transform:uppercase;
	letter-spacing:.3em;
	font-size: 1.1em;
	padding:5px;
	text-align:center;
	border-bottom:1px solid #bbb;
}
#sidebar .wcontent {
	padding:1em 0;
}
.widget {
	margin-bottom: 1em;
	background:#fff;
	padding:1px;
}
.wtitle{
	text-align:left;
	border-bottom:1px solid #eee;
	letter-spacing:.2em;
	font-size:1.4em;
}
.widget .winner {
	border: 1px solid #fff;
	background: url(images/box-bgr.gif) repeat-x 0 0;
	padding: 0 10px;
}
.widget .wcontent{
	
	padding: 1em 0;
}

.widget ul li{
	list-style:none;
	
	
	border-top:1px solid #fff;
	border-bottom:1px solid #eee;
	display: block;
	padding: 4px;
}
.widget ul li a {
	color: #666;
}
.widget ul li a:hover{	
	text-decoration: underline;
}
.widget ul li ul li{margin-left: 20px;border:none;font-size: .9em;}


.page-nav {
	padding: 15px;
}
.page-nav .previous-entries {float: left;}

.page-nav .next-entries {float: right;}

/* @ FOOTER */


#morefoot #s {width: 150px;margin:1em 0;}
#morefoot #searchform {width: 260px;}

#pagefoot {
	clear:both;
	font-size:1em;
	overflow:hidden;
	text-align: center;
	padding: 10px 10px 10px 10px;
}
#pagefoot h1{color: #999;margin-bottom: .5em;}
#pagefoot #footnav, #pagefoot #footnav li{display:inline;list-style-type:none;}
#pagefoot #footnav small{display: none;}
#pagefoot #footnav em{font-style:normal;}
	#pagefoot .terms {color: #666;line-height: 3em;}
	#pagefoot #footnav  {margin-left: 20px; }
	#footnav li a{
		font-variant: small-caps;
		padding: 3px 2px;
		line-height: 1em;
		margin-right: 10px;
		text-decoration:none;
	}
	#footnav li a:hover{ border-top:1px solid  #666; border-bottom: 1px solid #666;}
	#footnav li.on a{border-top:1px solid  #666; border-bottom: 1px solid #666;}

/* Cred */
	#cred {
		position:absolute;
		bottom:0;
		left:50%;
		margin-left:-55px;
		width: 150px;
	}
	#cred small{font-size:8px;}
	#cred a{margin-right:10px;}
	#cred a.pagelines{
	
		font-size: 1.1em;
		color: #666;
		padding-left: 23px;
		float: left;
	}
	#cred a.pagelines:hover{text-decoration:underline;}

	a.plimage {
		display: block;
		float: left;
		text-indent:-3330em;
		height: 30px;
		width:113px;
		font-size: 8px;
		color: #eee;
		background: url(images/pagelines.png) no-repeat center center;
	}

	#cred a:hover {
		text-decoration: underline;
	}

.shadowbottom{
	background: url(images/bcontentshadow.png) no-repeat center bottom;
	clear: both;
	height: 4px;
	overflow: hidden;
	width: 980px;
}
.shadowtop{
	background: url(images/tcontentshadow.png) no-repeat center bottom;
	clear: both;
	height: 8px;
	overflow: hidden;
	width: 980px;
}


/* Widgets */
#calendar-wrap {text-align:center;}
#wp-calendar {text-align:center;margin-top:5px;width:100%;}
#wp-calendar caption{text-transform:uppercase;letter-spacing:.1em;}
#wp-calendar td{padding:4px 8px;}
#wp-calendar #today{font-weight: bold;border:1px solid #ccc;background:#f7f7f7;}



/* Wordpress caption */
	.wp-caption {
		text-align: center;
		background: #fff;
		border: 1px solid #ddd;
		margin: 10px;
		padding: 4px;
		margin-bottom: 1em;
	}
	.wp-caption-text {font-size: 11px; text-align: center; margin:0;padding:6px 3px 2px;line-height: 16px;}
	.wp-caption img {margin: 0;	padding: 0;	border: 0 none;margin-top: 5px;	}
	.wp-caption-dd {font-size: 11px;line-height: 17px;	padding: 0 4px 5px;	margin: 0;	}


/* FLOATING AND ALIGNMENT */
	.aligncenter,.alignnone {display: block;margin-left: auto;margin-right: auto;}
	.center, .textcenter {text-align: center;}
	.alignleft {float: left;margin:0 1.4em .4em 0;}
	.left {	float: left; }
	.textleft {text-align: left;}
	
	.alignright {float: right;margin:0 0 .4em 1.4em;}
	.right { float: right; }
	.textright {text-align:right;}
	
	.clear {clear:both;}
	
	.block{display:block;}
	
	img.center, img[align="center"] {display: block;margin-left: auto;margin-right: auto;}
	img.left, img[align="left"] { float:left;margin: 2px 10px 5px 0px;}
	img.right, img[align="right"] {	float:right;margin: 2px 0px 5px 10px;}

	.pad_small{padding: 8px;}
	.pad_big {padding: 15px 20px;}


/* Custom Buddypress CSS */

div.bp-widget {
	background: url(http://lembergtest.dk/wp-content/themes/WhiteHousePro/images/box-bgr.gif) repeat-x 0 0;
	margin-bottom: 20px;
	border: 1px solid #eee;
	padding: 15px;
}
		div.bp-widget h4 {
			text-transform:uppercase;
			letter-spacing:.3em;
			font-size: 1.1em;
			padding:5px;
			text-align:center;
			border-bottom:1px solid #bbb;
			margin: -14px -14px 15px -14px;
		}
			/* "See All" links in widget headers */
			div.bp-widget h4 span { float: right; }

form#whats-new-form {
	margin-bottom: 10px;
	border: 1px solid #b6b6b6;
        border-top: 2px solid #919191;
	overflow: hidden;
	padding: 8px;
        background: #f2f2f2;
        
}
	#item-body form#whats-new-form {
		margin-top: 20px;
	}

	.home-page form#whats-new-form {
            color: #777;
            font-weight: bold;
	}

	form#whats-new-form h5 {
		margin: 0;
		font-weight: normal;
		font-size: 12px;
		color: #777;
		margin-left: 0;
		padding: 0 0 3px 0;
                font-weight: bold;
	}

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

	form#whats-new-form #whats-new-content {
		margin-left: 0;
		padding-left: 0;
	}

	form#whats-new-form #whats-new-textarea {
		padding: 8px;
		border: 1px inset #ccc;
		background: #fff;
		margin-bottom: 10px;
	}
	form#whats-new-form textarea {
		width: 100%;
		height: 24px;
		font-size: 14px;
		font-family: inherit;
		color: #333;
		border: none;
		margin: 0;
		padding: 0;
	}

	form#whats-new-form #whats-new-options select {
		max-width: 150px;
                color: #555;
	}

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


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

	table.forum tr.sticky td {
		background: #6d84b4;
		border-top: 1px solid #315091;
		border-bottom: 1px solid #315091;
                color: #fff;
	}

table.forum tr.sticky td a {
                color: #fff;
                font-weight: bold;
	}

	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%;
	}


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


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

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

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

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

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

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

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


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


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] {
		border: 1px inset #ccc;
		padding: 6px;
		font: inherit;
		font-size: 14px;
		color: #888;
	}
		form.standard-form select {
			padding: 3px;
		}

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

	form.standard-form label, form.standard-form span.label {
		display: block;
		font-weight: bold;
		margin: 15px 0 5px 0;
	}
		form.standard-form div.checkbox label,
		form.standard-form div.radio label {
			font-weight: normal;
			margin: 5px 0 0 0;
			font-size: 14px;
			color: #888;
		}

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

	form.standard-form input[type=text] {
		width: 95%;
	}
		form.standard-form#login-form input[type=text],
		form.standard-form#login-form input[type=password] {
			padding: 4px;
			width: 95%;
		}

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

		form.standard-form#signup_form input[type=text],
		form.standard-form#signup_form textarea {
			width: 90%;
		}
			form.standard-form#signup_form div.submit { float: right; }
			form.standard-form#signup_form div.signup-avatar { margin-right: 15px; }

	form.standard-form textarea {
		width: 95%;
		height: 120px;
	}
		form.standard-form textarea#message_content {
			height: 200px;
		}

		form.standard-form#send-reply textarea {
			width: 97.5%;
		}

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

	form.standard-form div.submit {
		padding: 0 0;
		clear: both;
        border: 0;
	}
		form.standard-form div.submit input {
			margin-right: 0;
		}

	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 #basic-details-section, form.standard-form #blog-details-section,
form.standard-form #profile-details-section {
	float: left;
	width: 48%;
}
	form.standard-form #profile-details-section { float: right; }
	form.standard-form #blog-details-section {
		clear: left;
	}

form#send-invite-form {
	margin-top: 20px;
}

	form#send-invite-form #invite-list {
		height: 275px;
		overflow: auto;
		padding: 5px;
		background: #f5f5f5;
		width: 160px;
		border: 1px solid #e4e4e4;
		margin: 10px 0;
	}


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


	div#content .left-menu {
		float: left;
		width: 170px;
	}

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


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


ul.item-list {
	width: 100%;
}
	ul.item-list li {
		position: relative;
		padding: 15px 0;
		border-bottom: 1px solid #eaeaea;
	}
		ul.item-list li img.avatar {
			float: left;
			margin: 0 10px 10px 0;
		}

		ul.item-list li div.item-title {
			font-size: 14px;
		}

		ul.item-list li div.item-desc {
			margin: 10px 0 0 64px;
			font-size: 11px;
			color: #888;
			width: 50%;
		}

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

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

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

ul.activity-list li {
	padding: 20px 0 0 0;
}
	ul.activity-list li.has-comments {
		padding-bottom: 20px;
	}

	.activity-list li div.activity-meta {
		margin: 0;
	}

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

.activity-list li.mini {
	font-size: 11px;
	min-height: 35px;
	padding: 12px 0 0 0;
}
	.activity-list li.mini div.activity-meta {
		margin: 0;
	}

	.activity-list li.mini div.activity-meta a {
		padding: 0 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: 36px;
	}
		.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.mini .activity-avatar img.avatar,
		body.activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic {
			width: 50px;
			height: 50px;
			margin-left: 30px;
		}

	.activity-list li.mini .activity-content {
		margin-top: 0px;
        padding-bottom: 10px;
	}

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

	.activity-list li.mini .activity-meta {
		position: relative;
	}

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

.activity-list li .activity-inreplyto {
	font-size: 11px;
	color: #888;
	margin-left: 70px;
	margin-bottom: 15px;
	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;

	}

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

.activity-list .activity-content {
	margin-left: 70px;
}
	body.activity-permalink .activity-content {
		background: #fff;
		padding: 15px;
		margin-left: 80px;
		font-size: 16px;
		line-height: 150%;
		overflow: hidden;
		width: auto;
	}

	.activity-list .activity-content > p:first-child,
	.activity-list .activity-content .comment-header {
		font-size: 11px;
		color: #888;
		line-height: 220%;
	}

	.activity-list .activity-content > p > a:first-child, span.highlight,
	.activity-list .activity-content > .comment-header > a:first-child {
		color: #bbb;
        font-weight: bold;
		padding: 3px 0;
		text-decoration: none;
		margin-right: 3px;
	}
		.activity-list .activity-content p > a:first-child:hover {
/*			background: #059AE7 !important;
			color: #fff !important;*/
		}

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

	.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 35px 15px 25px;
/*		padding: 5px 5px 5px 5px;
		background: #f5f5f5;*/
	}

.activity-list li.load-more {
	margin: 15px  0 !important;
	padding: 10px 15px !important;
	background: #edeff4 !important;
	text-align: center;
	font-size: 1.2em;
	border: 1px solid #d8dfea;
	
}
	.activity-list li.load-more a {
		color: #3b5998;
	}

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

div.activity-meta {
	margin: 0 0 20px 3px;
}

.activity-list div.activity-meta a {
	font-size: 11px;
/*	color: #3b5998;*/
	text-decoration: none;
	border-radius: 4px;
}
	.activity-list div.activity-meta a.loading {
		background-image: url( ../images/ajax-loader.gif );
		background-position: 95% 50%;
		padding-right: 25px;
		background-repeat: no-repeat;
	}

	.activity-list div.activity-meta a.acomment-reply {
/*		color: #3b5998;*/
	}

	div.activity-meta a:hover {
		background: #fff;
/*		color: #3b5998;*/
		text-decoration: underline;
	}
		div.activity-meta a.acomment-reply:hover {
			background: #fff;
/*		        color: #3b5998;*/
		        text-decoration: underline;
		}

div.activity-comments {
	margin: 0 0 0 75px;
	background: #eceff5;
	width: 75%;
}
	body.internal-page div.activity-comments {
		width: auto;
	}

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

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: 2px solid #fff;
        border-bottom: 1px solid #e5eaf1;
		padding: 5px 0 0 0px;
		margin-left: 0;

	}
		body.activity-permalink div.activity-comments ul li {
			padding: 15px 0;
             
		}

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

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

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

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

	div.activity-comments div.acomment-avatar img {
		border-width: 2px !important;
		float: left;
		margin: 0 9px 0 5px;
                height: 32px;
                width: 32px;
	}

	div.activity-comments div.acomment-content {
		font-size: 11px;
		margin-left: 35px;
		margin-top: 5px;
	}
		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: 12px;
		}

	div.activity-comments div.acomment-meta {
		font-size: 11px;
		color: #888;
	}

        div.activity-comments div.activity-inner{
                margin: 0 0 0 9px;;
}

	div.activity-comments form.ac-form {
		display: none;
		margin: 10px 0 10px 33px;
		background: #eceff5;
		border-bottom: 1px solid #e5eaf1;
		padding: 8px;
	}
		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 {
			padding: 8px;
			border: 1px inset #ccc;
			background: #fff;
			margin-bottom: 10px;

		}
			div.activity-comments form textarea {
				width: 100%;
				font-family: inherit;
				font-size: 11px;
				color: #555;
				height: 60px;
				border: none;
				padding: 0;
			}
				div.activity-comments form input {
					margin-top: 5px;
				}

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

			}

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

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

a.button, input[type=submit], input[type=button],
ul.button-nav li a, div.generic-button a {
	padding: 3px 10px;
}

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

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

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

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

	div#sidebar table {
		margin: 0 -16px;
		width: 117%;
	}

	table tr td, table tr th {
		padding: 8px;
		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: #888;
				font-size: 11px;
				margin-top: 3px;
			}

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

	table tr.alt {
		background: #f4f4f4;
	}
    
    table tr.LoginWithAjax {
		background: none;
	}
    
    

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;*/
        background: none;
	}

	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%;
	}