body { 
		margin:0; 
		padding:0;
		background:#edf1e8;
		font: normal 12px arial;
		color:#242424;
		text-align: center;
		}
		
/* Base Link Styles */

	a:link, a:active, a:visited  {
		color:#242424; 
		text-decoration:none;
		}
		
	a:hover {
		color:#000; 
		text-decoration:underline;
		}


/* Base Text */

	p {  
		font:normal 13px/17px arial;
		margin:0 0 20px 0;
		}

	h1 {
		font:normal 13px arial;
		color:#444;
		text-transform:uppercase;
		padding:12px 0 5px 0 ;
		border-bottom:1px dotted #ccc;
		margin:0 0 9px 0;
		}
		
	h1 a {text-decoration:none;}
	
		
	h2 { 
		margin:0 0 2px 0;
		padding:0;
		color:black;
		font:lighter 18px arial;
		}
		
	h2.single  { 
		margin:0 0 2px 0;
		padding:0;
		color:#459DD3;
		font:normal 14px/20px arial;
		letter-spacing:-.1px;
			}
			
	h2.single a {
		color:#27537A; 
		text-decoration:underline;
		font-weight:bold;
		}
	
	h2.single a:hover {
		color:#459DD3; 
		border-bottom:1px dotted #459DD3;
		}

	
	h3 { 
		margin:0 0 4px 0;
		padding:0;
		/*color:#459DD3;*/
		color:black;
		font:normal 14px helvetica;
		}
		
	
	h5 { 
		margin:0 0 4px 0;
		padding:0;
		color:#459DD3;
		font:normal 13px helvetica;
	}


	.img_border {
	background-color:#fff; 
	border:1px solid #999; 
	display:block;
	padding:1px;	
	padding-bottom:1px;
	margin-bottom:0px;
	}

	.img_border_media {
		background-color:#fff; 
		border:1px solid #999; 
		display:block;
		padding:1px;	
		padding-bottom:1px;
		margin-bottom:0px;


	}


	.linksblue{
	 font-weight:bold;
	 text-decoration:none;
	 }

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

	 .noborder{
	 borer:0px;
	 }
		
/* Widgets */
	
	.clear{
		clear:both;
	}

	.clearfix:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
	} 
	.clearfix {display:inline-block;} 
	/* Hide from IE Mac \*/ 
	.clearfix {display:block;} 
	/* End hide from IE Mac */ 

	
	.addOppacity {
		opacity: .3;
	    filter: alpha(opacity=70);
		}
				
