/* @override 
	http://sqeez.org:80/stylesheets/sqeez.css?1234925427
	http://sqeez.org/stylesheets/sqeez.css?1224976603
	http://jayOh.sqeez.org:80/stylesheets/sqeez.css?1234925972
*/

body {

    background: #33454c;
    color: #fff;
    font: 85% "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", "Lucida Sans", Arial, sans-serif;


}

input {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
    font-size:150%;
    background-color: #8baf95;
    border: 2px solid white;
    color: white;
    padding:3px;
}

textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
    font-size:100%;
    background-color: #8baf95;
    border: 2px solid white;
    color: white;
    padding:3px;
}

div#container {
	
	margin: 0 0 0 0;
    padding: 0px 5% 0px 5%;
    padding-top: 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	
}

div#main-sqeez {
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px;
	
}

a:visited, a:active, a:link, a:hover {
    color: #fff;
}


a:hover {
    text-decoration: underline;
}

.content {
    background: #608f85; 
    color: #fff;
    padding: 10px;
    margin-bottom: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.content a:visited, div.content a:active, div.content a:link, div.content a:hover  {
    color: #fff;
}


div.content th {
    color: #fff;
}


div#ads {  }

div#menu-logo { position:fixed;
	left:55px;
	top:5px;
	z-index:150;
}

