/* Stylesheet RESET */
@import url('hacks/reset.css');

/* ----------------- */
/* PRIMARY STRUCTURE */
/* ----------------- */

	
body {
	background-color:#dbdbdb;
	background-image: url(http://webampsolutions.com/images/background.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-attachment: fixed;
    color:#555;   
	font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height:20px;
	
}


#global_wrapper {width: 960px; margin: 0 auto; padding: 0; background: transparent;}

.divider{
display:inline; float:left; margin: 100px 0 0; width:620px;
}


/* ------------------------- */
/* STRUCTURE FOR THE SIDEBAR */
/* ------------------------- */

#sidebar {
position: fixed;
background: transparent; 
width:180px; 
height: 100%;
display:inline;
float:left;
top: 0;
padding: 40px 0px; 
}


/* -------------------------------- */
/* STRUCTURE FOR THE CONTENT COLUMN */
/* -------------------------------- */

.logo {text-align: center; margin-bottom: 20px;}
.navigation {margin: 15px 0 0 24px;}


#content {
background: transparent; 
margin-left:235px; 
width:740px; 
display:block;
top: 0;
}

.head_col{}
.content_body {padding: 0; width:590px; margin-top: -57px; }
.content_block {margin-bottom: 400px; padding-top: 0px; clear: both;}

#tophat{
	top:0;
	color:#FFFFFF;
	left:0;
	height: 3px;
	position:fixed;
	width:100%;
	z-index:50;
}

.contact_btn{background: transparent url(http://webampsolutions.com/images/contact-btn.png) no-repeat top center; height: 28px; width: 98px; display: block; padding-top:0px;}


/* --------------------------------------------------------------    
   Set default typography based on Blueprint   
   http://code.google.com/p/blueprintcss/     
-------------------------------------------------------------- */   







input, textarea {
    line-height:normal !important;
}


/* HEADINGS -------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	color: #666;
	font-weight:bold;
	clear:both;
}


#content h2{font-size: 22px; margin:0 0 10px; padding-top:10px;}
#content h3{font-size: 20px; margin:0 0 10px; padding-top:20px;}
#content h4{font-size: 18px; margin: 10px 0px 10px;}
#content h5{font-size: 16px; margin: 5px 0px 10px;}
#content h5{font-size: 14px; margin: 5px 0px 10px; text-transform: uppercase;}





/* TEXT ELEMENTS -------------------------------------------------------------- */

p {
    margin-bottom:18px;
}
ul, ol {
	margin: auto;
}
ul {
	list-style: none;
}
ol {
	list-style-type: decimal; margin-left: 20px;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	color: #666666;
	line-height: 24px;
	margin-bottom: 10px;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}




/* IMAGE STYLING ------------------------------------------------------------ */
img.alignright {
margin: 0 0 4px 10px;
display: inline;
float: right;
}

img.alignleft {
margin: 0 10px 4px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

#content img, #content a img{

}

.cleanimg{
padding: 0px !important;
border:0px !important;
margin: 0 5px 2px 0 !important;
}





/* ------------------------------------------------- */
/* CUSTOM TEXT STYLING FOR THIS THEME -------------- */
/* ------------------------------------------------- */
#navigation li a, x:-moz-any-link {
	font-size: 14px; 
	padding: 5px 6px 4px; 
	color: #666; 
	text-transform: uppercase;
}
#content h1 span, #navigation li a, x:-moz-any-link, x:default {
	font-size: 14px; 
	padding: 2px 6px 4px; 
	color: #666; 
	text-transform: uppercase;
	font-weight:normal;
	line-height:26px;
	height: 20px;
}

	
#navigation li{ margin: 6px 0px 0px 0px; }
#content h1{margin-left: 605px;}
#navigation li{text-align: right;}
#content h1 a:hover, #navigation li a:hover, #content h2.download a:hover{text-decoration: none;}

.content_body ul {list-style-type:circle; padding: 0 15px;}

.contact_btn{position: relative; top: 3px; left: 50%; margin-left: 360px;}
.contact_btn img:hover {opacity: 0.9;}


textarea{
	height:150px;
	padding:5px;
	width:97%;
	line-height:24px;
	border: 1px solid #ddd;
	background: #eee;
	}
	
input{
	padding:5px;
	border: 1px solid #ddd;
	background: #eee;
	}


.portfolio, .services{padding-bottom: 400px;}
.portfolio img{padding: 1px; border: 1px solid #666666; float: left; margin: 0 6px 6px 0;}
.portfolio p, .services {margin: 5px 0 0 0;}
.box img{margin-bottom: 8px;}
.box{width: 257px; margin-bottom: 20px; float: left; display: block; padding-right:25px;}
.clients {width: 180px; float: left; display: block; }

.cleanimg{padding: 0; background: transparent !important; border: 0px;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#content h1 {
		margin-left:605px;
		position:relative;
		top:2px;
	}
	
	#content h1 span, #navigation li a{
		padding: 1px 6px 4px;
		font-weight:normal;
		line-height:26px; }
		
	#content h1 span{
		padding: 3px 6px 4px; }
}


/* --------------------- */
/*     QUICK STYLING     */
/*  CHANGE THE BG IMAGE  */
/*  & LINK COLORS HERE   */
/* --------------------- */




a{
	color: #05ace1;
	text-decoration: underline;
	font-weight:bold;

}

a:hover{
	text-decoration: none;
}

a img:hover {
	opacity: 0.80;
}

#content h1 a:hover{
	color: #05ace1;
}


#content h1 span, #navigation li a{
	font-size: 12px;  
	padding: 2px 6px 4px; 
	color: #666; 
	text-transform: uppercase;
	text-decoration:none;
	font-weight:normal;
	line-height:20px;
}

#content h1 span, #navigation li a:hover{
	color:#05ace1;
}

.clear_floats {
	clear:both;
	}
	
b {
	color:#05ace1;
	font-weight:bold;
	}


/* Stylesheet for GALLERY - PRETTYPHOTO */
@import url('prettyPhoto.css');



