/*
	Sixlinks colors:
	blue: #0466cd
	green: #339933
*/
body {
/*	font-family: "Myriad Pro", "Myriad", "Vera Sans", "lucida grande",tahoma,verdana,arial,Helvetica, Arial, "Trebuchet MS", Sans-serif;*/
	font-family: "Myriad Pro", "Myriad", "Vera Sans", "Lucida Sans Unicode", "Tahoma",  "Lucida Grande", "Trebuchet MS", Sans-serif;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	color: #303030;
/*	background: url("../images/background-mainSite.jpg");	*/

	background-color: #e7feea;	
	background: url("../images/top-nav-background.jpg") repeat-x top left ;	
}

a {
	color: #0466CD;
	text-decoration:none;
}

a:visited{
	color: #2E72C6;
}

a:hover {
	color: #339933;
	text-decoration: underline;
/*	border: 1px solid #B0F0AB;
	border-width: 0px 0px 1px 0px;
*/}

img {
	padding: 0px;
	border: 0px;
	margin: 0px;
	
}
a:hover {
	color: #339933;
}
table {
	border: 0px;
	margin: 0px;
	border-spacing: 0px;
	border: 0px solid;
}

#homelogo {
	top: 0px;
	background: url("../images/logo.gif");
	display: block;
	height: 100px;
	width: 465px;
	margin: 16px 4%;
}

textarea {
	font-family: "Myriad Pro", "Myriad", "Vera Sans", Helvetica, Arial, Sans-serif;
	font-size: 14px;
}


.homeintro {
	color: #666;
	font-size: 15px;
	padding: 24px 8%;
	margin-top: -8px;
}

th {
/*	background-color: #2E64A6;
	height: 50px;
	vertical-align: middle;
	color: #FFF;
	border-bottom-width: 0px;
	font-size: 16px;
*/}

tr {
/*	vertical-align: top;
	margin: 0px;
	padding: 10px;
*/
}
td {
/*	width: 33%;*/
/*	padding: 20px;*/
/*	border: 1px solid #EEE;	*/
/*	border-top-width: 0px;*/
/*	background: url("../images/overlay-trans.png");*/
}

li {
/*	margin-bottom: 12px*/
}

ul {
	margin: 0px;
}

ul p {
	display: block;
}

ul br {
	display: none;
}

ul li br {
/*	display: block;*/
}



.tagline {
	margin-top: 3em;
	color: #AAA;
	text-align: center;
	display: block;
	font-size: 12px;
	margin-bottom: 2em;
	width: 100%;
	clear: both;
}

.tagline a {
	color: #AAA;
	text-decoration: none;
	border: 1px solid #CCC;
	border-width: 0px;
	border-bottom-width: 1px;
	margin-left: 1em;	
}
.tagline a:hover {
	color: #648299;
	text-decoration:none;
	border-color: #0466cd;
}
.tagline select {
	border: 1px solid #CCC;
	background-color: #FFF;
	color: #888;
	font-size: 10px;
	display: inline;
}

.tagline form {
	display: inline;
	border: 0px;
	margin: 0px;
	padding: 0px;
	margin-left: 2em;	
}

.pageContent {
	display: block;
	margin-left: 230px;
	margin-top: 200px;
	z-index: 20;
	margin-right: 6%;
	width: auto;
/*	width: 70%;*/
}

.pageContent.wide {
	margin-right: 2%;
}

.bumpersticker {
	z-index: -1;	
	position: absolute;
/*	width: 70%;*/
	height: 600px;
	top: 40px;
	padding-top: 2.1em;
	padding-left: 3em;
	color: #050505;
	text-align: left;
	display: block;
	font-size: 28px;
	line-height: 1.2em;
/*	font-family: serif;*/
/*	background-image: url("../images/scribble-trans.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
}

.bumpersticker.withavatar {
/*	width: 500px;*/
	padding-left: 0px;
}

.bumpersticker span {
	z-index: -20;
	
}

#scribble {
    overflow: hidden;
	display: block;
	top: 20px;
	position: fixed;
/*	left: 220px;*/
/*	width: 800px;*/
	left: 20%;
	width: 80%;
	height: 350px;	
	z-index:-30;
	background-image: url("../images/scribble-trans.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;	

}

.mainContent {
	margin-top: 0px;
	z-index: 18;		
}

#learn_content2 .mainContent {
	line-height: 1.6em;
	width: 90%;
	margin-left: 5%;
}

.homemainContent {
	margin-top: 10px;	
}


h1,h2,h3,h4,h5 {
/*	padding: 0px;*/
	display: block;
	margin-bottom: 0px;
	margin-top: 1.4em;
}

h2,h2:visited {
	color: #0466cd;
}

h2 {
	padding: 0px;
/*	margin-top: 8px;*/
	margin-bottom: 0px;
}

h3 {
	color: #339933;
}

h5 {
	color: #454545;
	display: block;
	width: 100%;
	background-color: #EAF3E1;
	font-weight: normal;
	font-size: 14px;
	
}

p {
	margin-top: 0px;
}

#linkNav {
	display: block;
	position: absolute;
	top: 0px;
	width: 78%;
	background-color: #2e8532;
	height: 38px;
	right: 0px;
	font-size: 17px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 35px;
	background: url("../images/green-top-bar.gif");	
	overflow: hidden;
/*	font-family: serif;*/
	z-index: 10;	
}
#linkNav a {
	display: block;
	float: left;
	color: #EEE;
	font-weight: normal;	
	padding-right: 1.5%;
	padding-left: 1.5%;
	text-decoration: none;
	height: 28px;
	padding-top: 11px;
}


#linkNav a.icon{
	float: right;
	padding: 3px 3px 2px 3px;
	height: 48px;
}

#linkNav a.icon .rollover-text {
	display: none;
}

#linkNav a:hover.icon .rollover-text {
	display: block;
	position: fixed;
	right: 0px;
	top: 37px;
	font-size: 14px;
	color: #FFF;
	padding-top: 4px;
	width: 225px;
	text-align: center;
	height: 20px;
	background-color: #24451e;
/*	background: url("../images/top-nav-mouseover.gif");*/
	border: 1px solid #282828;
	border-width: 1px 0px 0px 0px;
	background-repeat: repeat-x;
	z-index: 1;

}

#linkNav a.icon img {
	height: 28px;
}

#linkNav a.add_new {
	padding-right: 4px;
}
#linkNav a.has_add {
	padding-left: 4px;
}

#linkNav a:hover{
	color: #FFF;
	background-color: #256c29;
	background: url("../images/top-nav-mouseover.gif");
	background-repeat: repeat-x;
	background-position: -10px 0px;		
}

#linkNav .selected {
	color: #FFF;
	background-color: #256c29;
	background: url("../images/top-nav-mouseover.gif");
	background-repeat: repeat-x;
	background-position: -10px 0px;		
}

#scopeNav {
	display: block;
	position: fixed;
	width: 162px;
	background-color: #306eb4;
	left: 0px;
	bottom: 24px;
	height: 328px;

	padding: 0px;
	background: url("../images/blue_side.gif");
	background-position: 0px -57px;		
	background-position: bottom left;
	background-repeat: no-repeat;
}

#scopeNav a {
	color: #CCC;
	display: block;
	height: 76px;
	padding-top: 4px;
	padding-bottom: 2px;
	text-align: center;
	text-decoration: none;
	font: 16px "Myriad Pro", Helvetica, "Arial", "Trebuchet MS", Verdana, sans-serif;
}

#scopeNav img {
	display: block;
	margin-left: 7px;
	margin-top: 0px;
	margin-bottom: -2px;	
	width: 147px;
	height: 60px;

}

#scopeNav a.selected.short {
/*	padding-bottom: -10px;*/
	height: 72px;
}

#scopeNav a:hover{
	color: #FFF;
	background-color: #3378C8;
	background: url("../images/blue-side-hover.gif");
	background-position: 0px 0px;		
}

#scopeNav .selected{
	color: #FFF;
	background-color: #3378C8;
	background: url("../images/blue-side-hover.gif");
	background-position: 0px 0px;		
}

#scopeNav .selected-top{
	display: block;
/*	height: 64px;*/
/*	font-size: 15px;	*/
	background: url("../images/side-nav-top-hover.gif");
	background-position: 0px 0px;		
	background-repeat: no-repeat;	
}


.selected-bottom {
	background: url("../images/side-nav-bottom-hover.gif");		
	background-repeat: no-repeat;
	background-position: 0px -18px;

}

#scopeNav .bottom {
}

#scopeNav .top:hover,#scopeNav .selected-top:hover{
	background: url("../images/side-nav-top-hover.gif");
	background-position: 0px 0px;		
	background-repeat: no-repeat;	
}

#scopeNav .top.short:hover,#scopeNav .selected-top.short:hover{
	background: url("../images/side-nav-top-hover.gif");
	background-position: 0px 0px;		
	background-repeat: no-repeat;	
}

#scopeNav .bottom:hover,#scopeNav .selected-bottom:hover {
	background: url("../images/side-nav-bottom-hover.gif");	
	background-repeat: no-repeat;
	background-position: 0px -18px;		
	
}

#scopeNav .top.short {
	display: block;
	height: 64px;
	font-size: 15px;
}

#scopeNav .top{
/*	height: 76px;*/
}

#scopeNav .top img, #scopeNav .selected-top img{
	margin-left: 8px;
/*	height: 46px;*/
/*	height: 52px;*/
	margin-top: 2px;
	margin-bottom: -2px;
	width: auto;
}

#scopeNav .top.short , #scopeNav .selected-top.short {
	padding-top: 2px;
	padding-bottom: 0px;
}

#scopeNav .top.short img, #scopeNav .selected-top.short img{
	margin-left: 26px;
	height: 46px;
	margin-top: 2px;
	margin-bottom: -2px;
	width: auto;
}

#scopeNav #link_cats {
	display: block;
	height: 133px;
/*	background-color: red;*/
	border: 1px solid #16498E;
	border: 1px solid #2E5EA5;	
	border-width: 0px 0px 1px 0px;
	background-image: url("../images/overlay-white-8-trans.png");
}
#scopeNav #link_cats a {
	font-size: 12px;
	width: 49px;
	float: left;
	height: 58px;
	padding: 3px 2px 5px 2px;
	text-align: center;
	border: 1px solid #2E5EA5;
/*	border: 1px solid #2E5389;	*/
	border-width: 1px 1px 0px 0px;
}

#scopeNav .link_cat_title {
	width: 100%;
	background-color: #4B82DE;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	border: 1px solid 2A5494;
	padding-top: 2px;
	height: 15px;
}

#scopeNav #link_cats .selected {
	background-color: #3378C8;
	background: url("../images/blue-side-hover.gif");
	background-position: 0px 0px;
	color: #FFF;
}

#scopeNav #link_cats img {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 48px;	

	border: 0px;
	vertical-align: middle;
	margin-bottom: -8px;
}

#scopeNav #link_cats a .link_text {
	display: block;
	clear: both;
	padding-top: 8px;
}

a.logo {
	display: block;
	position: absolute;
	top:10px;
	left: 4px;
	padding: 0px;
	margin: 0px;
	background: url("../images/site_logo.gif");
	width: 146px;
	height: 165px;
	text-decoration: none;
}


a.logo:hover .home_hint_text {
	text-decoration: none;
	display: block;
	color: #888;
	border: 0px;

}

.home_hint_text {
	display: none;
	width: 140px;
	position: absolute;
	text-align: center;	
	top: 160px;
	text-decoration: none;
	font-size: 18px;
}

.linklist {
	color: #0466CD;	
	list-style-type: disc;
	font-size: 18px;	
}

.linklist a {
	text-decoration: none;
}

.linklist a:hover {
	text-decoration: underline;
}

cite {
	font-style: normal;
	color: #3F5877;
}

cite:hover {
	background-color: #D8FCCD;
	color: #000;
}

.reference_hidden{
	display: none;
}

.reference_showing {
	display: block;
	position: absolute;
	font-size: 12px;
/*	width: 200px;*/
/*	left: 200px;*/
	border: 1px solid #AAA;
	color: #212121;
	padding: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	background: url("../images/overlay-citation-trans.png");
/*	background-color: #D9EAD5;*/
}

.reference_showing a {
	text-decoration: none;
/*	color:#7299c8;*/
}

.reference_showing b {
	color: #339933;
}

.sponsors {
	padding-top: 1em;
}

.sponsor_name {
	color: #CCC;
	font-size: 40px;
	padding: 0px;
	margin: 0px;
}

.sponsor_tagline {
	padding-top: 98px;
	padding-left: 2em;
	width: 70%;
}

.sponsor_logo {
	float: right;
	margin-top: -40px;
	padding-right: 4em;
	padding: 0px;
}

.sponsor {
	margin-top: 110px;
}

.sponsor .mainContent{
	padding: 0px;
	padding-top: 10px;

}

.sponsor_list {
	display: block;
 	width: 100%;
	min-height: 200px;
}

.sponsor_list .sponsor_logo {
	float: left;
	margin: 2em;
}

#temporary_message {
	display: block;
	width: 600px;
/*	height: 300px;*/
	border: 2px solid #9BBDE6;
	padding: 30px;	
	background-color: #FFF;
	text-align: center;
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4%;
/*	padding-bottom: 16px;*/
	color: #333;
}

#temporary_message h1 {
	margin-top: 0px;
	margin-bottom: 10px;
}

#temporary_message img {
	margin-bottom: 20px;
	border: 1px solid #999;
}

#temporary_message .detail_text {
	text-align: left;
	margin: 0px 20px;
}


#temporary_message form {
	text-align:center;
}

#temporary_message input {
	font-size: 16px;
	border: 1px solid #BBB;
	padding: 3px;
}

#temporary_message #id_email {
	width: 300px;
}

#temporary_message .error {
	display: block;
	text-align:center;
	font-size: 14px;
	color: #E9441C;
	padding: 4px;
	font-weight: bold;
}

#temporary_message small {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	color: #AAA;
}

#temporary_message .saved {
	color: #0466cd;
}

/*#sublink_nav {
	float: right;
	width: 160px;
	display: block;
	padding: 15px;
	padding-top: 0px;

}

#sublink_nav a {
	display: block;
	margin-left: 15px;
}*/


#temporary_message .submit {
	background-color: #2F73D1;
	color: #EEE;
	border: 1px solid #DDD;
	padding: 4px 8px;
	font-size: 14px;

}

#temporary_message .submit:hover {
	background-color: #0466cd;
	color: #FFF;
	border: 1px solid #277FF6;
}

#sublinks {
	display: block;
	position: absolute;
	top: 19px;
	right: 2%;
	width: 74%;
	background-color: #F2FDDB;
	font-size: 13px;
	text-align: center;
	padding: 0px 9px;
	padding-top: 20px;
	border: 1px solid #B4E291;
	border-width: 0px 1px 1px 1px;
	z-index: 5;
	
	   -o-border-radius: 8px;
     -moz-border-radius: 9px;
     -webkit-border-radius: 8px;
     border-radius: 9px;
     -moz-box-sizing: border-box;
     -opera-sizing: border-box;
     -webkit-box-sizing: border-box;
     -khtml-box-sizing: border-box;
     box-sizing: border-box;
     overflow: hidden;	
}

#sublinks a {
	text-decoration: none;
	margin: 0px 20px;
	color: #339933;
}
#sublinks a:hover {
	color: #376B17;
}

#sublinks .selected {
	color: #255212;
	font-weight: bold;
}

img.featured {
	float: right;
/*	margin-right: 2%;*/
	display: block;
	text-align: right;
	padding: 4px;
	border: 1px solid #DDD;
}

.intro {
/*	margin-left: -20px;*/
/*	margin: 0px 50px;*/
	border: 1px solid #CDFABF;
	padding: 10px 10px;
/*	background-color: #ECF3E2;*/
	background: url("../images/overlay-trans.png");
	
}

.intro p {
	margin: 0px;
}


.intro_title {
	display: block;
	margin-left: -20px;
	border: 1px solid #CDFABF;
	background-color: #D8FCCD;
	color: #339933;
	font-weight: bold;
	padding: 6px 0px 1px 8px;
	background: url("../images/overlay_green-trans.png");	
}

.bug {
	font-size: 16px;
	margin: 0px;
	padding: 0px 10px 0px 0px;	
}

.bug .title {
	color: #0466cd;	
	display: inline;
	margin-right: 6px;
	font-size: 16px;
	font-weight: bold;
	float: left;
}

.bug .bug_text {
	margin-left: 109px;
}

.fix .bug_text {
	margin-left: 106px;
}

.fix {
	font-size: 16px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

.fix .title {
	margin-right: 13px;	
	font-size: 16px;
	font-weight: bold;
	color: #0466cd;	
	display: inline;
	float: left;
}

.summary .title {
	color: #0C9000;	
	display: inline;
	margin-right: 6px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: -55px;
}

.summary {

/*	border: 1px solid #D9E4D3;*/
	padding: 0px 20px 0px 55px;
	margin: 0px 0px 0px 0px;

/*	padding: 8px;*/
/*	background-color: #F2FDDB;	*/
}

.summary p {
	margin: 0.5em;
/*	display: inline;*/
}

#citation {
		display: block;
		width: 660px;
		border: 2px solid #9BBDE6;
		padding: 0px;
		background-color: #FFF;
		text-align: center;
		font-size: 18px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1%;
		color: #333;
		height: 200px;
}

.citation_num {
	display: block;
	float: left;
	width: 200px;
	height: 150px;
	border: 2px solid #0466cd;
	border-width: 0px 12px 0px 0px;
	background-color: #339933;
	text-align: center;
	color: #FFF;
	font-size: 80px;
	padding-top: 50px;
	margin-right: 15px;
	background-image: url("../images/citation_links.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.citation_details {
	display: block;
	text-align: left;
	padding: 15px;
	
}

.citation_details .title {
	color: #454545;
	margin: 15px;
}

.citation_details .description {
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}

.citation_details .url {
	overflow: hidden;
	font-size: 13px;
}

.citation_details .cite_updated {
/*	font-size: 14px;*/
	color: #777;
	margin-top: 20px;
	
}

#cite_page_title {
	font-size: 100px;
	color: #DDD;
	display: block;
/*	width: 500px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	text-align: center;
}

#cite_page_title a {
	text-decoration: none;
	color: #B2CEFF;	
}

#cite_page_title a:hover {
	color: #7BBCFF;
}

.logo_text {
	color: #B2CEFF;
}


.quick_cat {
	display: block;
	float: left;
	width: 46%;
	margin: 2% 2% 2% 0px;
	border: 1px solid #DDD;
	background: url("../images/overlay-trans.png");
}

.quick_cat .title {
	background-color: #0466cd;
	color: #FFF;
	width: 100%;
	text-indent: 6px;
	padding: 6px 0px 2px 0px;
	display: block;

} 

.quick_cat a.title {
	text-decoration: none;
}

.quick_cat ul {
	margin: 8px 0px 4px 0px;
}

.quick_cat li {
	margin: 2px;
}

.quick_update {
	display: block;
	width: 98%;
	margin-left: 20px;
	clear: both;
}

.quick_update label {
	display: block;
	clear: left;
}

.quick_update input, .quick_update textarea,.quick_update  select {
	margin-left: 40px;
}


.side_bar {
	margin-top: 0px;
	width: 28%;
	margin-left: 4%;
	float: right;
	clear: right;
	z-index: 200;
}

.side_bar.wide {
	width: 30%;
	margin: 0px;
	margin-left: 5%;

/*	margin-right: 0px;*/
}

