body {
	background: url(../images/background.jpg) repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.1em;
}

@font-face {
	font-family: Georgia;
	src: url(ÔGeorgia.ttfÕ);
}

#container {
	width:960px;
}

#header {
	height:101px;
	margin-top:20px;
}

#header h1 a{
	background:url(../images/logo.png) #fff no-repeat 0 5px;
	display:block;
	overflow:hidden;
	width:170px;
	height:101px;
	text-indent:-9999px;
	float:left;
	margin-right: 20px;
	border-bottom:5px;
	-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
	-moz-box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.5);
}

#header ul#menu {
	list-style-type:none;
	float:left;
	height: 50px;
}


#header ul#menu li{
	padding-top:53px;
	float:left;
	width:120px;
	margin-right:30px;
}

#header ul#menu li a, #header ul#menu li a:link, #header ul#menu li a:visited, #header ul#menu li a:active{
	height: 44px;
	border-bottom: 1px solid #E5E5E5;
	color:#E5E5E5;
	width:120px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
}

#header ul#menu li a, #header ul#menu li a:link, #header ul#menu li a:visited, #header ul#menu li a:active{
	height: 44px;
	border-bottom: 1px solid #E5E5E5;
	color:#E5E5E5;
	width:120px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
}

#header ul#menu li a.active {
	height: 40px;
}

#header ul#menu li.item1 a:hover, #header ul#menu li.item1 a.active {
	border-bottom: 5px #7AC943 solid;
	color: #7AC943;	
}

#header ul#menu li.item2 a:hover, #header ul#menu li.item2 a.active {
	border-bottom: 5px #FF931E solid;
	color: #FF931E;
	
}

#header ul#menu li.item3 a:hover, #header ul#menu li.item3 a.active {
	border-bottom: 5px #FF1D25 solid;
	color: #FF1D25;
	
}

#header ul#menu li.item4 a:hover, #header ul#menu li.item4 a.active {
	border-bottom: 5px #FF7BAC solid;
	color: #FF7BAC;
	
}

#content {
	clear: both;
	padding-top:30px;
	position:relative;
}

#content #flag {
	position:absolute;
	width:91px;
	height:85px;
	left: 162px;
	top:60px;
	color: #fff;
	font-family:Georgia,"Times New Roman", Times, serif;
	background: url(../images/hireme.png) no-repeat 7px 6px #7AC943;
	z-index:0;
	padding-top:6px;
	-moz-box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.5);
}

#content #twitter {
	position:absolute;
	width:180px;
	height:85px;
	left: 870px;
	top:285px;
	color: #252525;
	font-family:Helvetica, Geneva, Arial, sans-serif;;
	font-size: 0.7em;
	background: url(../images/twitterBg.png) no-repeat;
	z-index:100;
	padding:10px 10px 20px;
	display: none;
}

#content #twitter a{
	color:#252525;
}

#content #twitter h2{
	font-size:1em;
	margin-bottom:8px;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("../images/ajax-loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

#content #flag img {
	margin-left:29px;
}

#content #left {
	width:570px;
	height:570px;
	float: left;
	left: 190px;
	display:inline;	
	color:#fff;
	top:29px;
	background-color:#252525;
	position: absolute;
	z-index:100;
	-moz-box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.5);
}

#content #left h2{
	font-size:1.5em;	
	text-transform:uppercase;
	margin: 20px auto 0 10px;
	font-weight:normal;
}

#content #left h3{
	font-size:1.2em;	
	margin: 20px auto 0 10px;
	font-weight:normal;
}

#content #left p {
	margin:20px 10px 0;
	color:#fff;
	font-family: "Georgia",serif;
	font-size:0.8em;
	line-height: 1.2em;
}

#content #left a, #content #left a:link, #content #left a:visited, #content #left a:active {
	color: #3FA9F5;
	text-decoration:underline;
}

#content #left a:hover {
	color: #fff;
	text-decoration:none;
}

#content #sidebar {
	width:185px;
	float: right;
	height:350px;
}

#content #sidebar div {
	padding-top:20px;
	-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
	margin-bottom:18px;
	-moz-box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.5);
		
}

#content #sidebar div h3{
	color:#000;
	padding:4px 6px 2px;
	background-color:#FFF;
	display:inline;
	-moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px;
}

#content #sidebar div#recent p{
	text-align:center;
	margin-top:10px;	
}

#content #sidebar div#recent p img {
	border: 2px solid #fff;
}

#content #sidebar div#contact img {
	float: right;
	display:inline;
	margin-right:5px;
}

#content #sidebar div#innerContact {
	background: url(../images/tweet.png) no-repeat 100px 30px;
	padding-top:20px;
}

#content #sidebar div#contact a{
	font-size:0.8em;
	margin-left:10px;
	color: #fff;
	text-decoration:none;
	display:block;
	margin-top:10px;
}

#content #sidebar div#recent {
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from(#FF931E), to(#E89A10));
	background-image: -moz-linear-gradient(90deg, #FF931E, #E89A10);
}

#content #sidebar div#contact {
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from(#FF7BAC), to(#FF94BC));
	background-image: -moz-linear-gradient(90deg, #FF7BAC, #FF94BC);
	padding-top:0;
}

#content #sidebar div#about {
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from(#FF1D25), to(#FF363D));
	background-image: -moz-linear-gradient(90deg, #FF1D25, #FF363D);
}

#content #sidebar div#about a{
	font-size:0.8em;
	color: #fff;
	text-decoration:none;
	margin-left:10px;
}

#footer {
	color:#a0a0a0;
	font-size:0.6em;
	left:190px;
	position:absolute;
	top: 735px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color:#a0a0a0;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
}


.green {
	background-color:#7AC943;
}

.orange {
	background-color:#FF931E;
}

.red {
	background-color:#FF1D25;
}

.pink {
	background-color:#FF7BAC;
}

.blue {
	background-color:#3FA9F5;
}