/* Structure */	
	
	.wrapper { 
		width:950px;
		margin:10px auto 0 auto;
		text-align: left;
		}

				
	

	

	#content { 
		background:#fff; 
		padding:10px 0 15px 0;
		}

		
	.widecol { 
		float:left; 
		width:685px;
		margin:10px 15px 0 10px;
		display:inline;
		border-right:1px dashed #ccc;
		padding-right:20px;
		}
	
		
	.widecol img {
		border:3px solid #eee;
		}
		
	.widecol a {
		font-weight:normal;
		color:#459DD3;
	}
	
	.widecol h2 {
	 border-bottom:1px solid #d6e9f5;
	 margin-bottom:10px;
	 }
						
	/** html .widecol {
		float:left;
		clear:both;
		margin:10px 20px 0 25px;
		}
	*/	
	/* Home Header */

	#home_top_generic {	
		background:#fff url("http://www.savetheplanet.ca/templates/stp/images/header_bckg_generic.gif") no-repeat; 
		margin-left:50px;
		padding-top:60px;
		height:43px;
		text-align:right;
		vertical-align:bottom;
		width:850px;
		}
		
	.homeTitle {
		font-family:Century Schoolbook, Times New Roman;
		font-size:22px;
		color:#95CA4D;
		font-weight:bold;
		letter-spacing:-1px;
		width:200px;
		float:left;
		padding:16px 0px 0px 5px;
		}
	
	.blue {
		color:#459DD3;
		}

	.timeframe {
		border-bottom:1px solid #ccc;
		text-align:right;
		padding-bottom:10px;
		color:#949494;
		}
	
	a.sel {
		color:#95C25A;
		text-decoration:underline;
		}
	
	.entry { 
		font:normal 13px/16px arial;
		margin:0; 
		padding:3px 0 0 0; 
		border-bottom:1px dotted #ccc; 
		min-height:90px;
		/*border:1px solid blue;*/
		}
	
	* html .entry {
	height:80px;
	}

	.entry p {
		margin:0 0 7px 0; 
		color:#333;
		} 
	
	.entry h2 {
		border:0px;
		}


	.subline a { 
		color:#679573; 
		font-weight:bold;
		}

	.post {
		width:680px; 
		margin-top:5px;
		}
	.post_left {
		float:left; 
		width:50px; 
		margin:0 0 5px 0;
		padding:5px;
		}
	
	
	.post_left ul { 
		margin:0; 
		padding:0;
		}
	
	.post_left li {
		padding:5px 0 5px 0; 
		list-style:none; 
		border-bottom:1px dotted #ccc;
		margin:0; 
		font:normal 11px arial;
		background:none;
		}
	
	.post_left li a {
		text-decoration:none; 
		font-weight:normal;
		}
	
	.post_left li a:hover {
		text-decoration:underline;
		}

	.voteDiv {
		background:url(http://www.savetheplanet.ca//templates/stp/images/votebk_small.gif) no-repeat;
		width:50px;
		height:68px;
		margin-top:5px;
		margin-left:0px;
	}
	
	.widecol .img_border_media {
	background-color:#fff; 
	border:1px solid #999; 
	display:block;
	padding:1px;	
	padding-bottom:1px;
	margin-bottom:0px;
	width:90px;
	height:90px;
	background-color:#F0F0F0;
	}
	
	#watermark_box {
	cursor:pointer;
	display:block;
	position:relative;
	}
	img.watermark {
	left:-4px;
	position:absolute;
	top:2px;
	cursor:pointer;
	}

	.post_right_mini {
		float:left; 
		width:600px;
		margin:0 0 5px 20px;
		/*text-align:justify;*/
		}
	
	.post_right	{
		float:left; 
		width:530px;
		margin:0 0 5px 10px;
		/*text-align:justify;*/
		}
	
	.post_right_media {
		width:440px;
		margin-right:5px;
	}
	
	a.titlelink {
		color:#27537A;
		}
	
	a.titlelink:hover {
		color:#459DD3;
		text-decoration:none;
		}

	.post_media {
		float:right;
		width:90px;
		padding:5px 0px;
		}
	
	.story_panel {
		float:left;
		width:60px;
		margin-left:20px;
		padding-top:15px;
		}

	.story_panel ul {
		list-style:none;
		margin:0px;
		padding:0px;
		}

	.story_panel ul li {
		display:block;
		width:43px;
		height:18px;
		padding:4px 0px;
	}

	.story_panel li a.vote {
		display:block;
		width:51px;
		height:26px;
		background-image:url(http://www.savetheplanet.ca/templates/stp/images/voteb.gif);
		background-repeat:none;
		background-position:0 0;
		text-decoration:none;
		}
	
	.story_panel li a.vote:hover {
		background-position:0 -25px;
		text-decoration:none;
	}

	.story_panel li a.novote {
		display:block;
		width:51px;
		height:26px;
		background-image:url(http://www.savetheplanet.ca/templates/stp/images/voteb.gif);
		background-repeat:none;
		background-position:0 -50px;
		text-decoration:none;
	}
	

	.story_dig {
		width:60px;
		padding:0px;
		margin:0px;
	}
	
	.story_dig a.vote {
		display:block;
		width:60px;
		height:26px;
		background-image:url(http://www.savetheplanet.ca/templates/stp/images/voteb1.gif);
		background-repeat:none;
		background-position:0 0;
		text-decoration:none;
	}
	
	.story_dig li a.vote:hover {
		background-position:0 -25px;
		text-decoration:none;
	}

	.story_dig li a.novote {
		display:block;
		width:51px;
		height:26px;
		background-image:url(http://www.savetheplanet.ca/templates/stp/images/voteb.gif);
		background-repeat:none;
		background-position:0 -50px;
		text-decoration:none;
	}

	.topbar {
		height:30px;
		background-image:url(http://www.savetheplanet.ca/templates/stp/images/topbarbg.gif);
		background-repeat:repeat-x;
		}
	
	.topmenu {
		color:orange;
		font-size:13px;
		padding:6px 0px 0px 10px;
		}
	
	.topmenu ul {
		list-style:none;
		float:left;
		padding:0px;
		margin:0px;
		}

	.topmenu ul li {
		float:left;
		padding:0px 4px 5px 4px;
		}
	
	.topmenu li a {
		font-family:arial,'Lucida Grande','Bitstream Vera Sans',verdana,sans-serif;
		color:white;
		font-size:13px;
		font-weight:bold;
		}
	
	.topmenu li a:hover {
		color:white;
		}
	
	div.topmenu a.selected {
		color:black;
		}
/* SideBoxes */	 
	
	
	.side_box {
		float:left;
		width:210px;
		padding:0px;
		margin-top:10px;
		margin-left:0px;
		min-height:350px;
		}


	#side_meta {
		padding:10px;
		color:#555;
		background:#eee;
		border:2px solid #ddd;
		margin:0 0 20px 0;
		font:normal 11px/14px arial;
		}
		
	.side_box .list {
		margin:0 0 20px 0;
		}
	
	.side_box h3.indent {
		margin:0 0 5px 23px;
		}
		
	.side_box p {
		margin:0 0 20px 0; 
		color:#444;
		font:normal 12px/15px arial;
		}
		


	.leftmenu ul {
	list-style-type:none;
	padding:0px 7px 10px 0px;
	}

	.leftmenu ul li {
		display:block;
		padding:8px 5px 0 0;
		height:auto !important;
		height:20px;
		font-size:11px;
	}

	.leftmenu ul li a {
		font-size:11px;
	}


	.leftmenu ul.categories li {
		padding-left:22px;
		background: url("http://www.savetheplanet.ca/templates/stp/images/icon_cats.gif") no-repeat 0px 4px;
	}

	.leftmenu ul.categories li.moreCats {
		padding-bottom:4px;
		padding-left:22px;
		background: url("http://www.savetheplanet.ca/templates/stp/images/icon_morecats.gif") no-repeat 0px 4px;
	}
	
	.leftmenu ul.menus li.home {
		padding-top:6px;
		padding-left:24px;
		padding-bottom:4px;
		background: url("http://www.savetheplanet.ca/templates/stp/images/icon_morecats.gif") no-repeat 0px 5px;
	}
	

	#search{
	float:right;
	border:1px solid blue:
	width:100px;
	right:-520px;	
	top:10px;
	position:relative;

	}

	.searchInput
	{
	background-image:url('http://www.savetheplanet.ca/templates/stp/images/magnifying-glass.gif');
	background-repeat:no-repeat;
	padding-left:20px;
	border:1px solid #555;
	width:120px;
	font-size:10px;
	height:15px;
	}

/* Footer */
	
	
	#footer {
		clear:both;
		padding:20px 0 25px 0;
		height:auto;
		margin-top:30px;
		/*background:#f3f3f3;*/
		}

	.footer_box {
		float:left;
		width:250px;
		margin:0 50px 0 0;
		}
	
	.footer_box h4 {
		background:url(images/grid_line2.gif) no-repeat 0 -2px;
		font:normal 13px arial;
		color:#444;
		text-transform:uppercase;
		padding:12px 0 5px 0 ;
		border-bottom:1px dotted #ccc;
		margin:0 0 9px 0;
		}
		
	.footer_box p {
		font:normal 12px/15px arial;
		margin:0 0 10px 0;
		}
		
	#bottom { 	
		height:40px;
		font-size:10px;
		background:#242424;
		color:white;
		clear:both;
		text-align:center;
		padding-top:5px;
		margin-top:5px;
		}
	
	#bottom a { color:white; font-size:12px;}
		 
		
		
/* Search Form */
		
		
 	#search_input {
		margin:0; 
		padding:1px 0 1px 3px; 
		font:normal 12px arial; 
		height:14px;
		width:180px; 
		float:left;
		color:#555;
		border:1px solid #ccc;
		background:#fcfcfc;
		}
		
	#search_div {
		margin:5px 0 10px 0;
		}

	#searchsubmit {
		margin:0 0 0 5px; 
		float:left;
		}	
		
	


