h2 {
	font-size: 1.2em;
	font-weight: bold;
}

.view-content .views-field-title h2 {
	font-size: 1.3em;
}
.view-content .views-field-title h2.editor, .view-content .views-field-title h2.publisher {
	font-size: 1.6em;
	margin-top: 0.8em;
}
.view-content .views-row {
	margin-bottom: 1em;
}
.views-field-created {
	font-size: 0.8em;
}
#cropimages {
	height: 150px;
	position: relative;
	width: 100%;
	clear: both;
	background-image: -moz-linear-gradient(top,#222,#444);/* FF3.6 */
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#222),color-stop(1,#444));/* Saf4+,Chrome */
	background-image:-webkit-linear-gradient(#222,#444);/* Chrome 10+,Saf6 */
	background-image:linear-gradient(top,#222,#444);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#222222',EndColorStr='#444444');/* IE6–IE9 */
}
#crop-image-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#crop-image-list li {
	float: left;
	margin: 1em 2em;
	padding: 0;
	height: 120px;
}
.cropimages-image h2 {
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	margin: 0 0 0.2em 0;
	padding: 0;
	color: #e0e0e0;
	width: 160px;
}
.cropimages-image p {
	display: none;
}
#crop-image-list ol {
	display: none;
}
#crop-image-list a img {
	border: 1px solid #e0e0e0;
}
.cropimages-image {
	display: none;
}
#cropimages-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: transparent url('transparent.png') repeat scroll top left;
	display: none;
	z-index: 10000;
}
#crops-lightbox {
	position: fixed;
	z-index: 10002;
	width: 70%;
	height: 0;
	top: 12%;
	margin: 0;
	padding: 0;
	display: none;
}
#crops-lightbox div {
	position: relative;
	width: 630px;
	height: 550px;
	margin: 0 auto;
	background-color: #fff;
	overflow: auto;
	text-align: center;
	padding-top: 1em;
	border: 1px solid #999;
}
#crops-lightbox iframe {
	height: 500px;
	width: 550px;
}
#crops-lightbox p {
	text-align: left;
	padding: 1em;
	margin: 0;
	font: 12px Helmet,Freesans,sans-serif;
}
#crops-lightbox .image-title {
	font: 14px Helmet,Freesans,sans-serif;
	font-weight: bold;
}
#crop-comments-heading {
	text-align: left;
	font: 12px Helmet,Freesans,sans-serif;
	margin: 1em 0 0 1em;
	padding: 0;
	font-weight: bold;
}
#crops-lightbox ol {
	font: 10px Helmet,Freesans,sans-serif;
	margin: 0 1em 1em;
	padding: 0.5em 2em 2em;
	background-color: #FEFFED;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: left;
}
#crops-lightbox .comment-reply {
	border: none;
	border-left: 1px solid #e0e0e0;
	padding-right: 1em;
	padding-bottom: 0;
}
#crops-lightbox img {
	border: 1px solid #444;
}
#crops-lightbox ol p {
	padding: 0;
}
#crops-lightbox ol li {
	list-style-type: decimal;
	margin: 0 3em 0 1em;
	padding: 0.5em 1em 0.5em 0;
	border-bottom: 1px solid #e0e0e0;
}
#crops-lightbox .comment-reply li {
	border-bottom: none;
	padding-bottom: 0;
}
#crops-lightbox .crop-comment-author {
	font-size: 10px;
	font-style: italic;
}
#add-comment,#add-photo,#signup, #cropwatch-signin {
	display: block;
	padding: 3px 5px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	border: 1px solid #444;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 5px 0;
	color: #333;
	text-decoration: none;
	background-image: -moz-linear-gradient(top,#fbfcfb,#9d9e9d);/* FF3.6 */
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fbfcfb),color-stop(1,#9d9e9d));/* Saf4+,Chrome */
	background-image:-webkit-linear-gradient(#fbfcfb,#9d9e9d);/* Chrome 10+,Saf6 */
	background-image:linear-gradient(top,#fbfcfb,#9d9e9d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfcfb',EndColorStr='#9d9e9d');/* IE6–IE9 */
	background-color:#c0c2c0;
	text-shadow: rgba(255,255,255,0.4) 0px 1px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px;
	box-shadow: rgba(255,255,255,0.4) 0 1px;
	-webkit-user-select: none;
	-moz-user-select: none;
	width: 157px;
}
#add-comment,#add-photo {
	font-size: 16px;
}
#add-comment:hover,#add-photo:hover,#add-comment:focus,#add-photo:focus {
	background: #E2E4E2;
}
#signup, #cropwatch-signin {
	clear: both;
	font-size: 12px;
	font-weight: normal;
	background-image: -moz-linear-gradient(top,#E7F0E4,#BECCB8);/* FF3.6 */
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#E7F0E4),color-stop(1,#BECCB8));/* Saf4+,Chrome */
	background-image:-webkit-linear-gradient(#E7F0E4,#BECCB8);/* Chrome 10+,Saf6 */
	background-image:linear-gradient(top,#E7F0E4,#BECCB8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ECFCEA',EndColorStr='#BECCB8');/* IE6–IE9 */
	background-color:#E7F0E4;
}
#signup:hover, #signup:focus, #cropwatch-signin:hover, #cropwatch-signin:focus {
	background: #D6F1C8;
}

#ctl00_ctl00_websiteContent_leftwideContent_display {
	clear: both;
}
#cropwatch-signin {
	display: none;
	visibility: hidden;
}


