@import url('http://media.ajc.com/ajc/css/base.css');

h2 {
	letter-spacing: 0;
}

/* @group Page headers */

.submit-photos, .view-photos {
  padding-left: 5px;
  font-size: 12px;
}

/* @end */
  
}

/* @group Creek thumbnails */

.gallery_widget {
	padding-top: 10px;
}

.images {
  margin: 0 0;
}

div.top-photos {
	margin: 0;
	padding-top: 0;
	height: 150px;
}

.images li {
  margin: 0 13px 30px 13px;
  width: 75px;
  height: 150px;
  float: left;
  overflow: hidden;
}

div.top-photos ul li {
	margin: 0 10px 0 10px;
}

.images li img {
  border: 1px solid #fff;
  padding: 2px;
  width: 69px;
  height: 69px;
}

.images li a:hover img, .images li.selected a img {
  	border:3px solid #0B5AAA;
	padding: 0;
}

.images-focal .gallery_widget li {
	height: 75px;
}

/* @end */

/* @group Photo focal */

.photo-focal {
  margin-bottom: 30px;
  text-align: center;
}

.photo-focal img {
	margin-bottom: 5px;
}

.photo-focal .photo-credit, .photo-focal .photo-caption, .photo-focal .share {
	text-align: left;
}

.photo-focal .photo-caption {
	margin-bottom: 5px;
}

.photo-focal .share {
	clear: left;
	margin-top: 5px;
}

.useonly[href = "#"] {
    display: none;
}

div.related_links {
	text-align: left
}

div.related_links h3, div.related_links ul {
	float: left;
}

div.related_links h3 {
	font-weight: bold;
	color: #444;
	padding-right: 10px;
	margin-bottom: 10px;
}

div.related_links ul li {
	display: inline;
	margin-right: 5px;
}


/* @group Image controls */

.image-status {
  margin-bottom: 10px;
  padding: 5px 0;
/*  background: #eee;*/
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  height: 20px;
}

.image-status span {
  font-weight: bold;
  line-height: 20px;
}

.image-controls {
  position: absolute;
  top: 5px;
  right: 5px;
}

.image-controls a {
  padding-left: 10px;
  float: left;
}

/* @end */

.photo-credit {
  margin-bottom: 10px;
  font-size: 12px;
  color: #999;
  position: relative;
}

.photo-credit span {
  position: absolute;
  right: 0;
}

.photo-caption {
  line-height: 1.5;
}

/* @group Filmstrip controls */
.filmstrip-controls {
	clear: both;
}

.filmstrip-controls a.prev {
	float: left;
	margin: 0 0 3px 12px;
}

.filmstrip-controls a.next {
	float: right;
	margin: 0 12px 3px 0;
}

/* @end */

/* @group Thumbnails */

.images-focal {
  margin-bottom: 20px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  background: #eee;
}

.images-focal li {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* @end */

/* @group Moderation creeks */
#moderation_creeks a {
	padding: 5px 33px 4px 10px;
	border: 1px solid #E4E4E4;
	background-color: #eaeaea;
	text-decoration: none;
	line-height: 20px;
}
#moderation_creeks a.approved {
	background: #eaeaea url('../images/moderate-buttons.png') right 3px no-repeat;
}

#moderation_creeks a.rejected {
	background: #eaeaea url('../images/moderate-buttons.png') right -61px no-repeat;
}

#moderation_creeks a.pending {
	background: #eaeaea url('../images/moderate-buttons.png') right -125px no-repeat;
}

#moderation_creeks a.picked {
	background: #eaeaea url('../images/moderate-buttons.png') right -221px no-repeat;
}
#moderation_creeks a:hover {
	background-color: #fff;
	padding-bottom: 3px;
	border-bottom: 2px solid #E4E4E4;
}

#moderation_creeks a.selected {
	background-color: #fff;
	padding-bottom: 4px;
	border-bottom: 1px solid #fff;
}


/* @end */

/* @group Moderation list */
a.moderate {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin-right: 3px;
	text-indent: -9999px;
	background-color: #ccc;
}

a.approve:link, a.approve:visited {
	background: url('../images/moderate-buttons.png') left top no-repeat;	
}
a.approve:hover, a.approve:active {
	background: url('../images/moderate-buttons.png') left -32px no-repeat;
}

a.reject:link, a.reject:visited {
	background: url('../images/moderate-buttons.png') left -64px no-repeat;
}
a.reject:hover, a.reject:active {
	background: url('../images/moderate-buttons.png') left -96px no-repeat;
}

