/*** lt red - #ab8474 **/

/*** RESET ALL BROWSER DEFAULTS ***/

* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
/*** BODY ***/

html {
	background: url(../imgs/contentBG.jpg);
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #ab8474;
}
#headerWrapper {
	background:url(../imgs/headerBG.jpg) top left repeat-x;
	height: 70px;
}
#header {
	width: 610px;
	margin: 0px 0px 0px 350px;
	padding-top: 18px
}
#nav {
	float: right;
	width: 350px;
	margin-top: -35px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#slider {
	background-color: #222;
	min-height: 330px;
	padding-top: 20px;
}
#sliderHolder {
	background-color: #e8e2dc;
	min-height: 0px;
	width: 920px;
	margin: 0px auto 12px auto;
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.sliderProj {
	float: right;
	width: 590px;
	padding-left: 5px;
}
#contentC {
	width: 960px;
	margin: 30px auto;
}
#whoIs {
	float: left;
	width: 290px;
	margin-bottom: 30px;
	padding-right: 40px;
}
#whyUs {
	float: left;
	width: 290px;
	padding-right: 40px;
}
#whatWe {
	float: left;
	width: 290px;
}
#toolsLove {
	float: left;
	width: 290px;
	padding-bottom: 90px;
	/*clear: both;
	float: left;
	width: 290px;
	margin-bottom: 30px;
	padding-right: 40px;*/
}
.projects {
	margin-bottom: 20px;
	float: left;
}
#footerWrapper {
	clear: both;
	background: url(../imgs/footerBG.jpg) top left repeat-x;
	height: 200px;
	margin: 0 auto;
}
#footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
}
#FLlinks {
	float: left;
	width: 410px;
}
#FMlinks {
	float: left;
	width: 220px;
}
#FRlinks {
	float: left;
	width: 290px;
}
/*** LISTS ***/

ul#navigation {
	width: 500px;
	margin-left: 300px;
}
#navigation li {
	list-style-type: none;
	display: inline;
	padding-right: 30px;
	font-family: "arial Black", arial;
}
#friends li, #stalkMe li {
	list-style-type: none;
	margin: 5px 0px 10px 0px;
}
ul#tools {
	width: 200px;
}
#tools li {
	display: inline;
	padding: 0px 5px 5px 0px;
}
#sliderImgs li, #tools li {
	color: #ab8474;
	list-style-type: none;
}
ul.work {
	width: 960px;
}
.work li {
	list-style-type: none;
	display: inline;
}
ul.projInfo {
	width: 220px;
	margin: -5px 0px 0px 20px;
}
.projInfo li {
	background: url(../imgs/listIcon.png) left center no-repeat;
	display: block;
	font-size: 1.2em;
	color: #fff;
	padding: 0px 12px;
	margin-bottom: 10px;
}
/*** CONTACT FORM ***/
#contact {
	width: 960px;
}
input, textarea {
	padding: 5px;
	width: 471px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #d6bcb1;
	color: #404040;
}
textarea:focus, input:focus {
	border: 2px solid #ab8474;
}
input#submitBtn {
	width: 100px;
	float: right;
}
label {
	float: left;
	text-align: right;
	width: 100px;
	padding: 5px 10px 0px 0px;
	font-size: 1.4em;
}
#contactForm label.error {
	float: right;
	text-align: left;
	color: #900;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #e7e0d8;
	border: 1px solid #ab8474;
	width:200px;
	margin: 0px 140px 10px 0px;
	padding: 5px;
}
#subBtn, #submit {
	margin-left: 223px;
	width: 150px;
	font-weight: bold;
	color: #ab8474;
}
/*** TYPE ***/

h1#logo a {
	display: block;
	background: url(../imgs/logo.png) top left no-repeat;
	width: 210px;
	height: 36px;
	text-indent: -20000px;
	overflow: hidden;
}
h2.projectTitle {
	float: right;
}
h2.contentTitles, h2.projectTitles {
	font-size: 2.5em;
	color: #393939;
	margin-bottom: 10px;
	text-shadow:#fff 0px 1px 0, #000 0 -1px 0;
}
h3.technologies {
	float: right;
}
h3.projHoverTitles, p.projHoverTitles {
	font-size: 1.5em;
	color: #ab8474;
	margin: 10px;
}
p.projDesc {
	font-size: 1.3em;
	margin: 10px;
	color: #fff;
}
span.viewSite {
	margin: 40px 0px 0px 10px;
	padding-top: 5px;
}
h3.footerTitle {
	font-size: 1.5em;
	color: #d0d0d0;
}
p.aboutInfo {
	font-size: 1.5em;
}
p.projectDesc {
	float: right;
}
p.copyright {
	margin: 10px 0px;
	color: #727272;
}
h3.sliderTitles {
	font-size: 1.8em;
	color: #393939;
	padding-left: 15px;
}
p.sliderInfo {
	color: #ab8474;
	font-size: 1.2em;
	width: 400px;
	margin: 5px 0px 30px 0px;
	padding-left: 15px;
}
p.emailSent {font-size: 1.5em; color: #ab8474; font-weight: bold;}
/*** LINKS ***/

#navigation li a:link, #navigation li a:visited {
	font-size: 1.9em;
	text-decoration: none;
	color: #a8a8a8;
	padding: 5px;
}
#navigation li a:hover {
	font-size: 1.9em;
	text-decoration: none;
	font-weight: bold;
	color: #ddcfc2;
	background-color: #464646;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.viewSite a:link, .viewSite a:visited {
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	color: #a8a8a8;
}
.viewSite a:hover {
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	color: #ddcfc2;
}
.viewAll a:link, .viewAll a:visited {
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	color: #a8a8a8;
	padding: 5px;
	margin-left: 1160px;
}
.viewAll a:hover {
	font-size: 1.4em;
	text-decoration: none;
	color: #ddcfc2;
	background-color: #464646;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.allLinks a:link, .allLinks a:visited {
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	padding: 5px;
}
.allLinks a:hover {
	font-size: 1.3em;
	text-decoration: none;
	color: #ddcfc2;
	background-color: #464646;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#friends a:link, #stalkMe a:link, #friends a:visited, #stalkMe a:visited {
	color: #d0d0d0;
	font-size: 1.0em;
	text-decoration: none;
}
#friends:visited, #friends a:hover, #stalkMe:visited, #stalkMe a:hover {
	color: #fff;
	font-size: 1.0em;
	text-decoration: underline;
}
/*** CAPTION FOR PROJECTS ***/

.boxgrid {
	width: 260px;
	height: 260px;
	margin:10px;
	float:left;
	background:#161613;
	border: 2px solid #fff;
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}