.side_bar .title {
	width: 100%;
	display: block;
	clear: both;
	padding: 4px 0px 2px 0px;
	font-size: 18px;
	color: #339933;
	font-weight: bold;
	padding-top: 20px;
}

.side_bar .author {
	margin: 0px;
	margin-top: 20px;
}

.side_bar a {
	text-decoration: none;
}

.side_bar .inset {
	margin-left: 15px;
	font-size: 14px;

}

.side_bar .inset ul {
	margin: 0px;
}

.side_bar .inset li {
	list-style-type: none;
	text-indent: 0px;
	margin: 0px;
}


.side_bar .flag {
	padding: 4px 8px 2px 8px;
}

.good {
	background-color: #04CC00;
	color: #FFF;
}

.bad {
	background-color: #C63F00;
	color: #FFF;
}


.side_bar a {
	margin: 0px;
}

.side_bar .inset a {
	text-decoration: none;
}

.side_bar .inset a:hover {
	text-decoration: underline;
}

.side_bar .comment {
	color: #888;
	margin-left: 14px;
	font-size: 12px;
}

.side_bar .comment_author {
	font-size: 14px;
	margin-top: 6px;
}

.blog .intro {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 1px;
	display: block;
	border: 0px;
	background: none;
}

.small {
	font-size: 0.9em;
	text-decoration: none;
}

.commentlink {
	text-decoration: none;
	float: right;
	margin-right: 2px;
}

.blog_post.inline:hover .commentlink {
	margin-right: 1px;	
}

.blog .title, .blog .title a {
	color: #339933;
	font-size: 19px;
	font-weight: bold;
	margin: 0px;
	margin-top: 4px;
	text-decoration: none;
/*	margin-left: -6px;*/
}

.blog {
	margin-top: 2px;
	color: #454545;
	font-size: 14px;
	padding: 10px;
	width: 61%;	
	border: 1px solid #C4F4C3;
	margin-bottom: 20px;
}

.blog .meta {
	color: #999;
	margin-left: 20px;
	font-size: 13px;
	margin-top: 4px;
}

.blog .meta a {
	margin-left: 16px;
}

.fix_title {
	margin: 0px;
	margin-left: -20px;

	font-size: 28px;
	width: 106%;
	border: 1px solid #339933;
	border-width: 0px 0px 8px 0px;
	color: #454545;
	padding: 0px;
	height: 54px;
}

.fix_title img {
	float: right;
	border: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-right: 5px;
	clear: none;
}

.fix_title .title_text {

	display: block;
	padding-top: 30px;
}

.boilertext {
	color: #0466cd;
}

.fix_title .name {

}

.yourpart {
	margin-top: 190px;	
}

.guide {
/*	background-color: #339933;*/
	background: url("../images/overlay-trans.png");
	padding: 10px;
	width: 64%;
	border: 1px solid #3EBC3E;
	   -o-border-radius: 8px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 8px;
    border-radius: 9px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
	margin-bottom: 6px;	
}

.guide .rating {
	font-size: 14px;
	width: 165px;
	margin-left: 20px;
	margin-right: 35px;
	display: block;
	float: left;
}

.guide .rating img {
	vertical-align: middle;
	border: 0px;
}

.guide .summary {
	display: block;
	clear: left;
	margin: 0px;
	padding: 10px 2px;
	margin-bottom: 5px;
	font-size: 16px;
}

.guide .title {
	font-size: 19px;
	color: #339933;
	font-weight: bolder;
}

a.big_button, input.big_button {
	text-decoration: none;
	color: #EEE;
	background-color: #72d0f0;
	padding: 6px 14px 4px 8px;
	margin: 2px;
	border: 1px solid #168DE3;
	-o-border-radius: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

a.big_button:hover, input.big_button:hover {
	color: #FFF;
	background-color: #0466cd;
	border-color: #5BA2FF;
}

a.small_button, input.small_button {
	text-decoration: none;
	color: #EEE;
	background-color: #61B2CD;
/*	padding: 6px 14px 4px 8px;*/
	padding: 2px 6px 0px 6px;
	border: 1px solid #168DE3;
	-o-border-radius: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

a.small_button:hover, input.small_button:hover {
	color: #FFF;
	background-color: #3F83CD;
	border-color: #5BA2FF;
}



.read_more {
	font-size: 13px;
	color: #777;
	margin-left: 10px;
}

.status_area {
	display: block;
	height: 4px;
	width: 200px;
	border: 1px solid #339933;
	background-image: url("../images/status-bar-back-trans.png");
}

.status_bar {
	display: block;
	background-color: #0466cd;
	height: 4px;
}

.status_bar.done {
	background-color: #339933;
}

.blog_title {
	font-size: 24px;
	margin-left: -20px;
	color: #0466cd;
}

.blog_post .post {
	padding: 6px 10px 10px 10px;
	border: 1px solid #46B7FF;
	border: 1px solid #43CB43;
	-o-border-radius: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
	overflow: hidden;
	background-image: url("../images/overlay-white-48-trans.png");
}

.blog_post .post:hover {
	padding: 6px 9px 10px 10px;
}

.blog_post.inline {
	padding: 1px;
}

.blog_post.inline a:hover {
	text-decoration: none;
}

.blog_post.inline:hover {
	padding: 0px;
	background-image: url("../images/overlay-white-56-trans.png");
}

.blog_post.inline .post {
}
.blog_post.inline:hover .post {
	border-width: 2px;
	margin: 0px;
}

.blog_post .date a {
	color: #999;
}

.blog_post .date a.fixlink {
	color: #0466cd;
}

.blog_post h2 {
	padding: 2px;
	margin-top: 0px;
	font-weight: normal;
}



.blogs {
	display: block;
	padding-top: 20px;
}

.blogs .blog_post .summary {
	display: block;
	padding: 6px 0px 0px 0px;
}

.date {
	color: #999;
	font-size: 13px;
	margin: 10px 0px -4px 4px;
	padding: 0px;
}

.blog_post .updated {
	color: #339933;
	font-weight: bold;
	margin-left: 20px;
}


.blog_post .summary {
	margin: 0px;
	padding: 20px;
	padding-left: 0px;
	color: #222;
/*	background-image: url("../images/overlay-trans.png");*/
	width: 80%;

}

.comment .author {
}



.comment .meta {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}

.comment .body {
	margin: 0px 0px 10px 14px;
	font-size: 14px;
	color: #454545;
}

.comment .body p {
	margin-top: 0px;

}

label {
	display: block;
}

input,textarea {
	margin-left: 15px;
}

.blogs .blog_post {
	margin: 0px 0px 30px 0px;
	
}

.avatar {
	border: 0px;
}

.avatar.tiny {
	width: 40px;
}

#avatar_author  {
	display: block;
	position: absolute;
	top: 80px;
	right: 4%;
	text-align: center;
}
#avatar_author a {
	text-decoration: none;
}

#avatar_author {
}

#avatar_author img {
	border: 1px solid #454545;
	height: 100px;
	margin-bottom: -4px;
	width: auto;
	
}

.topic #comments {

}

.page_comments {
	clear: both;
}

.comment_field {
	display: block;
/*	height: 200px;*/
	padding-bottom: 8px;
}

.commenter_info {
	width: 120px;
	height: 120px;
	display: block;
	text-align: center;
	padding: 6px 0px 0px 0px;
	clear: none;	
	float: left;
	font-size: 13px;
	line-height: 0.9em;
}

.commenter_info .name {
	padding-top: 10px; 
}

.comment_field textarea {
	width: 500px;
	height: 120px;
	border: 1px solid #8FB2F4;
/*	background-color: transparent;*/
/*	background-image: url("../images/overlay-white-trans.png");*/
	background-color: #EDFBF0;
	
	clear: none;
}
.comment_field img.avatar{
	width: auto;
	margin-left: 4px;
	border: 1px solid #454545;
}

.avatar.inline {
	float: left;
	clear: none;
	margin-right: 8px;
}
.avatar_nametag.inline {
	display: block;
	height: 40px;
	padding-top: 12px;
	width: 100%;
}

.comment, .update {
	display: block;
	clear: both;
	width: 80%;
}
.comment .body, .update .body {
	min-height: 48px;
	padding: 10px;
	margin-left: 92px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;	
}

.update {
	clear: left;
}

.update .body {
	width: 60%;
	min-height: 60px;
}

.comment .body .comment_text {
	padding: 4px 0px;

}

.comment img.avatar.inline, .update img.avatar.inline {
	height: 80px;
	width: 80px;
	padding: 6px;
	border: 1px solid #CCC;
	border-width: 1px 0px 1px 1px;
	background-color: #FFFFFF;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;	
}
.update img.avatar.inline {
	height: 48px;
	width: 48px;
	
}
.comment .meta .author {
	font-size: 18px;
}


.comment.inset {
	padding: 0px;
}

.comment.inset .body, .update .body {
	margin-top: 0px;
	padding: 2px 10px;
	background: url("../images/overlay-white-64-trans.png");
	border: 1px solid #CCC;
	display: block;
}

.comment.inset .big_button.submitbutton {
	margin-bottom: 0px;
}


.comment .body.byauthor, .comment img.avatar.byauthor, .byauthor {
	background: url("../images/overlay-white-32-trans.png");
	background-color: #8ED0FA;
	border-color: #6AABF8;
}

.comment .body.byme, .comment img.avatar.byme, .byme {
	background: url("../images/overlay-white-32-trans.png");
	background-color: #DDECFD;
	/*	border-color: #6AABF8;*/
/*	background-color: #BDFBB3;
	border-color: #33993;
*/
}

.comment_field .submitbutton {
	display: block;
	clear: left;
}

.comment.inset #id_comment {
	width: 64%;
}

.reply_link {
	display: block;
	clear: both;
	width: 100%;
	text-align: right;
	padding-bottom: 2px;
	font-size: 14px;
	margin-right: 16px;
}

#comments form label {
	display: block;
	clear: left;
	width: 100%;
	padding: 0px;
	padding-top: 30px;
	margin-bottom: 2px;
}

.comment_field .follow_field , #comments .comment_field .follow_field label, .comment_field .follow_field .field {
	width: auto;
/*	background: red;*/
	padding: 0px;
	margin: 0px;
}

#comments .follow_field .fieldlabel {
	display: inline;
	margin-left: 20px;
}

#comments .follow_field input {
	display: inline;
}

#comments .follow_field .field {
	padding-left: 142px;
}

.comment_need_login {
	padding: 10px 0px;
	color: #666;
	width: 90%;
/*	font-style: italic;*/
	
}


form.new_discussion_comment {
	display: block;
	border: 1px solid #77B3F9;
	border-width: 1px 0px 0px 0px;
	margin-top: 48px;
	padding-top: 0px;


}

.noavatar {
	height: 40px;
}


h2 a, h2 a:hover {
	text-decoration: none;
}


h3 a,h3 a:visited {
	text-decoration: none;
	color: #339933;
}

input.submitbutton {
	display: block;
	font-size: 13px;
	text-align: center;
	padding: 4px 8px;
/*	background-color*/
}

#profile {
/*	padding-top: 16px;*/
	margin-top: 8px;
	width: 100%;
	
	margin-left: auto;
	margin-right: auto;
	clear: both;
/*	border: 1px solid #0466cd;
	padding: 0px 1%;
	
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;*/
}

#profile .blog .title a {
	color: #0466cd;
	font-size: 16px;
}

#profile .blog .title a:hover {
	color: #339933;
	text-decoration: underline;

}

.fix_summary {
	width: 460px;
	border: 1px solid #0466cd;
	padding: 11px;
	background-image: url("../images/overlay-white-16-trans.png");
	-o-border-radius: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
	display: block;
	margin: 1px;
	margin-bottom: 10px;

}

.fix_summary:hover {
	border-width: 2px;
	padding: 10px;
	background-image: url("../images/overlay-white-32-trans.png");	
}


.fix_summary .title{
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-top: 8px;
}

.fix_summary a:hover {
	text-decoration: none;
}

.fix_summary a:hover .title {
	color: #339933;
}
.fix_summary .meta {
	text-decoration: none;
	color: #999;
	font-size: 14px;
}

.fix_summary .flags {
/*	margin-left: 10px;*/
	display: block;
	margin: 0px;
}

.fix_summary .flag {
	display: block;
/*	width: 200px;*/
	text-align: center;
	padding-top: 3px;
	padding-bottom: 2px;
	height: 20px;
	margin-bottom: -29px;
	width: 458px;
	margin-left: -11px;
	-o-border-radius-bottomright: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
	-o-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}

.fix_summary:hover .flag {
	width: 456px;
	margin-left: -10px;
	height: 19px;
	margin-bottom: -28px;
}

.fix_summary img {
	float: left;
	border: 0px;
	margin-right: 4px;
}

.fix_summary img.last_image{
	margin-right: 20px;
}


.blog_post {
	width: 64%;
	margin: 2px 0px 4px 0px;
}

.blog_post.wide {
	width: 80%;
}



.blog_post .summary {
	width: 100%;
	margin: 0px;
	padding: 2px;
/*	margin-top: 10px;*/
/*	padding: 5px 0px;*/
}


.blog_post.inline .summary, .blog_post.inline a .summary, .blog_post.inline .summary a  {
	font-size: 14px;
	color: #454545;
/*	padding: 2px;*/
}

.blog_post.inline:hover .summary {
	color: #212121;
}



.blog_post.wide .summary {
	margin-top: 0px;
}

.blog_post .date {
	margin: 0px;
}

.blog_post .title {
	margin-top: 10px;
	margin-bottom: -26px;
}

.blog_post.inline .title {
	margin-bottom: 0px;
}

.blog_post.inline .summary {
	margin-top: 0px;
	padding-top: 4px;
}



.blog_post.solo {
	width: 100%;	
}

.blog_post.solo .post {
/*	background-image: url("../images/overlay-white-40-trans.png");*/
/*	background: url("../images/overlay-trans.png");	*/
	background-color: #EEF5EB;
/*	border-color: #A0E595;	*/
	border: 2px solid #D3F6CA;
	padding: 20px;
	padding-top: 10px;
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;	
}
.profile_title {
	display: block;
	width: 100px;
	float: left;
	
	margin-left: 2%;
/*	margin-bottom: -10px;*/
/*	border: 1px solid #0466cd;*/
/*	margin: 0px;
	margin-left: -20px;
	font-size: 28px;
	width: 78%;
	border: 1px solid #0466cd;
	border-width: 0px 0px 6px 0px;
	color: #454545;
	padding: 0px;
	height: 100px;
	top: 120px;
*/
}

.profile_title .title_text {
	display: block;
	font-size: 16px;
/*	padding-top: 16px;*/
	text-align: center;
/*	color: #0466cd;*/
/*	font-weight: bold;*/
/*	padding-top: 76px;*/
}

.profile_title img {
	float: left;
	border: 0px;
	margin: 0px;
	margin-bottom: 8px;
	clear: none;
	height: 100px;
	width: auto;
	border: 1px solid #454545;

}

a.blog_back_link {
	display: block;
/*	width: 120px;*/
	margin-left: -24px;
	color: #BACFDF;
	padding: 0px 4px 2px 4px;
}

a.blog_back_link:hover {
	color: #45ADCD;
	text-decoration: none;
}



.friend_profile {
	display: block;
	border: 1px solid #0466cd;
	-o-border-radius: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
	background-image: url("../images/overlay-white-32-trans.png");	
	min-height: 120px;
	padding: 10px;
	width: 48%;
	margin: 1px;
	margin-right: 1%;
	float: left;
}

.friend_profile img {
	height: 100px;
	width: auto;
	border: 0px;
	float: left;
	margin-right: 10px;
	border: 1px solid #454545;
}

.friend_profile .name {
	font-size: 24px;
	margin-bottom: 8px;
}

.friend_profile a {
	text-decoration: none;
}
.friend_profile:hover {
	border-width: 2px;
	padding: 9px;
}

.friend_profile a .meta {
	font-size: 14px;
	line-height: 18px;
	color: #454545;
}

.friends_footer {
	display: block;
	width: 100px;
	clear: both;
	height: 10px;
}

.friend_profile:hover {
	border-color: #339933;
	background-image: url("../images/overlay-white-56-trans.png");
}

a.title_link {
	color: #339933;
}


.guide_title {
	font-size: 28px;
	width: 106%;
	border: 1px solid #339933;
	border-width: 0px 0px 8px 0px;
	color: #454545;
	padding: 0px;
	height: 49px;
	margin: 0px 0px 0px -20px;
}

.guide_title img {
	float: right;
	border: 0px;
	margin: 0px;
	margin-right: 5px;
	clear: none;
}

.guide_title .title_text {
	display: block;
	padding-top: 25px;
}

.guide_title .boilertext {
	color: #0466cd;
}


.guide_page {
	margin: 0px;
}

.guide_page .side_bar {
	margin-top: 0px;
}



.guide_page .summary {
	display: block;
	margin: 25px 0px 0px 0px;
	width: 64%;
	padding: 10px;
	background-image: url("../images/overlay-trans.png");
	border: 1px solid #339933;
	-o-border-radius: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
}

.guide_page .notes {
	margin-top: 16px;
}

.guide_page .step_title {
	font-size: 24px;
	color: #0466cd;
	margin-top: 20px;
	margin-bottom: -10px;
	width: 64%;
}

.guide_page .steps {
	margin-left: 10px;
}


.guide_page .step {
	margin-top: 10px;
	width: 64%;
	
}
.guide_page .step .number {
	margin-right: 4px;
	font-size: 100px;
	height: 90px;
	font-weight: bold;
	color: #339933;
	float: left;
	clear: left;
}

.guide_page .step .title {
	display: block;
	font-size: 18px;	
	color: #0466cd;
	padding-top: 2px;
	margin-left: 60px;
	padding-top: 30px;
}

.guide_page .step .description {
	margin-left: 60px;
	font-size: 14px;
}


.guide_page .step .gotchas {
	margin-left: 60px;
	font-size: 14px;
	color: #940005;	
}

.guide_page .step .meta {
	margin-left: 60px;
	font-size: 14px;
	color: #777;	
}

.guide_page table {
/*	font-size: 14px;*/
}

.guide_page .comment {
	width: 64%;
	clear: none;
	margin-left: 20px;
}

.guide_page .notes {
	margin-left: 20px;
}

.guide_page .comment .rating {
	margin-right: 12px;
}

.updates .update, .requests .request {
	width: 90%;
	margin-bottom: 5px;
	padding: 5px 0px;
/*	font-size: 14px;*/
/*	border: 1px solid #339933;*/
}

.yourpart_section .updates .update {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.yourpart_section h2 {
/*	font-weight: normal;*/
/*	margin-top: 20px;*/
	font-size: 20px;
}

.yourpart_section h2.top {
	margin-top: 0px;
}

.update .type_icon,.request .request .type_icon {
	/* icon - 40w x 20h*/
	width: 40px;
	height: 100%;
	float: left;
	margin-right: 10px;
	text-align: center;
}

.update a {
	padding: 0px 1px;
/*	font-weight: bold;*/
	
}

.updates .update:hover {
/*	background-image: url("../images/overlay-white-16-trans.png");*/
}

.updates .update .body {
	margin-left: 60px;
}
.update .body a img {
	vertical-align: middle;
}

.update .datetime, .request .datetime {
	font-size: 12px;
	color: #CCC;
	display: block;
	margin-left: 10px;
	margin-top: -4px;
}


.privacy {
	float: right;
	font-size: 10px;
	margin-right: 6px;
	margin-top: 4px;
	color: #999;
}
.blog_post:hover .privacy {
	margin-right: 4px;
}



.flagged_fix {
	display: block;
	margin-bottom: 20px;
}

.flagged_fixes .flag {
	display: block;
	margin-left: 6px;
}

.flagged_fixes a {

}


.flagged_fixes .author {

}

.flagged_fixes a.author:hover {
	
}

.flagged_fixes .fix_name {
	font-weight: bold;
}
.side_bar.updates {
	margin-left: 40px;
	padding-bottom: 80px;
}

.filters a {
	display: block;
}

.filters a.selected {
	color: #454545;
	font-weight: bold;
}

.filters a.selected:hover {
	text-decoration: none;
}


.filters input {
	float: left;
	margin-right: 4px;
}

#scopeNav .link_cat_avatar {
	width: 100%;
	background-color: #4B82DE;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	border: 0px solid #2A5494;
/*	border-width: 0px 0px 1px 0px;*/
	padding: 0px 0px 0px 0px;
	height: 46px;
}

