/* reset */
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;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}

blockquote, q {
	quotes: none;
	}
	

:focus {
	outline: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}
/* end reset */

html, body {
width: 100%;
height: 100%;
min-height: 100%;
margin: 0px;
padding: 0px;
font-size: 13px;
color: #333;
font-family: arial, verdana, sans-serif;
}

blockquote {
color: #00abe2;
font-size: 2.2em;
font-family: georgia, serif;
}

body {
background: url(/images/bg.jpg) no-repeat top left;
}

p {
margin: 18px 0px;
color: #666666;
line-height: 1.5em;
}

h2 {
font-size: 1.4em;
margin-top: 15px;
margin-bottom: -5px;
display: block;
}

#copyright {
float: right;
margin: 10px 0px;
margin-right: 25px;
}

#header_full {
float: left;
position: relative;
width: 100%;
height: 140px;
padding-bottom: 25px;
background: url(http://ideasandpixels.com/images/top_black_bar.png) repeat-x top left;
}

#header_wrapper {
margin: 0 auto;
width: 996px;
padding: 0px 15px;
}

#main_content_inside {
margin: 0px 0px;
float: left;
width: 100%;
display: block;
padding: 25px 0px;
}

#main_content_full {
float: left;
width: 100%;
min-height: 300px;
}

#main_content_wrapper {
margin: 0 auto;
width: 996px;
height: 100%;
padding: 0px 20px;
}

#footer_full {
float: left;
position: relative;
z-index: 500;
width: 100%;
height: 88px;
padding-top: 25px;
}

#footer_wrapper {
margin: 0 auto;
width: 996px;
height: 100%;
padding: 0px 15px;
border-top: 1px solid #999;
}

a {
text-decoration: none;
color: #ed1968;
}

#logo_holder {
display: block;
float: left;
margin-top: 15px;
}

#logo {
float: left;
margin-top: 40px;
width: 202px;
height: 25px;
background: url(/images/logo.png) no-repeat top left;
}

#logo:hover {
background-position: bottom left;
}

.last_p {
margin-bottom: 10px;
padding-bottom: 20px;
border-bottom: 1px solid #ddd;
}

h3 {
margin-bottom: -5px;
margin-top: 5px;
}

.col  {
float: left;
width: 31%;
margin-right: 0px;
margin-left: 20px;
}

.col img {
border: 5px solid #dddddd;
}

#breadcrumb {
float: left;
margin: 15px 25px;
width: auto;
max-width: 250px;
height: 47px;
background: url(/images/breadcrumb_bg.png) no-repeat top left;
}

#breadcrumb_inside {
float: left;
padding: 7px 35px;
font-weight: bold;
color: #333;
font-size: 1.2em;
}

#breadcrumb #end {
float: right;
width: 22px;
height: 47px;
margin-right: -22px;
background: url(/images/breadcrumb_end.png) no-repeat top left;
}

#breadcrumb_inside a {
color: #333;
text-decoration: none;
margin-top: 3px;
}

#breadcrumb_inside a:hover {
text-decoration: underline;
}

#breadcrumb_inside strong {
color: #ed1968;
}

h1 {
float: left;
width: 100%;
display: block;
font-size: 2.2em;
font-family: arial, sans-serif;
color: #333;
border-bottom: 1px dotted #bbbbbb;
margin-bottom: 	15px;
}

.center {
margin: 0 auto;
width: auto;
}

#logo {
float: left;
margin-top: 55px;
margin-left: 30px;
cursor: pointer;
}

#main_nav {
float: right;
margin-top: 70px;
margin-right: 25px;
}

#main_nav a {
text-decoration: none;
color: #333333;
}

#main_nav .about_link a:hover {
color: #e9194b;
}

#main_nav .work_link a:hover {
color: #c7cd35;
}

#main_nav .articles_link a:hover {
color: #ea6913;
}

#main_nav .hire_link a:hover {
color: #1689e1;
}

#main_nav .contact_link a:hover {
color: #1689e1;
}

#main_nav ul {
list-style: none;
display: inline;
}

#main_nav ul li {
float: left;
margin-right: 20px;
list-style: none;
display: inline;
font-family: "Century Gothic", arial, sans-serif;
font-size: 1.3em;
}

#sub_nav {
float: left;
margin: 10px 0px;
margin-left: 25px;
}

#sub_nav ul {
list-style: none;
display: inline;
}

#sub_nav ul li {
float: left;
margin-right: 20px;
list-style: none;
display: inline;
font-family: "Century Gothic", arial, sans-serif;
font-size: 1.1em;
}

/* rows */
.row {
float: left;
width: 100%;
display: block;
margin: 20px 15px;
}

/* cols */
.col_1_1 {
float: left;
width: 65%;
margin-right: 10px;
}

.col_1_2 {
float: left;
width: 31%;
margin-left: 10px;
}

.col_1_2 ul {
list-style: none;
}

.col_1_2 ul li {
margin-left: 10px;
margin-bottom: 5px;
}

.col_1_2 ul li a:hover {
text-decoration: underline;
}

.col_half {
float: left;
width: 47%;
margin-right: 25px;
}

.col_half_inside {
padding: 15px;
}

.col_1_large {
float: left;
width: 73%;
margin-right: 10px;
}

.col_2_small {
float: left;
width: 23%;
margin-left: 10px;
}

.col_3 {
float: left;
width: 20%;
margin-left: 25px;
margin-right: 15px;
}

/* form elements */
.lg_text {
font-size: 1.2em;
padding: 5px;
width: 200px;
}

.form_item {
float: left;
display: block;
width: 100%;
margin-bottom: 10px;
}

/* breadcrumbs */
#breadcrumbs {
float: left;
width: 100%;
display: block;
list-style: none;
font-size: 1.3em;
}

#breadcrumbs li {
float: left;
display: inline;
list-style: none;
margin-left: 20px;
}

.system_message {
width: 95%;
display: block;
padding: 10px;
color: #ed1968;
border: 1px solid #ed1968;
background-color: #ffffff;
}

#footer_wrapper a {
color: #333333;
}

#footer_wrapper a:hover {
color: #ed1968;
}
