@charset "UTF-8";

/* @override 
	http://localhost/style/tinynumbers.css
	http://tinynumbers.com/style/tinynumbers.css
*/

/* @group reset.css (from blueprint) */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}

body {
	line-height: 1.5;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table, td, th {
	vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: none;
}

/* @end */

/* @group general stuff */

body {
	font-family: "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
	font-size: 85%;
    /*background-color: #4d4d4d;*/
}

#left-menu ul li {
	float: right;
    list-style-type: square;
    padding-left: 2.5em;
    list-style-position: inside;
}

#left-menu ul {
    margin-right: 0.6em;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

/* @end */

#header h1,
#header h2,
#header p {
	margin-left:2%;
	padding-right:2%;
}
#active2 #tab2,
#active3 #tab3,
#active4 #tab4,
#active5 #tab5 {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	/*background-color: #000;
	color: #cacfc1;*/
}
#footer p {
	padding-left:2%;
	padding-right:2%;
    text-align: right;
    font-size: 0.6em;
    line-height: 2em;
    color: #333;
    border-top: 1px solid #4a923e;
}

/* Start of Column CSS */
#container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#fff; /* column 2 background colour */
	color: #000;
	min-height: 500px;
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:60%;
	background-color: #4a923e;
	min-height:500px;
}

#col1 {
	float:left;
	width:36%;
	position:relative;
	left:62%;
	overflow:hidden;
	color: #FFF;
    text-align: right;
	padding-top: 2em;
	padding-bottom: 2em;
}

#col1 a {
    text-decoration: none;
    color: #fff;
}

#col1 a:hover {
    color: #640b00;
}

#col2 a {
    text-decoration: none;
    color: #000;
}

#col2 a:hover {
    color: #640b00;
}

#left-header {
    padding-bottom: 4em;
}
#left-header h1 {
    margin-bottom: -0.2em;
}
#left-header p {
    text-transform: uppercase;
    font-size: 0.8em;
    margin-right: 0.6em;
}
#col2 {
	float:left;
	width:56%;
	position:relative;
	left:66%;
	overflow:hidden;
	padding-top: 8em;
	padding-bottom: 4em;
}

#col2.portfolio {
    text-align: center;
    padding-bottom: 0;
}

#col2.home {
	padding-bottom: 16em;
}

#col2.tech {
	padding-bottom: 2em;
}

#col2.home p {
    padding-bottom: 2em;
}

#col2.contact {
	padding-bottom: 8em;
}


.portfolio-item {
    clear: both;
}

.portfolio img {
	border: 1px solid #7f7f7f;
    margin-bottom: 2em;
}

.portfolio-item .thumbnail {
    width: 302px;
    float: left;
    clear: left;
    padding-right: 10px;
}

.portfolio-item .description {
    text-align: left;
    font-size: 0.8em;
    padding-bottom: 1.5em;
	margin-left:  312px;
}

.portfolio-item .description p {
    margin-bottom: 1em;
}

.portfolio-item .description p.name {
    font-weight: bold;
    font-size: 1.5em;
}

.portfolio-item .description p.tech {
    font-weight: bold;
}

.right-header h2 {
    border-top: 1px solid #4a923e;
    border-bottom: 1px solid #4a923e;
    margin-bottom: 4em;
    padding-right: 2em;
    text-align: right;
    font-weight: bold;
    font-style: italic;
    font-size: 1em;
    line-height: 2em;
    color: #640b00;
}

.contact p {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}
.contact p.contact-section {
	font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 1em;
}

p.tech-heading {
    font-weight: bold;
    font-size: 1.2em;
}

div.tech-section {
    margin-bottom: 2em;
    margin-left: 2em;
    margin-right: 2em;
    font-size: 0.9em;
}

div.tech-section ul {
    list-style-type: square;
    list-style-position: inside;
    margin-left: 4em;
}

div.tech-section ul a {
    font-weight: bold;
}

