@import url("common.css");

body {
	background-color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #000;
	padding: 0px;
	margin: 0px;
}

/* ---------------------------------text------------------------------------ */


.welcomeQoute {
	color: #0ecd0e;
	font-size:18px;
}

.welcomeName {
	font-size:12px;
}

.blogHeader {
	color: #ec008c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.newsHeader {
	color:#ec008c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

#login th {
	text-align:right;
}

.twitter-title {
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
}

/* ----------------------------------Links---------------------------------- */


/* --------------------------------Lists------------------------------------ */

#gid ul {
	list-style:none;
	margin:0;
	padding:0;
}

#gid ul li {
	background-image:none;
	float:left;
	border-right:1px solid #0ecd0e;
	padding:0px 7px 0px 7px;
	text-align:center;
	font-size:9px;
}

#gid ul li.end { border:0; }


#gid ul li img { 
	display:block;
	background-color:#edfeed;
	padding: 3px;
	border: 1px solid #0ecd0e;
}

#virus ul {
	width:130px;
	float:left;
	background:#edfeed;
	list-style:none;
	margin:0 0 0 10px;
	padding:5px;
	border:1px solid #0ecd0e;
}

#virus ul li {
	background-image:none;
	padding:3px 5px 3px 5px;
	text-align:left;
	font-size:10px;
	line-height:10px;
	border-bottom:1px dotted #0ecd0e;
}


/* -------------------------------main layout------------------------------- */

#container {
	width:800px;
	background:#edfeed url(images/container_bg.gif) repeat-y;
	margin:auto;
}

#sxswHeader {
	width: 800px;
	background: url(images/sxsw_banner.jpg) no-repeat;
	float: left;
	padding: 245px 0 30px 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
}

#menu {
	width:800px;
}

#main {
	padding:0 15px 20px 15px;
}

#footer {
	width:800px;
	height:150px;
	background:#000 url(images/footer.gif) no-repeat;
	margin:auto 0 30px;
	clear:both;
}

/* -------------------------------Left Column------------------------------- */

#left {
	width: 400px;
	padding: 0 20px 20px 10px;
	float:left;
}

#welcomeBox {
	width: 400px;
	height: 120px;
	padding: 45px 5px 5px 5px;
	background: url(images/welcome_banner.png) no-repeat top left;
}

.leftTextBox {
	width: 380px;
	background-color: #cdf0cd;
	margin: 5px 4px 0 4px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #0ecd0e;
}

.postFooter {
	width:380px;
	background-color:#a9eda9;
	padding:5px 10px 5px 10px;
	margin:0 0 0px 4px;
	font-size:9px;
	border-bottom: 1px solid #0ecd0e;
	border-top:1px dotted #0ecd0e;
}

.newsTextBox {
	width: 380px;
	margin: 5px 4px 5px 4px;
	padding: 30px 10px 5px 10px;
	border-top: 1px solid #0ecd0e;
	border-bottom: 1px solid #0ecd0e;
	background:#cdf0cd url(images/news_header.gif) no-repeat top left;
}

#banner {
	width: 400px;
	margin: 5px 4px 5px 4px;
	padding: 10px 0px 10px 0px;
}


/* ------------------------------Right Column------------------------------- */

#right {
	width: 325px;
	float: left;
	margin: 0 15px 20px 0;
}

.rightContentBox {
	float:left;
	width: 299px;
	border: 3px solid #0ecd0e;
	background: #b9f0b9 url(images/rightContentBox_bg.gif) repeat-x;
	padding: 10px;
	margin-bottom:3px;
	margin-top:0px;
	text-align: left;
}

#login {
	text-align: right;
	margin: 0 0 10px 0;
}

#gid {
	text-align: right;
	margin: 0 0 10px 0;
}

#infection {
	text-align: right;
	margin: 0 0 10px 0;
}

#infection .rightContentBox {
	margin:0;
}

#infectionNumber {
	background:url(images/mainInfected_bg.png);
	float:left;
	width:325px;
	height:34px;
	padding-top:5px;
	text-align:center;
	font-size:18px;
	color:#6ce66c;
}

#virus {
	text-align: right;
	margin: 0 0 10px 0;
}


/* -------------------------------Images------------------------------------ */

#welcomeBox img {
	float: left;
	border: 1px solid #0ecd0e;
	padding: 5px;
	margin: 0 7px 5px 0;
}

.leftTextBox img {
	float: left;
	padding: 3px;
	margin: 10px 7px 5px 0;
	border: 1px solid #0ecd0e;
}

.newsTextBox img {
	float: left;
	padding: 3px;
	margin: 10px 7px 5px 0;
	border: 1px solid #0ecd0e;
}

#virus .rightContentBox img {
	background-color:#edfeed;
	float:left;
	padding: 3px;
	border: 1px solid #0ecd0e;
	clear:both;
}

/* -------------------------------Headers----------------------------------- */

