/* @override 
	http://dev.creightonphotography.com/support/style.css?v=2.4
	http://dev.creightonphotography.com/support/style.css?v=2.6
	http://creightonphotography.com/support/style.css?v=2.6
	http://dev.creightonphotography.com/support/style.css
*/

:link,:visited { text-decoration:none }


ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6 { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body { margin:0; padding:0 }


/* 
KC Photo Styles 
*/
   
body {
	color: #DDD;
	font: 12px/15px   Georgia, Times New Roman, Times, serif;
	background: #222;
}

h2 {
	color: #FFF;
	font: 18px/30px   Georgia, Times New Roman, Times, serif;
	padding-left:6px;
}

h2 a {
	color: #FFF;
	font: 18px/30px   Georgia, Times New Roman, Times, serif;
}

h2 a:hover {
	color: #33F;
	font: 18px/30px   Georgia, Times New Roman, Times, serif;
}

#branding {
	color: #CCC;
	font: 9px/15px   Georgia, Times New Roman, Times, serif;
	position: absolute;
	top: 190px;
	left: 20px;
	width: 17%;
	
}



#branding img {
	border: 0px solid #222;
}

#title_info
{
	position: absolute;
	top: 5px;
  	left: 17%;
  	color: #CCC;
  	font: 11px/15px Georgia, Times New Roman, Times, serif;
	padding-left:6px;
	width:760px;
}
#title_info b {
	color: #FFF;
	font: bold 11px/15px Arial, Helvetica, sans-serif;
}

#cc 
{
	color: #ccc;
	font: 9px/15px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 100px;
	padding-bottom: 10px;
	padding-left: 6px;
	float: left;
}

#cc a 
{
	color: #ccc;
	font: 9px/15px Verdana, Arial, Helvetica, sans-serif;
}

#cc a:hover 
{
	color: #f00;
}

a
{
	color: #CCC;
  	font: 11px/15px Georgia, Times New Roman, Times, serif;
}

a:hover
{
	color: #F00;
  	font: 11px/15px Georgia, Times New Roman, Times, serif;
}



#big_photo_container {
}

#big_photo_edit, #big_photo_add {
	display: inline-block;
	margin-left: 0;
	margin-top: 0;
	float: left;
	padding: 10px 10px 10px 64px;
	width: 341px;
}

#big_photo_edit {
	background-color: black;
}

label {
	width: 100px;
	height: 16px;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

div ul, div ul li {
	margin: 0;
	padding: 0;
}

div ul{
	padding-left: 8px;
}

div ul li {
	height: auto;
	border-bottom: 1px solid gray;
	margin-top: 7px;
	padding-top: 2px;
	padding-bottom: 8px;
}
div ul li.break {
	border-bottom: 3px solid gray;
}
div ul li.none {
	border-bottom: 0px solid gray;
}

div ul li em {
	display: block;
	font-size: 10px;
	color: #9e9e9e;
	margin-left: 100px;
}

input {
	height: 20px;
	font-size: 10px;
	color: black;

	padding: 2px;
	margin: 0;

}

span.instruction{
	color: white;
	font-size: 14px;
	margin-bottom: 5px;
	display: inline-block;
	padding: 5px 20px 5px 5px;
}

#confirm_delete {
	padding: 15px 5px;
	font-size: 20px;
	line-height: 27px;
}

#confirm_delete, .payattention {
	color: white;
	background-color: red;
}

.big_photo {
	margin-top:5px;
	border: 6px solid #000;
	display: block;
	float: left;
	padding-bottom: 0;
	margin-bottom: 0;
	z-index: 200;
}

#photo_navigation {
	margin-top:60px;
	text-align: justify;
	padding-left: 5px;
	float: left;
}

#photo_navigation img{
	margin-bottom: 12px;
margin-right: 12px;
}

#primary_photo {
	position: absolute;
	top: 35px;
  	left: 17%;
}

img.current_photo {
	border: 2px solid #F00;
	padding: 0px;
}

.thumb {
	border: 2px solid #000000;
	padding: 0px;
}


#next_photo, #prev_photo {
	background-color: transparent;
	width: 240px;
	height: 300px;
	float: left;
	z-index: 500;
	padding: 0;
	margin: auto 0;
	display: block;
	position: relative;
	color: #222;
}
#next_photo img, #prev_photo img{
	color: #222;
	z-index: 700;
	float: left;
	position: relative;
}

#next_photo h4, #prev_photo h4 {
	margin-top: -220px;
	font-weight: normal;
	font-style: normal;
	width: 70px;
	z-index: 100;
	float: left;
	position: relative;
}



#prev_photo h4 {
	margin-left: 30px;
	text-align: left;
}
#next_photo h4 {
	margin-left: 165px;
	text-align: left;
}

#prev_photo {
	margin-right: -240px;
	margin-left: -100px;
}

#next_photo {
	margin-right: -240px;
	margin-left: -140px;
}

#prev_photo:hover {
	background-image: url(prev_photo.png);
	color: #DDD;
}

#next_photo:hover {
	background-image: url(next_photo.png);
	color: #DDD;
}

#dev {
	width: 165px;
	margin-top: 70px;
	padding: 5px;
	background-color: #8e0f0f;
}

#dev p {
	color: #DDD;
	font: 12px/15px   Georgia, Times New Roman, Times, serif;
}

#dev p a{
	color: white;
	font: 12px/15px   Georgia, Times New Roman, Times, serif;
	text-decoration: underline;
}

