/*  
Theme Name: AllFacebook.com 2.0
Theme URI: http://allfacebook.com
Description: AllFacebook.com Theme
Version: 2.0
Author: Nick O'Neill
Author URI: http://www.thewebpreneur.com/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #444446;
}

.clearer {
    clear: both;
}

img {
    vertical-align: top;
}

a {
    color: #444446;
    display:inline;
}

a:hover {
    text-decoration:none;
}

#header {
    background: #3b5998;
    border-bottom:solid 1px #263a64;
    min-width: 964px;
    padding: 11px 0px;
}

#header_content {
    width: 964px;
    margin: 0px auto;
    text-align: left;
}

#logo {
    width: 200px;
    float: left;
    padding-top: 25px;
}

#banner {
    width: 734px;
    float:right;
}

#navigation {
    background:#273044;
    min-width:964px;
    border-bottom: solid 3px #d0d0d0;
    border-top: solid 3px #575e6d;
    color: #fff;
}

#navigation_content {
    width: 964px;
    margin:7px auto;
}

#navigation_links {
    float: left;
}

#navigation_links a {
    display:block;
    float: left;
    margin-right: 3px;
    color: #fff;
    text-decoration:none;
    white-space:nowrap;
    padding: 6px 10px;
    font-size: 12px;
    font-weight:bold;
    font-family:Verdana;
	text-transform: uppercase;
	background-color: #5b616e;
}

#navigation_links a:hover {
    color: #333;
    background: #d0d7e7;
}

#search_form {
    float:right;
    padding-top: 3px;
}

#search_form .search_input {
    font-size: 12px;
    border: solid 1px #2c3a59;
    display:block;
    float: left;
    width: 152px;
    height: 14px;
    margin-right: 7px;
}

#search_form .search_button {
    font-size: 12px;
    border: solid 1px #2c3a59;
    display:block;
    float: left;
    height: 19px;
    color: #fff;
    background: #616576;
}

#search_form .search_button:hover {
    color: #333;
    background: #d0d7e7;
}

#footer {
    background: #3b5998;
    min-width: 964px;
    padding: 30px 0px;
}

#footer_content {
    width: 964px;
    margin: 0px auto;
    color: #fff;
}

.foot, .foot a {
	color: #fff;
}

.left, .alignleft {
    float:left;
}

.right, .alignright {
    float: right;
    /*padding-right:10px;*/
}

#main_content {
    padding: 20px 0px 60px;
    text-align:left;
    width:964px;
    margin:0px auto;
}

#leftbar {
    width: 595px;
    float:left;
}

#rightbar {
    width: 346px;
    float:right;
}

h1 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight:bold;
    color:#4d5a77;
    line-height: 25px;
}

h1 span, h1 a {
    background: #fdf7bc;
    text-decoration:none;
}

h1 a:hover {
    background: #f2fbe8;
    text-decoration:underline;
}

small {
    font-size: 10px;
}

.post_info {
    border-bottom: solid 1px #dbdbdb;
    padding-bottom: 5px;
    font-size: 9px;
    margin-bottom:7px;
    width:100%;
}

.comment-link {
	background: transparent url('/wordpress/wp-content/themes/allfacebook2/images/comment.gif') no-repeat 0 0;
	height: 11px;
	padding-left: 16px;
	margin-left: 1em;
}

.post {
    line-height: 20px;
    padding-bottom: 15px;
}

.post br {
    line-height: 10px;
}

.post p br {
    line-height: 20px;
}
.post p{
    padding-bottom: 10px;
}
.post a{
    background-color: #ebeef5;
}
.post ul, .post ol{
    padding: 15px;
}

.post img{
    /* padding:0 10px 0 10px; */
}

.post blockquote{
    font-style:italic;
    border-left: 10px solid #f2fbe8;
    margin: 15px 15px 0 0px;
    padding: 0 0 0 15px;
}

a.more-link{
    background-color: #fff;
}

.pages_image {
    /*width: 105px;*/
    float: left;
    text-align:center;
    padding-top: 17px;
    padding-right: 15px;
}

.pages_text {
    /*width: 550px;
    float: right;*/
    padding-top: 17px;
}
.pages_text p{
    padding-bottom: 10px;
}

.retweet {
    text-decoration:none;
    font-size: 16px;
    font-weight:bold;
    margin-right: 14px;
}

.retweet:hover {
    text-decoration:underline;
    color:#000;
}

