/************************************/
/* AH Studios | CSS Document
/* By Paul Cooper
/* Created 06/03/08
/* Modified 07/03/08
/************************************/

body 
{
    font-size: 12px;
    color: #555;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background: #e4e4e4 url(../images/header_tile.gif) repeat-x;
}

div, h1, h2, h3, h4, p, ul, li, dl, dt, dd, form 
{
    margin: 0;
    padding: 0;
}

a {
	color: #333;
}

a img 
{
    border: none;
}

acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}

/************************************/
/* Layout Elements
/************************************/

#wrapper 
{
    width: 820px;
    margin: 0 auto;
}

#header 
{
    width: 820px;
    margin: 0 auto;
    height: 120px;
    background: url(../images/logo.jpg) no-repeat 20px 0px;
}

#main 
{
    background: url(../images/backing_tile.jpg) repeat-y;
}

#leftcol 
{
    float: left;
    width: 540px;
}

#maintop 
{
    height: 11px;
    background: url(../images/backing_top.jpg) no-repeat top left;
}

#content 
{
    margin: 5px 15px;
    padding: 10px;
	background: url(../images/content_bg.gif) repeat-x top left;
}

#footer 
{
    background: #e4e4e4 url(../images/backing_bottom.jpg) no-repeat top right;
    padding: 10px 20px;
}

#footer p 
{
    color: #999;
}

#footer .rss {
	float: left;
	margin: 0 5px 0 0;
}

/************************************/
/* Typography
/************************************/

h1 
{
    font-size: 16px;
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    border-bottom: 1px solid #333333;
    padding: 0 0 3px 0;
    margin: 0 0 10px 0;
}

h2, h3 
{
    font-size: 14px;
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    margin: 0 0 10px 0;
}

p 
{
    color: #555;
    font-size: 12px;
    margin: 0 0 10px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.6em;
}

#content span 
{
    color: #ffa800;
}

blockquote {
	font-style: italic;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

#leftcol a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#leftcol a:hover {
	color: #F0A235;
}

/************************************/
/* Home Page Styling
/************************************/

#news 
{
    float: right;
    width: 210px;
    margin: 0 0 0 10px;
    padding: 0 0 0 9px;
    border-left: 1px dotted #ccc;
}

#news a 
{
    text-decoration: none;
    display: block;
    padding: 10px;
    border-bottom: 1px dotted #ccc;
}

#news a:hover 
{
    background: #efefef;
}

#news .date 
{
    background: url(../images/cal_icon.gif) no-repeat;
    width: 45px;
    height: 45px;
    display: inline;
    float: left;
    margin: 0 8px 0 0;
}

#news .date .month 
{
    text-align: center;
    width: 45px;
    display: block;
    color: #fff;
    font-size: 10px;
    margin: 6px 0 2px 0;
    line-height: normal;
}

#news .date .day 
{
    text-align: center;
    width: 45px;
    display: block;
    color: #F0A235;
    font-size: 19px;
    font-weight: bold;
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;	
}

#news .heading 
{
    font-size: 11px;
    font-weight: bold;
    display: block;
    color: #555;
    border: none;
    margin: 0 0 5px 0;
    padding: 0;
}

#news span 
{
    font-size: 10px;
    line-height: 15px;
    margin: 0 0 5px 0;
    color: #555;
    padding: 0;
}

#page_buttons 
{
    float: right;
    width: 209px;
    padding: 0 0 0 10px;
    margin: 10px 0 0 0;
    border-left: 1px dotted #ccc;
}

#page_buttons li 
{
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
}

#page_buttons li:first-child 
{
	padding: 0;
}

#content .services 
{
    width: 300px;
    float: left;
}

#content .services_desc 
{
    float: left;
    width: 220px;
    margin: 0 0 0 10px;
}

#content .services dt 
{
    background: #efefef;
    padding: 3px;
    font-size: 13px;
    font-weight: bold;
}

#content .services dd 
{
    font-size: 11px;
    padding: 5px 0 5px 25px;
    margin: 0;
    background: url(../images/ico1.gif) no-repeat 7px 50%;
    border-bottom: 1px dotted #ccc;
}

/************************************/
/* Services Styling
/************************************/

#services_wrap {
	background: url(../images/services.gif) bottom left no-repeat;
}

#services {
	width: 560px;
	float: left;
}

#services h2 
{
    color: #fff;
    background: #555;
    padding: 3px 5px;
}

.service 
{
    border: 1px dotted #ccc;
    margin: 0 0 10px 0;
}

