/* CSS Document */

html {
	/*overflow: auto;  stupid IE */
	height:100%;
}

body
{
	margin:0;
	padding:0;
	background:#ffffff url(images/bg.gif) repeat-y center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#5C7C99;
	overflow:auto;
}
img
{
	border:none;
}

#logo
{
	/*width:670px;*/
	margin-left:auto;
	margin-right:auto;
	padding:6% 0 2% 0;
	text-align:center;
	background:#FFFFFF;
}

#wrapper {
	width:100%;
	float:left;
	margin:15px 0;
}

#welcome {
	float: left;
	width: 28%;
	padding: 42px 1% 10px 22%;
	background: #5C7C99 url(images/wenot_bg.gif) repeat-x top;
	color:#D9E1E8;
}
#work {
	overflow:auto;
	padding: 42px 1% 10px 2.5%;
	background: #D9E1E8 url(images/work_bg.gif) repeat-x top;
	font-size:0.875em; /* 14 / 16 */
}
* html #work {
	float:left;
}
* html #work #workwrapper {
	width:100%;
}
#hello, #register
{
	font-size:0.8em;
}

p
{
	font-size:0.875em;
	margin-top:0.5em;
	margin-bottom:1em;
}
h1
{
	font-size:1em;
	text-transform:uppercase;
	margin-bottom:0.3em;
}
hr{
	display: none;
}
.hr{
	border-bottom: #D9E1E8 1px solid;
}
.work_item{
	float:left;
	width:204px;
	height:196px;
	/*border:green 1px solid;*/
	margin-right:20px;
	margin-bottom:20px;
	background:url(images/work_item_bg.gif) no-repeat;
	}
.work_item:hover{
	background:url(images/work_item_bg_ov.gif) no-repeat;
	}
.work_item img{
	margin:2px 0 6px 12px;
	border:none;
}
.work_item .notwide{
	margin-left:37px;
	}
.work_item .square{
	margin-left:72px;
	}
a:link {
	color: #f4229a;
	text-decoration: none;
}
a:visited {
	color: #f4229a;
	text-decoration: none;
}
a:hover {
	color: #5C7C99;
	text-decoration: underline;
}
#welcome a:link {
	color: #ef83c2;
	text-decoration: underline;
}
#welcome a:visited {
	color: #ef83c2;
	text-decoration: underline;
}
#welcome a:hover {
	color: #D9E1E8;
	text-decoration:none;
}
input{
	width: 48%;
}

/* Twitter */
#twitter_div h2{
	margin-bottom: 4px;
}
#twitter_div ul{
	margin: 0;
	padding: 0;
	font-size:0.875em;
}
#twitter_div li{
	list-style: none;
	margin: 0;
	margin-bottom: 13px;
	padding: 5px 0;
	padding-left: 5px;
	background: url(images/twitter-li-bg.gif) repeat-x bottom;
}
#twitter_div li span{
	display: block;
}