.comments {
    text-decoration:none;
    position:relative;
    top: -3px;
}

.comments:hover {
    text-decoration:underline;
    color:#000;
}

.comments img {
    vertical-align:middle;
}

.suggestions_image {
    width: 196px;
    float: left;
    padding-top: 5px;
}

.suggestions_text {
    width: 444px;
    float: right;
}

.jason_image {
    width: 175px;
    float: left;
    padding-top: 5px;
}

.jason_text {
    width: 462px;
    float: right;
}

.align_center {
    text-align:center;
}

span.align_center {
    display:block;
    width: 100%;
}

.align_right {
    text-align:right;
}

.grey_link {
    padding: 5px;
    background: #d5d3d5;
    font-size: 10px;
    font-weight:bold;
}

h2 {
    font-size: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}

.box {
	border: solid 1px #d0d7e7;
	padding: 15px;
    margin-bottom: 6px;
}

.box h3 {
    font-size: 15px;
    padding-bottom: 12px;	
    line-height: 20px;
}

.box a span {
    text-decoration:underline;
}

.box a:hover span {
    text-decoration:none;
    color: #000;
}

.follow {
    background: #f2fae8;
}

.follow .info_links {
	margin-top: 15px;
}

.spacer {
    padding: 0px 8px;
    font-size: 0px;
}

.newsletter_form {
    background: #ebeef5;
}

.newsletter_form h3 {
    float: left;
	width: 25%;
	padding: 0 5% 0 0;
}

.newsletter_form .newsletter_input {
    height: 16px;
    border: solid 1px #c3cce0;
    font-size: 10px;
    color: #555;
    width: 45%;
    float: left;
}

.newsletter_form .newsletter_button {
    height: 19px;
    color: #fff;
    background: #737475;
    border: solid 1px #c3cce0;
    float: right;
    font-size: 8px;
    font-weight: bold;
	width: 20%;
}

.send_tip {
    background: #60646e;
    color: #fff;
    line-height: 22px;
}

.send_tip h3 {
	display: inline;
	margin-right: 2em;
}

.send_tip a {
    color: #fff;
}

.members {
    border: solid 1px #d0d7e7;
    background: #dde5df;
    padding: 7px 0px 7px 9px;
    margin: 7px 0 7px 0;
}

.members .count {
    color: #254d5d;
    font-weight:bold;
    font-size: 14px;
    background: #dde5df;
    border:solid 1px #b6c4ce;
    padding: 1px 2px;
    margin-right: 3px;
}

.pink {
    color: #ae5595;
    font-size: 11px;
    font-weight:bold;
}

.members_list {
    padding: 10px 0px 6px;
    width: 100%;
}

.member_image {
    border: solid 3px #b6c4ce;
    margin: 0px 4px 6px 0px;
    width:44px;
    /*float: left;*/
}

.connect {
    margin-right: 9px;
}

.big_sponsor {
	padding: 4px;
	text-align: center;
}

.big_sponsor .align_right {
	margin-top: 15px;
	margin-bottom: 9px;  /* + 6px = 15px */
}

.sponsors, .big_sponsor, .stpro_ads {
    background-color: #f0ebef;
}

.sponsors {
	padding-top:30px;
}

.sponsor_image {
    margin-bottom: 15px;
	width: 50%;
	float: left;
}

.stpro_ads {
	padding: 4px;
}

.stpro_ads > .ad {
	padding-bottom: 4px;
}

.stpro_ads > .ad.omega {
	padding-bottom: 0;
}

/* declaration for IE - regarding h4 in .events and .featured_jobs */
h4 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

.events, .featured_jobs {
	background-color: #fff;
}

.events img {
	float: left;
	padding: 6px;
	margin-right: 6px;
}

.events .details {
	margin-bottom: 6px;
}

.event {
	clear:both;
	padding-bottom: 12px;
}

.events .description,
.events .details, 
.featured_jobs .description, 
.featured_jobs .location {
	font-size: 11px;
	line-height: 1.5em;
}

.featured_jobs .align_right {
    margin-top: 12px;
}

.job {
	margin-bottom: 12px;
}

.job .location {
	font-style: italic;
}

.tabs_content {
    border: solid 1px #d0d7e7;
    background: #e8f3f9;
    padding: 12px 8px;
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
}

