@charset "utf-8";
/* CSS Document */

.hidden {
	display:none;
}

.newTabLinks {
	color:#205e84;
	text-decoration:none;
}

.link {
	color:#205e84;
	text-decoration:none;
}


body {
	background:#FFF url(myImages/body-background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

hr {
 	border:0;
  	border-top: 1px solid #CCC;
  	height: 0;
	clear:both;
}

p {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-weight:normal;
	padding:0;
	margin:0;
	color:#205e84;
}

h2 {
	font-weight:normal;
	color:#205e84;
}

h3 {
	font-weight:normal;
	margin:0;
	padding:20px 0 10px 0;
	color:#205e84;
}

#wrapper {
	width:960px;
	padding-top:20px;
	margin:0 auto;
}

#brandingHolder {
	padding:0;
	margin:0 auto;
	width:1095px;
	height:150px;
}

#logo {
	background-image: url(myImages/logo.png);
	background-repeat:no-repeat;
	width:296;
	height:100px;
}

/************************ Navigation **************************/


.nav li {
	list-style:none;
	display:inline;
}

.nav li a:link {
	position: absolute;
	top: 0;
	height: 50px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}

.nav {
	background: url(myImages/topmenu.jpg) top center no-repeat;
	width:960px;
	height:80px;
	margin:0 auto;
	position:absolute;
	padding:0;
	margin-top:50px;
}

/************************ home *******************/

.nav .home a:link {
	left: 296px;
	width: 73px;
	height:50px;
}

.nav .home a:hover {
	background:url(myImages/topmenu.jpg) no-repeat -35px -81px;
}

.nav .home a:active {
	background: url(myImages/topmenu.jpg) no-repeat -35px -0px;
}

.current-home .home a:link {
	background: url(myImages/topmenu.jpg) no-repeat -35px -162px;
	cursor: default;
}


/************************ portfolio *******************/

.nav .portfolio a:link {
	height:50px;
	width:100px;
	left:371px;
}

.nav .portfolio a:hover {
	background:url(myImages/topmenu.jpg) no-repeat -110px -81px;
}

.nav .portfolio a:active {
	background: url(myImages/topmenu.jpg) no-repeat -110px -0px;
}

.current-portfolio .portfolio a:link {
	background: url(myImages/topmenu.jpg) no-repeat -110px -162px;
	cursor: default;
}

/************************ about *******************/

.nav .about a:link {
	left:473px;
	width:93px;
	height:50px;
}

.nav .about a:hover {
	background:url(myImages/topmenu.jpg) no-repeat -212px -81px;
}

.nav .about a:active {
	background:url(myImages/topmenu.jpg) no-repeat -212px -0px;
}

.current-about .about a:link {
	background: url(myImages/topmenu.jpg) no-repeat -212px -162px;
	cursor: default;
}



/************************ contact *******************/

.nav .contact a:link {
	left:568px;
	width:97px;
	height:50px;
}

.nav .contact a:hover {
	background:url(myImages/topmenu.jpg) no-repeat -307px -81px;
}

.nav .contact a:active {
	background:url(myImages/topmenu.jpg) no-repeat -307px -0px;
}

.current-contact .contact a:link {
	background: url(myImages/topmenu.jpg) no-repeat -307px -162px;
	cursor: default;
}



/**************************************** HOME page *****************************************/


#head {
	background-image:url(myImages/header_bg.jpg);
	background-repeat:no-repeat;
	height:300px;
	margin: 5px 0;;
	width:960px;
	margin-top:150px;
}

#head h1 {
	padding-top:20px;
}

.homeHead {
	margin:15px 0;
}

#headContent {
	font-family:Arial, Helvetica, sans-serif;
	width:500px;
	font-size:90%;
	padding-top:10px;
}

#headButts {
	background-image:url(myImages/headButtsNav.png);
	background-repeat:no-repeat;
	width:600px;
	height:80px;
	padding-top:0;
	margin-top:20px;
}


#headButts ul {
	padding:12px 0 50px 0;
	margin:0;
}

#headButts li {
	font-size:14px;
	font-weight:300;
	color:#FFF;
	border-left:1px solid #FFF;
	display:inline;
	text-decoration:none;
	padding:0 15px;
	display:inline;
}

