/*
------------------------------------------------------
Twitter Template Style Sheet
Name:     Twitter
Author:   Twitter
URL:      http://twitter.com
Date:     1 Jun 2008
------------------------------------------------------ */

/* Defaults
------------------------------------------------------ */
body {
    background: #9ae4e8 url(bg.gif) fixed no-repeat top left;
    color: #333;
    font: 0.75em/1.5 'Lucida Grande', sans-serif;
    margin: 0;
    padding: 0;
    text-align: center; /* IE Layout Alignment */
}

/* Div
------------------------------------------------------ */
div.ajaxDone {
    width: 100%;
}
div.ajaxLoading {
    -moz-opacity: 0.5;
    cursor: wait;
    filter: alpha(opacity=50);
    opacity: .50;
    width: 100%;
}
div.popUp {
    display: none;
	left: 400px; /* Default Width = 800px */
	position: absolute;
	top: 300px; /* Default Height = 600px */
	z-index: 1;
}
div.postPreview {
    background-color: #fff;
	border: 1px solid #cecece;
	height: 600px;
	text-align: left;
	width: 600px;
	overflow: auto;
}

/* Links
------------------------------------------------------ */
a {
    color: blue;
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Lines
------------------------------------------------------ */
hr {
    color: #cecece;
    background-color: #cecece;
    height: 1px;
}

/* Forms
------------------------------------------------------ */
input[type="password"], input[type="text"], textarea {
    border: 1px solid rgb(204, 204, 204);
    color: rgb(102, 102, 102);
    padding: 5px;
    vertical-align: middle;
}
input[type="button"], input[type="submit"] {
    background-color: #E6E6E6;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-left: 5px;
    padding: 5px;
    vertical-align: middle;
}
input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #999;
}
select {
    border: 1px solid #87bc44;
    color: #333;
    padding: 5px;
    vertical-align: middle;
}

/* Layouts
------------------------------------------------------ */
#layout {
	margin: 0 auto; /* FireFox Layout Alignment */
	padding: 15px 0;
	position: relative;
	text-align: left;
	width: 800px;
}
#layout-top {
    background: #fff;
    padding: 5px 10px;
    text-align: center;
    width: 780px;
}
#layout-bottom {
    background: #fff;
	clear: both;
	padding: 5px 10px;
	text-align: center;
	width: 780px;
}
#layout-side {
    background: #DDFFCC;
    border: 1px solid #87bc44;
	margin: 15px 0 15px 600px;
	padding: 5px;
	text-align: left;
}
#layout-main {
    background: #fff;
	float: left;
	margin: 15px 0;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0;
	text-align: left;
	width: 590px;
}

/* Fonts
------------------------------------------------------ */
#layout-top h1 {
    font-size: 2.5em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#layout-top h1 table a {
	color: #333;
	text-decoration: none;
}
#layout-top form {
    font-size: 0.4em;
    margin: 0;
}
#layout-top ul {
    font-size: 0.5em;
    font-weight: normal;
    margin: 10px 0 0;
    text-align: center;
}
#layout-top ul li {
    display: inline;
    margin-left: -1px;
}
#layout-top ul li a {
    background: #e6e6e6;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-top: 1px solid #cecece;
    color: #4c4c4c;
    display: inline;
    padding: 5px 20px;
    text-decoration: none;
}
#layout-top ul li a:hover {
    background: #999;
    color: black;
    text-decoration: none;
}
#layout-top ul li.active a {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #000;
}
.top1 {
    border-top: 1px solid #cecece;
    font-size: 0.4em;
    font-weight: normal;
    margin-top: 2px;
    padding-top: 5px;
}
#layout-side form {
    margin: 0;
}
#layout-side h1 {
	border-bottom: 1px solid #87bc44;
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px;
}
#layout-side .sideGroup {
    margin: 5px;
}
#layout-side .sideGroup .sideTitle {
    border-bottom: 1px solid #87bc44;
	font-size: 1.2em;
	font-weight: bold;
}
#layout-side .sideGroup a {
	font-size: 1em;
	font-weight: normal;
}
.left1 {
	font-size: 0.9em;
}
.left2 {
	font-size: 0.8em;
}
.left2 a {
	font-size: 1em;
}
.left3 {
    background: #FF7B6D;
    border: solid 1px #FF0000;
	color: #000;
	font-size: 0.8em;
	margin: 5px;
	padding: 5px;
}
.main1 {
    font-size: 1.8em;
    font-weight: bold;
}
.main1 a {
	color: #333;
	text-decoration: none;
}
.main2 {
    font-size: 1.2em;
}
.main2 a {
    font-size: 1em;
}
.main3 {
    font-size: 1em;
}
.main3 a {
    font-size: 1em;
}
.main4 {
	font-size: 0.8em;
}
.main4 a {
	font-size: 1em;
}
.main5 {
	color: #000;
	font-size: 1em;
}
.code {
	font-family: Courier New, Courier, Fixed;
	font-style: normal;
	font-size: 12px;
	color: #000000;
	border: 1px solid #888888;
	background-color: #ffffff;
	padding: 15px;
	width: 500px;
	overflow-x: auto;
	overflow-y: hidden;
}
#layout-bottom h1 {
    font-size: 0.9em;
    font-weight: normal;
    margin: 0;
	padding: 0;
}

/* Bloglines
------------------------------------------------------ */
#bloglines {
    margin: 5px;
}
#bloglines .blogrollmain a {
    display: none;
}
#bloglines .blogrollfolder {
    border-bottom: 1px solid #87bc44;
	font-size: 1.2em;
	font-weight: bold;
}
#bloglines .blogrollitem a {
    display: block;
	font-size: 1em;
	font-weight: normal;
}

/* Twitter
------------------------------------------------------ */
#twitter_div {
    margin: 5px;
}
#twitter_div .twitter-title {
    border-bottom: 1px solid #87bc44;
	font-size: 1.2em;
	font-weight: bold;
}
#twitter_div ul {
	font-size: 1em;
	font-weight: normal;
	list-style: none;
	margin: 0;
	padding: 0;
}
#twitter_div ul a {
    font-size: 1em;
	font-weight: normal;
}