a.hold:link, a.hold:visited {
	background: url('../images/moderate-buttons.png') left -128px no-repeat;
}
a.hold:hover, a.hold:active {
	background: url('../images/moderate-buttons.png') left -160px no-repeat;
}

a.pick, a.unpick {
	margin-right: 0;
}

a.pick:link, a.pick:visited {
	background: url('../images/moderate-buttons.png') left -192px no-repeat;
}
a.unpick:link, a.unpick:visited {
	background: url('../images/moderate-buttons.png') left -224px no-repeat;
}
a.pick:hover, a.pick:active, a.unpick:link, a.unpick:visited {
	background: url('../images/moderate-buttons.png') left -224px no-repeat;
}

/* @end */

/* @group single image Moderation list */
div.single_imaged_moderation {
	height: 19px;
	padding: 2px 0 0 5px;
	margin: -10px 0 10px 0;
	background-color: #f4f4f4;
	border-bottom:1px solid #E5E5E5;
}

/* @end */
/* @group Upload form */

form.uploadform .ajc-span-3 {
	clear: left;
}

textarea, input[type=text], input[type=file] {
  margin: 0 0 20px 0;
  padding: 5px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff url('http://img.coxnewsweb.com/C/00/72/40/image_7440720.gif') top left repeat-x;
  font-family: Arial, Helvetica, Sans-serif;
  color: #555;
  width: 400px;
}

input[type=submit] {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #eee;
  font-size: 12px;
  font-weight: bold;
  color: #555;
  cursor: pointer;
}

input[type=file] {
  margin-bottom: 5px;
}

input[type=file]#id_photo {
	width: 275px;
}

p.note {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.5;
  color: #777;
}

p.bucket_links {
	text-align: right;
	margin-bottom: 5px;
}

p.bucket_links a {
	margin-left: 10px;
}


h5 {
  padding-top: 5px;
  font-weight: bold;
  color: #555;
}

a.addOne {
	padding-left: 15px;
	background: url('../images/icon_addlink.gif') left 50% no-repeat;
}

/* @end */

/* @group Right rail */

.gallery-browse {
  height: 118px;
  position: relative;
}

#ad-rp01 {
  height: 250px;
}

a.photos_needed {
	position: absolute;
	bottom: 10px;
	left: 20px;
}

.top-photos {
  height: 100px;
}

/* @end */

/* @group Image controls */
#messages {
	margin-bottom: 15px;
	padding: 5px 10px;
	background-color: #eee;
}

#messages span.error {
	color: #ce0202;
}


/* @end */

/* @group Mockup */

.ajc-mockup {
  margin-bottom: 20px;
  background: #eee;
  padding: 20px;
  border-top:1px solid #A7A7A7;
  height:140px
}

* html .ajc-mockup {
	padding: 10px;
}

.ajc-mockup p {
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  color: #555;
}

div.ajc-mockup  h2
	{
	font-size:1.23077em;
	letter-spacing:inherit;
	margin:10px 0 0 0px;
	}

div.ajc-mockup  ul li
	{
	margin-top: 3px;
	font-size: 12px;
	}
	
.top-photos .gallery_widget ul {
	margin-left: 8px;
}

.top-photos .gallery_widget ul li {
	height: 120px;
}

* html .gallery_widget ul li {
	margin-right: 7px;
}

div.top-photos h2 {
	font-weight: bold;
	margin-bottom: 10px;
	*margin-bottom: 0;
}
	

/* @end */


div.cxSectionHeader {
	margin-bottom: 20px;
	border-bottom: 2px solid #e4e4e4;
}

h1.cxSectionTitle {
	font-size: 2.4em;
	font-weight: normal;
	padding-bottom: 8px;
}

.gallery_widget h1.cxSectionTitle {
	background-color:#EEEEEE;
	color:#444444;
	font-size: 1.2em;
	line-height:1.2em;
	padding:20px;
}

h2.cxSectionDescription {
	font-size: 100%;
	margin-bottom: 10px;
}

span.cxSectionRSS {
	width: 10px;
	height: 10px;
	overflow: hidden;
}

span.cxSectionRSS a {
	background: url('http://media.ajc.com/ajc/images/icons/icon-rss.gif') top left no-repeat;
	display: block;
	overflow: hidden;
}

div.share {
	padding-top: 15px;
}

