/* 
	inlight.com.au
	
	01/05/2009
	Patrick Carne (Inlight Media)
*/


/* CONTAINERS -----------------------------------------------------*/

body 
{	
	background: #F7F7F7 url(../img/background_all.png) repeat-x;
	text-align: center;		
	
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 90%;
	color: #666;
}

#page 
{
	margin: 0 auto;			
	background: url(../img/background_header.png) no-repeat center top;	
	height: 290px;
}

#page.error404
{
	background: url(../img/background_error404.png) no-repeat center !important;	
}

#main
{
	margin-top: 15px;
}

.bounding
{	
	width: 960px;
	margin: 0 auto;		
	text-align: left;	
}

#left_column
{
	float: left;
	width: 640px;
}

#right_column
{
	float: left; 
	width: 320px;
}

#single_column
{
	float: left; 
	width: 930px;
	height: 170px;
	background: url(../img/background_single.png) no-repeat;	
	padding: 15px;
}

#error_message
{
	padding: 15px;
}

#edit_tweet
{
	width: 610px;
	height: 470px;
	background: url(../img/background_edit.png) no-repeat;	
	padding: 15px;
}

#preview_tweet
{
	width: 590px;
	background: #FFF url(../img/background_view.png) no-repeat;	
	padding: 15px;
	margin-right: 15px;
}

#ads
{
	width: 310px ;
	height: 330px;
	padding: 5px;
	background: url(../img/background_ads.png) no-repeat;	
}

#help
{
	margin-top: 20px;
}

#save_tweet
{
	margin-top: 20px;
	width: 620px;
	height: 70px;
	background: url(../img/background_save.png) no-repeat;	
}

#twitter_message
{
	background: #fff;
	margin-bottom: 10px;
}

#twitter_message p
{
	margin: 0 !important;
}

#twitter_message p.tweet_url
{
	float: left;
	color: #999;
	vertical-align: baseline;
	padding-right: 10px;
}

#copy_buttons
{
	float: left;
	margin-bottom: 20px;
}

#twitter_message a
{
	color: #0C8EAD;
	text-decoration: none;
}

#twitter_message a:hover
{
	text-decoration: underline;
}

/* PAGE ELEMENTS --------------------------------------------------*/

#logo
{
	margin-top: 115px;
}

h2
{
	font-size: 90%;
	color: #999999;
}

#error_message h1
{
	font-size: 140%;
	color: #14C2F4;
	margin-bottom: 20px;
	font-weight: normal;
}

#error_message p
{
	font-size: 120%;
	color: #666;
	margin-bottom: 20px;
}

#error_message a
{
	text-decoration: none;
	color: #0C8EAD;
}

#error_message a:hover
{
	text-decoration: underline;
}

.ad
{
	width: 125px;
	height: 125px;
	margin: 20px 0 0 20px;
}

a.ad_text
{
	float: left;
	width: 310px;
	padding-top: 15px;
	text-align: center;
	text-decoration: none;
	color: #666;
}

a.ad_text:hover
{
	text-decoration: underline;
}

.whatis
{
	margin: 0 20px;
}

p.whatis
{
	margin-top: 10px;
	font-size: 90%;
	line-height: 1.5em;
}

#preview_tweet p
{
	margin-top: 10px;
	line-height: 1.5em;
	font-size: 90%;
}

#btn_save
{
	margin: 10px;
	float: left;
	width: 600px;
	height: 48px;
	background: url(../img/btn_save.png) no-repeat 0 0;	
	cursor: pointer;
	border: none;
	color: transparent;
	text-transform: capitalize;
	text-indent:-9999px;
}

#btn_save:hover 
{
	background-position: 0 -48px;
}

#btn_copy
{
	float: left;
	margin-right: 10px;
	width: 290px;
	height: 48px;
	background: url(../img/btn_copy.png) no-repeat 0 0;	
	cursor: pointer;
}

#btn_copy:hover
{
	background-position: 0 -48px;
}

#text_url {
	float: left;
	width: 290px;
	height: 48px;
	line-height: 48px;
	text-align: center;
}

#btn_url
{
	float: left;
	width: 290px;
	height: 48px;
	background: url(../img/btn_url.png) no-repeat 0 0;	
	cursor: pointer;
}

#btn_url:hover
{
	background-position: 0 -48px;
}

.btn_new
{
	float: left;
	width: 100px;
	height: 30px;
	margin: 10px 0 0 20px;
	background: url(../img/btn_new.png) no-repeat 0 0;	
	cursor: pointer;
	color: transparent;
	text-transform: capitalize;
	text-indent:-9999px
}

.btn_new:hover
{
	background-position: 0 -30px;
}

#socialicons {
	margin: 15px 20px 0px 20px;
}

#socialicons li {
	float:left;
	margin-right: 10px;
}

#socialicons li a {
	display:block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}

.digg {
	background: url('../img/digg.png') no-repeat 0 0;
}

.delicious {
	background: url('../img/delicious.png') no-repeat 0 0;
}

.stumbleupon {
	background: url('../img/stumbleupon.png') no-repeat 0 0;
}

.technorati {
	background: url('../img/technorati.png') no-repeat 0 0;
}

.twitter {
	width: 60px;
}

.iconsby {
	font-size: 10px;
	clear:both;
}

.view_post_retweet {
	float: right;
}

.view_post_html {
	min-height: 510px;
	height: auto !important;
	height: 510px;
	width: 500px;
}

.view_post_html ul {
	list-style-position:outside;
	list-style-type: disc;
	margin-left: 20px;
}

.view_post_html ol {
	list-style-position:outside;
	list-style-type: decimal;
	margin-left: 20px;
}

.clearer {
	clear: both;
}

.tweet_button {
	display: block;
	width: 50px;
	height: 65px;
}

.tweet_button .count {
	display: block;
	width: inherit;
	height: 45px;
	text-align: center;
	line-height: 40px;
	background: url('../img/tweet_bubble.png') no-repeat 0 0;
	margin-bottom: 3px;
}

.tweet_button .link {
	display: block;
	width: inherit;
	height: 17px;
	text-align: center;
	line-height: 17px;
}

.tweet_button .link a {
	text-indent: 0 !important;
	text-decoration: none;
	color: black;
	width: inherit !important;
	height: 17px !important;
	line-height: 17px;	
	text-align: center;
	display: block;
	font-size: 11px;
	vertical-align: middle;
	background-color: #70caea;	
}

.tweet_button .link a:hover {
	background-color: #b1dded;	
}