/***STYLE GUIDE***
	RESET STYLES
	TYPOGRAPHY STYLES
	LAYOUT STYLES
	HEADER
	CONTENT
	FOOTER
	ADMIN STYLES
***/

/***COLORS REFERENCE***
  Body Background:      #51a8ef
  Main Text:            #B3A576
  Links:                #9C6D25
  Dark Brown Border:    #222019
  Green Headline:       #958944
***/


/***=RESET STYLES***/

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/

html{
	color:#000;
	background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;font-weight:normal;
}
li{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym {
	border:0;font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
	}
input,textarea,select{
	font-family:inherit;font-size:inherit;font-weight:inherit;
}
/*to enable resizing for IE*/
input,textarea,select{
	*font-size:100%;
}

/*because legend doesn't inherit in IE */
legend{
	color:#000;
}

ol,ul,dl {
	/*eliminates formatting on lists */
	margin: 0;
	list-style-type: none;
	padding:0;
}
th,td {
	/*No borders or padding*/
	border: none;
	padding:0;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 155px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:11.87em;*width:11.53em;}
/*
a:focus, #directory a:focus {outline:none;}
*/


/***=TYPOGRAPHY STYLES***/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	color: #353535;
	font:12px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	*font-size:small;
	*font:x-small;
}
strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, address {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

h1 {
	font-size: 14px;

}
h2 {
	color: #111;
	font-size:12px; 
}
h3 {
	color: #222;
	font-size:11px;  
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

a {
	color: #3ea63b;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

/***=LAYOUT STYLES***/

#wrapper {
	margin: 0 auto;
	width: 560px;
}
#header {
	margin-top: 25px;
	text-align: right;
}

#header span, #footer span {
	color: #999;
	vertical-align: 3%;
}


#branding {
	margin-top: 5px;
	text-align: center;
}
#branding h2 {
	font-family: Verdana;
    color: #777;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -0.2px;
    margin-top: 10px;
}

#branding a {
    color: #ff6d06;
}

#statusWrap, #new_feature {
	width: 560px;
}


#statusWrap {
	margin: 30px auto 0;
}
#statusBar {
	position: relative;
	line-height:1.9em;
	position:relative;
}

#counter {
	color: #777;
	font-size: 16pt;
	display: block;
	font-family:'Georgia','Serif';
	position: absolute;
	right: 23px;
	top: 0;
}
.new_feature_notice {
    color: #fd1b15;
    font-weight: bold;
}

#new_feature {
	clear: both;
	color: #555;
	font-size: 14px;
	position: relative;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 20px;
}


#statusMessage, #statusEntry, #bookmarkletEntry {
	width: 508px;
}	
#statusEntry, #bookmarkletEntry { 
	background-color: #fffbf5;
	border: 2px solid #ffcf96;
	margin: 0 auto 5px;
	padding: 8px 0 8px 20px;
}
#status {
	font-family:'Lucida Grande',sans-serif;
	font-size:14.8px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height: 50px;
	min-height: 50px;
	line-height:1.1;
	margin-top: 3px;
	overflow:auto;
	padding:5px;
	width:474px;
}
#statusButton {
	float: right;
	height: 37px;
	padding-top: 5px;
	padding-right: 27px;
}
#statusButton input {
	border:2pt solid #336600;
    background: #3EA63B none repeat scroll 0 0;
	color: #EEE;
    font-weight: bold;
	font-size:14px;
	height:32px;
	margin-left:3px;
	width:115px;
}

/*
#statusMessage {
	background-color: #fffbf5;
	border: 2px solid #ffd2b2;
	clear: both;
	color: #555;
	font-size: 14px;
	position: relative;
	padding: 6px 0 6px 8px;
}

* html #statusMessage a {
    bottom: 9px;
}

#statusMessage a {
	font-size: 10px;
	position: absolute;
	bottom: 0px;
	right: 8px;
	z-index: 100;
}

#statusMessage ul {
	position: relative;
}
#statusMessage li {
	background: transparent url(../images/statusMessageBullet.gif) no-repeat 4px 40%;
	letter-spacing: -0.1px;
	padding-left: 30px;
}

#statusEntry input {
	background: #fff url(../images/textboxBackground.jpg) no-repeat scroll -1px top;
	border: 1px solid #555;
	font-size: 13px;
	height: 20px;
	padding: 5px 3px 0;
	width: 300px;
}
* html #statusEntry input {
	background: #fff url(../images/textboxBackgroundSlice.jpg) repeat scroll -1px top; /*fix ie6 bug scrolling problem */
}

*/
button#statusSubmit {
	background: transparent url(../images/statusButton.jpg) no-repeat scroll top left;
	border:medium none;
	cursor:pointer;
	float:right;
	height: 28px;
	margin-left:2px;
	margin-top:10px;
	text-indent:-99999pt;
	vertical-align:top;
	width:113px;
}

button#statusSubmit:hover,button#statusSubmit:focus, button#statusSubmit:active {
	background-position:0 -28px;
}

#footer {
 	clear: both;
	color: #555;
	font-size: 11px;
	margin-top: 100px;
	margin-bottom: 10px;
	text-align: center;
}
#footer span {
	font-size: 10px;
	margin-right: 2px;
	vertical-align: 0px;
}


/*Text box*/

.textBox {
	background-color: #fffbf5;
	border: 2px solid #ffcf96;
	height: auto !important;
	height: 150px;
	margin: 40px auto;
	min-height: 150px;
	padding: 10px 20px;
	width: 488px;
}
.textBox h1 {
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
	padding-bottom: 5px;
	
}
.textBox p, .textBox ul {
	color: #555;
	margin-top: 10px;
	text-align: justify;
}
.textBox li {
	list-style-type: disc;
	margin-left: 30px;
	margin-top: 5px;
} 

.textBox h3 {
	color: #444;
	font-size: 13px;
	margin-top: 25px;
}

/*** Browser Buttons ***/

div#bookmarklet {
_display: none;
}
* html div#bookmarklet, *+html div#bookmarklet {
display: block; 
}


div#buttons ul, div#buttons a.bookmarklet {
	display: block;
	margin-bottom: 15px;
}
div#buttons a.show_more, div#status a.show_more {
	cursor: pointer;
}
div#buttons a.bookmarklet   {
	border: 1px solid black;
	display: block;
  height: 26px;
	margin-bottom: 20px;
  margin-left: 31px;
  width: 78px;
}

div#buttons a.bookmarklet span {
	display: none;
}
div#buttons a#bookmarklet_ie {
	background: url(/static/images/bookmarklet_ie.jpg) no-repeat;
}
div#buttons a#bookmarklet_ffx {
	background-color: #eeebda;
	color: black;
	font-family: 'Arial', sans-serif;
	font-size: 16px; 
  height: 22px;
	line-height: 16px;
	padding-top: 5px;
	text-align: center;
  width: 65px;
}

div#buttons a#bookmarklet_ffx:hover {
	cursor: move;
	text-decoration: none;
}

div#buttons a:focus {
	outline: none; /*removed focus box for firefox */
}
div#buttons div#button_ie {
	display: none; /*hides IE install for FFX*/
}


*+html div#buttons div#button_ie {
	display: block; /*brings back IE for IE 7*/
}
*+html div#buttons div#button_firefox {
	display: none;/*hides FFX for IE 7*/
}

div#buttons a span {
	border: 2px solid #ecebd9;
	padding: 3px 4px 3px 25px;
	position: relative;
}
div#buttons div.show_more {
	margin-top: 20px;
}
div#clear_footer {
	clear: both;
}

div .innerBox {
    padding-left: 10px;
}

