@charset "UTF-8";
/* CSS Document */

html, body, * {margin:0; padding:0}

.logo {
	background-color: #3B5998;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	height: 50px;
}

.logo a:link, .logo a:visited {
	line-height: 50px;
	color: #FFFFFF;
	height: 50px;
	padding-left: 200px;
	font-size: 15px;
	display:block;
}

.logo a span {
	background-color: #0C0;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	top: 5px;
	right: 5px;
	position: absolute;
	margin: 0px;
}


body {
	color:#333;
	background-color:#B4CFE5;
	margin:0px;
	padding:0px;
	font-family:Tahoma, sans-serif;
	font-size:14px;
	background-image: url(background.gif);
	background-repeat: repeat-x;
	}
h2 {
	margin:20px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:normal;
	color:#333333;
	}
h3 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
.convotop {
	margin-top: -10px;
	margin-right: -10px;
	margin-bottom: 10px;
	margin-left: -10px;
	background-color: #EFEFEF;
	padding: 20px;
	height: 62px;
}

.convotop h2{margin-top:0px; margin-bottom:5px;}

p {
	font:13px/20px verdana, arial, helvetica, sans-serif;
	padding:0px;
	margin-bottom:5px;
	}

a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
  




/*////////////////////////////////////////////////////////
									CLEARFIX
////////////////////////////////////////////////////////*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

div.clear {
	clear: both; 
}













#photobox{
	position:absolute;
	top:0px;
	right:0px;
	width:500px;
	background-color: #EFEFEF;
	padding: 10px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #333333;
}


.account{position:absolute; right:0; top:0; padding:10px}


/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 240px;
	border:1px solid #D7D7D7;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
.block{
	padding:10px;
	margin: 10px;
}
.header{
	font-size:16px;
	color:#00CC00;
	margin:0px;
	padding:3px;
	font-weight:bold;
}
#navAlpha {
	position:absolute;
	width:150px;
	top:20px;
	left:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:200px;}
		
#navBeta {
	position:absolute;
	width:190px;
	top:20px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}



/*////////////////////////

FACEBOOK LOOKS

////////////////////////*/

	#wrap {width:550px; float:left; background:white; font-size:14px}
	#main {padding:0 10px 10px 10px}
	textarea {width:350px; height:200px}
	code {font-size:12px}
	#show {font-size:13px; line-height:1.3em; margin:10px auto 50px auto}
	#show div.reply {background:#eceff5; padding:6px 3px 4px 6px; margin:0 0 2px 60px; width:350px; font-size:11px; overflow:auto; display:block}
	#show div.reply img {width:32px; height:32px; margin-bottom:0; margin-right:6px}
	#show div.reply p {float:left; margin:0; width:310px; line-height:1.2em}
	#show p#first {background:url(arrow.gif); background-repeat:no-repeat; margin-left:60px; height:7px; margin:0 0 0 60px}
	#show img {float:left; margin-right:10px; width:50px}
	#show b {color:#3B5998; font-size:13px}
	#show div.reply b {color:#3B5998; font-size:11px}
	#show b span {width:4px}
	#show small {color:gray; display:block; font-size:11px; margin-top:3px}
	#show div.reply small {color:gray; display:block; font-size:11px; margin-top:2px}
	#show small a {color:#3b5998; text-decoration:none; background:url(dot.gif); background-repeat:no-repeat; padding-left:11px}
	.remove{ float:right;}
	.textbox{padding:3px; border:1px solid #CCC; width:97%}
	.sharetextbox{padding:3px; border:1px solid #CCC;}
	.textarea{height:100px}

.controls {
}


	#previewwrap {
	font-size:13px;
	line-height:1.3em;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 12px solid #CCC;
	background-color:#FFF;
}
	#previewwrap div.reply {background:#eceff5; padding:6px 3px 4px 6px; margin:0 0 2px 60px; width:350px; font-size:11px; overflow:auto}
	#previewwrap div.reply img {width:32px; height:32px; margin-bottom:0; margin-right:6px}
	#previewwrap div.reply p {float:left; margin:0; width:310px; line-height:1.2em}
	#previewwrap p#first {background:url(arrow.gif); background-repeat:no-repeat; margin-left:60px; height:7px; margin:0 0 0 60px}
	#previewwrap img {float:left; margin-right:10px; width:50px}
	#previewwrap b {color:#3B5998; font-size:13px}
	#previewwrap div.reply b {color:#3B5998; font-size:11px}
	#previewwrap b span {width:4px}
	#previewwrap small {color:gray; display:block; font-size:11px; margin-top:3px}
	#previewwrap div.reply small {color:gray; display:block; font-size:11px; margin-top:2px}
	#previewwrap small a {color:#3b5998; text-decoration:none; background:url(dot.gif); background-repeat:no-repeat; padding-left:11px}











.btn {
	float: left;
	clear: both;
	background: url(images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn a{
	float: left;
	height: 40px;
	background: url(images/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn.green { background-color: green; }
.btn.red { background-color: red; }
.btn.orange { background-color: orange; }
.btn.blue { background-color: blue; }
.clear {
	clear: both;
}
.sharetop table {
	margin: 0px;
}
.sharetop{
	border-bottom: 11px solid #EFEFEF;

}

.message{padding:10px; color:#333; margin:10px}
.success{
	background-color: #DAFFC5;
	border: 1px solid #00CC00;
}
.wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.displaybox{
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/fbback.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.displaybox_inner{
	width: 522px;
	margin-left: 220px;
	padding-top: 135px;

}

.comments{
	padding: 20px;
	margin-top: 20px;
	margin-right: -10px;
	margin-bottom: -10px;
	margin-left: -10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.comments_inner{
width:600px;
margin-left:auto;
margin-right:auto;
}


.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* REGULAR */

button.regular, .buttons a.regular{
    color:#336699;
}
.buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}


