/*
Theme Name: A Creative Process
Theme URI: http://acreativeprocess.com/
Description: Custom Theme for Andres Saavedra at www.acreativeprocess.com
Author: Isahrai Azaria
Author URI: http://irmacreative.com
Version: 1.0
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Basic Elements */

body
{
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, "Gill Sans", Verdana, Arial, sans-serif;
	font-size: .85em;
	line-height: 1.3;
	text-align: center;
	min-width: 1100px;
	color: #ffffff;
	background: #01181a;
}

a {
	color: #c9c8b3;
	text-decoration: none;
	border-bottom: 1px solid #76cab9;
	}
	
a:visited {
	color: #a8a686;
	text-decoration: none;
	border-bottom: 1px solid #a8a686;
	}
	
a:hover {
	color: #76cab9;
	text-decoration: none;
	border-bottom: 1px solid #76cab9;
	}


a img { border: none; }

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	margin-bottom: 2px;
	border: none;
	}
	
	
h2 {
	color: #538f8a;
	font-size: 2.8em;
	text-transform: uppercase;
	}
	
h2 a {
	color: #538f8a;
	}
	
h2 a, h2 a:hover, h2 a:visited {
	border-bottom: none;
	}
	
h3 {
	color: #dad9c9;
	text-transform: uppercase;
	font-size: 1em;
	}
	
p, ol, ul, pre, blockquote {
	margin: 6px 0;
	}
	

input, textarea {
	background: #dad9c9;
	}
	
/* layout */

#container {
	position: static;
	width: 1020px;
	display: block;
	margin: 0 auto;
	background: url('/img/bkgrd.png') repeat-y;
	text-align: left;
	}
	
#container-inner {
	width: 100%;
	position: static;
	margin: 0 auto;
	width: auto;
	align: center;
	border: none;
	padding: 0;
	background: transparent;
	}	
	
#content {
	width: 100%;
	clear: both;
	margin: 10px 0;
	}
	
#logo {
	display: block;
	margin: 0;
	background: url('/img/logo.png') top left no-repeat;
	width: 390px;
	height: 175px;
	z-index: 10000;
	position: relative;
	}
	
#logo h1 {
	text-indent: -9999px;
	width: 390px;
	height: 175px;
	}
	
#content {
	margin-top: -170px;
	min-height: 700px;
	}


#footer-home {
	margin-top: -120px;
	}
	
#footer {
	clear: both;
	display: block;
	width: 390px;
	}
	
#footer p {
	width: 390px;
	background: #dad9c9;
	text-transform: uppercase;
	padding: 5px 0;
	text-align: center;
	font-size: .9em;
	}
	
#footer a {
	color: #34332e;
	border: none;
	}
	
#footer a:visited {
	color: #34332e;
	border: none;
	}
	
#footer a:hover {
	color: #265d52;
	border: none;
	}
	
#internals {
	clear: both;
	min-height: 500px;
	}
	
#sidebar, #main {
	float: left;
	display: inline;
	}
	
#sidebar {
	width: 430px;
	}
	
#main {
	width: 570px;
	}
	

	

/* portfolio */


.thumbs {
	clear: both;
	padding: 10px;
	}

.thumbs img {
	border: 3px solid #eaeae0;
	padding: 0;
	margin: 5px 0 5px 10px;
	display: inline;
	float: left;
	}
	
.thumbs, .client {
	display: inline;
	float: left;
	}
	
.client {
	padding-top: 15px;
	}
	
