/*
 *  Stikky Tweets
 *  Styles for the screen
 *
 *  Designed by Able Parris - http://ableparris.com/
 *  Coded by Eli Van Zoeren - http://elivz.com
 *
 */

/* Eric Meyer's Reset styles */
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;font-size: 100%;vertical-align: baseline;background: transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

/* Begin text */

body {
	font-size: 87.5%;  /* Reset base size to 14px */
	line-height: 1.714em;
	}

body, input, textarea, select, label {
	font-family: "Helvetica Rounded", "Arial Rounded", "Arial Rounded MT Bold", Helvetica, Arial, Geneva, sans-serif;
	color: #0076a3;
	}
	
p {
	padding-bottom: 1.714em;
	}
	
a:link, a:visited {
	color: #e2457d;
	text-decoration: none;
	}
	
a:focus, a:hover, a:active {
	color: #e2457d;
	text-decoration: underline;
	text-shadow: 1px 1px 2px #a6d1e0;
	}

h1 {
	font-size: 2.75em;
	line-height: 1.039em;
	}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	}
	
h2 {
	font-size: 2em;
	line-height: 1.429em;
	padding-top: 0.714em;
	}
	
h3 {
	font-size: 1.143em;
	line-height: 1.5em;
	}

blockquote {
	padding: 0;
	}
cite {
	color: #e2457d;
	float: right;
	font-style: normal;
	padding-top: 1.714em;
	}	
	
label {
	font-size: 1em;
	}
	
input, textarea, select {
	font-size: 1em;
	color: #676f80;
	}

input[type=text], textarea {
	border: none;
	background: #e5e8ec;
	padding: 5px;
	}

input[type=submit], input[type=button], button {
	font-weight: bold;
	text-shadow: #f1f1f1 1px 1px 1px;
	background: #dadde1 url(../images/button-bg.png) repeat-x top;
	border: none;
	height: 26px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
input[type=submit]:active, input[type=button]:active, button:active {
	background-position: 0 -26px;
	}
	
/* End text */ 


/* Begin Page */

body {
	background: #dbf3fc url(../images/page-bg.jpg) repeat-x top;
	text-align: center;
	}

#container {
	width: 900px;
	margin: 40px auto;
	text-align: left;
	position: relative;
	}
	
/* End page */


/* Begin header styles */

#header {

	}

h1 a {
	background: url(../images/logo.png) no-repeat;
	width: 370px;
	height: 120px;
	text-indent: -9999px;
	float: left;
	}

#signup a {
	background: url(../images/signup.png) no-repeat;
	width: 165px;
	height: 165px;
	text-indent: -9999px;
	display: block;
	float: left;
	margin: 20px 0 0 40px;
	}

#links {
	position: absolute;
	top: -10px;
	right: 0;
	font-size: 0.929em;
	}
#links a {
	padding: 5px;
	}
	
#description {
	float: right;
	width: 260px;
	margin-top: 20px;
	}

/* End header */


/* Begin body styles */

#quotes {
	clear: left;
	float: left;
	width: 500px;
	margin: 0 50px 40px 0;
	}

#quote1 {
	font-size: 2em;
	line-height: 1.65em;
	position: relative;
	left: -40px;
	padding-left: 40px;
	background: url(../images/ldquo.png) no-repeat left top;
	}
#quote1 blockquote {
	background: url(../images/rdquo.png) no-repeat right bottom;
	}
#quote1 cite {
	font-size: 0.5em;
	line-height: 0.58em;
	}

#other-quotes {
	clear: left;
	padding-top: 40px;
	}
#other-quotes h3 {
	padding: 0.75em 0;
	color: #003562;
	}
#quote2, #quote3 {
	width: 225px;
	float: left;
	}
#quote2 {
	padding-right: 24px;
	margin-right: 25px;
	border-right: 1px solid;
	}

#sidebar {
	width: 350px;
	margin-top: 20px;
	float: left;
	font-size: 1.14em;
	line-height: 1.875em;
	
	}

/* End body */


/* Begin footer styles */

#footer {
	width: 100%;
	clear: both;
	margin-top: 20px;
	padding: 20px 0 60px;
	background: #e2457d;
	color: #ffffff;
	font-size: 0.714em;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
#footer p {
	width: 900px;
	margin: 0 auto;
	}
#footer a {
	color: #fff;
	text-decoration: underline;
	}

/* End footer */


/* Begin popup window */

#TB_window {
	font: 1.286em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	}

#TB_window h2 {
	background: url(../images/popup-title.png) no-repeat;
	width: 320px;
	height: 35px;
	padding: 0;
	margin: 20px auto;
	text-indent: -9999px;
	}
#TB_window #tweet {
	background: url(../images/tweet-this.png) no-repeat;
	width: 164px;
	height: 43px;
	display: block;
	text-indent: -9999px;
	margin: 30px auto;
	}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #f9f0cd;
  z-index: 102;
  display:none;
  border: 8px solid #fede58;
  padding: 20px;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_title{
  display: none;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
