.hide {
	display:none;
}


/* --- Daves Defaults ---------- */

* {
	padding: 0;
	margin: 0;
	font-weight:normal;
}

a { 
	text-decoration:none;
}

a img {
	border: 0;
}

a, a:link, a:visited, a:hover, a:active { 
	outline: none;
}

a:hover{
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal; 
}


/* --- redefined tags ---------- */

body {
	font-family: Verdana, arial, sans-serif;
	color:#ffffff;
	background-color:#393939;
}

p {
	margin:0 0 10px 0;
}

form {
	margin:0;
}

hr { 
	clear:both;
	height:0px;
	border:none;
	padding:0px;
	visibility:hidden;
	margin-bottom:20px;
}


/* --- page structure ---------- */

div#container { 
	background-color:#4D4D4D;
	width:766px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

@media (max-width: 768px) {
	div#container { 
		width:100%;
	}
}

div#container #pageHeader {
	height:105px;
	background-color:#393939;
}

/* safari 3 hack */
body:first-of-type div#container #pageHeader {
	height:104px;
}

@media (max-width: 768px) {
	div#container #pageHeader,
	body:first-of-type div#container #pageHeader { 
		height: auto;
	}
}

div#container #logo {
	position:absolute;
	top:26px;
	left:24px;
}

@media (max-width: 768px) {
	div#container #logo {
		position: relative;
		top:auto;
		left:auto;
		display: flex;
		justify-content: center;
		margin-top: 4px;
	}
}

div#container #contactMini {
	position:absolute;
	top:22px;
	right:2px;
	color:#808080;
	font-size:10px;
}

@media (max-width: 768px) {
	div#container #contactMini  {
		position:relative;
		top:4px;
		text-align: center;
		padding-right: 8px;
		padding-left: 8px;
	}
}

div#container #contactMini a {
	color:#808080;
	font-weight:bold;
}

div#container #navi {
	position:absolute;
	top:60px;
	right:0px;
	color:#B3B3B3;
}

div#container #navi ul li {
	display:inline;
}

div#container #navi ul li a {
	display:block;
	padding:8px 12px;
	float:left;
	font-size:9px;
	color:#B3B3B3;
	background-color:#666666;
	background-position:top left;
	background-repeat:no-repeat;
	margin-right:2px;
}

@media (max-width: 768px) {
	div#container #navi {
		position: relative;
		top: 20px;
		display: flex;
		justify-content: center;
		background: #393939;
		padding-bottom: 6px;
	}

	div#container #navi ul {
		display: flex;
		justify-content: center;
	}

	div#container #navi ul li a {
		border-radius: 8px;
	}	
}

@media (max-width: 350px) {
	div#container #navi ul {
		flex-flow: wrap;
		width: 240px;
	}
}
@media (max-width: 250px) {
	div#container #navi ul {
		width: 100%
	}
}

div#container #navi ul li.current a {
	background-color:#4D4D4D;
}

div#container #navi ul a {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}

div#container #navi ul li a span {
	font-size:13px;
	color:#FFFFFF;
}

div#container #navi ul li a .nav-subtitle {
	font-size: 9px;
	color: #B3B3B3;
}

@media (max-width: 768px) {
	div#container #navi ul li a .nav-subtitle {
		display: none;
	}
}

div#container #supportingText {
	background-color:#4D4D4D;
	width:706px;
	background-image:url('/img/bg-main.png');
	background-position:top left;
	background-repeat:no-repeat;
	padding:26px 30px 0px 30px;
}

@media (max-width: 768px) {
	div#container #supportingText  { 
		width:100%;
		padding:0;
		position: relative;
		top: 20px;
	}
}

div#container #supportingText a {
	color:#FFFFFF;
	font-weight:bold;
}

div#container #supportingText #myContent {
	margin-bottom:20px;
}

div#banner {
	margin-bottom:26px;
}

.home div#banner {
	position:relative;
	width:696px;
	height:471px;
}

@media (max-width: 768px) {
	.home div#banner  { 
		width:100%;
	}
}


/* --- slideshow ------------- */

.banner-item {
	width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
	position: absolute;
    top: 0;
    left: 0;
	z-index: 1;
}

.banner-item.show {
    opacity: 1;
}

.banner-item img {
	width: 696px;
	height: 471px;
}

div#banner img { 
	border:5px solid #FFFFFF;
}

@media (max-width: 768px) {
	.banner-item img  { 
		width:100%;
		height: auto;
	}

	div#banner img { 
		border: 0;
	}
}

.inline {
	list-style:none;
	padding:0;
	margin:0;
}

.inline li {
	float:left;
	padding-left:10px;
	padding-bottom:10px;
}

