@CHARSET "ISO-8859-1";
/* Basic setup
------------------------------------------------------------ */
body, html {
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #d6d6d6;
	background: #343434 url("../images/main_bg.png") repeat-x top left;
}

/* Hidden horisontal ruler to fix wrapping issues */
hr.fix {
	display: block; 
	clear: left;
	margin-bottom: -5px;
 	visibility: hidden;
}

/* Handle links */
a, a:link, a:visited {
	color: #d96617;
	text-decoration: none;
	outline: none;
}
a img {
	border: none;
}

/* Loader div - center the loader animation */
.loader {
	text-align: center;
	margin: 10px 0px;
}

/* List cleanup */
ul.no_bullets {
	list-style: none;
}


/* Button */
a.button {
	display: block;
	position: relative;
	height: 29px;
	padding-top: 7px;
	border: 0;
	color: #343434;
	text-align: center;
	font-family: Arial;
	font-weight: 600;
	font-size: 18px;    
    background: url(../images/button_bg.png) no-repeat;
}
.button_cap {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline;
    width: 6px;
    height: 36px;
    background: url(../images/button_bg_cap.png) no-repeat;
}
a.button:hover {
	color: #3f2818;
	background: url(../images/button_bg.png) no-repeat 0px -37px;
}
a.button:hover .button_cap{
	background: url(../images/button_bg_cap.png) no-repeat 0px -37px;
}
a.button:active {
	height: 28px;
	padding-left: 1px;
	padding-top: 8px;	
	color: #3f2818;
	background: url(../images/button_bg.png) no-repeat 0px -75px;
}
a.button:active .button_cap {
	background: url(../images/button_bg_cap.png) no-repeat 0px -75px;
}



/* Wrapper
------------------------------------------------------------ */
.wrapper {
	margin: 0px auto;
	width: 1100px;
}
.wrapper#mainwrapper {
	background: url("../images/coco_bg.png") no-repeat 10px 85px;
}


/* Top
------------------------------------------------------------ */
#top {
	height: 77px;
}
#top img {
	float: right;
}


/* Header
------------------------------------------------------------ */
#header {
	height: 350px;
}
#header img {
	float: right;
	position: relative;
	right: -10px;
}
#header #tweetbubble {
	position: relative;
	float: right;
	margin-top: 20px;
	padding: 20px 30px;
	width: 650px;
	min-height: 60px;
	font-family: Georgia;
	font-size: 24px;
	color: #343434;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #ffffff;
}
#header #tweetbubble #bubblepart {
	position: absolute;
	left: -40px;
	top: 50px;
}
#header #tweetbubble .loader {
	float: left;
	margin: 20px auto;
	margin-left: 230px;
}


/* Content
------------------------------------------------------------ */
#content {
	margin-left: auto;
	margin-bottom: 50px;
	width: 620px;
}
/* Handle links */
#content p a,
#content li a {
	color: #d96617;
	text-decoration: none;
	outline: none;
}
#content p a:hover,
#content li a:hover {
	text-decoration: underline;
}


/* Feed
------------------------------------------------------------ */
#content #feed_header {
	padding-left: 80px;
	font-family: Georgia;
	font-size: 24px;
	color: #D6D6D6;	
	margin-bottom: 10px;
}
#content #feed_controls {
	position: relative;
	margin: 0px auto;
	padding-left: 5px;
	height: 55px;
	text-align: center;
}
#content #feed_controls .feed_button {
	display: inline;
	float: left;
	margin-left: 5px;
	padding-top: 7px;
	width: 196px;
	height: 40px;
	color: #343434;
	font-family: Arial;
	font-weight: 600;
	font-size: 19px;
	background: url("../images/feedbtn.png") no-repeat;
}
#content #feed_controls .button {
	display: inline;
	float: left;
	margin-left: 5px;
	width: 196px;
}
#content #feed_controls .button:active {
	width: 195px;
}

#content #feed_controls .button.selected {
	height: 40px;
	color: #3f2818;
	background: url("../images/feedbtn_selected.png") no-repeat;
}
#content #feed_controls a.button.selected .button_cap {
	display: none;
}
#loadmore {
	display: none;
	margin-top: 10px;
}



/* Tweet
------------------------------------------------------------ */
#content #feed .tweet {
	padding: 10px 30px;
	padding-left: 80px;
	padding-right: 40px;
	margin-bottom: 5px;
	color: #343434;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #ffffff;
}
#content #feed .tweet.coco {
	border: 5px solid #d96617;
	padding-left: 75px;
}
#content #feed .tweet .twitter_image {
	float:left;
	width: 50px;
	height: 50px;
	margin-left:-65px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#content #feed .tweet span a {
	color: #343434;
	font-weight: bold;
	font-size: 100%;
}
/* Feed Extras */
#content #feed .tweet .extras {
	display: none;
	position: relative;
	right: -35px;
	float: right;
}
#content #feed .tweet .extras .retweet {
	position: absolute;
	top: -3px;
	right: 0px;
}
/*#content #feed .tweet .extras .retweet {
	position: absolute;
	bottom: -66px;
	right: 0px;
}*/


/* Sidebar
------------------------------------------------------------ */
#sidebar {
	float: left;
	padding: 10px;
	padding-top: 210px;
	height: 350px;
	width: 360px;
	font-size: 14px;
}
#sidebar p {
	padding-bottom: 5px;
}
#sidebar a {
	display: block;
	margin: 5px 0px;
	padding-left: 25px;
	color: #d6d6d6;	
	background: url('../images/bullet.png') no-repeat 7px 2px;
}
#sidebar ul {
	list-style-image: url('../images/bullet.png');
}
#sidebar ul li {
	padding-bottom: 7px;
}


/* Footer
------------------------------------------------------------ */
#footer {
	margin-top: 25px;
	padding: 15px 0px;
	border-top: 1px solid #5d5d5d;
	font-size: 14px;
	color: #7e7d7d;
	background: #454545;
}






/* SLIMBOX
------------------------------------------------------------ */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.png) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