#show-more-cropimages {
	display: block;
	position: absolute;
	left: 45%;
	bottom: 0;
	background-color: #555;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	padding: 0.3em 0.5em;
	border: 1px solid #444;
}
#next-cropimages,#prev-cropimages {
	position: absolute;
}
.cropimages-pager {
	display: block;
	float: left;
	background-color: #999;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding: 0.3em 0.5em;
	border: 1px solid #333;
}
#show-more-cropimages:hover,
#show-more-cropimages:focus,
.cropimages-pager:hover,
.cropimages-pager:focus {
	background-color: #000;
}
#prev-cropimages {
	bottom: 0;
	left: 0;
}
#next-cropimages {
	bottom: 0;
	right: 0;
}

/*BIG page*/
#ctl00_ctl00_websiteContent_leftwideContent_div1 h1 {
	font-size: 30px;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}
#cropwatch-intro {
	width: 405px;
	float: right;
	margin-left: 20px;
}
#cropwatch-intro strong {
	font-size: 18px;
	line-height: 1.3em;
}
#cropwatch-links {
	width: 200px;
	float: left;
}
#cropwatch-links h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7em;
}
#cropwatch-links strong {
	font-weight: normal;
	font-style: italic;
}

.previous-next-page {
	text-align: center;
	width: 560px;
	float: left;
}
.previous {
	font-weight: bold;
	float: left;
}
.next {
	font-weight: bold;
	float: right;
}

#ctl00_ctl00_websiteContent_leftwideContent_div2 { /*photos block*/
	margin-top: 2em;
}

#ctl00_ctl00_websiteContent_leftwideContent_div1 { /*Top area*/
	overflow: hidden;
	margin-bottom: 1em;
	border-bottom: 1px solid #999;
}

#ctl00_ctl00_websiteContent_leftwideContent_display .field-content {
	font-size: 1.2em;
}
#ctl00_ctl00_websiteContent_leftwideContent_display .field-content p {
	margin-bottom: 0.8em;
}
#ctl00_ctl00_websiteContent_leftwideContent_display .field-content .views-field-title {
	margin-top: 0.5em;
}
.crop-comment-reply {
	margin: 0;
	padding: 0;
	font-weight: bold;
	padding: 0.3em 0.5em;
	background-color: #E2E2E1;
}