/***********************************************/
/* big.css                                    */
/***********************************************/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #000000 url(images/main_bg.gif) repeat-y center top;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #444;
	font: normal 2em sans-serif;
	margin: 18px 0 0 0;
}
.main_graphic {
    text-align: center;
    margin: 20px 0px;
	clear: both;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.main {
	width: 800px;
	margin: 0 auto;
}
.header {
	background: #d6422c;
	height: 170px;
}
.header_left {
	float: left;
	width: 350px;
}
.header_right {
	float: right;
	width: 444px;
}
.footer {clear: both;}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}
#topMenuCont,.link_projects,.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
}
/*div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	background: #D7162C;
	color: #FFF;
}*/
.article_link {
    padding: 105px 0px 0px 0px;
	text-align: center;
}
.article_link a {
	font: bold 0.9em Verdana,sans-serif;
	text-decoration: none;
}
.header_left a:hover, .article_link a:hover {color: #444;}


/* logo */
.logo {
	font: normal 1.0em "Lucida Sans Unicode",sans-serif;
}
.logo h1 {
	margin: 0;
	padding: 100px 0 0 220px;
	font: normal 2.2em Verdana,sans-serif;
	color: #ffffff;
	margin: 0 0 0 0;
}
.logo h2 {
	margin: 0;
	padding: 150px 0 0 20px;
	font: normal 1.2em Verdana,sans-serif;
	color: #000000;
	margin: 0 0 0 0;
}
.logo img { 
    float: left; 
    margin: 20px 10px 0px 0px; 
}

/* main navigation */
.link_menu {
	background: #d6422c;
	width:221px;
}
.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	height: 18px;
	padding: 6px 0 0 10px;
	text-decoration: none;
}
.link_menu a:hover {background: #444;}

#topMenuCont{
 /* width: 100%;*/
  float: left;
 /* border: 1px solid #000;*/
  margin: 0px 0px 0px 0px;
  height: 30px;
  width: 800px;
  font: 0.9em Verdana,sans-serif;
  /*background-image:url(images/top_menu_bgrd.gif);
  background-repeat:repeat-x;*/
  background-color: #444;
}
 
#topMenu{
  padding: 0;
  margin: 0;
  /* background-color: #036; */
  border: 0px solid #f00;
  white-space: nowrap;
}
 
#topMenu li{
  float:left;
  list-style-type: none;
}
 
#topMenu a{
  float:left;
  padding: 7px 0px;
  text-align:center;
  /* width:162px;*/
  width: 150px;
}
 
#topMenu a:link{
  color: #ffffff;
  /* background-color: #000;*/
  text-decoration: none;
}

#topMenu a:visited{
  color: #ffffff;
  /* background-color: #000;*/
  text-decoration: none;
}
 
#topMenu a:hover{
  background-color: #d6422c;
  /* background-color: #000;*/
  text-decoration: none;
}

/* projects */
.lbl {
	background: #222 url(img/bglbl.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}
.link_projects a {
	display: block;
	height: 100px;
	text-align: center;
	color: #FFF;
	padding-top: 24px;
	width: 124px;
	font-size: 0.9em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 5em sans-serif;
}
a.g1 {
	background: #888;
}
a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}

/* updates */
.link_updates {
	background: #222 url(img/grdnt_gray.gif) repeat-x;
}
.link_updates .lbl {
	border-top: 6px solid #FFF;
	height: 100px;
	line-height: 100px;
}
.link_updates a {
	clear: right;
	display: block;
	font: normal 1.2em "Trebuchet MS",sans-serif;
	height: 55px;
	padding: 10px 0;
	text-align: center;
}
.link_updates a span {
	float: left;
	font: normal 3em Verdana,sans-serif;
	letter-spacing: -2px;
	margin-left: 10px;
	margin-top: 3px;
}

/* content */ 
.content {
	background: #ffffff;
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 10px 10px; 
}
.content a {
	color: #FD1C24;
}
.content p {
	margin: 4px 0 10px 0;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	text-align: center;
	color: #666;
	clear: both;
}
.footer a {
    color: #d6422c;
	text-decoration: none;
}
.footer a:hover {
    color: #ffffff;
	background: #d6422c;
}
.footer .right a {
	background: #d6422c;
	color: #ffffff;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #ffffff;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	padding: 9px 0 9px 9px;
	width: 407px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}