#headButts li:first-child {
	border-left:none;
}

#headButts a {
	text-decoration:none;
	color:#fff;
	margin:0;
}

.hireMe  {
	background:url(myImages/hire.png) top left no-repeat;
	padding:15px 70px 50px 35px;
	font-weight:bold;
	margin:0;
}


#homeBody {
	padding-top:40px;
	margin:0;
}

#homeBody ul {
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background:url(myImages/homeBG.jpg) bottom right no-repeat;
}

#homeBody li {
	list-style:none;
	margin:10px 0;
	padding:0 0 0 25px;
	background: url(myImages/bullet.gif) center left no-repeat;
}

#designWeb {
	float:left;
}

#designPrint {
	float:left;
	margin-left:70px;
}

#recentWork {
	background:url(myImages/homeBG.jpg) bottom right no-repeat;
	float:right;
	margin:0 50px 150px 0;
	width:340px;
}

#recentWork img {
	padding:0;
	border:2px solid #ccc;
	margin:5px 3px;
}

.findOutMore {
	background: url(myImages/go.gif) center left no-repeat !important;
}

a.viewMore {
	color:#205e84;
	float:right;
	padding:5px 0;
}

.findOutMore a {
	color:#205e84;
	
}





/*************************************** ABOUT **********************************/



#aboutContent {
	line-height: 1.5em;
	font-size:14px;
	padding-top:140px;
}

#aboutContent h1 {
	margin:20px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#aboutContent p {
	margin:10px 0;
}

#aboutMe {
	margin:0;
	padding-bottom:100px;
	float:left;
	width:750px;
}

#aboutImage img {
	float:right;
	margin:10px 0 0 0;
	padding:0;
	border: 1px solid #CCC;
}

#contact {
}

#footer {
	background: #666 url(myImages/footer_shadow.png) top left repeat-x;
	clear:both;
	height:50px;
	color:#fff;
	padding:40px 0;
	font-size:14px;
}

/*************************** Portfolio Page **************************/

.contentContainer {
	margin: 20px 0;
	padding-top:120px;
}

.contentImages {
	float:left;
	width:520px;
	padding:20px 0;
	margin:0;
}

.contentImages img {
	border-style:none;
	background:#CCC;
	padding:2px 2px;
	margin: 5px 20px 5px 0px;
}

.contentInfo {
	float:left;
	width:440px;
	margin: 0 0 20px 0;
 	padding: 0;
	line-height: 1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.contentInfoLast {
	float:right;
	width:440px;
	margin: 0 0 200px 0;
 	padding: 0;
	line-height: 1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}


/*************************** Contact ******************************/

.talk {
	padding-top:150px;
}

#contact {
	margin-top:40px;
}

.contactleft {
	width: 430px;
	float: left;
	margin-top:20px;
}


.julio {
	font-weight:bold;
}

#contactRight {
	float:right;
}

#contactRight {
	float:right;
	color:#514f42;
	font-size:20px;
	padding-right:120px;
	width:300px;
}

#contactRight a{
	color:#8cbbd8;
	text-decoration:none;
}

#contactRight a:hover {
	color:#205e84;
}


#contactRight li{
	list-style:none;
	padding:5px 25px 15px 20px;
	float:left;
	text-align:center;
}

#contactRight ul {
	padding:20px 0 0 0;
	margin:0;
	display:inline;
}


#contactRight h4 {
	font-size:12px;
	line-height:0;
}

#contactRight img {
	border:0;
}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}



/******* FORM *******/


#contact {
	margin-top:40px;
}

.contactleft {
	width: 430px;
	float: left;
	margin-top:20px;
}

form#contactform input, form#contactform textarea {
	width: 380px;
	border: 1px solid #ccc;
	padding: 5px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	background:url(myImages/box-bg.jpg) bottom right no-repeat;
} 



form#contactform input.submit {
	width: 96px;
	height: 62px;
	background: url(myImages/submit.png);
	border:none;
	display: block;
	margin: 10px 0 50px -3px;
	padding-top:0;
	
}

form#contactform input.submit img {
	border:none;
}
}
/******* /FORM *******/