div#container #supportingText #adLeft {
	width:48%;
}

div#container #supportingText #adRight {
	width:48%;
}

@media (max-width: 768px) {
	div#container #supportingText #adLeft,
	div#container #supportingText #adRight {
		margin: 0px 16px 24px 16px;
	}
}

@media (max-width: 530px) {
	div#container #supportingText #adLeft,
	div#container #supportingText #adRight {
		width:90%;
	}
}

div#container #supportingText p.sub { 
	padding:0 16px 0 16px; 
}

div#container #supportingText #boxSmall, div#container #supportingText #boxMedium {
	width:230px;
	background-image:url('/img/bg-box-top.png');
	background-position:top left; 
	background-repeat:no-repeat;
	background-color:#393939;
}

div#container #supportingText #boxSmall #boxFooter, div#container #supportingText #boxMedium #boxFooter {
	background-image:url('/img/bg-box-bottom.png');
	background-position:bottom left; 
	background-repeat:no-repeat;
	height:10px;
}

div#container #supportingText #boxSmall dl { 
	padding:16px; padding-bottom:0px; 
}

div#container #supportingText  #boxSmall dt {
	font-family: arial, sans-serif;
	font-size:14px;
	margin-bottom:8px;
	color:#CCCCCC;
	background-image:url('/img/icon-faqs.webp');
	background-position:top left; 
	background-repeat:no-repeat;
	padding-left:22px;
}

div#container #supportingText #boxSmall dd {
	border-bottom:1px solid #4D4D4D;
	line-height:14px;
	padding:4px 0 8px 0;
}

div#container #supportingText #boxSmall dd.last { 
	border-bottom:none; 
}

div#container #supportingText #boxSmall dd a {
	font-size:11px;
	font-weight:normal;
	color:#999999;
}

div#container #supportingText #boxMedium {
	width:402px;
	background-image:url('/img/bg-box-medium-top.png');
}

div#container #supportingText #boxMedium #boxFooter {
	background-image:url('/img/bg-box-medium-bottom.png');
}

#boxMedium input, textarea {
	width:96%;
	border:1px solid #808080;
	background-color:#E6E6E6;
	padding:2px;
}

#boxMedium input#submit {
	border:2px solid #4D4D4D;
	background-color:#393939;
	color:#E6E6E6;
	font-weight:bold;
	width:72px;
	text-align:left;
	padding-left:8px;
	background-image:url('/img/tick.png');
	background-repeat:no-repeat;
	background-position:90% 50%;
	margin-top:8px;
	margin-bottom:4px;
}

#boxMedium input#submit:hover {
	cursor: pointer;
}

#boxMedium fieldset {
	padding:16px;
	border:0;
}

#boxMedium label {
	color:#B3B3B3;
	font-size:11px;
	font-weight:bold;
}

#contactOptions {
	width:280px;
}

#contactOptions h2 {
	margin-bottom:8px;
}

#contactOptions ul {
	margin-left:16px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#contactOptions ul li {
	font-size:11px;
	color:#B3B3B3;
	background-repeat: no-repeat;
	background-position: 0 0%;
	padding-left:24px;
	margin-bottom:10px;
}

#contactOptions ul li#icoEmail {
	background-image:url('/img/email_link.png');
}
#contactOptions ul li#icoPhone {
	background-image:url('/img/phone.png');
	font-size:14px;
}
#contactOptions ul li#icoPhone a {
	color: #B3B3B3;
	font-weight: 400;
}
#contactOptions ul li#icoBuilding {
	background-image:url('/img/building.png');
}

#response {
	background-color:#333333;
	background-image:url(/img/tick.png);
	background-position:1% 50%;
	background-repeat:no-repeat;
	margin-bottom:10px;
	font-size:10px;
	padding:6px;
	padding-left:4%;
	text-transform:uppercase;
	font-weight:bold;
}

div#container #footer {
	clear:both;
	background-color:#393939;
	position:relative;
	font-size:10px;
	color:#999999;
}

div#container #footer a {
	color:#CCCCCC;
}

div#container #footer #mainBott {
	background-color:#4D4D4D;
	background-image:url('/img/bg-main-bott.png');
	background-position:top left;
	background-repeat:no-repeat;
	height:32px;
	width:766px;
}

div#container #footer #clientRights {
	position:absolute;
	width:300px;
	top:40px;
	left:30px;
}

div#container #footer #authorRights {
	position:absolute;
	width:200px;
	top:40px;
	right:0px;
}