/* Mailing List */
		
	.text_input {
		margin:0; 
		padding:2px 0 2px 3px; 
		font:normal 12px arial; 
		height:14px;
		width:170px; 
		float:left;
		color:#555;
		border:1px solid #ccc;
		background:#fcfcfc;}
	

	.mail_button {
		border:1px solid #ccc;
		background:#fff;
		padding:3px 3px 2px 3px;
		margin:0 0 0 4px;
		color:#555;
		text-transform:uppercase;	
		font:bold 9px/9px "lucida grande"; 
		}

/* Contact Page */

	
	.contactform {
		padding:30px 25px 15px 30px; 
		margin:0px 0px 25px 0px;
		/*background:#f3f3f3 url(images/grid_line2.gif) no-repeat 0 -2px;*/
		position: static;
		overflow: hidden;
		}

	.contactform label {
		padding:0 12px 0 0; 
		font-weight:normal;
		color:#666;
		}
	
	.contactform .required {
		/*background:url(images/required.gif) no-repeat 100% 2px; */
		padding:0 12px 0 0; 
		color:#999;
		font-weight:normal;
		}
	
	.contactleft {
		clear: both;
	    font-weight: bold;
		margin:0 0 3px 0;
		}

	.contactright {
		margin:0 0 18px 0;
		}
	
	.contactright input, .contactright textarea {
		border:1px solid #aaa; 
		width:250px; 
		margin:0 3px 0 0; 
		color:#555;
		padding:2px; 
		font:normal 12px arial;
		}
		
	.contactright textarea {
		width:400px;
		}
	
	.contacterror {
		border: 2px solid #ff0000;
		}
	
	#contactsubmit { 
		width:auto; 
		border:none; 
		margin:0 0 0 -2px;
		} 
	
	p.contact_para {
		margin:10px 0 10px 0; 
		padding:0 0 0 0px;
		}

	.plain_list {
		clear:left; 
		margin:0px 0 20px 0; 
		padding:0; 
		}

	.plain_list li { 
		margin:0; 	
		list-style:none;
		line-height:12px;
		/*background:url(images/star_li_on.gif) no-repeat 0 1px;*/ 
		padding:0 0 4px 15px;
		}


	.plain_list .nobullet {
		background:none; 
		padding:0 0 4px 0;
		}