div.share li {
	padding-bottom: 5px;
}

/* FORM ERROR */


ul.errorlist {
	background:url(http://img.coxnewsweb.com/C/07/78/95/image_8595787.gif) no-repeat scroll 0 -10;
	color:#CE0202;
	font-weight:normal;
	margin:5px 0 10px 0px;
	padding:0;
}

ul.errorlist li {
	margin:0;
	}

html>body .or_spacer { *position: relative; }
html>body .or_spacer { *top: -27px; }
html>body .addOne { *position: relative; }
html>body .addOne { *top: -26px; }

div#more_galleries {
    padding: 0px;
}

/* @group Caption character count */
p#caption_length {
	display: none;
}

p.caption_length {
	margin-top: 5px;
	float: left;
	clear: left;
	width: 100px;
	position: relative;
	top: -20px;
	*top: -25px;
	_top:-25px;
	left: 100px;
	_left: 105px;
}

span.char_count {
	font-weight: bold;
	font-size: 16px;
}

p.caption_length .good {
    color: #32b221;
}

p.caption_length .almost {
    color: #e2e009;
}

p.caption_length .close {
    color: #f81e1e;
}

p.caption_length .bad {
    color: #ea0e0e;
}
/* @end */

/* @multistage upload */
a#add_another {
	padding: 0 0 0 15px;
	font-weight: bold;
	background: url('http://media.ajc.com/shared/images/icons/plus-green.gif') left center no-repeat;
}

div.editor {
	border: 1px solid #ccc;
	padding: 15px 15px 0 15px;
	margin-bottom: 15px;
}

div.editor input, div.editor textarea {
	padding: 5px;
	_padding: 5px 0;
	_margin-bottom: 15px;
}

div.editor-form-all {
	padding: 15px 15px;
	margin-bottom: 15px;
}

.editor.small .editor-image {
	float: left;
	width: 85px;
}

.editor-image a {
	clear: left;
	font-size: 12px;
}

.small .editor-form {
	width: 480px;
	float: right;
}

.editor-form label {
	float: left;
	clear: left;
	width: 100px;
	color: #555;
	font-weight: bold;
	padding-top: 5px;
}

.editor-form input {

}

.small .editor-form input {
	width: 368px;
	_margin-top: 5px;
}

.large .editor-form input {
	width: 466px;
	_margin-top: 5px;
}

.large .editor-form textarea {
	width: 466px;
	_margin-top: 5px;
}

.editor input.button {
	width: auto;
	float: right;
}

input.button.save {
	color: #2b9e1c;
	margin: 0 10px 0 0;
	padding-bottom: 4px;
}

.editor input.delete[type="button"] {
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color: #c01818;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 5px 10px 4px 10px;
}

input.button.save:hover {
	background-color: #f1f8ef;
}

input.button.delete:hover {
	background-color: #ffeeee;
}


.large .editor-form {
	margin-top: 15px;
	padding-top: 20px;
	border-top: 2px solid #ccc;
}

.editor-image {
	text-align: center;
}

.editor-image p {
	padding-top: 5px;
}

.editor-form a.delete-photo:hover {
	background-color: #;
}

.editor-form a.delete-photo:hover, .editor-form a.delete-photo:active {
	text-decoration: none;
}

/*----------- browse by date -----------*/
form #date_message {
	padding-bottom: 15px;
	font-weight: bold;
}

form .date {
	padding-bottom: 10px;
}

.date .picker {
	margin: 5px 0 0 18px;
}

.date .picker input[type="text"] {
	padding: 2px 4px 2px 3px;
	margin-bottom: 5px;
}

html>body .date .picker {
	*position: relative;
	*top: -10px;
	*left: 7px;
}

html>body .date .picker input.textpicker {
	*position: relative;
	*top: 7px;
}

h3#filter_dates {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}

/*----------- hiding more galleries and top galleries boxes -----------*/
div#more_galleries, div.top-photos {
	display: none;
}

/*----------- ie6 specific -----------*/
* html textarea#id_caption, * html input#id_credit, * html input#id_photo {
  margin: 0 0 20px 0;
  padding: 5px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff url('http://img.coxnewsweb.com/C/00/72/40/image_7440720.gif') top left repeat-x;
  font-family: Arial, Helvetica, Sans-serif;
  color: #555;
  width: 400px;
}

* html input#id_photo {
	margin: 0 0 0 0;
	width: 325px;
}