#scopeNav .link_cat_avatar .avatar {
	float: left;
}

#scopeNav .link_cat_avatar a {
	font-size: 14px;
}

#scopeNav .link_cat_avatar a img {
	margin-top: 2px;
	width: 40px;
	height: 40px;
}
#scopeNav .link_cat_avatar a  {
	height: 44px;
	color: #FFF;
	padding: 2px 0px;
}
#scopeNav .link_cat_avatar a:hover  {
	background: transparent;

}

#scopeNav .link_cat_avatar .author {
	display: block;
	padding: 12px 4px 0px 4px;
}

#scopeNav .scope-top {
	padding: 0px;
	margin-left: 0px;
	width: 162px;	
	height: auto;
}


#fave_buttons {
	margin-top: 6px;
	float: right;
	clear: right;
}


#fave_buttons a {
	text-decoration: none;
}

#fave_buttons a:hover {
	text-decoration: none;
}
#fave_buttons img {
	vertical-align: middle;
}

#fave_buttons .instructions {
	display: none;
	font-size: 11px;
	color: #58C;
	
}

#fave_buttons a:hover .instructions {
	display: block;
	float: left;
	text-align: right;
	margin-right: 8px;
	padding-top: 6px;

	overflow:hidden;
}


a.side_button, input.side_button {
	display: block;
	text-decoration: none;
	color: #EEE;
	background-color: #61B2CD;
	padding: 6px 14px 4px 8px;
	border: 1px solid #168DE3;
	-o-border-radius: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
	margin-bottom: 4px;
	width: auto;
}

a.side_button:hover, input.side_button:hover {
	color: #FFF;
	background-color: #3F83CD;
	border-color: #5BA2FF;
}

a.side_button img, input.side_button img,input.big_button img,a.big_button img {
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 8px;
}

.side_bar a.big_button {
	float: right;
	margin-right: 0px;
	display: block;
	margin-top: 8px;
	width: 88%;
	padding: 7px 2px 3px 2px;
	text-align: center;
	background-color: #76be76;
	border-color: #339933;
}

.side_bar a.big_button:hover {
	background-color: #9BDB90;
	border-color: #5CB54A;
}
.side_bar a.big_button.new_blog {
/*	width: 140px;*/
}

.blog_edit .field{
	display: block;
	margin-bottom: 8px;
}

.blog_edit label {
	float: left;
	padding-top: 4px;
	margin-right: 10px;
	clear: left;
	width: 60px;
}

.blog_edit select{
	margin-left: 14px;
}


.blog_edit input, .blog_edit textarea {
	border: 1px solid #DDD;	
	color: #212121;
	padding: 0px 0px 0px 5px;
	font-size: 13px;
	font-family: "Myriad Pro", Helvetica, Arial, Sans-serif;	
}

.blog_edit #id_title, .blog_edit #id_slqblg-title { 
	width: 60%;
	font-size: 18px;
	padding: 5px;
	color: #0466cd;
}

.blog_edit #id_name {
	width: 60%;
	font-size: 16px;
	padding: 4px;
}

.blog_edit #id_body, .blog_edit #id_slqblg-body {
	width: 80%;
	height: 240px;
}

.blog_edit .submitbutton {
	margin: 20px 0px 0px 0px;
	font-size: 16px;
	padding: 8px 12px;
	color: #EEE;
	clear: both ;
	position: relative;
	display: block;

}

.side_buttons {
	float: right;
}

.help_text {
	font-size: 12px;
	color: #777;
}

.blog_edit .field {
	padding: 4px 0px;
}

.blog_edit .help_text {
	display: block;
	margin-left: 92px;
	text-align: left;
}

.field ul {
	display: inline;
	margin: 0px;
}
.field ul li {
	display: inline;
	font-size: 12px;
	float: left;
/*	width: 300px;*/
/*	display: block;*/
}

.field ul li label {
	display: inline;
	width: auto;
}

#blog_form {
	display: none;
}

#blog_form.open {
	display: block;
}
.blog_edit h3 {
	padding-top: 10px;
	clear: both;
	border: 1px solid #339933;
	height: 17px;
	border-width: 0px 0px 1px 0px;
	margin-bottom: 10px;
}


.blog_edit h3 a {
	font-size: 16px;
}

.clickable_header {
	width: 100%;
	clear: both;
	padding-top: 20px;
	margin-bottom: 20px;
}

.error {
	display: block;
	color: #D33924;
	font-size: 12px;
}

.faq .header a {
	display: block;
	margin-left: 10px;
	margin-top: 4px;
}

.faq #noFAQs a {
	display: inline;
}

.citation_list a {
	display: block;
	
}




.reg_form {
	
}

.reg_form input {
	font-size: 18px;
	border: 1px solid #88BCF9;
	color: #454545;
}


.reg_form .field {
	display: block;
	padding: 5px;
	margin-bottom: 10px;
}

.reg_form #submitButtons {
	display: block;
	padding-top: 20px;
	clear: both;
	width: 100%;
}


.reg_form label {
	float: left;
	clear: left;
	width: 160px;
	padding-top: 6px;
}

.reg_form #submit {
	color: #DDD;
	padding: 6px 12px;
}

#profile_nav {
	display: block;
/*	float: right;*/
	position: absolute;
	z-index: 300;
	top: 64px;
	right: 2%;
	width: 240px;
	background-color: #76be76;
/*	background: url("../images/overlay-trans.png");*/
	
	height: 126px;
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;	
}


#profile_nav .link_highlight {
	display: none;
	float: left;
	position: absolute;
	top: 40px;
	margin-left: 14px;
}

#profile_nav .link_highlight.cur_profile_section {
	display: block;
	z-index: 200;
}

.avatar {
	background-color: #76be76;
}

#profile_nav .avatar {
	float: right;
/*	padding: 0px 16px 16px 16px;*/
	padding: 0px 8px;
	margin-top: 0px;
	height: 100px;
	width: 100px;
}

#profile_nav .avatar img {
	width: 100px;
	border: 0px;
}

#profile_nav .name {
	display: block;
	font-size: 16px;
	height: 16px;
	color: #E5FAD7;
	text-align: center;
	margin: 0px;
	padding-top: 2px;
	margin-top: 0px;
	margin-bottom: 3px;
	background: url("../images/right-nav-header-trans.png");
	background-repeat: no-repeat;
	border: 1px solid #347824;
	border-width: 0px 0px 1px 0px;
}

#profile_nav .name a {
	color: #E5FAD7;
	text-decoration: none;
}

#profile_nav .name a:hover {
	color: #FFF;
	text-decoration: none;
}

#profile_nav a.navlink {
	display: block;
	font-size: 14px;
	text-align: right;
	margin-right: 4px;
	color: #BFE4B2;
	padding: 0px;
	margin: 0px;
/*	padding-top: 1px;*/
	height: 16px;
}
#profile_nav a.selected {
	color: #EEE;
}

#profile_nav a.navlink:hover {
	color: #FFF;
	text-decoration: none;
}

#profile_nav .profile_links {
	padding-top: 4px;
}


#profile_nav a:hover .link_highlight {
	display: block;
	background-color: #76be76;
	z-index: 320;
}

#big_picture_nav {
	display: block;
/*	float: right;*/
	position: absolute;
	z-index: 300;
	top: 70px;
	right: 2%;
	width: 164px;
	background-color: #76be76;
/*	background: url("../images/overlay-trans.png");*/
	
/*	height: 126px;*/
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;	
}


#big_picture_nav .link_highlight {
	display: none;

	position: absolute;
	top: 32px;
	margin-left: 16px;
}

#big_picture_nav .link_highlight.cur_profile_section {
	display: block;
	z-index: 200;
}

.sec_updates img {

	width: 80px;
	height: 80px;
}


#big_picture_nav .name {
	display: block;
	font-size: 14px;
	height: 15px;
	color: #E5FAD7;
	text-align: center;
	margin: 0px;
	padding-top: 3px;
	margin-top: 0px;
	margin-bottom: 3px;
	border: 1px solid #347824;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	
	background-repeat: no-repeat;

	background-color: #339933;
	border-width: 0px 0px 1px 0px;
}

#big_picture_nav .name a {
	color: #E5FAD7;
	text-decoration: none;
}


#big_picture_nav .name a:hover {
	color: #FFF;
	text-decoration: none;
}

#big_picture_nav a.navlink {
	display: block;
	font-size: 14px;
	text-align: right;

	color: #BFE4B2;
	padding: 1px 0px;
	margin: 0px;
	padding-right: 12px;
	height: 14px;
}
#big_picture_nav a.selected {
	color: #EEE;
}

#big_picture_nav a.navlink:hover {
	color: #FFF;
	text-decoration: none;
}

#big_picture_nav .profile_links {
	padding: 0px;
	padding-bottom: 4px;
}


#big_picture_nav a:hover .link_highlight {
	display: block;
	background-color: #76be76;
	z-index: 320;
}

ul.favorites_list {
	margin: 0px;
	margin-top: 4px;
}

.favorites_list li {
	margin: 0px;
	list-style-image: url("../images/star-bullet.gif")
}

a.light {
	font-weight: normal;
}



.reg_form .help_text {
	display: block;
	width: 300px;
	margin-left: 180px;
}

.reg_form input {
	width: 300px;
	font-size: 20px;
	padding: 4px;
}

.reg_form input.qidatefield {
	width: 150px;
	text-align: center;
}

.reg_form #id_name {
	width: 400px;
}

.reg_form {
	background: url("../images/overlay-white-64-trans.png");
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;	
	border: 1px solid #0466cd;
	width: 700px;
	padding: 8px;
	margin-bottom: 60px;
}

.reg_form .field {
	padding: 10px;	
/*	background-color: #E8F0FA;*/
	margin: 0px;
	padding-left: 20px;
}

.reg_form #submitbuttons {
	text-align: left;
}

.reg_form #submitbuttons input.big_button {
	margin-left: 40px;	
	margin-bottom: 10px;
	margin-top: 20px;
	color: #EEE;	
}


.reg_form h2 {
	margin: 0px;
	margin-top: 16px;
	margin-left: 8px;
}
.profile_form {
}

.profile_form .field {
	padding: 10px;	
/*	background-color: #E8F0FA;*/
	margin: 0px;
	padding-left: 20px;
}


.profile_form .help_text {
	display: block;
	width: 400px;
	margin-left: 180px;
	clear: left;
}

.profile_form input {
	width: 300px;
	font-size: 18px;
	padding: 4px;
}

.profile_form .field {
	display: block;
	padding: 5px;
	margin-bottom: 10px;
}

.profile_form label {
	float: left;
	clear: left;
	display: inline;
	width: 164px;
	padding-top: 6px;
}

.profile_form .checkboxes label {
	float: none;
	display: inline;
	position: relative;
	width: auto;
	font-size: 14px;
	left: 20px;
	clear: right;
}

.profile_form .checkboxes input {	
	width: auto;
	margin-top: 6px;
	display: inline;
}

.profile_form .field {
	clear: both;
	width: 100%;
}

.formblock {
	border: 1px solid #BBB;
	padding: 8px;
/*	background: url("../images/overlay-trans.png");*/
	
}
.profile_form .question {
	font-size: 18px;
	font-weight: bold;
	color: #454545;
}

.critical {
	color: #E9441C;
}

.profile_form .field.radio_buttons .help_text, .profile_form .help_text.wide {
	margin: 0px;
	width: 90%;
/*	text-align: center;*/
	clear: both;
	margin-left: 10%;
}

.profile_form #id_blog_bumper_sticker {
	width: 480px;
	margin-left: 20px;
}

.profile_form .radio_buttons label {
/*	float: none;*/
	width: auto;
	display: block;
}

.profile_form .radio_buttons .fieldlabel {
	width: 164px;
}

.profile_form .field.radio_buttons label {
	float: none;
	width: auto;
	display: inline;
}


.profile_form .radio_buttons input.radio {
	width: auto;
	margin-left: 76px;
}

.profile_form .radio_buttons input {
	width: auto;
}

.radio_buttons {
	display: block;
}


.profile_form #id_about_me {
	width: 420px;
	height: 6em;
}

.profile_form #id_tag_list {
	width: 420px;
	height: 4em;
}

.profile_form input, .profile_form textarea {
	border: 1px solid #A3BDDE;
	color: #323232;
}
.profile_form #submitbuttons {
	margin-top: 20px;
}

.profile_form #submitbuttons input,.login_form #submitbuttons input {
	color: #EEE;
	width: auto;
	padding: 4px 12px;	
}

.profile_form .big_button, .reg_form .big_button,  {
	background-color: #396BAB;
	color: #EEE;
	padding: 4px 12px;	
	width: auto;	
}



a.giant_button {
	display: block;
	border: 2px solid #339933;
	width: 460px;
	height: 100px;
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;	
	margin-left: 20px;
	font-size: 32px;
	margin-bottom: 20px;
	padding: 10px;
	background: url("../images/overlay-white-16-trans.png");
}

a.giant_button:hover {
	text-decoration: none;
	color: #0466cd;
	padding: 8px;
	border-width: 4px;
	border-color: #339933;
	background: url("../images/overlay-white-32-trans.png");	
}

a.giant_button .title {
	float: right;
	width: 300px;
	padding-top: 8px;
	text-align: center;
	clear: none;
}

a.giant_button:hover .title {
	padding-top: 8px;
}

a.giant_button img {
	float: left;
	border: 0px;
	margin: 0px 20px 0px 20px;	
	clear: none;
}

a.giant_button .instructions {
/*	display: none;*/
	font-size: 12px;
	text-align: center;
	width: 240px;
	margin-right: 30px;
	float: right;
	clear: right;
	color: #AAA;
}

a.giant_button:hover .instructions {
	display: block;
	color: #454545;
	
}

.message {
	font-size: 16px;
	font-weight: bolder;
	color: #0466cd;
}

.login_form {
	padding: 20px;
	width: 400px;
	display: block;
	margin-left: 20px;
/*	margin-right: auto;	*/
	border: 1px solid #0466cd;	
	text-align: center;
	background: url("../images/overlay-white-48-trans.png");
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;	
}

.login_form input {
	width: 200px;
	font-size: 18px;
	padding: 4px;
	margin-left: 0px;
	border: 1px solid #A3BDDE;
	color: #323232;
}

.login_form .field {
	display: block;
	padding: 5px;
	margin-bottom: 10px;
}

.login_form label {
	float: left;
	clear: left;
	text-align: right;
	margin-left: 20px;
	padding-right: 10px;
	display: inline;
	font-size: 20px;
	width: 80px;
	padding-top: 6px;
	color: #0466cd;
}

.post .body {
	padding-top: 10px;
}


.post code {
	display: block;
	background-color: #B3E999;
	color: #454545;
	padding: 10px;
}

.post code p{
	margin: 0px;
	padding: 0px;
}

.post code br {

}


h3 a.toggle_link {
	font-size: 14px;
	margin-left: 20px;
	font-weight: normal;
}

.side_bar.big_picture_home {
	margin-right:12px;
	margin-bottom: 200px;
	width: 24%;	
}

.side_bar.big_picture_home .inset {
	margin-left: 4px;

}

.side_bar.big_picture_home .update {
	display: block;
	width: 100%;
	margin-bottom: 8px;
}

.side_bar.big_picture_home .type_icon, .side_bar.big_picture_home .type_icon img, .side_bar.big_picture_home .body, .community_home .type_icon {
	width: auto;
	display: inline;
/*	clear: left;*/
/*	float: left;*/
}
.side_bar.big_picture_home .body {
	padding: 0px;
	padding-bottom: 4px;
}
.side_bar.big_picture_home .type_icon {
	margin-top: 8px;

}

.big_picture_links {
	display: block;
/*	width: 700px;*/
	height: 200px;
	clear: left;
	margin-left: auto;
	margin-right: auto;
}

a.big_picture_link {
	display: block;
	border: 2px solid #649F4B;
	width: 180px;
	height: 92px;
	float: left;
	color: #FFF;
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
/*    overflow: hidden;	*/
	margin-left: 4px;
	margin-right: 4px;	
	margin-bottom: 16px;
	padding: 8px;
	background: url("../images/big-pic-buttons-back.gif");
}

.intro_text {
	width: 80%;
	padding: 8px;
	background: url("../images/overlay-trans.png");
	border: 1px solid #AAA;
	color: #333;
	margin-bottom: 16px;
}

a.big_picture_link:hover {
	text-decoration: none;
	padding: 7px;
	border-width: 3px;
	background: #5AB935;
	border-color: #339933;
	color: #FFF;
}

a.big_picture_link .title {
	float: right;
	width: 92px;
	color: #DDD;
	margin-right: 2px;
	padding-top: 8px;
	text-align: center;
	font-size: 14px;
	clear: none;
	line-height: 14px;
}

a.big_picture_link:hover .title {
	padding-top: 8px;
	color: #FFF;
}

a.big_picture_link img {
	float: left;
	border: 0px;
	margin: 2px 0px 0px 0px;	
	clear: none;
	width: 64px;
	height: 64px;

}

a.big_picture_link .instructions {
/*	display: none;*/
/*	border: 1px solid red;*/
	font-size: 12px;
	text-align: center;
	width: 92px;
	margin-right: 0px;
	margin-top: 8px;
	float: right;
	clear: right;
	font-weight: bold;
	color: #8ED671;
	
}

a.big_picture_link:hover .instructions {
	display: block;
	color: #DCFCC6;
}



.side_bar.home {
	width: 30%;  
	margin-bottom: 16px;
}

.side_bar.home .inset {
	margin-left: 16px;
}

.side_bar_header.home {
}

.side_bar.home .title {
	margin-top: 0px;
	color: #0466cd;
	border: 1px solid #0466cd;
	border-width: 0px 0px 1px 0px;
	font-size: 20px;
	height: 17px;
	margin-bottom: 8px;
	font-weight: normal;
	padding-top: 0px;
	width: 100%;
	display: block;
	clear: both;
}

.side_bar.home .update {
	display: block;
	width: 92%;	
	float: left;
	clear: left;
	margin-bottom: 4px;
	font-size: 13px;
	padding: 0px;
	line-height: 12px;	
}

.side_bar.home a {
	font-weight: normal;
}

.side_bar.home .type_icon, .side_bar.home .type_icon img {
	width: auto;
	display: inline;
}


.side_bar.home .type_icon {
	height: 100%;
	display: block;
	margin-right: 8px;
	float: left;
	clear: left;
	width: 40px;
	min-height: 32px;
	text-align: center;
}
                       

.side_bar.home .inset.big_pic_updates .type_icon {
	min-height: 0px;
	height: auto;
}

