@charset "UTF-8";

@font-face {
    font-family: 'arialblack';
    src: url('/font/ariblk-webfont.eot');
    src: url('/font/ariblk-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/ariblk-webfont.woff') format('woff'),
         url('/font/ariblk-webfont.ttf') format('truetype'),
         url('/font/ariblk-webfont.svg#arialblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'antonregular';
    src: url('/font/anton-webfont.eot');
    src: url('/font/anton-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/anton-webfont.woff') format('woff'),
         url('/font/anton-webfont.ttf') format('truetype'),
         url('/font/anton-webfont.svg#antonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background: #FFF;
	color: #333;
	cursor: default;
}

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

#wrapper{
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	position:relative;
}

#foot{
	width: 1100px;
	text-align: center;
	color: #BBB;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

#copyright a{
	color: #BBB;
	padding:3px;
	text-decoration:none;
}

#copyright a:hover{
	color: #FFF;
	background-color:#9acb12;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.homethumbimg{
	display:none;
	border:0;
}

#header{
	position:relative;
	top:0;
	left:0;
	margin-top:5px;
	height:83px;
}

#header a{
	text-decoration:none;
}

#logo-chrisconway{
	position:absolute;
	top:0;	
	left:0;
	border:0;	
}

#logo-photography{
	position:absolute;
	top:52px;	
	left:0;
	border:0;	
}

#nav1-slider-holder{
	position:absolute;
	top:15px;
	right:0;
	z-index: 5;
	width:762px;
	height:30px;
}

#nav1-slider{
	background-color: #4c4c4c;
	position:absolute;
	opacity:0;
}

#nav1 {
	width:762px;
	position:absolute;
	top:20px;
	right:0;
	font: 30px "antonregular", Gadget, sans-serif;
	text-transform:uppercase;
	margin: 0;
	padding:0;
	list-style:none;
	z-index:10;
}

#nav1 li{
	margin:0;
	padding:0;
	float:right;
	display:block;
	line-height:30px;
}

.nav1{
	color: #333;
	text-decoration: none;
	padding: 0 8px;
}

.nav1-selected{
	background-color: #333;
	color: #FFF;
	padding: 0 8px;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	margin: 0 -1px 0 -1px;
}

.nav2{
	display:none;
	z-index:3;
	position:absolute;
	top:0;
	right:0;
	height:29px;
	width:765px;
	padding-right:4px;
	background: #333333;
	background: -moz-linear-gradient(left,  #333333 0%, #4c4c4c 23%, #4c4c4c 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#333333), color-stop(23%,#4c4c4c), color-stop(100%,#4c4c4c));
	background: -webkit-linear-gradient(left,  #333333 0%,#4c4c4c 23%,#4c4c4c 100%);
	background: -o-linear-gradient(left,  #333333 0%,#4c4c4c 23%,#4c4c4c 100%);
	background: -ms-linear-gradient(left,  #333333 0%,#4c4c4c 23%,#4c4c4c 100%);
	background: linear-gradient(to right,  #333333 0%,#4c4c4c 23%,#4c4c4c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#4c4c4c',GradientType=1 );
}

.nav2-selected{
	display:block;
	z-index:2;
	position:absolute;
	top:0;
	right:0;
	background-color:#333;
	height:29px;
	width:765px;
	padding-right:4px;
}

#nav2{
	background-color:#333;
	position:absolute;
	top:52px;
	right:0;
	width:769px;
	height:29px;
	text-align:right;
	font-family: "arialblack", Gadget, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	z-index:11;
}

.nav2 a{
	color: #DDD;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
	line-height: 29px;
}

.nav2 a:hover{
	background-color: #9acb12;
	color: #FFF;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}


.nav2-selected a{
	color: #DDD;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
	line-height: 29px;
}

.nav2-selected a:hover{
	background-color: #9acb12;
	color: #FFF;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.gv_overlay a{
	padding:3px;
	color: #BBB;
	text-decoration: none;
	margin: 0 1px;
	font-weight:bold;
}

.gv_overlay a:hover{
	color: #FFF;
	background-color:#9acb12;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

#content p, #content li{
	line-height:20px;
}

#content li a,#content p a{
	padding:3px;
	color: #82ab0f;
	text-decoration: none;
}

#content li a:hover,#content p a:hover{
	color: #FFF;
	background-color:#9acb12;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

#lower-content{
	width:1100px;
	min-height:25px;
	background-color:#333;
}

h3 {
	font-size: 1.45em;
	line-height: 1.05em;
}

dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.5em;
}
.code_wrapper {
	border: 1px solid #888;
	background: #f0f0f0;
	padding: 10px;
}
code, .code {

}
.options {
	border: 1px solid #777;
	border-right: none;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
}
.options th {
	text-align: left;
	background: #777;
	color: white;
	font-weight: bold;
}
.options th, .options td {
	padding: 4px 10px;
}
.options td {
	border-right: 1px solid #777;
}
#parts-img {
	border: 1px solid black;
}

.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
}
.panel-overlay p {
	line-height: 1.2em;
}

#main{ }

#main a{
	color:#84ae10;
	text-decoration:none;
	padding:2px;
	margin:0 1px;
	border-radius:5px;
}

#main a:hover{
	background-color: #84ae10;
	color: #FFF;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

#sitemap{
	
}

.sitemap1{
	font-size:24px;
	padding:10px;
	border-radius:8px;
	color:#84ae10;
}

.sitemap1:hover{
	background-color: #9acb12;
	color: #FFF;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.sitemap2{
	font-size:18px;
	margin-left:20px;
	padding:10px;
	border-radius:8px;
	color:#84ae10;
}