div.topbar {
    position:fixed; 
    background-image: url(http://sqeez.org/images/topbar.png);
    width:100%;
    margin-left: -8px;
    height:27px;
    top:0px;
    text-align: right;
    margin-bottom: 5px;
    padding-top:7px;
    z-index:100;
}

div.topbar ul {
    display: inline;
    padding-right:5%;
    
}

div.topbar li {
    display: inline;
    padding: 4px;
    color:white;
font-size:110%;

}

div.topbar li > a {
    display: inline;
    color:white;
}

div.bottombar {
	font-size:85%;
    text-align: right;
}


.colorbar {
	display:none;
    height: 3px;
    background: #666;
    margin-bottom: 5px;
}

div.bottombar ul li  {
    display: inline;
}

div.bottombar ul li a {
    color:white;
}
    
div.sections {}


div.sections ul {
    margin: 0px; 
    margin-top: 10px;
    padding: 0px;
    font-weight: bold;
}

div.sections ul li {
    margin: 0px;
    display: inline;
    border-top: 1px solid #fff;
    margin-right: 8px;
}

div.sections ul li a {
    color: #fff;
    background: #608f85;
    padding: 4px;
padding-bottom:8px;
    width: 100px;
    text-align: left;
}

div.post {
    border-top: 3px solid #fff;
    padding: 5px;
    margin: 5px 0px 5px 0px;
}

div.post_title {
    font-weight: bold;
}

div.post_body { }


div.post_commands {
    border: 1px solid #0f0;
    background: #cfc;
    display: inline;
    padding: 2px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0px 0px 0px;
}

h1 { font-size:300% }
 
div.comment_body {
	background-color:#33454c; color:white; padding:6px; opacity: 1; 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; padding-right:10px; padding-top:5px; margin-top:5px;


}
div.comment { color: white; -moz-border-radius: 5px;
-webkit-border-radius: 5px; }

div.comment a:visited, div.comment_body a:active, div.comment_body a:link, div.comment_body a:hover {
color: white;
}

div.comment_body a:visited, div.comment_body a:active, div.comment_body a:link, div.comment_body a:hover {
color: white;
}

div.comment_add_area {
    background: #8baf95;
    padding: 5px;
    margin: 5px 0px 5px 0px;
    opacity: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.comment_form {
margin: 0px;
    margin-top: 5px;
}

label {
    cursor: pointer;
}

textarea {
    height: 15em;
    width: 100%;
}

.tags textarea {
    height: 5em;
}

div.question_answer {
    border-left: 10px solid #dae02c;
    background: url(http://sqeez.org/images/topbar.png);
    padding: 5px;
    margin: 5px 0px 5px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.question {
    border-left: 10px solid #dae02c;
    background: # 42412b; /* #ddd; */
    padding: 5px;
padding-right:10px;
    margin: 5px 0px 5px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.user_content { min-height: 120px; }

div.comment_avatar {
    text-align: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

img { border: 0px; }

div.error {
    background: #f99;
    border: 2px solid #f00;
    padding: 5px;
}

img.avatar {
    width: 100px;
    height: 100px;
    margin: 3px 3px 3px 3px;
    padding: 3px;
}

img.online {
    background-image: url(/images/pulse.gif);
}

#notice, #warning, #message, .alert {
    background: # 42412b;
    border: 3px solid #fff; 
    color: #fff;
    padding: 5px;
    margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#new_messages, #new_comments, #new_friend_requests {
    background: # 42412b;
    border: 3px solid #fff;
    color: #fff;
    padding: 5px;
    margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

table.layout {
    width: 100%;
}

table, tr, td {
    margin: 3px;
    padding: 0px;
    border: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
}



td.icons {
    text-align: right;
    width: 50px;
}

.answer {
    height: 100px;
    width: 430px;
}

form {
margin: 0px;
display: inline;
}

tr.unread_message{
    font-weight: bold;
}

.subsections, #change_layout {
    background: #8baf95;
    padding: 7px;
    padding-left: 10px;
    margin-bottom: 10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#change_layout {
    background: #ddd;
}

td {
    vertical-align: top;
}

div.thumbnail, div.thumbnail_with_title {
    height: 100px;
    width: 100px;
    text-align: center;
    margin: 3px;
    /* border: 2px solid #fff; */
}

div.thumbnail_with_title {
    height: 150px;
    width: 150px;
}

div.fieldWithErrors {
    border: 2px dashed #f00;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tags {
    margin-top: 5px;
    border: .1px double #fff;
    text-decoration: none;
    padding: 5px;
}

a.tag {
    white-space: nowrap;
}

div.tags img {
    float: right;
    cursor: pointer;
}



div.form_section {
    margin: 5px 0px 15px 0px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

    // border-left: 10px solid #000;



}
div.form_section_title {
    background: #8baf95;
    font-size:200%;
    color: #fff;
    padding: 5px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.form_section_body {
    padding-left: 15px;
padding:10px;
}

div.form_section_title a:link {
    color: #fff;
    text-decoration: none;
    display: block;
}

table.user_small {
    border: 1px solid #fff;
    width: 190px;
    margin: 5px;
    overflow: hidden;
}
table.user_small h3 {
    margin: 0px;
}

.show_links a:visited {
    text-decoration: underline;
}


div.message_reply {
    background: # 42412b;
    padding: 5px;
    margin: 5px 0px 5px 0px;
}
th {
    text-align: left
}
.drag_area > div {
    background: #fff;
    border: 1px solid #dae02c;
    margin-bottom: 5px;
    padding:10px;
}
.drag_area {
    min-height: 50px;
    background: # 42412b;
    padding:10px;    
}
.dragging .title {
    cursor: move;
    border: 3px solid #dae02c;
    padding: 10px;
}
#customize_profile h2 {
    margin-top: 0px;
    color: #000;
}

div.section_body {
    color: #000;
}
#profile_unused div.section_body {
    display: none;
}

#profile_unused > div {
    width: 250px;
}

tr.alternate_row {
    background: #1f2e34;
}



.faq_answer {
    margin: 5px;
}

.content_metadata {
    opacity: 1;
    font-size: smaller;
}

.pagination {
    background: #1f2e34;
    margin: 3px;
    padding: 5px;
    text-align: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
.tag_in_common {
    font-weight: bold;
}

.profile_section_title {
    font-size: 175%;
    font-weight: bold;
}
.profile_section {
    margin: 5px;
}

table.data {

}
table.data td {
    vertical-align: middle;
    padding: 4px;
} 42412b