body {
	
	 background: url(/images/background.jpg);
	 background-position: top center;
	 background-repeat: no-repeat;
	 background-color: #89c13d;
	 	
}

body , div, h1, h2, h3, h4, p, span, ul, li {
	
	padding: 0px;
	margin: 0px;	
	color: #666666;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 12px;	
	
}

h3 {
	font-size: 18px;	
}

h4 {
	font-size: 14px;	
}

li {
	font-size: 14px;	
}

a {
	
	color: #0084b4;	
	text-decoration: none;
	
}

a:hover {
	color: #FFAF04;
}


div#mainContainer {

	width: 899px;	
 	margin: 0 auto; 	
 
}
 
div#mainHeader {
	
	 height: 150px;
	 width: 100%;
	 background: url(/images/headerBackground.png);
}

div#mainFooter {
	 height: 36px;
	 width: 100%;
	 background: url(/images/footer.gif);
}

img#logo {
	border:none;
	padding-top: 45px;
	float: left;
	
}

 .wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -109px;
 }
 .push {
     height: 109px;
	
 }

.footer {
	background: url(/images/footerBackground.jpg) repeat-x;
	width:100%;
	text-align: right;
	margin-top:-30px;
	 height: 109px;
	 position:relative;
}

.footerContainer {
	width:900px;
	margin:0px auto;
}

.languagesSelectBar {
	height: 20px;
	font-size:12px;
	width:899px;
	margin:0px auto;
	color: #AAD3E9;
	text-align:right;
	font-weight:bold;
	position: absolute;
	z-index: 1000;
	margin-top: 10px;
}

.languagesSelectContainer {
	background-image: url(/images/arrowDown.gif);
	background-repeat: no-repeat;
	width:100px;
	height: 70px;
	float: right;
	color: #AAD3E9;
	text-align:left;
	padding-left:15px;
	position:relative;
}

#languagesSelectImg {
	margin-right: 5px;
	margin-left:-15px;
	margin-bottom: 2px;
}

.languagesSelectContainer2 {
	background-color: white;
	background-image: url(/images/grad.png);
	background-repeat: repeat-x;
	display:none;
	width:100px;
	float: right;
	text-align:left;
	padding-left:15px;
	position:relative;
}

/*********************************************/
/**************** CLOUD STYLE ****************/
/*********************************************/
div#cloud {
	margin-top: 35px;
	margin-left: 35px;
	float: left;
	width: 257px;
	height: 66px;
	/* background-color: yellow; */
	background: url(/images/cloud.png);
	background-repeat: no-repeat;	
	padding-top: 10px;
	text-align: center;
	_background: none;
	 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/cloud.png",sizingMethod="crop");
}
div#cloud div {	
	width: 200px;
	display: block;
	margin: auto;
	padding-bottom: 5px;
	font-weight:bold;
	
}

/*********************************************/
/*************** OUTHER LAYOUT ***************/
/*********************************************/
#content {
	 /* height: 952px;*/
	 overflow: hidden;
	 width: 899px;
	 background-color: #FFFFFF;
	 padding-top: 3px;
}

#tribute_header {
	width: 837px;
	background: #FFFFCC;	
	_height: 176px;
	border: 1px solid #FCFED6;
	padding-bottom: 10px;
	overflow: hidden;
}

#tribute_avatar_container {
	float: left;
	margin-top:13px;
	margin-left: 10px;
}

#tribute_avatar_container img {
	height: 100px;
	width: 100px;
	border: 0px;
}

#tribute_name {
	margin-top:13px;
	padding-left: 17px;
	float: left;
	width: 430px;
}

#tribute_name a, #tribute_name a:hover {
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	color: #333333;
}

#tribute_dates {
	margin-top:0px;
	padding-left: 17px;
	float: left;
	width: 430px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
#tribute_dates span {
	font-weight: bold;
	color: #999999;
	font-family: Arial;
	font-size: 16px;
}