.tabs {
    position: relative;
    z-index: 10;
    top: 1px;
    width: 100%;
}
.tabnav li{
    display:inline;
    list-style:none;
}
.tabnav li a{
    /*unselected nav*/
    height: 24px;
    line-height: 24px;
    background: #f5f0ed;
    border: solid 1px #d0d7e7;
    margin-right: 11px;
    padding: 0px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight:bold;
}
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a{
    background: #e8f3f9;
    border-bottom: solid 1px #e8f3f9;
}
.tabdiv {
    border: solid 1px #d0d7e7;
    background: #e8f3f9;
    padding: 12px 8px;
    margin-bottom: 22px;
    /*position: relative;
    z-index: 1;*/
}
.tabs a {
    /*display: block;
    float: left;*/
    height: 24px;
    line-height: 24px;
    background: #f5f0ed;
    border: solid 1px #d0d7e7;
    margin-right: 11px;
    padding: 0px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight:bold;
}

.tabs a.active, .tabs a:hover {
    background: #e8f3f9;
    border-bottom: solid 1px #e8f3f9;
}

.tab_link {
    font-size: 16px;
    font-weight:bold;
    background: #e0e5e6;
    color: #797a7c;
    text-decoration: none;
    line-height: 19px;
}

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

.tabs_small_links {
    padding-top: 10px;
    text-align:right;
    font-size: 10px;
}

.tabs_small_links a {
    text-decoration: none;
    color: #797a7c;
}

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

.tabs_small_links .spacer {
    padding: 0px 4px;
}

.separator {
    border: solid 1px #d3e0ed;
    font-size: 0px;
    height: 1px;
    margin: 8px 0px;
}

.black {
    color: #000;
}

.top_developers {
    background-color: #f9f9f9;
    line-height: 22px;
}

.top_developers h3 {
/*	display: inline;*/
	float: left;
}

.top_developers small {
    font-size: 9px;
}

.developer {
    border: solid 1px #e7eaf0;
    background: #fbfbfb;
    padding: 8px;
    color: #686b6c;
}

.developer .developer_left {
    width: 107px;
    float: left;
    padding-top: 5px;
}

.developer .developer_right {
    /*width: 127px;*/
    float: right;
    font-size: 11px;
    text-align: right;
    color: #8c8c8c;
    line-height: 20px;
}

.developer .developer_right img {
    vertical-align: middle;
    margin-left: 3px;
}

.developer .developer_right a {
    color: #8c8c8c;
    
    font-weight: bold;
}

.developer .developer_right small {
    font-size: 7px;
}

.developer_title {
    font-size: 16px;
    font-weight:bold;
    padding-left: 3px;
    padding-bottom: 3px;
}

.developer_count {
    color:#fff;
    font-weight:bold;
    font-size: 20px;
    background: #555555;
    border: solid 1px #cdd4e4;
    line-height: 24px;
    padding: 0px 4px;
}

.green {
    color: #7cd300;
    font-weight:bold;
    padding-left: 2px;
}
.red {
    color: #ff0000;
    font-weight:bold;
    padding-left: 2px;
}

.top_developers .separator {
    border: solid 1px #e2e6ed;
    margin: 6px 0px;
}

.yellow_link {
    font-size: 10px;
    font-weight:bold;
    color: #213155;
    background: #f6f0b2;
    padding: 5px;
}

.tweets_box {
    width: 70px;
    margin-bottom:8px;
    float:left;
}

.tweets_count {
    background:url("../images/tweet_count.gif") no-repeat left top;
    width: 50px;
    text-align:center;
    line-height: 18px;
    margin-bottom: 2px;
    padding: 3px 0px;
}

.post_right_image {
    float:right;
}

.add_this a {
    text-decoration:none;
}

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

.hr {
    background:#dbdbdb;
    height:2px;
    font-size: 0px;
    width:100%;
}

.comments_list {
    padding:20px 0px;
}

.comment {
    line-height: 20px;
    padding-bottom: 35px;
}


.comment_image {
    width: 66px;
    float:left;
}

.comment_image img {
    border:solid 1px #d0d7e7;
}

.comment .info {
    font-size: 9px;
    color: #737475;
    padding-bottom: 10px;
}

.comment_text {
    width: 590px;
    float:right;
}

.comment textarea {
    display:block;
    width: 588px;
    margin-bottom: 14px;
    border:solid 1px #d0d7e7;
}

.blue_button {
    background: #3b5998;
    color: #fff;
    border:none;
    font-size: 14px;
    font-weight:bold;
    cursor:pointer;
    padding-top:4px;
    padding-bottom:4px;
}