/* Links Page */
	
	#link_drops {
		margin:0 0 7px 0;
		 }

	#link_drops select { 
		margin:0 0 10px 0; 
		padding:3px 1px 1px 1px; 
		width:217px; 
		border:1px solid #ccc; 
		font:normal 12px/14px arial ; 
		color:#333;
		}

	#link_drops option {  
		padding:1px 1px 0 3px; 
		border-bottom:1px dotted #ccc; 
		font:normal 12px/14px arial; 
		color:#333;
		}


	




		
/* Comments */

	#commentform label {
	font:normal 13px arial; 
	color:#999;
	display:block;
	margin:0 0 2px 0;
		} 
		
	#commentform small {color:#aaa;}
	
	#commentform #author,  
	#commentform #email, 
	#commentform #url 	{
		margin:0; 
		padding:2px 0 2px 3px; 
		font:normal 13px arial; 
		height:14px;
		width:260px;
		color:#555;
		border:1px solid #ccc;
		background:#fcfcfc;
	
	}
	
	#commentform #comment {
		margin:0; 
		padding:2px 0 2px 3px; 
		font:normal 13px arial; 
		color:#555;
		border:1px solid #ccc;
		background:#fcfcfc;
	}

	h3#comments {margin:35px 0 0 0; 
	}
	
	#respond {
		/*background:url(images/grid_line2.gif) no-repeat 0 -2px;*/
		font:normal 13px arial;
		color:#444;
		text-transform:uppercase;
		padding:12px 0 5px 0 ;
		border-bottom:1px dotted #ccc;
		margin:0 0 15px 0;}

	ul.commentlist {
		margin:5px 0 25px 0;
		}
		
	.commentlist li {
		/*background:#f3f3f3 url(images/grid_line2.gif) no-repeat 0 -2px;*/
		padding:20px 15px 15px 15px; 
		margin:0 0 9px 0;
		}
		
	.commentlist .mycomment {
		/*background:#ebf2f6 url(images/grid_line_blue.gif) no-repeat;*/
		padding:20px 15px 15px 15px; 
		margin:0 0 9px 0;
			}

	.commentlist li img {
		float:left; 
		margin:-2px 0px 0 0; 
		border:4px solid #fff
		}
	
	.commentlist li p { 
		margin:5px 0 10px 0;
		font: normal 12px/16px arial;
		}
	
	.comment_date {
		color:#999; 
		font:normal 11px arial; 
		}
	
	.author_meta { 
		float:left; 
		width:440px;
		}
	
	.avatar {
		width:54px;
		height:54px;
		background:url(images/avatars/default.jpg) no-repeat;
		float:left; 
		margin:0 25px 0 0;
		}
		
	.mycomment .avatar 	{
		width:54px;
		height:54px;
		float:left; 
		margin:0 25px 0 0;
		
		}
	
		