.side_bar.home .update .body {
	margin: 0px;
	display: inline;
	text-indent: 16px;
}

.side_bar.home.community_home {
	width: 100%;
}

.homeContent .big_picture_links {
	display: block;

	margin-left: 6.4%;	
	clear: none;
	text-align: center;
}



.homeContent {
	margin-left: 0px;
/*	width: 64%;*/
	padding: 2% 8%;
	text-align: center;
}

.home_text_logo {
	position: absolute;
	right: 16px;
	top: 12px;
	clear: none;
}

#home_logo {
	background: url("../images/background-home-large-links-trans.png");
	width: 480px;
	height: 426px;
	position: fixed;
	top: 32px;
	left: 32px;
	z-index: -16;
}

.homeContent h1 {
	color: #339933;
	font-weight: normal;
}
.homeContent h2 {
	color: #0466cd;
	font-weight: normal;
	font-size: 28px;
	margin-left: 6%;
}

.homeContent .home_intro {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
	background: url("../images/overlay_green-trans.png");
	width: 76%;
	padding: 12px;
	text-align: left;
}

.homeContent .buttons {
	margin-right: auto;
	margin-left: auto;
}



.homeContent h1.page_title {
	margin-left: 6%;
	margin-top: 92px;
	width: 92%;
	padding: 6px 12px 0px 4px;
	
}


.home .tagline {
	position: fixed;
	bottom: 8px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
}
.homeContent .more_text {
	margin-bottom: 6%;
	display: block;
	clear: both;
}

a.home_giant_button {
	float: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 31%;
	height: 180px;
	border: 2px solid #355E9A;
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 32px;
	padding: 8px;
	color: #B4CAEA;
	font-size: 14px;
	clear: none;
	margin-left: 1%;
	margin-right: 1%;	

	background-color: #1C5DB3;
	line-height: 2em;	
}

a.home_giant_button:hover {
	text-decoration: none;
	padding: 6px;
	border-width: 4px;
	border-color: #2478ED;
	background-color: #0466cd;
	color: #EEE;

}


a.home_giant_button .title {
	font-size: 28px;
	color: #FFF;
	display: block;
	margin: 8px 0px;
	text-align: center;
}

a.home_giant_button .explanation {
	display: block;
	padding: 2px 6px;
	line-height: 1.2em;
	text-align: left;
}

a.home_giant_button img {
	float: left;
	display: none;
	
}

a.home_giant_button.big_pic {
	background-image: url("../images/home_giant_bigPicture-trans.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

a.home_giant_button.inspired {
	background-image: url("../images/home_giant_community-trans.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

a.home_giant_button.getchanging {
	background-image: url("../images/home_giant_yourPart-trans.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.home_logo {
	margin-top: 6%;
	height: 125px;
	width: 98%;
}
.home_logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.updater_form {
}

.updater_form .field {
	padding: 10px;	
/*	background-color: #E8F0FA;*/
	margin: 0px;
	padding-left: 20px;
}


.updater_form .help_text {
	display: block;
	width: 500px;
	margin-left: 100px;
	clear: left;
}

.updater_form input {
	width: 300px;
	font-size: 18px;
	padding: 4px;
}

.updater_form .field {
	display: block;
	padding: 5px;
	margin-bottom: 10px;
}

.updater_form label {
	float: left;
	clear: left;
	display: inline;
	width: 88px;
	padding-top: 6px;
	height: 40px;
}


.updater_form select {
	margin-left: 20px;
}

.updater_form .checkboxes .checkbox label {
	float: none;
	display: inline;
	position: relative;
	width: auto;
	font-size: 14px;
	padding: 0px;
/*	left: 20px;*/
	clear: right;
}

.updater_form .checkboxes li label {
	padding: 0px;
	height: 20px;
}

.updater_form .checkboxes input {	
	width: auto;
	margin-top: 6px;
	display: inline;
}


.updater_form .field {
	clear: both;
	width: 100%;
}

.updater_form .solo_checkboxes .field label {
	display: none;
}

.updater_form .solo_checkboxes .field {
	width: auto;
	display: block;	
}
.updater_form .solo_checkboxes .help_text {
	margin-left: 8px;
	clear: none;
	display: inline;
}

.updater_form .solo_checkboxes label.fieldlabel {
	display: block;
}


.updater_form #submitbuttons .big_button {
	background-color: #396BAB;
	color: #EEE;
	padding: 4px 12px;	
	width: auto;	
}


.updater_form #id_tag_list {
	width: 420px;
	height: 4em;
}

.updater_form input, .updater_form textarea {
	border: 1px solid #A3BDDE;
	color: #323232;
}
.updater_form #submitbuttons {
	margin-top: 20px;
}

.updater_form #id_slqblg-body {
	width: 500px;
}

.updater_form #id_description {
	width: 500px;
	height: 80px;
}

.updater_form #id_tag_list {
	width: 400px;
	height: auto;
	padding: 2px;
	
	
}


.updater_form #submitbuttons input,.login_form #submitbuttons input {
	color: #EEE;
	width: auto;
	padding: 4px 12px;	
}

.updater_form .radio_buttons {
	display: block;
}

.updater_form .radio_buttons li label,.updater_form .radio_buttons li input {
	width: auto;
}

.updater_form .radio_buttons label.fieldlabel {
	width: 100%;
}
.updater_form .radio_buttons .field ul {
	display: block;
	padding-left: 88px;
}




.pagination {
	margin-top: 16px;
	clear: both;
	width: 100%;
}

.pagination .page{
	padding: 0px 4px;
	margin: 0px;
	font-size: 16px;
	width: auto;
}

.pagination .disabled {
/*	visibility: hidden;*/
	color: #DDD;
}

.pagination a.page {
	padding: 0px;
	padding: 3px 1px;
	margin: 0px;
	font-size: 14px;	
}

.pagination .prev {
	
}

.pagination .next {
	
}

.community_section {
	display: block;
	float: left;
	width: 30%;
	margin-right: 2%;
	margin-top: 8px;
	background: url("../images/overlay-trans.png");	
}

.community_section .title {
	background-color: #339933;
	background: url("../images/big-pic-buttons-back.gif");
	color: #FFF;
	font-size: 16px;
	padding: 6px 0px 0px 8px;
	border: 1px solid #399420;
/*	border-width: 0px 0px 1px 0px;*/
	border-bottom-color: #454545;
}

.community_section .title img {
	margin-right: 6px;
	vertical-align: middle;
	padding-bottom: 4px;
}

.community_section .section_body {
	border: 1px solid #BBB;
	border-width: 0px 1px 0px 1px;
	padding: 8px 0px;
	padding-bottom: 0px;
	font-size: 14px;
	min-height: 128px;	
}


.community_section .explanation {
	text-align: center;
	font-size: 12px;
	color: #AAA;
	margin-bottom: 4px;
	display: block;
}

.community_section .line_item {
	display: block;
}

.community_section a {
	margin: 0px;
	display: block;

}

.community_section .line_item a {
	margin-top: 0px;
/*	height: 1.4em;*/
	line-height: 1em;
/*	margin: 8px 6px;*/
	padding: 4px 4px;	
}

.community_section .line_item a:hover {
	background-color: #D9E8FD;
	text-decoration: none;
	color: #305F27;
}

.community_section .line_item a img {
	vertical-align: middle;
	margin-right: 8px;
}

.community_section .title a, .community_section .title a:hover {
	margin: 0px;
	color: #FFF;
	text-decoration: none;
}

.community_section .all-links {
	margin: 0px;
	font-size: 16px;
	padding: 6px 0px 0px 8px;
	border: 1px solid #BBB;
	border-width: 0px 1px 1px 1px;
	height: 20px;
}

.community_section .all-links a {
	float: left;
	margin-right: 16px;
	font-size: 14px;
}

.guides, .fixes {
	width: 72%;
}

.in_list {
	width: 100%;
	height: auto;
	background: none;
	border: 0px;
	padding: 8px 4px;
}

.in_list .scopes {
	float: right;
}

.in_list .scopes img {
	width: 32px;
	height: 32px;
	margin-left: 4px;
}

.in_list:hover {
	padding: 8px 4px;
	background-color: #D9E8FD;
}

.in_list a, .in_list a:hover{
	color: #212121;
	padding: 0px;
	text-decoration: none;
}

.in_list.profile .name a, .in_list.profile .name a {
	float: left;
	height: auto;
}

.in_list a .title {
	color: #0466CD;
	padding: 0px;
	margin: 0px;
}

.in_list img {
	margin: 0px;
}
.in_list .rating {
	margin: 0px;
}

.in_list .rating img {
	margin: 0px;
}

.in_list .meta {
	width: 80%;
	height: 16px;
}

.in_list .meta_cat {
	display: block;
	float: left;
	padding: 0px 8px;
	width: 160px;
}

.in_list .date {
	margin: 0px;
	margin-left: 8px;
	color: #888;
}

.in_list a:hover .title {
	color: #339933;
}

.in_list a:hover .date {
	color: #454545;
}
.side_bar.floater {
	float: right;
	clear: none;
	width: 200px;
}



.profile a {
	display: block;
	width: 100%;
	height: 48px;
}

.profile.in_list img.profile_pic {
	width: 48px;
	height: 48px;
	vertical-align: middle;
	margin-right: 16px;
	margin-left: 4px;
	display: inline;
	float: left;
}

.profile.in_list .name {
	font-size: 16px;
	color: #0466CD;
	font-weight: bold;
	padding-right: 32px;
	margin-top: 4px;
}

.profile.in_list:hover .name {
	color: #339933;
}

.profile_meta {
	padding: 2px 2%;
	color: #AAA;
	font-size: 14px;
}

.profile.in_list:hover .profile_meta {
	color: #454545;
}

.username {
	margin-right: 8px;
}

.news {
	
}


.story {
	width: 100%;
	border: 1px solid #C5D9F1;
	padding: 11px;
	background-image: url("../images/overlay-white-16-trans.png");
	-o-border-radius: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
	display: block;
	margin: 1px;
	margin-bottom: 10px;

}

.story:hover {
	border-width: 2px;
	padding: 10px;
	background: #D9E8FD
}

a.story,a.story:hover {
	text-decoration: none;
	color: #454545;
}


a.story .title{
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-top: 8px;
	color: #0466cd;
}


a.story:hover .title {
	color: #339933;
}

a.story .date {
	margin: 0px;
	margin-bottom: 10px;
}

a.story .scopes {
	float: left;
	display: block;
	margin-right: 8px;
	margin-bottom: 8px;
}

a.story .scopes img {
	vertical-align: middle;
}

a.story .summary {
	display: block;
	font-size: 14px;
	min-height: 42px;
}

.news_story {
	z-index: 30;
}

.news_story .story_body br {

}

.news_story h2 {
	margin-top: 24px;
}

.news_story .title {
	margin: 0px;
	font-size: 24px;
/*	margin-left: -20px;*/
	font-weight: bold;
	color: #0466cd;
}

.news_story .meta {
	display: block;
	height: 24px;
	padding-top: 16px;
	margin-left: 8px;
	margin-bottom: -10px;
}
.news_story .date {
	margin: 0px;
}

.news_story .meta div {
	float: left;
	font-size: 14px;
	color: #888;
	margin-right: 24px;
}

.news_story .intro_title, .news_story .intro {
	margin-left: 0px;
}


.news_story .story_body {
	display: block;
	margin-top: 32px;	
	clear: both;
	padding: 8px;
/*	background-image: url("../images/overlay-white-32-trans.png");*/
}

.news_form  label {
	width: 108px;
}

.news_form .help_text {
	margin-left: 124px;
}

.news_form #id_title, .news_form #id_everyday_sue, .news_form #id_story_body, .news_form #id_source, .news_form #id_url {
	width: 72%;
}


.news_form #id_everyday_sue {
	height: 60px;
}


.news_form #id_story_date {
	width: 160px;
	text-align: center;
}


.side_bar.filter {
	width: 16%;
	padding: 0px;
	margin-right: 8px;
	z-index: 40;
}

.side_bar.filter .subtitle {
	margin-left: 4px;
	color: #777;
	margin-top: 8px;
	font-size: 14px;
/*	font-weight: bold;*/
	margin-bottom: 0px;
}

.side_bar.team {
	width: 24%;
	float: right;
	margin-right: 0px;
	
}

.side_bar.team .big_button {
	width: 100%;
}

.short {
	padding: 0px;
	margin: 0px;
}

.editor h2 {
	margin-top: 0px;
}

.side_avatar {
	margin-top: 20px;
}

#profile h3.blank{
	margin-bottom: 8px;
}

.topic.in_list {
	display: block;
	height: 32px;
	width: 72%;
	margin-bottom: 0px;
}

.topic.in_list.wide {
	width: 100%;
}
.topic.in_list .subject {
	font-size: 15px;
}
a.topic.in_list,a.topic.in_list:hover {
	text-decoration: none;
    overflow: hidden;
}

.topic.in_list .date {
    overflow: hidden;
	height: 14px;
}

.fav_icon{
	float: left;
	display: block;
	width: 18px;
	padding-top: 14px;
	padding-left: 0px;
	margin-right: 4px;
	height: 28px;
}

.bugs h2 {
	color: #339933;
	border: 1px solid #339933;
	height: 21px;
	border-width: 0px 0px 1px 0px;
	margin-bottom: 9px;
}

.bugs h2 img {
	margin-right: 8px;
}

#linkNav a.broken, #linkNav a.broken:hover {
	color: #91A088;
}

a.broken.big_button {
	color: #DDD;
	border-color: #999;
	background-color: #BBB;
}

.refine_link {
	text-align: center;
	color: #454545;
	display: block;
	padding: 14px 12px 10px 12px;
	margin-left: auto;
	margin-right: auto;
	width: 64%;
	min-width: 560px;

	background-color: #c6dffc;
/*	font-size: 14px;*/
}

.update.big_pic_home img {
	vertical-align: middle;
}

.pageContent.big_pic_home {
	margin-left: 200px;
	width: 64%;
	margin-right: 0px;
}

.big_pic_home .intro_text {
	width: 98%;
}

.big_picture_sixlinks {
	width: 580px;
	padding: 0px;

}

.guide_page .side_bar .big_button {
	width: 94%;
}

.guide_tables table {
	margin-top: 12px;
	width: 66%;
	margin-left: 2%;
}

.guide_tables th {
	background-color: #c6dffc;
	font-weight: normal;
	color: #0466cd;
}

.guide_tables td.name {
	width: 30%;
}

.guide_tables td.num_needed {
	width: 20%;
	text-align: center;
}

.guide_tables td.cost {
	text-align: center;
	width: 20%;
}

.guide_tables td.yearly_savings {
	width: 40%;
	text-align: center;
}

#ratings .radio_buttons .help_text {
	width: 72%;
}


#overlay {
	display: block;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 500;
	width: 100%;
	height: 100%;
	background: url("../images/greyOverlay-trans.png");
	background-repeat: repeat-both;
}

#popup {
	display: block;
	display: none;
	margin-left: auto;
	margin-right: auto;
	z-index: 560;
	width: 64%;
	padding: 3% 4%;	
/*	height: 400px;	*/
	background-color: #EAEFF3;
	position: fixed;
	top: 10%;
	left: 18%;
	border: 2px solid #91C9DB;
    -o-border-radius: 12x;
    -moz-border-radius: 12px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
	font-size: 15px;
	
}

#popup .title {
	font-size: 20px;
	font-weight: bold;
	color: #0466cd;
	margin-bottom: 20px;
	width: 100%;
}

#popup .title a {
	font-size: 14px;
	float: right;
	font-weight: normal;
	text-decoration: underline;
}

#popup .summary {
	font-size: 16px;
	font-weight: bold;
	color: #0466cd;
/*	display: inline;*/
	margin: 0px;
	padding: 0px;
	padding-right: 8px;
}

#popup .help_out {
	float: right;
	width: 40%;
}


#popup .help_out li {
	font-size: 18px;
	font-weight: bold;
	color: #0466cd;
	line-height: 80%;	
}

#popup .help_out li span.item {
	font-size: 14px;
	font-weight: normal;
	color: #454545;
}

#popup .popup_body {
	width: 56%;
}

#popup .popup_body  a.big_button {
	display: block;
	float: left;
	clear: none;	
	background-color: #339933;
	border-color: #3B7530;
}

#popup .popup_body a.big_button:hover {
	background-color: #4C993C;
	border-color: #5B9144;
}


#popup .subheading {
/*	color: #339933;*/
	font-size: 17px;
	font-weight: bold;
}

.cat_and_search_bar .categories input {
	display: inline;
}

.cat_and_search_bar .categories label {
	display: inline;
	font-size: 14px;
}

.cat_and_search_bar {
	min-width: 440px;
	width: 96%;
/*	height: 56px;*/
/*	float: right;*/
	background-color: #1C5DB3;
	margin-bottom: 12px;
	padding: 0px;
	color: #95B9E9;
	border: 2px solid #1758C9;
	-o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;

}

.cat_and_search_bar .filters {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}

.cat_and_search_bar .filters label, .cat_and_search_bar .filters input {
	display: inline;
	padding: 0px;
	margin: 0px;
	width: auto;
}

.cat_and_search_bar .filters input {
	margin-right: 4px;
}
.cat_and_search_bar .filters label {
	margin-right: 12px;
}

.cat_and_search_bar .filters a {
	display: block;
	float: left;
	padding: 4px 8px;
	margin-right: 4px;
	height: 32px;
	clear: none;
	color: #95B9E9;
	z-index: 200;
}
.cat_and_search_bar .filters a img {
	vertical-align: middle;
}

.cat_and_search_bar .filters a.selected {
		color: #FFF;
}
.cat_and_search_bar a {
	font-weight: normal;
	color: #4573C0;
}
.cat_and_search_bar a:hover {
	color: #a5c0eb;
	background-color: #1758C9;
}

.cat_and_search_bar a.selected, .cat_and_search_bar .categories a.selected {
	background-color: #0466cd;
	color: #A5C6F5;
	border: 1px solid #0466cd;
}

.cat_and_search_bar a.selected:hover,  .cat_and_search_bar .categories a.selected:hover {
	color: #EEE;
	background-color: #2372DD;
}

#cat_and_search_form {
	margin: 0px;
	padding: 0px;
}

.cat_and_search_bar .hidden_field {
	/* Firefox needs this for some reason.  Don't ask me.   Note that the only thing that fixes the bug is the absolute position.*/
	position: absolute;
	top: 0px;
	z-index: -400;
	display: none;
	visibility: hidden;
}

.cat_and_search_bar .categories {
	width: 100%;
	height: 58px;
	clear: both;
	padding: 0px;
	border: 1px solid #2372DD;
	border-width: 1px 0px 0px 0px;
	background-color: #0466cd;
}
.cat_and_search_bar .categories a {
	display: block;
	float: left;
	height: 48px;
	padding: 8px 8px;
	padding-bottom: 2px;
	margin: 0px;
	font-size: 12px;
	background-color: #285DAE;
	border: 1px solid #2B5498;
	border-width: 0px 1px;
}

.cat_and_search_bar .categories a.first {
	display: inline;
	float: none;
	width: 64px;
	clear: none;
}
.cat_and_search_bar .categories a img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin: 2px auto;
}
.community_home .datetime {
	margin-top: 0px;
}

.community_home h3 {
	margin-bottom: 6px;
}

.community_home .side_bar.home .update {
	font-size: 16px;
}
/*
	color: #B4CAEA;
	background-color: #1C5DB3;
}
a.home_giant_button:hover {
	border-color: #2478ED;
	background-color: #0466cd;*/