/*Application statistics styles*/
#star{ width: 120px; float:right;}
#star ul.star { LIST-STYLE: none; MARGIN: 0; PADDING: 0; WIDTH: 85px; HEIGHT: 20px; LEFT: 10px; TOP: -5px; POSITION: relative; FLOAT: left; BACKGROUND: url('/wordpress/wp-content/themes/allfacebook/images/stars.gif') repeat-x; CURSOR: pointer; }
#star li { PADDING: 0; MARGIN: 0; FLOAT: left; DISPLAY: block; WIDTH: 85px; HEIGHT: 20px; TEXT-DECORATION: none; text-indent: -9000px; Z-INDEX: 20; POSITION: absolute; PADDING: 0; }
#star li.curr { BACKGROUND: url('/wordpress/wp-content/themes/allfacebook/images/stars.gif') left 25px; FONT-SIZE: 1px; }
#star div.user { LEFT: 15px; POSITION: relative; FLOAT: left; FONT-SIZE: 13px; FONT-FAMILY: Arial; COLOR: #888; }

.searchcontainer {
	width: 175px;
}
.searchcontainer ul{
	margin: 0;
	padding:0;
}
.searchcontainer li {
	list-style: none;
	padding: 0px;
	margin:0;
}
.searchcontainer .yui-ac-content {
	position: absolute;
	z-index: 5000;
	width: 100%;
	background: white;
	border: 1px solid #cecece;
}
.searchcontainer .yui-ac-highlight div {
	background-color: #E1EdE1 !important;
}
#stats-header{
	width:520px;
}
#stats-links{
	width: 520px;
}
#stats-links ul{ 
	list-style:none;
	padding:0;
}
#stats-links li{
	display:inline;
	padding: 5px;
	font-size:12px;
}
#application-leaderboard{
	width:520px;
}

/* facebook fan box */
.fb-fan {
	margin-bottom: 6px;
}

/* old callout: style="background-color:#BBC0CE;padding:5px;border:2px dashed #3368B9;font-weight:bold;line-height:22px; */
.callout-box{
    border: 2px solid #d0d8e6;  /*test e20f2d */
    background-color: #eceef6; /*test ee4c63 */
    padding: 15px;
    color: #434445;
    line-height: 24px;
    margin: 0 auto;
}

/*AllFacebook sexyCycle Gallery*/
.gallery{ background-color: #fff; padding:15px; border:1px solid #d1d8e7; }
.gallery-caption{ background-color: #fff; }
ul.sexyCycle-content{ background-color: #1b1b1b; }
.counter{ float:right;color:#7f7f7f;padding-top:8px;font-size:14px; }
.controllers{ float: right; }
.gallery-wrapper{ clear: both;padding-top:10px; }
.title{ color: #4d5a77; font-size:22px; font-weight:bold; float:left; padding-top:8px; }

/* Call To Action Boxes */
.cta{
    font-family: Helvetica, Arial, Verdana;
    padding: 12px 13px; 
    border: 2px solid #fff69d;
    background-color: #fff5cd;
    -moz-border-radius: .6em; border-radius: .6em; -moz-border-radius: .6em;
    margin: 20px 0 20px 0;
}
.cta p{
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.cta a{
    text-decoration:underline;
    font-weight: bold;
    font-size:10px;
}
.cta a:hover{
    text-decoration: none;
}


/* Scoop Jobs sub-module
------------------------------------------------------------------------------------------ */
.scoopjobs {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #d0d7e7;
	padding-bottom:20px;
	border-bottom:1px solid #CCCCCC;
}
.scoopjobs h4 {
	color: #3b5998;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 12px;
}
.scoopjobs .scoopjobsrow {margin-bottom:20px;}
.scoopjobs select {width:180px;}
.scoopjobs #salaryInput {font-size:1.2em;}
.scoopjobs #slider-range {width:175px;margin-left:135px;}
.scoopjobs #salaryMin {width:30px;}
.scoopjobs #salaryMax {width:30px;}
#sjWizardLink {font-size:11px;}

.formButton {
	background: none repeat scroll 0 0 #616576;
    border: 1px solid #2C3A59;
    color: #FFFFFF;
    font-size: 12px;
	padding:5px;
	text-decoration:none;
}

.formButton:hover {
	background: none repeat scroll 0 0 #D0D7E7;
	color: #333333;
}