/*/////////////////////////////////
///// NEWS CSS
/////////////////////////////////*/
.digit {
	color:black;
	font-family:Tahoma,Arial;
	font-size:11px;
	font-weight:bold;
	margin-top:25px;
	padding-left:15px;
}

.digs {
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	padding-top:24px;
	color:#BF4317;
	text-align:center;
	font-weight:bold;

}
.digg {
	color:#93883f;
	font-family:Tahoma,Arial;
	font-size:11px;
}



/*/////////////////////////////////
///// HEADER CSS
/////////////////////////////////*/

#headerwrap {
	margin-bottom:2px;
		height:100px; 
	background-color:#242424;
	}

/* Logo */

#logo { 
	width:350px; 
	float:left;
	}

a.logo_img {
	display:block;
	background:url("http://www.savetheplanet.ca/templates/stp/images/logo_1.gif") no-repeat; 
	width:350px; 
	height:70px; 
	margin:16px 0 0 0px;
	}

.loginTable td {
	padding:5px;
	}

.signupTable td {
	padding:5px;
	}

.user_panel {
	text-align:right;
	float:right;
	width:400px;
	color:white;
	padding-top:20px;
	font-weight:bold;
	margin-right:20px;
}

.user_menu a{ 
	color:#74AFCF; 
	font-weight:bold;
	text-decoration:none;
	}

.search { text-align:right; }
/*/////////////////////////////
//Validation
//*/

.error {
font-weight:bold;
color:red;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	/*border: 1px solid #00A8E6;*/
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
}

.validationFailed{
	border: 5px solid black;
}
.validationPassed{
	border: 1px solid #00CC00;
}

.imgvalidation-passed{
	background-image:url('../images/validate.gif'); 
	background-repeat: no-repeat; 
	background-position: right; 
	height:25px;
	width:26px;
}

