@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: MyriadPro-Regular;
	src: url('assets/fonts/MyriadPro-Regular.otf');
}

@font-face {
	font-family: MyriadPro-Bold;
	src: url('assets/fonts/MyriadPro-Bold.otf');
}

body {
	background-color:#392a17;
	/* background-image:url(assets/images/backgrounds/cruce01.jpg);*/
	background-repeat:no-repeat;
	background-position:top left;
	background-attachment:fixed;
	padding:0px;
	margin:0px;
	height:100%;
}
a {
	color:#0CF;
}
#divFooter {
	position:fixed;
	bottom:0px;
	background-color:#333;
	height:15px;
	width:1125px;
}
.divFooterContent {
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:right;
	padding-right:10px;
	color:#CCC;
}
#logoBanner {
	position:fixed;
	top:0px;
	width:100%;
	height:60px;
	border-bottom:1px solid #302618;
	background-color:#85a019;
	margin:0px;
	padding:0px;
	overflow:hidden;
	display:none;
}

#logo {
	position:absolute;
	width:510px;
	height:61px;
	top:0px;
	left:5px;
	overflow:hidden;
	background-image:url(assets/images/logo.png);
	cursor:pointer;
	font-family:MyriadPro-Regular, tahoma, arial;
	font-size:30px;
	text-align:right;
	/*overflow:hidden;*/
}
#logoTagLine {
	position:absolute;
	bottom:-6px;
	font-family:MyriadPro-Regular, tahoma, arial;
	font-size:30px;
	text-align:right;
	width:510px;
	color:#333;
}
#pageHeader {
	position:absolute;
	top:20px;
	right:5px;
	color:#FFF;
	font-family:MyriadPro-Regular, tahoma, arial;
	font-size:30px;
	display:none;
}
#contentContainer {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width:1125px;
	height:100%;
	color:#FFF;
	font-family:MyriadPro-Regular, tahoma, arial;
	font-size:14px;
	display:none;
}
#contentContainerBackground {
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000;
}
#textContainer {
	position:relative;	
	padding-top:95px;
	padding-bottom:1000px;
}
.textColumn {
	position:relative;
	left:27px;
	width:500px;
	color:#CCC;
	float:left;
	font-size:16px;
	font-weight:normal;
	margin-left:15px;
	margin-right:15px;
}
.textColumn h1 {
	font-family:MyriadPro-Bold;
	font-size:24px;
	color:#85a019;
	margin:0px;
}
.textColumn h2 {
	font-family:MyriadPro-Bold;
	font-size:20px;
	color:#CCC;
	margin:0px;
}
h1 {
	font-family:MyriadPro-Regular;
	font-size:36px;
	font-weight:normal;
	color:#85a019;
	/*margin-left:25px;*/
	margin-bottom:10px;
}
#homePageCopy{
	font-size:17px;	
	font-weight:normal;
}
#bioCopy {
	font-size:18px;
}
#mainMenu {
	position:fixed;
	top:60px;
	width:1125px;
	height:28px;
	background-color:#000;
	overflow:hidden;
	z-index:10;
}
.menuItem {
	position:relative;
	float:left;
	padding-left:15px;
	padding-right:15px;
	padding-top:4px;
	height:28px;
	color:#999;
	font-family:MyriadPro-Regular, tahoma, arial;
}
.menuItem:hover {
	cursor:pointer;
	color:#FFF;
	background-color:#333;
}
#portfolioMenu {
	margin-top:20px;
	position:relative;
}
.portfolioMenuItem {
	position:relative;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	color:#999;
	font-family:MyriadPro-Regular, tahoma, arial;
	font-size:17px;	
}
.portfolioMenuItem:hover {
	background-color:#333;
	color:#FFF;
	cursor:pointer;
}
input[type=text] {
	position:relative;
	width:300px;
	font-family:MyriadPro-Regular, tahoma, arial;
	font-size:24px;
	background-color:#333;
	border:1px solid #666;
	color:#CCC;
	padding:5px;
	margin:4px;
}
input[type=password] {
	position:relative;
	width:300px;
	font-family:MyriadPro-Regular, tahoma, arial;
	font-size:24px;
	background-color:#333;
	border:1px solid #666;
	color:#CCC;
	padding:5px;
	margin:4px;
}
input[type=button] {
	position:relative;
	border-radius:15px;
	-moz-border-radius: 20px;
	width:200px;
	font-family:MyriadPro-Regular, tahoma, arial;
	font-size:24px;
	background-color:#85a019;
	border:3px solid #fff;
	color:#FFF;
	padding:5px;
	margin:4px;
	margin-left:150px;
}
form {
	margin:0px;
	padding:0px;
}
input:focus {
	background-color:#85a019;
	color:#FFF;
}
textarea {
	position:relative;
	font-family:MyriadPro-Regular, tahoma, arial;
	font-size:20px;
	background-color:#333;
	border:none;
	color:#CCC;
	padding:5px;
	width:300px;
	border:1px solid #666;
}
textarea:focus {
	background-color:#85a019;
	color:#FFF;
}
img {
	position:relative;
	margin-left:10px;
	margin-right:10px;
}
#bioHeadshot {
	background-image:url(assets/images/bio_headshot.jpg);
	background-position:center;
	position:absolute;
	top:177px;
	left:582px;
	width:520px;
	height:388px;
	overflow:hidden;
}
.serviceBox {
	position:relative;
	background-color:#333;
	width:200px;
	height:200px;
	float:left;
	margin:25px 36px 25px 25px;
	color:#000;
	border:10px solid #333;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}
.serviceBoxTitle {
	position:absolute;
	bottom:-7px;
	font-family:MyriadPro-Regular, tahoma, arial;
	font-size:30px;
	text-align:right;
	vertical-align:baseline;
	width:200px;
}
.serviceBox:hover {
	border-color:#85a019;
	color:#85a019;
	cursor:pointer; 
}
.clear {
	clear:both;
}

.pfBox {
	position:relative;
	background-color:#333;
	width:125px;
	height:125px;
	float:left;
	margin:25px 36px 25px 25px;
	color:#000;
	border:10px solid #333;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}
.pfBoxTitle {
	position:absolute;
	width:100%;
	bottom:0px;
	font-family:MyriadPro-Regular, tahoma, arial;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	vertical-align:baseline;
	background-color:#333;
	color:#fff;
	width:125px;
}
.pfBox:hover {
	border-color:#85a019;
	color:#85a019;
	cursor:pointer; 
}
#pfLargeImageContainer {
	position:relative;
	width:630px;
	height:350px;
	overflow:hidden;
	background-image:url(assets/images/ajax-loader.gif);
	background-position:center;
	background-repeat:no-repeat;
}
#largePortfolioImage {
	position:relative;
	left:-10px;
}
.pfThumb {
	position:relative;
	background-color:#333;
	width:30px;
	height:30px;
	float:left;
	margin:7px 7px 7px 7px;
	color:#000;
	border:5px solid #333;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(assets/images/ajax-loader.gif);
	cursor:pointer;
}
.pfThumb:hover {
	border-color:#85a019;
	color:#85a019;
	cursor:pointer; 
}
#slideshowBox {
	position:relative;
	background-color:#111;
	width:950px;
	height:350px;
	float:left;
	margin:25px 36px 25px 25px;
	color:#000;
	border:10px solid #333;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	background-image:url(assets/images/ajax-loader.gif);
	background-position:center;
	background-repeat:no-repeat;
}
#pfImageBox {
	position:relative;
	background-color:#111;
	width:630px;
	/* height:370px; */
	float:right;
	margin:25px 0px 25px 25px;
	color:#000;
	border:10px solid #333;
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}
#pfImageBox h2 {
	margin-left:5px;
	font-family:MyriadPro-Regular, tahoma, arial;
	font-size:16px;
	font-weight:normal;
}
#testimonialBox {
	position:relative;
	height:40px;
	bottom:0px;
	font-family:MyriadPro-Regular, tahoma, arial;
	font-size:20px;
	text-align:center;
	width:930px;
	color:#CCC;
}