.sitemap2:hover{
	background-color: #9acb12;
	color: #FFF;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.sitemap3{
	font-size:14px;
	line-height:20px;
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position: 7px 50%;
	margin-left:40px;
	padding:5px 0 5px 32px;
	border-radius:8px;
	color:#84ae10;
}

.sitemap3:hover{
	background-color: #9acb12;
	color: #FFF;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.sitemapdiv{
	margin-bottom:10px;	
}

.sitemapdiv a{
	text-decoration: none;
}

.photoshootpackage{
	margin: 0 auto 15px auto;
	width: 1000px;
	color: #333;
	border-bottom: 2px #333 solid;
	position:relative;
	min-height: 150px;
}

.packageheader{
	width:1000px;
	background-color:#333;
}

.headertext{
	display:block;
	padding:3px;
	color:#FFF;
	font-size:20px;
	font-family:"arialblack", Gadget, sans-serif;
	border-right: 2px solid #FFF;
}

.packagecontent{
	color:#333;
}

.packagecontent ul{
	list-style:square;
}

.packageprice{
	position:absolute;
	bottom:0;
	right:0;
	width:150px;
	height:110px;
	text-align:right;
	vertical-align:bottom;
}











label.preField, form .inlineSection .oneField .inlineLabel {
	width: 8em;
	white-space: nowrap;
}
label.preField {
	display: inline-block;	
	margin: 0.6em 0 0 0.5em;
	padding-right: 4px;
	min-width: 8em;
	text-align: right;
}

label.preFieldS {
	white-space: nowrap;
	display: inline-block;	
	margin: 0.6em 0 0 0.5em;
	padding-right: 4px;
	width:4.5em;
	min-width: 4.5em;
	text-align: right;
}

.displayField{
	width: 8em;
	white-space: nowrap;
	display: inline-block;	
	margin: 0.6em 0 0 0.5em;
	padding-right: 4px;
	min-width: 8em;
	text-align: right;
	font-weight: bold;
	color: #888;
}

select{
	opacity: 0;
	width:250px;
	height:20px;
	padding: 2px 0 1px 0;
}

.selWrap{
	display:inline;
	background: url(/image/select-box.gif) right;
	height:20px;
	width:250px;
	position:relative;
	padding: 2px 0 1px 0;
}

.selWrap span{
	position:absolute;
	top:0;
	left:10px;
	color:#333;
	font-size:12px;
}

.packagecontent li{
	cursor:default;
}

.packagecontent li a{
	text-decoration:none;
	cursor:help;
}

.question{
	text-decoration:none;
	cursor:help;
}

.social a{
	margin:0 5px 5px 0;
	display:block;
	width:60px;
	height:60px;
	background: 0 0 no-repeat;
	float:left;
}

.social a:hover{
	background-position: 0 -60px;
}

.bloglist{
	background:top no-repeat;
	width:1100px;
	height:200px;
	margin: 0 0 2px 0;
	position:relative;
}

.bloglisttitleholder{
	width:1100px;
	height:200px;
	position:relative;
	display:none;
	background-image:url(/image/white10.png);
	background-repeat:repeat;
}

.bloglisttitleholder span{
	background-color: #FFF;
	position:absolute;
	right:0;
	font-family:"arialblack", Gadget, sans-serif;
	z-index:1;
	text-align: right;
	color: #000;
}

.blogheader span{
	background-color: #FFF;
	position:absolute;
	right:0;
	font-family:"arialblack", Gadget, sans-serif;
	z-index:1;
	text-align: right;
	color: #000;
	cursor: default;
}

.bloglisttitle{
	padding:10px;
	bottom:10px;
	font-size: 42px;
	line-height:50px;
}

.bloglistdate{
	padding:4px 10px 4px 10px;
	top:85px;
	font-size: 12px;
	line-height: 20px;
}

#triggers {
	margin-top:4px;
}

#triggers img {
	border: 0;
	margin: 0;
}

#triggers img:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}

#codecast{
	width:95px;
	height:47px;
	margin: 0 auto;
	overflow:hidden;
	opacity: 0.5;
}

#codecast img{
	padding:5px 0;
}

.homethumb{
	float:left;
	width:100px;
	height:100px;
	overflow:hidden;
	position:relative;
}

.homethumb img {
    height: 120px;
	width: 120px;
    position: relative;
	left: -10px;
    top: -10px;
}

.gallerythumb{
	overflow:hidden;
	position:relative;
	height: 100px;
	width: 100px;
}

.gallerythumb img {
	position:relative;
	top:0;
	left:-10px;
	height: 120px;
	width: 120px;
}



.blogpreview{
    width:1100px;
	height: 200px;
    margin: 0 0 2px 0;
    overflow: hidden;
    position: relative;
}

/* --- Link configuration that contains the image and label ----------------------------- */
.blogpreview a {
    display: block;
    position: relative;
	width: 1100px;
	height: 200px;
	text-decoration:none;
}

.blogpreview a img {
    width: 1210px;
	height: 220px;
    left: -55px;
	top: -10px;
    position: relative;
	border:0;
}

/* --- Label configuration -------------------------------------------------------------- */
.blogpreview a span {
    opacity:0;
	position: absolute;
    text-decoration: none;
    z-index: 100;
	text-align: right;
	color: #000;
	background-color: #FFF;
	font-family:"arialblack", Gadget, sans-serif;
	right:-50px;
}

.blogpreviewtitle{
	padding:10px;
	bottom:10px;
	font-size: 42px;
	line-height:50px;
}

.blogpreviewdate{
	padding:4px 10px 4px 10px;
	top:85px;
	font-size: 12px;
	line-height: 20px;
	
}

.gallery-title-description{
	display:none;
}