.submit_button {
	width: 100px;
	text-align: center;
	background-color: #1C5DB3;
	color: #B4CAEA;
	border: 1px solid #1C5DB3;
}

.submit_button.selected {
	background-color: #307FEE;
}

input.cat_checkbox {
/*	visibility: hidden;*/
	background-color: #1C5DB3;
	color: #B4CAEA;
	border: 1px solid #1C5DB3;
/*	height: 40px;
	width: 40px;
*/
}

.start_page_title {
	font-size: 30px;
	color: #0466cd;
	font-weight: bold;
}

.start_page_title img {
	vertical-align: middle;
	margin-right: 20px;
}

.list_title {
	margin-top: 10px;
	font-size: 24px;
	color: #339933;
	font-weight: bold;
}

.fix_start_page {
/*	text-align: center;*/
}

.fix_start_list {
/*	margin-left: 20%;*/
/*	width: 60%;*/
/*	text-align: left;*/
}

.fix_start_page .big_button {
	margin-left: 1em;
}

body {
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
	font-family: "Myriad Pro", "Myriad", "Vera Sans", "lucida sans unicode", "lucida grande", "Trebuchet MS", Sans-serif;
/*	background: url("../images/background-mainSite.jpg");	*/
	background-color: #FAFCFE;
}
a {
	color: #1B58AB;
/*	text-decoration:none;*/

}

a:visited{
	color: #2E72C6;
}

a:hover {
	color: #339933;
	text-decoration: underline;
/*	border: 1px solid #B0F0AB;
	border-width: 0px 0px 1px 0px;
*/}
#logo {
	margin-left: 10px;
	width: 200px;
	font-size: 36px;
	color: #0466cd;
	
}
#login_box {
	margin-top: 4px;
	float: right;
	margin-right: 2%;
	display: block;
	height: 20px;
	color: #999;
	font-size: 13px;
}
#login_box a {
	text-decoration: none;
/*	color: #48BD29;*/
}
#login_box span {
	margin-left: 12px;
}

#login_box span.compressed {
	margin: 0px;
}
#login_box a.inbox.empty {
	color: #999;
}

#login_box img {
	vertical-align: bottom;
}
#tabs {
	display: block;
	margin-top: 10px;
	width: 96%;
	text-align: center;
	z-index: 20;
}
#tabs a{
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	background-color: #0466cd;
	padding: 8px 20px 4px 20px;
/*	border: 1px solid #0466cd;*/
	border-width: 0px 0px 1px 0px;
	color: #FFF;
	text-decoration: none;
	margin: 4px;
}
#tabs a:hover, #tabs a.current:hover {
/*	padding-bottom: 8px;*/
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 6px;
}

#tabs a.current{
	border-width: 1px 1px 0px 1px;
	border-color: #144693;
	padding: 12px 24px 4px 24px;
	z-index: 50;
	font-size: 16px;
	
}

#tabs a.current:hover {
	padding: 14px 24px 4px 24px;
}

#tabs a img {
	height: 20px;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 6px;
}

#main_nav {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 24px;
	padding-top: 11px;
	background-color: #0466cd;
	border: 1px solid #18509C;
	border-width: 1px 0px;
	z-index: -2;
	text-align: center;
	border-bottom-color: #0B2A5E;
	overflow: hidden;
	white-space: no-wrap;
	background: url("../images/main_nav_background_learn.gif");
	margin-bottom: 8px;
}
#main_nav.do {
	border-color: #2B812B;
	border-bottom-color: #0B2A5E;
}

#main_nav a, #main_nav a.current {
	color: #EEE;
	text-decoration: none;
/*	margin: 0px 4px;*/
	margin: 0px;	
	padding: 12px 12px 8px 12px;

}
#main_nav a:hover, #main_nav a.current:hover {
	background-color: #0358b0;
	border: #0A1C3E;
	border-width: 0px 1px;
}
#main_nav a.current {
	background-color: #023f7f;
	border: #0A1C3E;
	border-width: 0px 1px;

}
#main_nav a.current:hover {
	background-color: #034f9f;
}
#main_nav a img {
	vertical-align: top;
	height: 28px;
	margin-top: -6px;
	margin-right: 2px;
}

#main_nav a.disabled {
	color: #7097D9;
/*	background-color: #246BC6;*/
}

#main_nav a.disabled:hover {
	background-color: #1F61B7;
}

#main_nav.do {
	background-color: #339933;
	background: url("../images/main_nav_background_do.gif");
}

#main_nav.do a:hover {
	background-color: #2b822b;
}
#main_nav.do a.current {
	background-color: #236a23;
	border: 1px solid #316127;
	border-width: 0px 1px;

}


#main_nav.do a.disabled {
	color: #62C14F;
}

#main_nav.do a.disabled:hover {
	background-color: #2B812B;
	color: #7A9D65;
}


#learn_subnav {
	margin-top: 30px;
	vertical-align: top;	
/*	width: 18%;
	position: absolute;
*/
}
#learn_subnav #sign_top {
	width: 162px;
	margin-left: 4px;
	padding: 10px;
	text-align: center;
/*	border: 1px solid #271208;*/
	padding-top: 24px;
	padding-right: 16px;
	height: 70px;
	background-color: #7C4226;
	color: #FFF;
	background: url("../images/sign-top-trans.png");
	background-repeat: no-repeat;
	font-size: 18px;
}
#learn_subnav #sign {
/*	padding-top: 70px;*/
	height: 160px;
	background: url("../images/sign-post-trans.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}
#learn_subnav .subnav_links {
	margin-top: -10px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	background-color: #D9FBC4;
	border: 1px solid #BFDBAF;
	border-left-width: 0px;
	padding: 16px 0px;

}
#do_subnav {
	position: absolute;
	right: 2px;
	padding-top: 0px;
	margin-top: 0px;
}

#do_subnav #sign{
	height: 160px;
	padding-top: 24px;
	background: url("../images/sign-post-trans.png");
	background-position: center top;
	background-repeat: no-repeat;
}

#do_subnav #sign_top {
	width: 162px;
	margin-left: 4px;
	padding: 10px;
	text-align: center;
	margin-top: 0px;
	padding-top: 24px;
	padding-right: 16px;
	height: 70px;
	background-color: #7C4226;
	color: #FFF;
	background: url("../images/sign-top-trans.png");
	font-size: 18px;
}


#learn_content {
	padding-left: 22%;
	clear: none;
	margin-top: 40px;
	width: 72%;
}
#learn_content h1 {
	font-size: 24px;
/*	font-weight: bold;*/
	color: #339933;
	
}

#do_content {
	padding: 40px 4%;
	width: 90%;
}
#learn_subnav a {
	display: block;
	text-decoration: none;
	color: #337C1B;
	margin: 4px 0px 4px 0px;
	padding: 4px 2px 0px 30px;
}
#learn_subnav a.category.current {
	background-color: #AFD47F;
	margin: 0px;
	margin-bottom: -4px;
	color: #2A4518;
}
#learn_subnav a.current {
	background-color: #337C1B;
	color: #FFF;
}
#learn_subnav a.category {
	color: #2A4518;
	padding-left: 10px;
}
#learn_subnav a:hover, #learn_subnav a.category:hover {
	background-color: #6BBF3D;
	color: #FFF;
}
h3, h3 a {
	color: #0466cd;
	text-decoration: none;
/*	margin: 0px;*/
}



.do_tabs {
	display: block;

	text-align: center;
	z-index: 20;
	border: 1px solid #654801;
	border-width: 0px 0px 2px 0px;
	background: url("../images/grass-trans.png");
	background-position: bottom left;
	background-repeat: repeat-x;
/*	margin-top: 10px;*/
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-bottom: 0px;
/*	width: 600px;*/

/*	height: 40px;*/
}
.do_tabs a{
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	background-color: #0466cd;
	padding: 10px 20px 2px 20px;
	color: #FFF;
	text-decoration: none;
	margin: 4px;
	margin-bottom: 0px;
}
.do_tabs a:hover, .do_tabs a.current:hover {
/*	padding-bottom: 8px;*/
	margin-top: 0px;
	padding-top: 14px;
	margin-bottom: 6px;
}

.do_tabs a.current{
	border-width: 2px 2px 0px 2px;
	border-color: #144693;
	padding-top: 14px;
	background-color: #023f7f;
	z-index: 50;
}


.do_tabs img {
	margin-top: 1px;
	margin-bottom: 0px;
	vertical-align: bottom;
	border: 3px solid #654801;
	border-width: 2px 2px 0px 2px;
	margin-right: 20px;
}

.profile_name {
	padding-top: 28px;
	padding-left: 40px;
	width: 100%;
	height: 54px;
	display: block;
	font-size: 24px;
	color: #246c24;
}

.profile_avatar {
	float: left;
	margin: 0px 20px;
}
.profile_avatar img {
/*	width: 100px;
	height: 100px;*/
/*	border: 1px solid #5a2d01;*/
/*	border: 0px 1px;*/
}

.profile_and_tabs {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
/*    overflow: hidden;*/
/*	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
*/	border: 1px solid #0466cd;
	margin-top: 16px;
/*	height: 102px;*/
	margin-bottom: 12px;

}


.inset {
	margin-left: 1em;
}

.right_ad {
	float: right;
	clear: right;
	margin: 0px;
}
.describe_words {
	min-height: 100px;
}


h3.top_spaced {
	padding-top: 1em;
}

h3.cleared {
	clear: left;
/*	padding-top: 10px;*/
}

.describe_words a {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #c3e5ff;
	display: block;
	float: left;
	padding: 4px 6px 1px 6px;
	margin: 4px 4px;
	color: #1A57A9;
	clear: none;
}

.describe_words a:hover {
	color: #FFF;
	padding: 8px 10px 5px 10px;
	margin: 0px 0px;
	background-color: #42c72c;
/*	background: url("../images/green-highlight.png");*/
/*	padding: 3px 0px;*/
	text-decoration: none;
}

.describe_words.teams img {
	vertical-align: top;
	margin-right: 4px;
}

.profile_info {
	color: #888;
	font-size: 13px;
}

.right_buttons {
	float: right;
	height: 20px;
	margin-top: 8px;
}

.right_buttons a {
	text-decoration: none;
	color: #0466cd;
	background-color: #72d0f0;
	padding: 6px 14px 4px 8px;
	border: 0px solid #73B4CF;
	-o-border-radius: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

a.big_button:hover {
	background-color: #42c72c;
	padding: 8px 16px 6px 10px;
	margin: 0px;
}

.about_me {
	margin-top: 12px;
	margin-bottom: 12px;
}

#profile h3 {

}

#do_your_part {

}

h3.do_your_part {
	margin-bottom: -2px;
	padding: 0px;
}

#post_box, #search_box {
	float: right;
	clear: right;
	margin-right: 42px;
	width: 480px;
	background: #014b9a;
	display: block;
	padding: 12px;
	text-align: center;
	color: #7dbcff;
	-o-border-radius: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
	padding-top: 0px;
	padding-right: 0px;
	display: none;
	z-index: 39;
}

#search_box {
	width: 400px;
	padding-bottom: 0px;
	margin-right: 102px;
}


#post_box .dark_blue_btn,#search_box .dark_blue_btn {
	background-color: #016ad9;
	color: #EEE;
	border: 0px;
	padding: 4px 8px;
	-o-border-radius: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
	font-size: 13px;
	border: 2px solid #014b9a;

}

#post_box .dark_blue_btn:hover,#search_box .dark_blue_btn:hover {
	color: #FFF;
	background-color: #0171e6;
	border: 2px solid #FFF;
}

#post_box textarea.expanding {
	float: right;
	width: 190px; 
	height: 24px; 
	min-height: 24px;
	-o-border-radius: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
	background-color: #d8ebff;
	border: 2px solid #bcddff;
	z-index: 100;
}

#post_box #quick_post_btn {
	float: right;
/*	display: inline;*/
	margin-right: 24px;
}

#post_box .full_button_area {
	float: left;
	text-align: left;
}

#post_box .or_line {
	display: block;
	clear: none;
	margin: 6px 20px 0px 32px;
	float: left;
}

#post_box .cancel,#search_box .cancel {
	display: block;
	clear: both;
	width: 100%;
	height: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

#post_box #quick_post_cancel,#search_box #quick_search_cancel {
	float: right;
	padding: 2px 6px;
	background-color: #014b9a;
	text-decoration: none;
}

#post_box #quick_post_cancel:hover, #search_box #quick_search_cancel:hover {
	border-color: #014b9a;
}

#quick_post_toggle_btn, #quick_search_toggle_btn {
	
}

.dark_blue_lit_up {
	background-color: #014b9a;
}

#quick_post_toggle_btn, #quick_search_toggle_btn {
/*	background-color: red;*/
	padding: 10px;
	margin-right: 0px;
}

a.big_button,a.big_button:hover {
	text-decoration: none;
}

.big_link {
	margin-bottom: 20px;
}

.big_link  a:hover {
	background-color: #c1ffc1;
}

.big_link {
	display: block;
	width: 100%;
	-o-border-radius: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 4px;
    border-radius: 5px;
/*	border: 1px solid #0466cd;*/
	height: 100px;
	padding: 10px;
	text-decoration: none;
	color: #454545;
	clear: both;
}

.big_link img {
	margin: 10px;
	margin-right: 25px;
	margin-bottom: 35px;
	margin-top: 8px;
	border: 0px;
	float: left;
}

.big_link span {
	font-size: 20px;
	display: block;
	width: 100%;
	color: #0466cd;
	font-weight: bold;
}

.home_content {
	margin: 0px 8%;
}

.home_content h3 {
	clear: both;

}

.home_content .big_links {
	display: block;
/*	margin-bottom: 20px;*/
	width: 96%;
	padding: 0px 2%;
	padding-bottom: 20px;
}

a.link_section {
	display: block;
	clear: both;
/*	margin: 10px 10%;*/
	padding: 10px 10px;
	text-decoration: none;
	color: #333333;

	-o-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
/*    box-sizing: border-box;*/
    overflow: hidden;
    border-radius: 20px;
	border: 2px solid #339933;
	background: url("../images/home-horiz-bar-test.gif");
	background-repeat: repeat-y;
/*	background-color: #edfde9;*/
	height: 160px;
	font-size: 13px;
}

a.link_section .name {
	font-size: 20px;
	color: #0466cd;
	font-weight: bold;
	width: 100%;

}

a.link_section img {
	display: block;
	width: 80px;
	float: left;
	margin: 40px 40px 35px 10px ;
	
}

a.link_section.tint {
	background-color: #FFFFFF;
}

a.link_section .read_more {
	display: none;
	z-index: 100;
	display: block;
/*	position: fixed;*/
	float: right;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	color: #FFFFFF;
/*	width: 30%;*/
	width: 200px;
	right: 0px;
	text-align: center;

	margin-right: 70px;

	padding-top: 2px;

}

a.link_section span.description {
	display: block;
	height: 130px;
}

a.link_section.tint .read_more {
	color: #FFFFFF;
}
a.link_section:hover .read_more {
	display: block;
	background-color: #339933;
	color: #FFFFFF;

}

a.link_section:hover, a.link_section.tint:hover {
	background-color: #e3f6ff;
	border-color: #2A691A;
}

.content_warning {
	background: url("../images/lab-caution-trans.png") 10px center;
	background-repeat: no-repeat;
	background-color: #fefc5a;
	padding: 8px;
	padding-left: 80px;
	width: 80%;
	margin-left: 5%;
	-o-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 14px;
    border-radius: 15px;
	color: #222;
	border: 4px solid #f27800;
}

.content_warning b {
	color: #000000;
}


#do_content h2 {
	margin-top: 0px;
}

.search_results {
	display: block;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#google_checkout input.hidden {
	display: none;
	height: 0px;
	width: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#google_checkout #amount {
	display: inline;
}
#google_checkout #donate_button {
	display: block;
	float: left;
}
#google_checkout {
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
}

#tomo_sez {
	-o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
	color: #454545;
	display: block;
	padding: 10px 12px 6px 12px;
	margin-left: 10%;
	margin-right: 10%;
	width: auto;
/*	width: 64%;*/
	text-align: center;
/*	min-width: 560px;*/
	background-color: #c6dffc;	
	text-align: left;
	min-height: 40px;
	line-height: 1em;
	margin-top: 60px;
}


#tomo_sez img {
	vertical-align: middle;
}
#tomo_sez img.face {
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 0px;	
	float: left;
	font-size: 11px;
}

#tomo_sez span {
	margin-top: 2px;
	font-size: 10px;
	font-weight: bold;
	display: block;
}

#google_footer_ad {
	text-align: center;
	display: block;
	width: 100%;
	clear: both;
}


#learn_subnav {
	padding-top: 30px;
	display: table-cell;
}

#learn_content2 {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	padding-top: 0px;
}

#learn_content2 p {
/*	margin-top: 8px;*/
}

#page {
	display: table;
	padding: 0px;
	margin: 0px;
	width: 100%;

}
#learn_page {
	display: table-row;
	width: 100%;
	table-layout:fixed;
	_word-wrap:break-word;
	padding: 0px;
	margin: 0px;
}

#learn_footer {
	display: block;
	text-align: center;
	width: 100%;
}

#do_table {
	display: table;
	clear: left;
	padding: 4px 6% 4px 6%;
	
}

#do_row {
	display: table-row;
	width: 100%;
	table-layout:fixed;
	_word-wrap:break-word;	
}

#do_table #profile {
	display:table-cell;
/*	width: 85%;*/
	padding-right: 40px;
}

#button_row {
	display: block;
	width: 89%;

	text-align: right;
	height: 40px;
	margin: 0px;
	padding: 0px;
/*	padding-top: 8px;*/
	padding-bottom: 8px;
	padding-left: 6%;	
/*	background: red;*/
/*	height: 32px;*/
/*	margin-top: 6px;*/
}
.do_content #button_row {

}

.do_content.solo {
	margin: 0px 8% 0px 8%;
}

.do_content.solo.wide {
	margin-right: 0px;
	margin-left: 4%;
}

.do_content.solo #button_row {
	width: 94%;
	padding-left: 0px;
}


#learn_content2 #button_row {
	width: auto;
	height: 16px;
	clear: none;
	padding-left: 0px;
}
.suggestion_new #button_row {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

#button_row a {
/*	margin-top: 6px;*/	
	margin-left: 8px;
}
#button_row a.graybutton {
	display: block;
	float: right;
	padding-top: .35em;
	padding-bottom: .1em;
/*	margin-top: 16px;*/
/*	background-color: green;*/
}



#do_ad {
	display: block;
	display:table-cell;
	padding: 0px;
	margin: 0px;
/*	width: 15%;*/
	width: 100px;
	vertical-align: top;
	padding-left: 10px;
	border: 1px solid #DDD;
	padding: 0px 2%;
	border-width: 0px 0px 0px 1px;

}



.personal_update .meta {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}

.personal_update:hover {
/*	background-color: #c6dffc;*/
}

.personal_updates {
	margin-top: 2px;
	clear: none;
}

a.personal_update {
	margin: 0px 0px 10px 14px;
	font-size: 14px;
	color: #454545;
	display: block;
	clear: left;
	width: 100%;
	text-decoration: none;
 	margin-bottom: 20px;
/*	background-color: #EEE;*/
}

a.personal_update:hover .personal_icon, a.personal_update:hover .personal_body {
	background-color: #c6dffc;
	text-decoration: none;
/*	border-color: #5babff;*/
	background-color: #e3f6ff;
	border-color: #CCEBFD;

}