.socialLinksContainer {
	position:relative;
	float:right;
	background-color:#000;
	text-align:right;
	
	/* overflow:hidden; */
	left:+20px;
	width:70px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin:3px;
}
/*********************/
/*   ADMIN STUFF     */
/*********************/
#containerAdminMenu {
	position:fixed;
	left:25px;
}
#adminMenu {
	font-family:MyriadPro-Regular, tahoma, arial;
	border:0px;
	background-color:#333;
	height:250px;
	width:200px;
	font-size:24px;
	font-weight:normal;
	color:#CCC;
}
#adminDataContainer {
	position:relative;
	margin-left:250px;
	font-family:MyriadPro-Regular, tahoma, arial;
}
#adminDataContainer table {
	border:1px solid #111;
	font-size:14px;
	font-weight:normal;
	color:#CCC;
}
#adminDataContainer th {
	font-weight:normal;
	color:#85a019;
	border-bottom:3px double #CAACAC;
	text-align:left;
	font-size:15px;
}
#adminDataContainer td {
	padding:3px;
}
#adminLoginForm {
	position:relative;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:550px;
	padding:20px;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	
}
label {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:14pt;
	position:relative;
	width:150px;
	display:inline-block;
}
#containerAdminMenu ul {
	list-style: none;
	padding: 0;
	margin: 10px;	
	font-size:12pt;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#containerAdminMenu li a {
	height: 2em;
	line-height: 2em;
	width: 9em;
	display: block;
	text-decoration: none;
} 
#containerAdminMenu a {
	text-decoration:none;
}
.thumbnailImage {
	position:absolute;
	top:0px;
	left:-10px; 
	/*visibility:hidden; */
}

.imageLoader {
	position:absolute;
	top:0px;
	left:0px;
	visibility:visible;
}

#slideShowImage {
	position:relative;
	left:-10px;
	display:none;
}