#tribute_description {
	float: left;
	width: 420px;
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	margin-top:5px;
	color: #333333;
	padding-left: 17px;
	margin-right:10px;
	margin-top:10px;
}

#tribute_description a{
	color: #0084B4;
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	font-weight: normal;
}

#tribute_createDate {
	float: left;	
	margin-top: 15px;;
	margin-left: 10px;
	font-family: Arial;
	font-size: 11px;
	color: #999999;
}

#tribute_link {
	width: 300px;
	float:right;
	text-align: right;
	 margin-right: 20px;
	 margin-top: 20px;
}



/***************************************************/
/************** MIDDLE LAYOUT **************/
/***************************************************/
div#middleLayoutTop {
	height:12px;
	width: 883px;
	background: url(/images/middleBackgroundTop.png);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	
}

div#middleLayoutContent {
	width: 883px;
	background: url(/images/middleBackgroundBG.png) #DAE9F2;
	background-repeat: repeat-x;
	margin-left:auto;
	margin-right:auto;
}

div#middleLayoutFooter {
	height:10px;
	width: 883px;
	background: url(/images/middleBackgroundBottom.png);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
}



/*********************************************/
/*************** CONTENT COLS ****************/
/*********************************************/
div#contentCol_1 {
	float:left;
	margin-left: 8px;
	width: 576px;
}

div#contentCol_1_top {
	height:180px;
	width: 576px;
	background: url(/images/innerBackgroundTop.png);
	background-repeat: no-repeat;
}

div#contentCol_1_content {
	width: 576px;
	background: url(/images/innerBackgroundBG.png) #DAE9F2;
	background-repeat: repeat-Y;
	position: relative;
}

div#contentCol_1_footer {
	width: 576px;
	height:18px;
	background: url(/images/innerBackgroundFooter.png);
	background-repeat: no-repeat;
}

div#yellowButton {
	position: relative;
	height: 93px;
}

img#yellowButtonImg {
	position: absolute;
	top:0px;
	left:0px;
}

div.yellowButtonContent {
	position: absolute;
	top:0px;
	left:0px;
	padding-left:30px;
}

div.tweetYourRespectsNowText {
	color: #945900;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	position: static;
	float: left;
	width: 250px;
	margin-top: 30px;
}

div.twitterActionButtonContainer {
	padding: 0px;
	position: static;
	float: left;
	width: 155px;
	height: 36px;
	margin-top: 25px;
}

div.twitterActionButton {
	background: url(/images/twitterButton.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 155px;
	padding-left: 30px;
	padding-top: 10px;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

div#yellowButtonBig {
	position: relative;
	height: 177px;
}

div#yellowButtonBig img {
	position: absolute;
	top:0px;
	left:0px;
}

div.yellowButtonBigContent {
	position: absolute;
	top:0px;
	left:0px;
	color: #945900;
	padding-left:30px;
	width:100%;
	height:100%;
}

div.yellowButtonBigText {
	width:100%;
	margin-top:20px;
	margin-bottom:5px;
	height: 40px;
	line-height: 40px;
	color: #945900;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

div.yellowButtonBigContent div form textarea{
	width: 350px;
	height: 65px;
}
	
div.yellowButtonBigContent div form input{
	margin-top:35px;
	width:155px;
	height:36px;
	margin-left:20px;
	border:0px;
	padding:0px;
	text-align:center;
	padding-left: 10px;
	color: white;
	font-weight: bold;
	background: url(/images/twitterButton.png);
}

.yellowButtonBigThankYouText {
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	width:510px;
}

div#tributeContainer {
	padding: 8px;
}
/****************/
/******* PAGES **/


div#pages {
	width: 680px;
	float:left;
 	height: 89px; 	
 	margin: 0px auto;
	text-align:left;
	font-size: 13px;
	color: white;
	font-family:Arial;
	padding-left:10px;
	padding-top:20px;
	line-height: 20px;
}

div#pages div {
	display: inline;
	font-size: 13px;
	color: white;
}