a.personal_update:hover .personal_icon {
	border-width: 2px 0px 2px 2px;
	padding: 5px;
	width: 68px;
}

a.personal_update:hover .personal_body {
	border-width: 2px;
	padding: 9px;
	padding-top: 13px;
}


.personal_update .personal_icon {
	float: left;
	clear: none;
	margin-right: 8px;
	padding: 6px;
	width: 66px;
	border: 1px solid #F7F7F7;	
	background-color: #FFF;
	border-width: 1px 0px 1px 1px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
/*	background-color: #EEE;	*/
/*	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
*/}
.personal_update .personal_icon img {
	height: 48px;
	width: 64px;
}

#grapevine .personal_update .update_type_icon {
	float: right;
	clear: right;
	margin-top: 4px;
	margin-right: 8px;	
	margin-left: 20px;
	
}


.personal_update .personal_body {
	display: block;
	min-height: 46px;
	clear: none;
	padding: 10px;
	margin-left: 78px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;	
	border: 1px solid #F7F7F7;
	padding-top: 14px;
}

.personal_update .personal_body p {
	margin-top: 0px;


}


.personal_update .datetime {
	margin-top: 0px;
	margin-right: 8px;
	font-size: 10px;
	color: #AAA;
	float: right;
	clear: right;
}

.personal_update .team_update_icon {
	float: right;
	clear: right;
	margin-left: 8px;
	margin-bottom: 4px;
}

.personal_update .quickpost, .personal_update .personal_title {
	font-size: 17px;	
}

.personal_title {
	color: #0466cd;
}

.personal_update .num_comments {
	font-size: 10px;
	color: #AAA;
}

.personal_update .num_comments.nonzero {
	font-size: 11px;
	color: #339933;
	font-weight: bold;
}


.personal_update .updated {
	float: right;
	clear: right;
	display: block;
	padding: 2px 4px 0px 4px;
	margin-top: 4px;
	margin-right: 4px;
	background-color: #f27800;
	text-align: center;
	color: #FFF;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;	
}

#grapevine .personal_update .updated {
	display: none;
}

.personal_update .friend_name, .personal_update .team_name, .personal_update .fix_name, .personal_update .guide_name, .personal_update .news_name {
	font-size: 15px;
	font-weight: bold;
}

.personal_update .step_name {
	font-size: 16px;
	font-weight: bold;
	color: #0466cd;
}

.personal_update .personal_icon img.profile_pic {
	width: 56px;
	margin-left: 4px;
	
}

.personal_update .personal_name {
	font-size: 14px;
	font-weight: bold;
}

.personal_update .personal_name i {
	font-weight: normal;
	font-style: normal;
	color: #888;
}

#pullquote {
	float: left;
	clear: none;
	font-size: 24px;
	width: 200px;
	margin: 16px;
	margin-left: 0px;
	
}


#filterbar {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;	
	background-color: #DAE8FD;
	width: 100%;
	padding: 6px 12px 2px 12px;
	text-align: center;
	color: #0466cd;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 20px;
}

#filterbar.filterbar_with_as {
	height: 22px;
	padding-top: 13px;
}

#filterbar input, #filterbar a {
	background-color: #0466cd;
	color: #FFF;
	padding: 2px 6px;
	border: 1px solid #0466cd;
	-o-border-radius: 4px;
	margin-bottom: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;	
	font-size: 12px;
}

#filterbar a {
	font-size: 13px;
	font-weight: normal;
	padding: 4px 6px 2px 6px;
	margin-left: 16px;
	margin-right: 4px;
	text-align: justify;

}

#filterbar input.hidden, #filterbar a.hidden {
	background-color: #95BBF9;
	border-color: #AFC8F5;
}

#filterbar input:hover, #filterbar a:hover {
	background-color: #4984DE;
	border-color: #4A98F7;
	cursor: pointer;
	text-decoration: none;
}

#filterbar input.selected, #filterbar a.selected {
	padding: 3px 7px;
	font-size: 12px;
}
#filterbar a.selected {
	font-size: 13px;
	padding: 5px 7px 3px 7px;
}

#suggestion_corner {
	position:fixed;
	bottom: -6px; 
	right:0px; 
	z-index: 40;
	margin:0px;
	padding: 0px	
}


.suggestion_new {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.suggestion_form {
	
}

.suggestion_form .field {
	display: block;
	padding: 20px 0px;
}
.suggestion_form label {
	float: left;
	width: 100px;
	clear: left;
}

.suggestion_form label.radio {
	display: inline;
	float: none;
}

.suggestion_form #id_url {
	width: 350px;
}


.suggestion_form #id_title {
	width: 500px;
}
.suggestion_form #id_summary {
	height: 60px;
	width: 500px;
}
.suggestion_form #id_description {
	width: 500px;
	height: 120px;
}

.suggestion_form .domain {
	color: #454545;
	margin-left: 16px;
}

.suggestion_form .field input, .suggestion_form .field textarea {
	border: 1px solid #CCC;
	padding: 4px 2px;
}

.suggestion_form {
	margin-bottom: 30px;
}

.suggestion_form .select_type label {
	margin-top: 22px;
}

.suggestion_form .select_type label.radio {
	font-size: 18px;
	margin-right: 30px;
	margin-top: 0px;
}


.suggestion_form .select_type label img {
	vertical-align: middle;
	margin: 0px 6px;
}

.suggestion_form #url_name a {
	display: block;
	font-size: 12px;
	margin-left: 130px;
}

.button, a.button {
	padding: .3em .8em;
	margin: 1px 0px 1px 1px;
	background-color: #0466cd;
	color: #EEE;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border: 1px solid #1B59AC;
	cursor: pointer;
}


.button img {
	vertical-align: middle;
}

.graybutton, a.graybutton, .bluebutton, a.bluebutton {
	padding: .6em .8em .4em .8em;
	margin: 1px 0px 1px 1px;
	background-color: #0466cd;
	background-color: #EEE;
	color: #999;
	
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
/*	border: 1px solid #1B59AC;*/
	cursor: pointer;
	text-decoration: none;	
	border: 0px;
}

.graybutton img, .bluebutton img {
	vertical-align:middle;
	margin-bottom: 4px;
	margin-right: 4px;
}

.graybutton:hover, a.graybutton:hover, .bluebutton:hover, a.bluebutton:hover {
	color: #0466cd;
	background: #c6dffc;
	text-decoration: none;	
}
.bluebutton, a.bluebutton {
	background-color: #3d9bff;
	color: #FFF;
}
.bluebutton:hover, a.bluebutton:hover {
	background-color: #0466cd;
	color: #FFF;
}

.graybutton.following {
	background-color: #DDECFD;
	color: #007cff;
}

.suggestion_form input.submit {
	padding: 6px 12px;
	margin: 1px 0px 1px 1px;
	background-color: #0466cd;
	color: #EEE;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	font-size: 16px;
	border: 1px solid #1B59AC;
	cursor: pointer;	
}

.suggestion_form input.submit:hover {
	border-width: 2px;
/*	padding: 5px 11px;*/
	border-color: #3C90F7;
	margin: 0px;
	color: #FFF;
}

#profile .breadcrumbs {
	display: block;
	width: 100%;
	height: 40px;
	clear: right;
}

.breadcrumbs a {
	display: block;
	float: left;
	background-color: #EEE;
	color: #999;
	text-decoration: none;
	padding: 6px 4px 2px 4px;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
/*	margin-top: 4px;*/
	margin-right: 8px;
	margin-left: 0px;
}

.breadcrumbs a:hover {
	background-color: #c6dffc;
	color: #0466cd;
}


.suggestion_new h2 {
	width: 100%;
	clear: left;
	padding-top: 20px;
	margin-bottom: 0px;
	
}

.suggestion_new .byline, .guide_view .byline {
	height: 72px;
	vertical-align: middle;
	text-align: right;
	float: right;
/*	width: 260px;*/
}

.guide_view {
/*	width: 94%;*/
}

.guide_view .byline {
	width: auto;
}


.guide_view h2.view_guide_title {
	font-size: 28px;
	margin-top:0px;
	padding-top:0px;	
}
.guide_view h2.view_guide_title span{
	font-weight: normal;
}


.view_guide_title img {
	vertical-align: middle;
	margin-right: 8px;
}

.suggestion_new .byline i, .guide_view .byline i, .suggestion_new .byline .link  {
	display: block;
	margin-top:24px;
	margin-right: 8px;
	margin-left: 4px;	
	float: left;
}

.suggestion_new .byline a , .guide_view .byline a, .suggestion_new .byline .link {
	display: block;
	float: left;
	background-color: #c6dffc;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	padding: 6px;
}

.suggestion_new .byline .link {
	margin-top: 0px;
}

.guide_view .byline a {
	background-color: #F9F9F9;
	float: none;
	display: block;
	margin-bottom: 10px;
	width: auto;
	text-align: center;
	text-decoration: none;	
}

.guide_view .byline.inline {
	float: none;
	text-align: left;
/*	margin-bottom: 20px;*/
/*	width: 100%;*/
}

.guide_view .bylines {
	display: block;
	float: right;
	margin: 0px 6% 0px 3%;
}



.guide_view .bylines a, .guide_view .bylines .link {
	display: block;
	background-color: #c6dffc;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	padding: 6px;	
	background-color: #F9F9F9;
	margin-bottom: 10px;
	width: auto;
	text-align: center;	
	text-decoration: none;
}


.guide_view.do .byline.inline a {
	background-color: #F9F9F9;
}



.guide_view .bylines a img {
/*	width: 50px;
	height: 50px;*/
}

.guide_view .byline.inline a {
	float: left;
}

.guide_view .byline.inline em {
	color: #999;
	padding: 0px 2px;
}

.suggestion_new .byline a img, .guide_view .byline img ,.guide_view .bylines img,  .suggestion_new .byline .link img {
	vertical-align: middle;
	margin-right: 8px;
}

.suggestion_new .byline a:hover, .guide_view .bylines a:hover, .guide_view .byline a:hover, {
	text-decoration: none;
	border:	2px solid #6FAEF8;
	color: #164990;
	padding: 4px;
}

.guide_view .bylines a:hover, .guide_view .byline a:hover, .guide_view.do .byline a:hover{
	background-color: #c6dffc;
}

.suggestion_new .byline .type, .guide_view .byline .type {
	width: 64px;
}

.suggestion_new .byline a img , .guide_view .byline a img{
/*	width: 48px;*/
}



.suggestion_new .type {
	clear: left;
	float: left;
}


.suggestion_new .type img {
	margin-right: 8px;
}

.suggestion_new .status {
	clear: left;
}

.suggestion_new .label {
	font-size: 16px;
	font-weight: bold;
}

.suggestion_new .description, .suggestion_new .dev_response {
	margin-top: 20px;
	clear: left;
}
.suggestion_new .description {
	margin-bottom: 20px;
}

.suggestion_new .dev_response {
	color: #454545;
	border: 2px solid #c6dffc;	
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	width: 80%;
}

.suggestion_new .dev_response .response_text {
	padding: 6px;
}

.suggestion_new .suggestion .label {

}

.suggestion_new .dev_response .label {
	color: #0466cd;
	background-color: #c6dffc;
	padding-left: 6px;
	padding-top: 2px;
	
}
.suggestion_new .votes {
	display: block;
	margin: 6px 0px;
}
.suggestion_new .votes a {
	text-decoration:none;
}
.suggestion_new .votes a:hover {
	text-decoration:none;
	cursor: pointer;
}



.suggestion_new .up {
	background-color: #a4ff06;
	padding: 4px 8px 2px 8px;
	font-size: 24px;
	color: #339933;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;

	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	margin-left: 4px;
	border: 1px solid #bbb;
	border-width: 1px 0px 1px 1px;
}
.suggestion_new a.up:hover {
	color: #2D761A;
	border-color: #339933;
}

.suggestion_new .down {
	background-color: #fff000;
	padding: 4px 8px 2px 8px;
	font-size: 24px;
	color: #fcbe00;	

	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;	

	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border: 1px solid #bbb;
	border-width: 1px 1px 1px 0px;
}
.suggestion_new a.down:hover {
	color: #C47C22;
	border-color: #B18121;
}

.suggestion_new a.suggestion_inline {
	display: block;
	border:	2px solid #EEE;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	margin: 8px 0px;
/*	padding: 6px;*/
	text-decoration: none;
	color: #454545;
	height: 72px;
}

.suggestion_new a.suggestion_inline:hover {
	text-decoration: none;
	background-color: #c6dffc;	
	border-color: #6FAEF8;
}

.suggestion_new .screenshots,  .post .userpics {
	width: 100%;
	margin-bottom: 20px;
}
.suggestion_new .screenshots a img, .post .userpics a img{
	border: 2px solid #FFF;
	margin-right: 4px;
}

.post .userpics {
	width: 100%;
	clear: right;
	display: block;
/*	margin-bottom: 30px;*/
}

.post .userpics .userpic .delete_link {
	display: none;
}
.post .userpics .userpic img {
	margin-bottom: 0px;
	padding-bottom: 0px;	
	margin-left: 5px;
	margin-top: 5px;
}
.post .userpics .userpic:hover {
	background-color: #c6dffc;
}

.post .userpics .userpic:hover .delete_link {
	display: block;
	padding-top: 4px;
}

.post .userpic_title {
	display: block;
	width: 100%;
	border: 1px solid #AAA;
	color: #0466cd;
	border-width: 0px 0px 1px 0px;
	font-size: 18px;
	height: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.post .userpics .userpic a.delete_link:hover {
	text-decoration: none;
	background-color: #0466cd;
	color: #FFF;
}

.post .userpics .userpic {
	width: 120px;
	text-align: center;
	float: left;
/*	display: inline;*/
/*	margin-right: 10px;*/
}

.post .userpics .userpic_container {
	float: left;
}

.userpic_premium_message {
	display: block;
	width: 100%;
	height: 46px;
	margin-bottom: 10px;
}

.userpic_premium_message span {
	display: block;
	float: left;
	font-size: 18px;
	line-height: 16px;
	margin-top: 10px;
}
.userpic_premium_message span small {
	font-size: 13px;
}

.userpic_premium_message img {
	float: left;
	clear: left;
	vertical-align: top;
	margin-right: 8px;
}

.blog_edit #submitbuttons {
/*	padding-left: 35px;*/
}
.blog_edit #submitbuttons input.bluebutton.giant {
	font-size: 24px;
	padding: 6px 12px 2px 12px;
}


.suggestion_new .screenshots  img:hover, .post .userpics img:hover{
	border-color: #0466cd;
}

.suggestion_new .screenshots label, .post .userpics label {
	margin-left: 20px;
}

.suggestion_new .screenshots table,.suggestion_new .screenshots tr, .suggestion_new .screenshots th, .suggestion_new .screenshots td {
	background-color: #FFFFFF;
	font-weight: normal;
	color: #454545;
	margin: 0px;
	padding: 0px;
}

.suggestion_new #new_screenshot, .post #new_picture {
	display: none;
	background-color: #EEE;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	width: 60%;
	height: 44px;
	padding-top: 8px;
}

.post #new_picture {
	clear: left;
}

#picture_btn {
	clear: left;
	float: left;
}


a.suggestion_inline .title {
	font-size: 18px;
	color: #0466cd;
	display: block;
	height: 24px;
	overflow: hidden;

}

a.suggestion_inline .type {
	float:left;
	clear: none;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 4px;
	display: block;
	min-width: 64px;
	min-height: 64px;
}

a.suggestion_inline .votes {
	margin-top: 16px;
	float: right;
	display: block;
}

a.suggestion_inline .status_bar {
	display: block;
	height: 100%;
	float: left;
	clear: left;
	width: 10px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;

	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;	
}

.suggestion_inline .status, .suggestion_new .status .status_text {
	display: inline;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 6px 0px 6px;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;	
}

.suggestion_new .status .status_text {
	font-size: 14px;	
}

.suggestion_inline a.suggestion_inline:hover .status {
	color: #0466cd;
}

a.suggestion_inline .inside {
	padding: 6px;
}
a.suggestion_inline .comment_count {
	color: #999;
	text-align: center;
	display: block;
	font-size: 12px;
	margin-top: 6px;
}

a.new_suggestion_button {
	padding: 8px 0px 6px 0px;
	background-color: #5699E8;
	color: #FFF;
	display: block;
	width: 240px;
	text-align: center;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	font-size: 13px;
	border: 1px solid #0466cd;
	float: right;
	margin-top: 4px;
}

a.new_suggestion_button:hover {
	background-color: #0466cd;
	color: #FFF;
	text-decoration: none;
}
a.new_suggestion_button img {
	vertical-align: middle;
	margin-right: 4px;
}


.small_blue_button {
	padding: 6px 12px;
	margin: 1px 0px 1px 1px;
	background-color: #0466cd;
	color: #EEE;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	font-size: 12px;
	border: 1px solid #1B59AC;
	cursor: pointer;	
}
.new_question {
}

.new_question #id_new_question{
	display: inline;
	margin-left: 4%;	
	width: 400px;
	clear: none;
	font-size: 18px;
	padding: 2px 4px;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border: 1px solid #AAA;
}

.new_question .button {
	display: inline;
	font-size: 14px;
	margin-left: 16px;
	clear: none;	
}

.new_question .title {
	color: #0466cd;
	font-size: 18px;
	font-weight: bold;
}

.faq .thanks {
	background-color: #c6dffc ;
	font-size: 18px;
	text-align: center;
	padding: 10px 20px;
	width: 60%;
	margin: 0px 10% 20px 4%;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.no_suggestions {
	background-repeat: no-repeat;
	background-color: #c6dffc;
	padding: 8px;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	text-align: center;
	color: #222;
	width: 80%;
	margin: 10px auto 30px auto;
	
}

.right, a.right {
	display: block;
	float: right;
	clear: none;
}

.left, a.left {
	float: left;
	clear: none;
}

#unfollow {
	display: none;
	font-size: 11px;
	float: right;
	clear: right;
	margin-top: 3px;
	margin-right: 2px;
	color: #999;
}

.learn_image_with_caption {
	float: right;
	width: 200px;
	text-align: center;
	margin: 12px 0px 12px 24px;
	padding: 0px;
}

.learn_image_with_caption div.image_caption, #overlay  div.image_caption {
	font-size: 12px;
	color: #777;
	text-align: justify;
	padding: 0px 4px;
	line-height: 1em;
}

.learn_image_with_caption div.image_caption a, #overlay div.image_caption a {
	display: block;
	text-align: right;
}

#learn_content2 .next_page {
	display: block;
	text-align: right;
}
#learn_content2 .next_page a {

}

.wikipedia {
}

.giant {
	font-size: 24px;
}

.guide_view.do .bylines.action {
	width: 270px;
	margin-right: 20px;
	padding-right: 0px;
}


.core_guide_meta {
	display: block;
	width: 150px;
	clear: left;
/*	height: 80px;*/
	margin-bottom: 20px;
	margin-top: 0px;
}

.core_guide_meta img {
	float: left;
	clear: left;
	vertical-align: middle;
	margin-right: 16px;	
	padding-top: 6px;
}

.core_guide_meta .points {
	vertical-align: top;	

	font-size: 16px;
	line-height: 1em;	
}

.core_guide_meta .points .points_num {
	font-size: 22px;
	font-weight: bold;

}



.core_guide_meta a {
	float: left;
/*	margin-right: 16px;	*/
/*	margin-bottom: 20px;*/
	vertical-align: bottom;
}

