

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }
body { font-size: 62.5%; font-family: Arial, sans-serif; color: #272727; }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */
.clear{
	clear: both;
}
/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */

/* Structure */

#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.logo h1 a {
	width:236px;
	height:58px;
	background:url(/img/logo.gif) no-repeat; 
	text-indent: -9999px; 
	float: left;
	position: relative;
	bottom: -80px; 
}
.logo p { 
	text-indent: -9999px;
	position: relative;
	bottom: -54px;  
}
#top_block {
	background: #333 url(../img/content_bkg.gif) repeat-y 50% 0;
	margin:0px;
	padding: 0px;	
	width:770px;
	height:180px;
}
#top_block_left {
		width:230px;
		float:left;
		padding:15px;
		
	}
#top_block_left h2 {
		color: #fff;
		
	}
.news a{
		color: #fff;
	}
#top_block_right {
		width:475px;
		color:white;
		font-weight: bold;
		margin:0;
		padding-top:20px;
		padding-right:20px;
		float:right;
		display: inline; 
		margin-left: -265px; 	
}
#top_block_right p {
		line-height: 16px;	
}
#top_block_right p a {
		color: #999;	
}
.page {
	color: #cc0000;
	font-size: 20px; 
	font-weight: bold;
	text-align: right;
	margin:0px;
	padding: 0px 20px 5px 0px;
 
}
#main-col {
	float: right;
	width: 475px;
	padding: 15px 15px;
	display: inline; 
	margin-left: -265px; 
}
#secondary-col {
	width:230px;
	height:400px;
	float:left;
	padding:10px;
	background:url(/img/left_content_bg.gif) repeat-x top;

}

/* Menu */
ul#menu {
	list-style: none;
	float: right; 
	}
	ul#menu li {
		display: inline;
	}
	ul#menu li a  {
		text-indent: -9999px;
		display: block;
		height: 112px;
		float: left;
		}
		ul#menu li a.video_production {
			background: url(/img/video_production.gif) no-repeat bottom center;
			width: 109px;
			}
		ul#menu li a.interactive {
			background: url(/img/interactive.gif) no-repeat bottom center;
			width: 114px;
		}
		ul#menu li a.experience {
			background: url(/img/experience.gif) no-repeat bottom center;
			width: 81px;
			}
		ul#menu li a.company {
			background: url(/img/company.gif) no-repeat bottom center;
			width: 74px;
			}
			ul#menu li a.video_production:hover, ul#menu li a.video_production:active,
			ul#menu li a.interactive:hover, ul#menu li a.interactive:active,
			ul#menu li a.company:hover, ul#menu li a.company:active,
			ul#menu li a.experience:hover, ul#menu li a.experience:active {
				background-position: 50% 0;
			}
			ul#menu li a.video_production:active,
			ul#menu li a.interactive:active,
			ul#menu li a.company:active,
			ul#menu li a.experience:active {
				background-position: 0 50%;
			}
		body#video_production ul#menu li a.video_production,
		body#interactive ul#menu li a.interactive,
		body#company ul#menu li a.company,
		body#experience ul#menu li a.experience {
			background-position: center;
		}

/* TYPOGRAPHY */

p, li  								{font-size: 1.2em; line-height: 1.2em; margin: 0 0 10px 0;}
a									{ color: #990000; }
a:hover								{ text-decoration: underline; }
/*h1									{ font-size: 3.6em; font-family: Georgia, serif; font-weight: normal; }*/
h2									{ font-size: 2.2em;  font-weight: normal; margin-bottom: 5px; }
h3									{ font-size: 2.6em;  font-weight: normal; margin: 0 0 10px 0; }
h4									{ color: white; font-size: 2.0em; margin-bottom: 15px; }
.post h4							{ font-size: 1.8em; font-family: font-weight: normal; margin: 0 0 10px 0;
									  color: #900; }
		
/* BLOG ENTRIES */
.post{ 
	margin: 0 0 45px 0; 
}
.datebox{ 
	width: 40px; 
	float: left; 
	padding: 0 5px 5px 5px; 
	background: #990000; 
	color: white; 
	text-align: center;
	margin: 0 10px 10px 0; 
}
.day								{ font-size: 3.4em; font-weight: bold; margin: 0; font-family: Georgia, serif; }
.month								{ font-size: 1.8em; font-weight: bold; text-transform: uppercase; margin: 0; }
.year								{ font-size: 1.6em; font-weight: bold; margin: 0; }
ol.commentlist						{ list-style: none; }
.comment-bubble						{ background: #990000; color: white; padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
ol.commentlist li p					{ font-size: 1.0em; }
.gravatar							{ margin-top: 3px; padding: 2px; height: 40px; }

/*NAVIGATION */
	dl { margin: 0px 0px 30px 0px; }
	dd { margin: 0; }
	dt { border-bottom-style: solid; 
		border-bottom-color: #666;
		border-bottom-width: thin;
		font-size: 14px; padding: 5px; margin: 2px; }
	dt a { color: #333; text-decoration: none; }
	dt a:hover  { color: #cc0000; text-decoration: none; }
	dd a { color: #333; }
	dd a:hover  { color: #cc0000; }	
	li.active { color: #cc0000; }	
	ul { list-style: none; padding: 5px; }
	.navigation ul > li a {
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 15px;
		font-size: 12px;
		text-decoration: none;
		}

.post h2 a{
	color: #cc0000;
}
#sidebar h2 {
	font-size: 1.6em;
	color: #333;
}
.footer {
	background-color: #666;
	text-align: center;
	padding: 10px 0; 
	color: white;
}
.footer a{
	color:white;
}


#GiveawaysBox {
	padding-top: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
}
#GiveawaysBox ul {
	margin-left: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#GiveawaysBox ul li {
	display: block;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
}

#GiveawaysBox ul li.first-child {
	border-top:none;
}
#GiveawaysBox .ga-block-image {
	
	width: 170px;
	height: 90px;
	margin-right: 15px;
	float: left;
}

#GiveawaysBox .ga-block-empty-image {
	background: none !important;
}

#GiveawaysBox .ga-block-image a {
	float: left;
	position: relative;
	left: 2px;
	top: 2px;
}

#GiveawaysBox .ga-block-text {
	float: left;
	width: 280px;
}

#GiveawaysBox .ga-block-text h4 {
	font-family: arial, sans-serif;
	color: #cc0000;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 0px;
}

#GiveawaysBox .ga-block-text a {
	color: #666;
	font-weight: bold;
}


#GiveawaysBox .ga-block-text a:active,
#GiveawaysBox .ga-block-text a:hover {
	color: #cc0000;
	text-decoration: none;
}

img#hire_us {width: 235px; height: 110px}
img#quote {
	width: 118px; 
	height: 139px;
	position: absolute;
	right: 10px;
	top: 285px;
}
#error {
	position: relative;
	bottom: 125px;
	left: 430px;
	width: 300px;
	height: 80px;
	color: #fff;
	background-color: #666;
	padding: 10px 30px 10px 10px;
	
	
}
#error h1 {
	font-size: 30px;	
}