@media (max-width: 768px) {
	div#container #footer #mainBott {
		position: relative;
		width: 100%;
	}

	div#container #footer #clientRights {
		position: absolute;
		top: auto;
		left: auto;
		margin: 16px;
	}

	div#container #footer #authorRights {
		position: relative;
		width: 100%;
		top: auto;
		right: auto;
	}
}

@media (max-width: 330px) {
	div#container #footer #clientRights {
		width: 100%;
		margin: 16px 0px 16px 0px;
	}
}


/* --- picture styles ---------- */

.floatRight {
	float: right;
	margin: 0px 0px 10px 16px;
}

.floatLeft {
	float: left;
	margin: 0px 10px 10px 0px;
}

@media (max-width: 768px) {
	#intro {
		margin: 0 16px;
	}
	#intro h1 {
		font-size: 24px;
	}
}

@media (max-width: 530px) {
	#intro h1 {
		margin-left: 8px;
		margin-right: 8px;
	}
	#intro p {
		margin-left: 8px;
		margin-right: 8px;
	}

	.floatRight,
	.floatLeft {
		margin: 0px 0px 8px 0px;
		float: none;
		width: 100%;
	}

	.adflex {
		display: flex;
	}

	#adRight h2,
	#adRight p,
	#adLeft h2,
	#adLeft p {
		margin-left: 8px;
		margin-right: 8px;
	}
}

@media (max-width: 320px) {
	.adflex {
		flex-direction: column;
		align-items: center;
	}
}


/* --- text styles ------------- */

h1 {
	font-family: arial, sans-serif;
	font-size:26px;
	font-weight:normal;
	margin-bottom:16px;
}

h2 {
	font-family: arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	margin-bottom:14px;
	color:#E6E6E6;
}

h2.special {
	font-size:43px;
	margin-bottom:4px;
	color:#CCCCCC;
	background-image:url('/img/bg-h-line.gif');
	background-repeat:repeat-x;
	background-position:0% 50%;
	clear:both;
}

h2.special span {
	background-color:#4D4D4D;
}

div#container #supportingText p {
	font-size:12px;
	color:#B3B3B3;
	line-height:18px;
}


/* --- clients ------------- */

.clients div#banner {
	height: auto;
}

@media (max-width: 768px) {
	.clients #intro {
		margin: 0;
	}
	.clients #banner img {
		width: 100%;
	}

	.clients #intro h1 {
		margin: 16px 16px 16px 24px;
	}
	.clients #intro ul {
		margin: 16px;
	}
}

@media (max-width: 555px) {
	.clients #intro h1 {
		text-align: center;
	}
	.clients #intro ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}


/* --- record labels ------------- */

.record-labels div#banner {
	height: auto;
}

@media (max-width: 768px) {
	.record-labels #banner img {
		width: 100%;
	}
	
	.record-labels h1 {
		font-size: 24px;
		margin: 16px;
	}
	.record-labels ul {
		margin: 16px;
	}
}

@media (max-width: 555px) {
	.record-labels h1 {
		text-align: center;
	}
	.record-labels ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}


/* --- contact ------------- */

@media (max-width: 768px) {
	.contact #contactOptions {
		width: 240px;
		margin: 0px 0px 10px 8px;
	}
	.contact #intro {
		display: flex;
		flex-direction: column;
		margin: 24px 24px 16px 24px;
	}
	.contact #intro h1 {
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media (max-width: 432px) {
	div#container #supportingText.contact #boxMedium {
		width: 100%;
		border-radius: 8px;
	}
	.contact #intro {
		display: flex;
		flex-direction: column;
		margin: 24px 16px 16px 16px;
	}
}


/* --- contact form ------------- */

#reidphoto-contact-form {
	padding: 16px;
}

#reidphoto-contact-form .form-field {
	margin-bottom: 4px;
}

#reidphoto-contact-form #name_error,
#reidphoto-contact-form #email_error,
#reidphoto-contact-form #subject_error,
#reidphoto-contact-form #message_error {
	font-size: 11px;
	color: #B3B3B3;
	margin-bottom: 8px;
}

#reidphoto-contact-form #name,
#reidphoto-contact-form #email,
#reidphoto-contact-form #subject {
	padding: 4px 4px;
}

#reidphoto-contact-form #message {
	padding: 8px 4px;
}

#reidphoto-contact-form-status .form-success,
#reidphoto-contact-form-status .form-fail {
	margin-top: 8px;
}


/* --- privacy policy ------------- */

.privacy-policy h2.special {
	font-size:18px;
}

.privacy-policy div#container #supportingText  #boxSmall dt {
	background-image:url('/img/information.png');
}

.privacy-policy div#banner {
	height: auto;
}

@media (max-width: 768px) {
	.privacy-policy #banner img {
		width: 100%;
	}
}