.core_guide_meta .points {
/*	padding-top: 14px;*/
	font-size: 16px;
}


.view_steps {
	display: table;
	padding: 0px;
	margin: 0px;	
}


.view_step {
	display: table-row;
	width: 100%;
	table-layout:fixed;
	_word-wrap:break-word;
	padding: 0px;
	margin: 0px;
}

.step_number {
	width: 60px;
	display: table-cell;
	font-size: 64px;
	color: #999;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	vertical-align: top;	
	padding-top: 10px;
}

.check_mark {
	display: table-cell;
	vertical-align: top;
	width: 92px;
	text-align: left;
}


.step_info {
	display: table-cell;
	vertical-align: top;
	padding-top: 12px;
}




.view_step .step_title {
	font-size: 18px;
	color: #0466cd;
	font-weight: bold;
}

#above_table {
	padding: 0px 6%;
}

.view_step .step_details {
	color: #454545;
/*	padding-left: 6px;*/
	padding-bottom: 20px;
	
}

.guide_view .view_steps {
	margin-bottom: 30px;

}

.view_guide_summary {
	padding-left: 40px;
	margin-bottom: 20px;
	width: 64%;
	
}

.guide_view.do a.do_blog {
	text-decoration: none;
	color: #454545;
}


.do_all {
	display: table;
	padding: 0px;
	margin: 0px;
	clear: right;
	width: 100%;
}



.do_row {
	display: table-row;
	width: 100%;
	table-layout:fixed;
	_word-wrap:break-word;
	padding: 0px;
	margin: 0px;
}

.do_update {
/*	width: 70%;*/
	display: table-cell;
	font-size: 64px;
	color: #999;
	font-weight: bold;
	text-align: right;
	padding-right: 40px;
	vertical-align: top;	
	padding-top: 10px;
}


.do_updates {
	display: table-cell;
	vertical-align: top;
	padding-right: 40px;
}

.do_steps_cell {
	width: 300px;
	display: table-cell;
	
}
.do_steps {
	width: 300px;	
	vertical-align: top;
	padding: 20px;
	text-align: left;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;	
	background-color: #D9FBC4;
	color: #337C1B;
	margin-right: 0px;
}

.do_steps  .view_steps  {
	margin-bottom: 0px;
}

.do_steps h2, .do_steps .step_title {
	color: #337C1B;
}
.do_steps .step_title {
	font-size: 16px;
	font-weight: normal;
}

.do_steps h2 {
	margin-top: 0px;
}

.do_steps .view_step .check_mark {
	display: table-cell;
	width: 30px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.do_steps .view_step .read_more {
/*	float: right;*/
}

.do_steps .view_step .read_more a {
	
	display: inline;
	white-space: nowrap;
}



.do_steps .step_instructions {
	font-size: 12px;
	color: #5BA228;
	
}

#do_instructions {
	display: block;
	color: #666;
	font-size: 14px;
	padding: 2px 10px;
	display: none;
}

.post_html_instructions {
	font-size: 12px;
	color: #999;
	white-space: nowrap;
}


.action_steps #tomo_sez {
	padding: 10px 12px 6px 12px;
	margin: 0px;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #95DF59;
	text-align: left;
	color: #2D5613;
}


div.byline.inline a.left_half, a.left_half {
	margin-left: 10px;	
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;		
}

div.byline.inline a.right_half {
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
}


.profile_points {
	display: block;
	float: right;
	font-size: 24px;
}

.profile_points .number {
	font-size: 48px;
	color: #0466cd;
}

.profile_pro {
	display: block;
	float: right;
	font-size: 20px;
	clear: right;
	line-height: 17px;
}

.profile_pro .text {
	display: block;
	float: right;
	margin-top: 10px;
}
.profile_pro img {
	float: left;
	vertical-align: middle;
	margin-bottom: 40px;
	margin-right: 10px;
}

.profile_pro a {
	text-decoration: none;
}
.profile_pro a:hover {
	text-decoration: none;
}





#lightbox-image-details-caption {
/*	color: red;*/
/*	display: block;*/
/*	font-size: 14px;*/
/*	font-weight: normal;*/
/*	margin-bottom: 10px;*/
}

.do_updates .comment.inset {
	margin: 0px;
	width: 100%;
}

.step_action {
/*	border: #339933 solid 1px;*/
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	background-color: #D9FBC4;
	color: #337C1B;	
	display: block;
/*	width: 100%;*/
	height: 80px;
	padding: 10px;
	margin: 16px 0px;
	
}

.step_action.unchecked {
	background-color: #EEE;
	color: #707B6A;
}

.step_action img {
	float: left;
	margin-right: 10px;
}
.step_action .body {
	display: block;
	padding-top: 20px;
	font-size: 18px;
}
.step_action .step_title {
	font-weight: bold;
	font-size: 20px;
}

.do_updates .comment.inset {
	margin-right: 0px;
	width: 100%;


}

.new_do_comment textarea {
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	width: 80%;
	height: 50px;
	font-size: 14px;
	margin: 0px;
	border: #3d9bff solid 2px;
}

.new_do_comment {
	padding: 0px;
	margin: 10px 0px;
}

.new_do_comment .giant {
	margin-top: 8px;
	float: right;
	font-size: 24px;
	
}

.do_updates h3 span.tiny {
	font-size: 12px;
	font-weight: normal;
	margin-left: 12px;
}


.blog_update .personal_icon img, .do_updates .personal_update:hover .blog_update .personal_icon img {
	width: 80px;
	height: 80px;
}

.do_updates .personal_update {
	margin: 10px 0px;
}


.do_updates .personal_body, .do_updates .personal_update:hover .personal_body {
	display: block;
	margin-left: 91px;
	padding-left: 20px;
	border: 1px solid #5FA5F8;
}

.do_updates .personal_icon, .do_updates .personal_update:hover .personal_icon {
	border: 1px solid #5FA5F8;
	border-width: 1px 0px 1px 1px;
	width: 80px;
	padding: 6px;
}

.do_updates .personal_body:hover, .do_updates .personal_update:hover .personal_body  {
/*	padding-left: 19px;*/
	margin-left: 91px;	
}

.do_updates .personal_update .author {
	font-size: 15px;
}
.do_updates .personal_update .title {
	color: #0466cd;
	font-size: 18px;
}

.do_updates .personal_update.meta {
	margin-bottom: 6px;
}

.next_up {
/*	border: 1px solid #339933;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	padding: 10px;
*/
	width: 100%;
	margin-bottom: 30px;
/*	background-color: #D9FBC4;
	color: #337C1B;
*/	
}
.next_title {
	font-size: 20px;
	font-weight: bold;
/*	color: #337C1B;*/
	color: #339933;
}

.next_title_text {
/*	color: #339933;*/
/*	font-weight: normal;*/
}

.next_details {
/*	width: 70%;*/
	padding: 0px 10px;
	color: #333;
}

.bylines a.core_guide_link, a.core_guide_link:hover, .bylines a.core_guide_link:hover {
	background: none;
}




#your_part_all {
	display: table;
	padding: 0px;
	margin: 0px;
	width: 800px;
	margin-top: 20px;
	margin-left: 4%;
/*	margin-right: auto;*/
/*	border: 2px solid red;*/

}
#your_part_row {
	display: table-row;
	width: 100%;
	table-layout:fixed;
	_word-wrap:break-word;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
/*	margin-bottom: 10px;*/
}

.your_part_cell {
	width: 266px;
	display: table-cell;
	vertical-align: top;
	height: 180px;
}

.your_part_cell a.your_part_cat {
	display: block;
	width: 236px;
/*	margin: 0px 5%;*/
	height: 130px;
	border: 2px solid #C0E6B0;
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	text-decoration: none;
	padding: 10px;
	color: #454545;
	padding-top: 20px;
	
}

.your_part_cell a.your_part_cat:hover {
	background-color: #D9FBC4;
	border: 2px solid #339933;
}
.your_part_cell img {
	vertical-align: middle;
	margin-right: 10px;
}

.your_part_cell .progress_bar {
	margin-top: 10px;
}
.your_part_cell .progress_bar img {
	margin: 0px;
}
.your_part_cell .link_title {
	display: block;
	font-size: 23px;
	font-weight: bolder;
	color: #399420;
	width: 100%;
	text-align: center;
}

.your_part_cell a.your_part_cat:hover .link_title {
	color: #2E781B;

}
.your_part_cell .your_part_points {
	display: block;
	text-align: center;
	font-size: 18px;
	padding-top: 12px;
}

.your_part_cell .your_part_points .points {
	font-weight: bold;
	font-size: 24px;
}



a.checklist_task {
	display: block;
	text-decoration: none;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	padding: 4px;
	padding-top: 0px;
	width: 80%;
	margin-left: 7%;
}
a.checklist_task.complete {
	padding-top: 4px;
}

a.checklist_task img {
	vertical-align: bottom;
}
a.checklist_task:hover {
	background-color: #D9FBC4;
}

a.checklist_task .task_name {
/*	display: block;*/
	font-size: 20px;
	color: #339933;
	width: 90%;
}

a.checklist_task .task_points {
	display: block;
/*	width: 200px;*/
	float: right;
/*	clear: right;*/
	text-align: right;
	padding-top: 18px;
	color: #AAA;
}

a.checklist_task .task_points .points {
	font-size: 18px;
}

.link_part_header {
	display: block;
	margin-left: 20px;
	margin-top: 30px;
	border: 1px solid #6894C8;
	border-width: 0px 0px 1px 0px;
/*	text-align: center;*/
/*	padding-left: 10px;*/
}
.link_part_header .link_title {
	font-size: 32px;
	color: #222;
	color: #0466cd;
}
.link_part_header img {
	vertical-align: bottom;
	margin-right: 12px;
}

.link_part_header a {
	margin: 0px;
}

.do_content.full_button_row #button_row {
	margin-right: 0px;
	padding-right: 0px;
	width: 100%;
}

#top_nav_buttons {
	display: block;
	margin: 0px;
	margin-bottom: 20px;
	height: 80px;
	width: 100%;
	padding: 0px;
}

#top_nav_buttons .breadcrumbs a {
	margin-top: 11px;
	margin-left: 10px;
	margin-right: 0px;	

}
#top_nav_buttons .breadcrumbs a.selected {
	background-color: #0466cd;
	color: #FFF;
	padding: 8px 14px 4px 14px;
	font-size: 16px;
	margin-top: 8px;
} 

#top_nav_buttons a {
	margin-right: 8px;
}

#top_nav_buttons.your_part_top_nav {
	width: 108%;
}

.breadcrumbs .my_part_icon {
	float: left;
	font-size: 24px;
	color: #339933;
/*	font-weight: bold;*/
	margin-right: 8px;	
}
.breadcrumbs .my_part_icon img {
	vertical-align: bottom;
	margin-right: 4px;
}

.breadcrumbs .my_part_icon .text {

	margin-top: 8px;
}

.your_part_welcome_text {
	margin: 40px 5% 20px 5%;
	font-size: 18px;
}

.your_part_welcome_text span.big {
	font-size: 24px;
}

.your_part_updated a#ypexpl {
	padding-left: 6px;
	font-size: 12px;
}

#your_part_updated_explanation {
	display: none;
	padding: 0px 8%;
	color: #454545;
	text-align: justify;
}
.your_part_updated {
	margin-top: 8px;
	display: block;
	text-align:center;
	width: 100%;
}

.your_part_updated .dates {
	font-size: 14px;
	color: #999;
}


.login_screen #sign_top {
	width: 162px;
	margin-left: 4px;
	padding: 10px;
	text-align: center;
/*	border: 1px solid #271208;*/
	padding-top: 24px;
	padding-right: 16px;
	height: 70px;
	background-color: #7C4226;
	color: #FFF;
	background: url("../images/sign-top-trans.png");
	font-size: 18px;
}

.login_screen  #sign {
/*	padding-top: 70px;*/
	height: 160px;
	background: url("../images/sign-post-trans.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 200px;
	text-align: center;
}

.login_screen #sign_top.big {
	font-size: 24px;
}

.login_screen {
	width: 60%;
	margin: 60px auto;
	height: 200px;
}

.login_screen.in {
	width: 80%;
}

.login_screen h2 {
	padding-top: 30px;
}

.login_screen.in h2 {
	padding: 0px;
}
.login_screen #sign {
	float: left;
	margin-right: 20px;
	margin-bottom: 80px;
/*	margin-left: auto;*/
/*	margin-right: auto;*/
}

.login_screen a.sign_login,.login_screen a.sign_login:hover {
	text-decoration:none;
}

form.login_page {
	
}

.login_screen .login_block {
	margin-left: 220px;
	width: 450px;
	text-align: center;
}

.login_page input {
	width: 200px;
	font-size: 14px;
	padding: 4px;
	margin-left: 0px;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;	
	border: 1px solid #A3BDDE;
	color: #323232;
}

.login_page input.bluebutton {
	padding: .3em .8em .4em .8em;
	margin: 1px 0px 1px 1px;	
	border-width: 1px;
	background-color: #3d9bff;
	color: #FFF;
	width: auto;
	float: right;
	font-size: 20px;
/*	margin-left: 30px;*/
	margin: 20px 0px;

}

.login_page input.bluebutton:hover {
	background-color: #0466cd;
	color: #FFF;
	
}

.login_page .field {
	display: block;
	padding: 5px;
	margin-bottom: 10px;
}

.login_page label {
/*	float: left;*/
/*	clear: left;*/
	text-align: right;
	margin-left: 20px;
	padding-right: 10px;
	display: inline;
	font-size: 16px;
	width: 80px;
	padding-top: 6px;
	color: #0466cd;
	font-weight: bold;
}

.login_screen .big_or {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #0466cd;
	height: 70px;
	background: url("../images/blue_line.png");
	background-repeat: repeat-x;
	background-position: 0px 25px;
/*	background-color: red;*/
}



.login_screen .big_or .text {
	background-color: #FFF;
	padding: 3px 8px;
}

table.messages {
	width: 100%;
}

.inbox_message {
	display: table;
	padding: 0px;
	margin: 0px;
	
	width: 900px;
	clear: both;
	display: block;
/*	height: 90px;*/
	margin-bottom: 10px;
/*	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
*/}

.inbox_message a.message_link {
	display: table-row;
	width: 100%;
	table-layout:fixed;
	_word-wrap:break-word;
	padding: 0px;
	margin: 0px;
	vertical-align: top;

	width: 90%;
	padding: 10px;
	height: 48px;
	color: #454545;
	
}
.inbox_message:hover, .inbox_message:hover a {
	background-color: #c6dffc;
	text-decoration: none;
/*	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;*/
	color: #0466cd;
}

.inbox_message a:hover {
	text-decoration: none;
}

.inbox_message .subject {
	display: table-cell;
	vertical-align: middle;
/*	width: 80%;*/
	width: 530px;
	font-size: 14px;
	padding: 0px;
	margin: 0px;

}
.inbox_message .subject img {
	vertical-align: middle;
}

.inbox_message .sender {
	display: table-cell;
	vertical-align: middle;	
	width: 200px;
}

.inbox_message .message_sender {
	vertical-align: top;
}

.inbox_message .sent_date {
	display: table-cell;
	vertical-align: middle;
	width: 150px;
	font-size: 12px;
	color: #AAA;
	text-align:center;
}


.inbox_message a.delete_button {
	display: block;
	display: table-cell;
	vertical-align: middle;
	width: 20px;
	clear: none;
	font-size: 10px;
}

.inbox_message a.delete_button input {
	z-index: 200;
}



.message_sender img {
	margin-right: 10px;
	vertical-align: middle;
}


.message_view .sender_info {
	float: right;
}

.message_view .action_buttons {
	margin: 15px 0px;
}

.message_view .meta .message_sender {
/*	float: left;*/
}

.message_sender a,.message_sender a:hover {
	text-decoration: none;
}

.message_view {
	width: 80%;
	margin-left: 10%;

}

.message_view .subject {
	background-color: #c6dffc;
	padding: 0px 15px;
	color: #154688;
	font-weight: bold;
}

.message_view .message_meta {
	background-color: #c6dffc;
	padding: 15px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;	
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;	

	
}

.message_view .message_body {
	background-color: #c6dffc;
	padding: 10px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;	
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px
}

.message_view .message_body .body_text {
	background-color: #E6EFFA;
	padding: 5px;
	padding-top: 10px;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;	
}

.ac_results li img {
	vertical-align: middle;
	margin-right: 4px;
}

#showing_recipients {
	width: 300px;
/*	height: 30px;*/
	padding: 4px 0px;
	font-size: 16px;
/*	clear: left;*/
	display: block;
	margin-top: 8px;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	padding: 4px;
	clear: left;
	color: #999;
	border: 2px solid #357DE9;
	margin-left: 28px;
}

.recipient_bubble {
	display: block;
	padding: 6px 4px 2px 4px;
	float: left;
	background-color: #c6dffc;
	text-decoration: none;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	color: #0466cd;
	margin-left: 8px;
	margin-bottom: 20px;
}
.recipient_bubble a {
	margin-left: 4px;
}

.recipient_bubble a:hover {
	text-decoration: none;
}

#recipients {
/*	float: left;*/
/*	width: 97%;*/
/*	float: right;*/
/*	height: 40px;*/
/*	background-color: red;*/
/*	margin-left: 8px;*/
	display: block;
	min-height: 26px;
}


.compose_form label {
	margin-top: 16px;
}

label.to_label {
	display: block;
	margin-top: 0px;
	padding-top: 6px;
	float: left;
}

.tv-changed {
	border-color: #AAA;
	color: #454545;
}

.compose_form #id_subject,.compose_form #id_body {
	width: 60%;
	margin-left: 28px;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	padding: 4px;
	color: #454545;	
	border: 1px solid #A7BFE5;	
	font-size: 14px;
}

.compose_form #id_body {
	height: 300px;
}

.reply_to_field {
	float: left;
	font-weight: bold;
	margin-right: 8px;
	display: inline;
	padding: 0px;
}


.big_store_buttons {
	height: 40px;
	margin-top: 20px;
	padding-left: 30px;
}
.big_store_buttons a {
	margin-right: 20px;
}

#learn_content2.narrow {
	display: block;
	width: 80%;
	margin-left: 10%;
}
.slgreen {
	color: #339933;
}

h3.slgreen {
	font-size: 20px;
}

#top_nav_buttons.shallow {
	margin-bottom: 0px;
	height: 30px;
}
img.prem_icon_tiny {
/*	vertical-align: top;*/
	margin-left: 2px;
	margin-right: 2px;
}

.left.padded {
	margin-right: 20px;
}

img.pre_up_icn {
	margin: 0px 2px;
	vertical-align: middle;
	padding-bottom: 4px;
}

.subscribe_form {
	display: block;
	margin-left: 40px;
	width: 400px;
	background-color: #c6dffc;
	padding: 10px;
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
/*	text-align: center;*/
	margin-top: 8px;
	
}

.subscribe_form label {
	float: left;
/*	width: 170px;*/
/*	font-weight: bold;*/
	color: #0466cd;
	font-size: 18px;
	padding-top: 3px;
}
.subscribe_form #id_a3 {
	width: 80px;
	font-size: 16px;
}

.store_body .big_store_buttons {
	margin-bottom: 40px;
}

.have_account {
	font-size: 20px;
}

.have_account .highlight {
	color: #0466cd;
}

.premium_body {
	margin-left: 160px;	
}

.premium_body .feature_list li b {
	display: block;
	margin-top: 12px;
}

#do_home_table {
	display: table;
	clear: left;
/*	padding: 4px 6% 4px 6%;*/
	
}