.service h3 
{
    border-bottom: 1px dotted #ccc;
    background: #efefef;
    padding: 3px 5px;
    margin: 0;
}

.service p 
{
    margin: 5px 5px 10px 5px;
    font-size: 11px;
}

.service img 
{
    margin: 10px;
    padding: 2px;
    border: 1px solid #ccc;
}

.service a img 
{
    margin: 0 0 7px 5px;
    border: none;
}

/************************************/
/* Portfolio Styling
/************************************/

.portfolio li 
{
    list-style: none;
}

.portfolio .wrap 
{
    border-bottom: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
    padding: 5px;
}

.portfolio h2 
{
    background: #444;
    color: #FFFFFF;
    padding: 3px 5px;
    margin: 10px 0 0 0;
}

.portfolio .image 
{
    margin: 0 0 10px 0;
}

.portfolio p 
{
    padding: 0 10px 10px 10px;
}

.portfolio .technologies 
{
    border-top: 1px dotted #ccc;
    padding: 10px 0 0 10px;
}

.portfolio .technologies li 
{
    float: left;
    margin: 3px 4px 3px 0; 
}

.portfolio p a 
{
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.portfolio p a:hover 
{
    text-decoration: underline;
}

/************************************/
/* Navigation Styling
/************************************/

#menu 
{
    width: 800px;
    margin: 0 auto;
    background: #cdcccc url(../images/menu_tile.jpg) repeat-x top left;
    border-bottom: 1px solid #999
}

#menu ul 
{
    padding: 0 5px;
}

#menu li 
{
    list-style: none;
    float: left;
}

#menu a 
{
    display: block;
    padding: 7px 10px 7px 10px;
    text-decoration: none;
    color: #555;
    font-size: 12px;
    font-weight: bold;
}

#menu a:hover 
{
    color: #222;
    padding: 6px 10px 7px 10px;
    border-top: 1px solid #F0A235;
    background: #efefef;
}

#leftnav {
	width: 200px;
	float: left;
	margin: 0 10px 0 0;
	padding: 20px 0 0 0;
	background: url(../images/sidenav_head.gif) no-repeat top left;
}

#leftnav span {
	font-weight: bold;
	background: #d4d4d4 url(../images/sidenav_title.gif) no-repeat top left;
	padding: 3px 5px;
	color: #333;
	display: block;
}

#leftnav li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
}

#leftnav li a {
	display: block;
	padding: 2px 5px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #ccc;
	font-size: 0.9em;
}

#leftnav li a:hover {
	background: #efefef;
}

/************************************/
/* Footer Styling
/************************************/

#footer p 
{
    font-size: 11px;
}

/************************************/
/* Form Styling
/************************************/

.form 
{
    width: 414px;
}

.form label 
{
    margin: 7px 0;
    display: block;
}

.form .input:focus, .form textarea:focus, .form select:focus 
{
    border-color: #666666;
}

.form .input, .form textarea, .form select 
{
    width: 400px;
    padding: 7px;
    border: 1px solid #ccc;
    color: #555;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.form select 
{
    width: 414px;
}

.form .submit 
{
    margin: 10px 0 0 0;
    clear: both;
}

.form .error 
{ 
    border: 1px dotted red; 
}

#content .form span 
{
    border: none;
    color: red;
    width: 100%;
    display: block;
    padding: 5px 0 3px 0;
    font-size: 9px;
}

.form .error:focus 
{ 
    border: 1px dotted red; 
}

#message p 
{
    padding: 3px 10px;
    background-color: #efefef;
    border: 1px dotted #ccc;
}

#loader 
{
    width: 100px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    position: absolute;
    top: 180px;
    left: 50%;
    margin: 0 0 0 -50px;
    display: none;
}

#loader p 
{
    margin: 10px 0 0 0;
    padding: 0;
}


/************************************/
/* Feature List
/************************************/

#content .featureList {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 450px;
}

#content .featureList li {
	float: left;
	width: 450px;
}

#content .featureList li .featureImg {
	float: left;
	width: 110px;
}

#content .featureList li span {
	float: left;
	width: 300px;
	padding: 0 0 0 30px;
	color: #333;
}

/************************************/
/* Global Classes
/************************************/

.clear 
{
    clear: both;
    height: 0;
}
.float_right 
{
    float: right;
}
.float_left 
{
    float: left;
}
.img_right {
	float: right;
	padding: 0 0 20px 20px;
}
.img_left {
	float: left;
	padding: 0 20px 20px 0;
}
.list {
	padding: 0 0 0 20px;
	margin: 0;
}
.list li {
	padding: 0 0 3px 0;
}