.validation-advice {
	margin: 1px 0;
	padding: 0px;
	color :#FF3300;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}




/*****************************************
///////////////////////////////////////////
TABS/*/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url('http://www.savetheplanet.ca/templates/stp/images/tab.png') no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url('http://www.savetheplanet.ca/templates/stp/images/loading.gif') no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


* html .ie6shit { float:right; }

.addStoryForm td {
	padding:2px 0px;
}

.fixHeight {
min-height:530px;
}

* html .fixHeight {
height:530px;
}


/**
 * FORM
 **/

 .form_row{
 padding:4px 0px;
 clear:both;
 }

.form_row label{
float:left;
width:150px;
text-align:right;
padding-right:5px;
}

.form_row_input{
float:left;
}


/**
 * PROFILE
 **/

.profile_info
{
	float:left;
	margin-left:15px;
	width:580px;
}

.profile_info label
{
	font-weight:bold;
	color:#429ED6;
}




/**
 * INVITE CSS
 **/
 #outer
{
    MARGIN: 0px auto;
    WIDTH: 600px;
}

.main
{
    PADDING-RIGHT: 11px;    
    PADDING-LEFT: 11px;
    PADDING-BOTTOM: 11px;    
    PADDING-TOP: 11px;
    WIDTH: 600px;
}
.main IMG
{
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    MARGIN-TOP: 6px;
    MARGIN-BOTTOM: 10px;
    BORDER-LEFT: 0px;
    BORDER-BOTTOM: 0px
}






.content
{
	PADDING-BOTTOM: 10px;
    WIDTH: 600px;
    PADDING-TOP: 0px;
    
}


.content P
{
    MARGIN-BOTTOM: 15px;
    LINE-HEIGHT: 17px;
    PADDING-LEFT: 5px;   
}

.contactFormTable td {
padding:4px;
}



.clear
{
    CLEAR: both;
    DISPLAY: block;
    VISIBILITY: hidden;
    HEIGHT: 0px;
    content: "."
}

.contactsDiv{
	height:300px;
	overflow:auto;
	border:1px solid #ccc;
	width:550px;
}

.contactsTable{
width:533px;
}

.contactsTable td{
padding:2px;
}

.contactHeaders{
	border:1px solid #555;
	background-color:#EEE;
}

/* jcarousel */
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.addstory {
	margin:10px 0px 0px 15px;
	}
.addstory ul {
	list-style:none;
	padding:0px;
	margin:0px;
	}

.addstory ul li {
	padding:5px 0px;
}

.inputUrl {
	font-size:14px;
	color:#70726e;
	background-color:#e5f1d6;
	border:1px solid #93B762;
	width:350px;
	padding:4px;
	}

.categorySel img {border:0px;}
.categorySel a { width:120px;height:120px;border:2px solid #93B762;float:left;margin-left:15px; }
.categorySel a:hover { border:2px solid #27537A; }
.categorySel div {float:left;}

div.photoSel  { border:3px solid #EEEEEE; float:left;}
div.photoSel:hover  { border:3px solid #95CA4D;}


/**
 * INVITE FRIENDS 
 **/

.invite-friends ul {
	background-color:red;
	}

.invite-friends-form {
	float:left;
	width:400px;
	}

.invite-friends-import {
	border:1px dashed #ccc;
	width:200px;
	float:left;
	margin:5px 0px 0px 20px;
	padding:5px 20px;
	background-color:#DCEFC2;
	}


/** 
 * NEW CSS
 **/

.table-row {
	clear:both;
	padding:5px 0px;
}

.table-row:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
	} 
.table-row {display:inline-block;} 
/* Hide from IE Mac \*/ 
.table-row {display:block;} 
/* End hide from IE Mac */ 


.table-row label {
	float:left;
	text-align:right;
	width:120px;
	}

.table-row span {
	float:left;
	margin-left:5px;
}


.latest-members, .latest-blog {
	margin:10px 0px;
	}

	.latest-members h3, .latest-blog h3 {
		color:#459DD3;
		font-size:14px;
		font-weight:bold;
		}

	.latest-members ul { margin-left:5px; list-style:}
	
	.latest-members ul li { padding:0px; }

	.latest-members ul li a { color:#679573; font-weight:bold; font-size:12px; letter-spacing:1px;}
	
	.latest-members ul li img { position:relative; top:6px; width:35px; height:35px; border:0px;}

	.latest-blog ul li { list-style: square; }

	.latest-blog ul li a {text-decoration:none; color:#27537A; font-size:12px;}
	.latest-blog ul li a:hover {text-decoration:none; color:#459DD3; font-size:12px;}


#quotes {
	margin-left:20px;
	background-color:#EDF1E8;
	padding:10px;
	}

	#quotes p { margin:0px; }
	
	#quotes .next { text-align:right; margin: 5px 10px 0px 0px;}