#do_home_row {
	display: table-row;
	width: 100%;
	table-layout:fixed;
	_word-wrap:break-word;
	padding: 0px;
	margin: 0px;
}

#do_cell {
	display:table-cell;
}

#do_cell.col1 {
	width: 50%;
}
#do_cell.col2 {
	width: 50%;	
}

.do_home_section {
	border: 2px solid #D3F6CA;
	padding: 10px;
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	margin: 20px;
}

.do_home_section .title {
	margin-top: -22px;
	font-size: 20px;
	color: #339933;
	font-weight: bold;

	width: auto;
	z-index: 40;
}
.do_home_section .title span {
	background-color: #FFF;
	padding: 0px 6px;
	padding-right: 8px;
}

.do_home_section .title img {
	background-color: #FFF;
	vertical-align: middle;
	padding: 0px 6px;	
}

.do_home_section .body {
	padding: 10px 6px;
}

.do_home_section .body a {
	display: block;
	padding: 4px 8px 0px 8px;
	text-decoration: none;
	color: #454545;
	margin-bottom: 4px;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;	
}

.do_home_section .body a:hover {
	text-decoration: none;	
	background-color:#c6dffc;
	color: #0466cd;
}

.do_home_section.news .body a {
	font-size: 13px;
}

.do_home_section .body img.link_icon {
	margin-right: 4px;
	float: left;
	clear: left;
	margin-bottom: 10px;
}

.do_home_section .body .by {
	font-size: 13px;
	color: #888;
	margin-left: 30px;
}


.do_home_section .body .quote {
	font-size: 13px;
	color: #888;
	margin-left: 30px;
}


.do_home_section.updates .body a:hover {
/*	background-color: transparent;*/
}

.do_home_section.updates a.personal_update .personal_icon, .do_home_section.updates a.personal_update .personal_body {
	background-color:transparent;
	border: 0px;
	padding: 0px;
}

.do_home_section.updates a.personal_update:hover .personal_icon, .do_home_section.updates a.personal_update:hover .personal_body {
	background-color: transparent;
	border: 0px;
	padding: 0px;	
}

.do_home_section.updates  .body{
	padding-right: 12px;
}



.do_home_section.updates .body a {
	margin-left: 0px;
	font-size: 13px;
	padding: 4px 8px 0px 8px;
}

.do_home_section.updates .body .datetime {
	display: none;
}

.do_home_section.updates .personal_icon img {
	height: auto;
	width: auto;
}

.do_home_section.updates a.personal_update .personal_icon {
	width: 32px;
	margin: 0px;
	padding: 0px;
}

.do_home_section.updates a.personal_update .personal_body, .do_home_section.updates a.personal_update:hover .personal_body {
	margin-left: 40px;
	padding-right: 4px;	
}

.do_home_section.updates a.personal_update, .do_home_section.updates a.personal_update:hover {
	margin-right: 0px;
	padding-right: 8px;
}

.do_home_section.updates a.personal_update .personal_body span {
	font-size: 14px;
}



.do_home_section.featured .body {
	padding: 8px 0px;
}

.do_home_section.featured .body a:hover {
/*	background-color: transparent;*/
}

.do_home_section.featured a.personal_update .personal_icon, .do_home_section.featured a.personal_update .personal_body {
	background-color:transparent;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.do_home_section.featured a.personal_update:hover .personal_icon, .do_home_section.featured a.personal_update:hover .personal_body {
	background-color: transparent;
	border: 0px;
	padding: 0px;	
}


.do_home_section.featured .body a {
	margin-left: 0px;
	font-size: 13px;
	padding: 4px 8px 0px 8px;
}

.do_home_section.featured .body .datetime {
	display: none;
}

.do_home_section.featured .personal_icon img {
	height: auto;
	width: auto;
}

.do_home_section.featured a.personal_update .personal_icon {
	width: 64px;
	margin: 0px;
	padding: 0px;
}

.do_home_section.featured a.personal_update .personal_body, .do_home_section.featured a.personal_update:hover .personal_body {
	margin-left: 80px;
	padding-right: 0px;	
}

.do_home_section.featured a.personal_update, .do_home_section.featured a.personal_update:hover {
	margin-right: 0px;
	padding-right: 0px;
	margin: 0px;
	margin-bottom: 20px;
	width: auto;
	min-height: 60px;
}

.do_home_section.featured a.personal_update .personal_body span {
	font-size: 14px;
}

.do_home_section.featured {
	padding-left: 8px;
	padding-right: 8px;
}

.do_home_section.featured .title {
	margin-left: 8px;
}
.do_home_section.featured .title span,.do_home_section .title img {
	padding-left: 2px;
}
.do_home_section.featured a.personal_body .personal_icon {
	text-align: center;
}
.do_home_section.featured a.personal_body .personal_icon img {
	margin-left: auto;
	margin-right: auto;	
}

.do_home_section.actions {
	padding-bottom: 0px;
	margin-top: 0px;
}

.do_home_section.actions .body {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.do_home_section.actions a {
	padding: 4px;
}

.do_home_section.actions a .next_action_title {
	font-size: 14px;
}

.do_home_section.actions .next_action_none {
	display: block;
	font-size: 14px;
	padding-bottom: 8px;
}

.do_home_section.actions a.all_link {
	font-size: 13px;
}

.do_home_section.actions a img {
	vertical-align: middle;
	float: left;
	margin: 6px 0px;
}

.do_home_section.actions a .action_guide_title {
	font-size: 12px;
	color: #777;
}

.do_home_section a .action_guide_title i {
	color: #AAA;
}
	
.featured_icon {
	float:left;
	margin-left: 0px;
	margin-right: 6px;
	margin-bottom: 20px;
}

.following_list a {
	display: block;
	padding: 4px 8px 0px 8px;
	text-decoration: none;
	color: #454545;
	margin-bottom: 4px;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;	
	min-height: 30px;
	margin-bottom: 4px;
}

.following_list a:hover {
	text-decoration: none;	
	background-color:#c6dffc;
	color: #0466cd;
}

.big_link a {
	color: #333;
	display: block;	
}

.big_link a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #333;
}

.big_link a span {
	color: #0466cd;
}

.big_picture_links {
	display: table;	
}

.big_picture_row {
	display: table-row;
	width: 100%;
	table-layout:fixed;
	_word-wrap:break-word;	
	
}

.big_picture_row .big_picture_cell {
	display:table-cell;
	width: 50%;
	padding: 10px;

}

.facts_intro {
	display: block;
	padding: 0px 20px;
	width: 80%;
}

#filterbar.following_page {
	height: 24px;
	padding-top: 14px;
}

#filterbar.following_page a {
/*	margin-top: 8px;*/
}

.tell_your_friends_form { 
	margin-left: 40px;
}

.tell_your_friends_form label {
	width: 120px;
	margin-top: 12px;	
}

.tell_your_friends_form .help_text {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 150px;
}

.tell_your_friends_form input {
	margin-top: 12px;
	width: 60%;
	font-size: 15px;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	
}

.tell_your_friends_form textarea {
	margin-top: 12px;
	width: 60%;
	height: 300px;
	padding: 8px;
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.tell_your_friends_form #submitbuttons {
	padding-left: 135px;
}
.tell_your_friends_form #submitbuttons input.bluebutton.giant {
	font-size: 24px;
}

input.bluebutton.giant, input.bluebutton {
	color: #EEE;
/*	width: auto;*/
}

.tell_your_friends_form .field {
	margin: 0px;
	padding: 0px;
}

.friend_intro {
	width: 70%;
	margin-left: 10px;
}

.video_right {
	float: right;
	margin-left: 20px;
}

.home_header {
	color: #0466cd;
	font-size:18px;
	font-weight: bold;
}
#sixtySeconds {
}

#do_content.home_page {
	padding-top: 8px;
	margin-top: 0px;
}

.setup_intro {
	padding: 8px;
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	background-color:#c6dffc;
}

.formblock {
	padding: 8px;
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	background-color: #D9FBC4;
	border-color: #AACE89;
}

.blog_edit .formblock {
	background-color: #E8F9D9;
	margin-bottom: 20px;
}

.blog_edit #id_tag_list {
	width: 400px;
}
a.normal_link, a.normal_link:hover, #part_normal_link {
	padding: 0px;
	display: inline;
	background-color: transparent;
	color: #0466cd;
}

a.normal_link:hover, #part_normal_link:hover {
	color: #339933;
}

.topic_description {
	font-size: 13px;
	padding: 2px 16px;
	color: #555;
}

.area_topics {
	padding-left: 20px;
}

 a.topic.in_list {
	margin-right: 0px;
	margin-left: 8px;
	padding-left: 8px;
	width: 90%;
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;

}

.topic_area a.all_topics_link {
	display: block;
	padding-top: 8px;
	margin-left: 38px;
	color: #0466cd;
	font-size: 14px;
	width: auto;
}

.topic_area {
	border: 2px solid #D3F6CA;
	padding: 10px;
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	margin-top: 20px;
}

.topic_area .area_name {
	font-size: 22px;
	color: #339933;
	margin-top: -23px;
	margin-left: 8px;
	font-weight: bold;

}

.topic_area .area_name span {
	background-color: #FFF;
	padding: 0px 8px;
}

.big_discussion_image {
	float: right;
	clear: none;
	margin-right: 4px;
}

form.discussion_start {
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	background-color:#c6dffc;	
	padding: 20px;
	margin-left: 40px;
}

form.discussion_start label {
	font-size: 18px;
	color: #0466cd;
	font-weight: bold;
	width: 100px;
}

form.discussion_start input {
	margin-left: 0px;
}

.blog_post.solo .date a.blog_action_link {
	color: #339933;
	font-size: 13px;
	font-weight: bold;
	padding:2px;
}
.blog_post.solo .date a.blog_action_link:hover {
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	text-decoration: none;
	background-color:#c6dffc;	
	
}
.blog_post.solo .date a.blog_action_link img {
	vertical-align: text-bottom;
}


a.point_list_item {
	display: block;
	float: left;
	clear: left;
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	padding: 8px;
	margin-bottom: 10px;
	color: #454545;
	text-decoration: none;
	background-color: #EAFBE7;
}

a.point_list_item:hover {
	background-color: #c6dffc;
}

a.point_list_item .points {
	display: block;
	float: left;
	font-size: 20px;
/*	color: #33851D;
	font-weight: bold;*/
	width: 50px;
	text-align: center;
}

a.point_list_item .description {
	display: block;
	float: left;
	padding-top: 0px;
}

a.point_list_item .description span {
	padding-top: 2px;
/*	background-color: red;*/
}

a.point_list_item .description img {
	vertical-align: middle;
}

.profile_info_and_about_me {
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	padding: 12px;
	background-color: #E9FCC9;
	border: 1px solid #D3F5A8;
	background-color: #FFF;

}

.describe_words.teams, .describe_words.guides {
	min-height: 20px;
	margin: 0px;
	padding: 0px;
	clear: both;
}


.action_inline {
	clear: left;
}

.action_inline a {
	display: block;
/*	min-height: 30px;*/
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	padding: 6px;
	color: #454545;
}

.action_inline a .progress_bar {
	margin-right: 8px;
}

.action_inline a .title {
	font-size: 18px;
}

.action_inline a:hover {
	background-color: #c6dffc;
	text-decoration: none;
}

.action_inline .bar {
	float: left;
}

.action_inline .next_step {
	font-size: 13px;
	color: #777;
}

.action_inline .next_step i {
	color: #999;
}

.digg_and_reddit {
	display: block;
	float: right;
	padding-top: 4px;
}


.guide_view form {
	display: inline;
}
#down_vote, #up_vote {
	display: inline;
	border: 0px;
	color: #FFF;
/*	float: left;*/
	background-color: #3d9bff;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	padding: 4px 6px;
}

#down_vote {
	background-color: #E28625;
}
#down_vote:hover {
	background-color: #EE7724;
	cursor: pointer;
}

#up_vote {
	background-color: #62C12B;
}
#up_vote:hover {
	background-color: #72D62F;
	cursor: pointer;
}



#clear_vote {
	display: inline;
	border: 0px;
	color: #FFF;
/*	float: left;*/
	background-color: #BBB;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	padding: 2px 6px;	
}

#clear_vote:hover {
	color: #FFF;
	background-color: #0466cd;
	cursor: pointer;	
}

.guide_view .my_vote {
	display: inline;
	border: 0px;
	color: #FFF;
/*	float: left;*/
	background-color: #3d9bff;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	padding: 4px 6px 1px 6px;
}

.guide_view .my_vote.down {
	background-color: #E28625;
}

.guide_view .my_vote.up {
	background-color: #62C12B;
}

.guide_view .votes .number {
	font-size: 20px;
	font-weight: bold;
}

.guide_view .votes .number.up {
	color: #62C12B;
}

.guide_view .votes .number.down {
	color: #E28625;	
}

.guide_view .votes {
	text-align: center;
}

.guide_view .votes .votes_title {
	display: inline;
/*	color: #0466cd;*/
}

.guide_view .votes {
	background-color: #EEF3FB;
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	padding: 8px;
	margin-bottom: 8px;
}


.guide_view.do a.action_attrib {
	display: block;
	background-color: #EFFEEA;
/*	width: 200px;*/
	text-align: center;
	-o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	padding: 6px;
	margin-bottom: 12px;
/*	margin-top: 8px;*/
	color: #777;
	font-size: 14px;
/*	text-align: left;*/
}

.guide_view.do a.action_attrib em {
	color: #AAA;
	padding-right: 2px;
}

.guide_view.do .action_attrib:hover {
	background-color: #c6dffc;	
	text-decoration: none;
/*	border:	2px solid #6FAEF8;*/
	color: #164990;
/*	padding: 4px;*/
	
}

.action_attrib img {
	vertical-align: middle;
	margin-right: 4px;

}

.guide_view.view .action_steps {
	margin: 15px 5%;
	width: 70%;
}

.guide_view.view .action_sidebar {
	font-size: 14px;
}

.guide_view.view .action_sidebar img {
/*	margin-bottom: 14px;*/
/*	float: left;*/
/*	clear: left;*/
}

.guide_view.view .action_sidebar a {
/*	min-height: 64px;*/
}

.action_sidebar	{
	float: right;
	width: 18%;
	margin: 0px 20px;
	text-align: center;
}

.action_sidebar .view {
	width: 200px;
}

.action_sidebar .core_guide_meta {
/*	margin-top: 30px;*/
	margin-bottom: 10px;	
	text-align: left;
	height: 80px;
/*	margin-left: 30px;*/
}



.guide_view.do .action_sidebar .core_guide_meta {
/*	margin-top: 30px;*/
	height: 80px;
/*	background-color: blue;*/
}

.guide_view.do .action_sidebar .core_guide_meta img {
	vertical-align: top;
	clear: left;
}

.guide_view.do .action_sidebar .core_guide_meta .points {
	padding-top: 14px;
}
.action_sidebar .core_guide_meta .points {
	vertical-align: top;
/*	padding-top: 4px;*/
}

.action_steps {
	width: 78%;
}

.step_and_updates {
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	background-color: #D9FBC4;
	color: #337C1B;
	margin-right: 0px;	
	margin: 12px 0px;
	padding: 12px;
	font-size: 14px;	
}

.step_and_updates .check_mark {

}


.check_col, .content_col {
	display: table-cell;
	vertical-align: top;
}

.check_col {
	width: 70px;
	padding-right: 8px;
}

.action_steps {
	display: table;
	clear: left;
/*	padding: 4px 6% 4px 6%;*/
	
}

.step_and_updates_row {
	display: table-row;
	width: 100%;
	table-layout:fixed;
	_word-wrap:break-word;	
}


.guide_view.do .step_title {
	font-size: 20px;
	margin-bottom: 6px;
}

.guide_view.do .step_and_updates .body {
	display: block;
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	background-color: #F6FEEC;
	font-size: 14px;
	color: #454545;
	margin-bottom: 8px;
	padding: 8px;
}

.guide_view.do .step_and_updates .meta .date {
	padding-left: 0px;
	margin-left: 0px;	
}

.guide_view.do .action_update {

}

.done_date {
	font-size: 14px;
}

.guide_view.do .action_description {
	display: block;
	color: #555;
	width: 74%;
	padding: 10px 20px;
}

.guide_view.do .guide_step_full {
	display: none;
}

.guide_view.do img {

}
.guide_step_instructions {
/*	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;*/
	color: #454545;

/*	width: 600px;*/
	width: 90%;
	margin-bottom: 12px;
/*	background-color: red;*/
/*	background-color: #F6FEEC;*/
/*	background-color: #95DF59;	*/
}

.extra_bottom {
	margin-bottom: 12px;
}

.guide_view .hidden {
	display: none;
}

.guide_view.do .quit_link {
	font-size: 13px;
}

.guide_view.do h2 span {
	font-weight: normal;
}

.guide_view.do h2 img {
	vertical-align: text-bottom;
}

.guide_view a.guide_author img {
	float: left;
}

.guide_view a.guide_author {
/*	padding: 10px;*/
	height: 50px;
/*	color: #454545;*/
}
.guide_view .core_guide_meta {
	width: 100%;
}

.profile_edit.intro {
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	background-color: #c6dffc;
}

a.password_reset_link {
	font-size: 12px;
}

.media_box {
	width: 200px;
	margin-right: 40px;
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	border: 1px solid #0466cd;
	margin-bottom: 10px;	
}

.media_box .title {
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;	
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border: 1px solid #0466cd;

	background-color: #0466cd;
	color: #fff;
	padding: 4px;
	padding-bottom: 1px;
	text-align: center;

}


.media_box .contact_info {
	padding: 10px;
}

.media_box a.media_image {
	margin: 10px;
	padding: 5px;
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	display: block;
/*	height: 40px;	*/
}

.media_box a.media_image:hover {
	background-color: #c6dffc;
	text-decoration: none;
}

.media_box a.media_image img {
	vertical-align: middle;
	margin-right: 10px;
/*	display: inline;*/
	float: none;
/*	margin-bottom: 10px;*/
	border: 1px solid #CCC;
}

.media_box a.media_image span {
	display: block;
/*	margin-left: 60px;*/
	width: 100px;
	font-size: 14px;
	padding-top: 2px;
	float: right;
	
}



.media_room table {
	width: 100%;
}

.media_room td {
	vertical-align: top;
}

.media_room .media_sidebar {
	width: 200px;
}

.media_room .media_clipping {
	display: block;
	-o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
/*	border: 1px solid #DDD;*/
	padding: 10px;
}

.media_room .story_image {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 80px;
	height: 80px;
	display: block;
}

.media_room .media_clipping .title {
	font-size: 20px;
	color: #000;
}

.media_room .media_clipping .author {
	color: #454545;
}

.media_room .media_clipping .date {
	color: #454545;
	margin: 0px;
	padding: 0px;
} 

.media_room .media_clipping .summary {
	margin-top: 15px;
	font-size: 14px;
	color: #777;
}

.media_room_image .larger_picture {
	text-align: center;
	margin: 15px 0px;
}
.media_room_image .larger_picture img {
	border: 1px solid #DDD;
}


.media_room_image .download_button {
	text-align: center;
}

.captcha_field {
	display: block;
	width: 100%;
	clear: right;
	border: 0px;
}

.captcha_field table {
	display: block;
	padding-left: 120px;
	border: 0px;
/*	border: 2px solid black;*/
}
.recaptchatable, #recaptcha_table { 
	border: 0px solid #FFFFFF !important;
}

.no_follows_yet {
	padding-left: 20px;
}