.pageLink {
	cursor: pointer;
}

#hidder {
	position: fixed;
	top: 0px;
	left: 0px;
	background: black;
	opacity: 0.6;
	filter:alpha(opacity=60); /* IE patch */
	z-index:1001;
}

#pagesContainer {
	display: none;
	background: white none repeat scroll 0 0;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 20px;
	width: 510px;
	color: black;
	z-index:1002;
}

.pageContent {
	color: white;
	display: none;
	font-size:14px;
}

.pageContent p {
	color: #666666;
	display: none;
	margin-bottom: 10px;
	text-align: justify;
	font-size:14px;
}

.closeButton {
	width:103px;
	height:35px;
	font-size:14px;
	cursor: pointer;
	text-align:center;
	line-height: 35px;
	background: url(/images/close_button.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-top:30px;
}


#newUserPageContainer {
	display: none;
	background: white none repeat scroll 0 0;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 40px;
	width: 510px;
	color: black;
	z-index: 1002;
}

#newUserPage h1 {
	font-size: 36px;
}

#newUserPage p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.woork{
	color:#444;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:600px;
	margin: 0 auto;
}
.twitter_container{
	
	color:#444;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 100%;	
	margin: 0;
	overflow: hidden;
	height: 860px;
	
}
.twitter_container a{
	color:#0066CC;
}
.twitter_status{
	
	height:65px;
	padding:5px;
	
}
.twitter_image{
	float:left; 
	margin-right:14px;
	border:solid 2px #DEDEDE;
	width:50px;
	height:50px;
}
.twitter_small{
 font-size:11px;
 padding-top:4px;
 color:#999;
}

.more_button {
	
	width: 525px;
	height: 40px;
	text-align: center;
	padding:5px;
	background-color: #FFFFFF;
	background: url(/images/moreButton.png) no-repeat;
	border: 0px;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	cursor: pointer;
	color: #333333;
	
}

.data_container {
	margin: 0px auto;
	padding-top:10px;
	width: 523px;
	padding-bottom:10px;
}

#topItemsContainer {
	float: left;	
	margin-top:10px;
	margin-left: 18px;
}

#topItemsContainer a {
	color: white;
	border: 0px solid;
}



.topItem {
	margin:0px;
	float:left;
	width:60px;
	height:60px; 
	margin-right: 7px;
	padding-bottom: 7px
}

.topItem img{
	border: 3px solid white;
	width:60px;
	width:60px;
}

.contributor {
	margin:0px;
	float:left;
	width:27px;
	height:27px;
	margin-right:3px;
	margin-left:3px;
	margin-bottom:6px;
}

.contributor img{
	width:27px;
	height:27px; 
	border: none;
}

/* ajgon */
#contentCol_2 {
    background-position: 150px top;
    padding: 0px 10px 0 20px;
    overflow: hidden;
}

#contentCol_2 a.greenbutton {
    background: url(/images/greenbutton.png) no-repeat;
    width: 153px;
    height: 39px;
    text-align: center;
    color: #ffffff;
    display: block;
    margin: 0 auto 20px;
    padding: 15px 26px;
}

#contentCol_2 p.sub {
    padding: 0 50px 30px;
    text-align: center;
}

#contentCol_2 p.sub a {
    font-weight: bold;
}

#contentCol_2 h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 7px;
    padding-top: 20px;
    clear: left;
}

div.footerContainer #pages div {
    padding: 0 14px 0 10px;
}

div.footerContainer #pages a {
    padding-left: 10px;
    color: #ffffff;
}

.errorMessage {
	top:25px;
	left:20px;
	margin-left:30px;
	position: absolute;
	z-index:1;
	min-width:300px;
	_width:300px;
}

.errorMessageText {
	background:#CC0000;
	padding-left:15px;
	color:white;
	line-height:25px;
}

textarea.tweetInput {
	font-family:'Lucida Grande',sans-serif;
	font-size:1.15em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:2.5em;
	line-height:1.1;
	overflow:auto;
}
