/* base */
*, *:before, *:after {
	margin:0;
	padding:0;
	border:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	background:#FFF;
}
body {
	font-size: 62.5%;
}

body, td, th, input, select, textarea {
	font-family: 'TheSans Basic', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

a {
	font-weight: 800;
	text-decoration: none;
	color:#a51e22;
}
strong {
	font-weight: 700;
}

.wrap {
	width:1020px;
	margin: 0 auto;
	position: relative;
}


/* header */
.site-header {
	background: url(../images/header-bg.jpg) 50% 0 no-repeat #ececec;
}

.branding {
	width:406px;
	margin: 0 auto;
	padding:35px 0 33px;
}
	.branding .logo {
		display: block;
		width: 406px;
		height:86px;
		background: url(../images/cen-header-logo.png) 0 0 no-repeat;
		font-size: 0;
	}

/* nav */
.primary-navigation {
	background: #7c1013;
	margin-bottom: 10px;
}
	.primary-navigation .wrap {
		height:56px;
	}
	.primary-navigation .wrap:before,
	.primary-navigation .wrap:after {
		position: absolute;
		display: block;
		content: ' ';
		top:-12px;
		z-index: 5;
		width:33px;
		height:68px;
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	.primary-navigation .wrap:before {
		background-image: url(../images/nav-left.png);
		left:0;
	}
	.primary-navigation .wrap:after {
		background-image: url(../images/nav-right.png);
		right:0;
	}

	.primary-menu {
		padding:0 33px;
		top:-12px;
		height:68px;
		z-index: 2;
		position: relative;
		background: url(../images/nav-bg.png) 0 0 repeat-x #a51e22;
	}
		.primary-menu,
		.primary-menu li {
			list-style: none;
		}
		.primary-menu li {
			float:left;
			text-align: center;
		}
			.primary-menu li.right {
				float:right;
			}

			.primary-menu .menu-home {
				width:68px;
				text-align: left;
			}
			.primary-menu .menu-about {
				width:90px;
			}
			.primary-menu .menu-submit {
				width:200px;
			}
			.primary-menu .menu-rss {
				width:68px;
			}
			.primary-menu .menu-gallery {
				width:100px;
			}
			.primary-menu .menu-cen-website {
				width:128px;
				text-align: right;
			}
		.primary-menu li a {
			color:#FFF;
			text-transform: uppercase;
			display: block;
			padding:17px 0;
			text-decoration: none;
			font-weight: normal;
			font-size: 16px;
		}
			.primary-menu li a:hover {
				font-weight: bold;
				margin-left:-1%;
			}

/* home boxes */
.home-feature,
.site-content {
	padding-top:30px;
	padding-bottom:24px;
}
	.home-feature .wrap {
		width:888px;
	}
	.home-feature section {
		float:left;
		width:240px;
		margin:0 25px;
	}

	.home-feature section h3 {
		text-align: center;
		background: url(../images/blue-stripes.jpg) 50% 100% no-repeat;
		padding-bottom:33px;
		color:#676767;
		text-transform: uppercase;
		font-size:23px;
		margin-bottom:40px;
		font-weight: 600;
	}
		.home-feature section h3 em {
			text-transform: lowercase;
			font-weight: normal;
			font-style: italic;
			padding-right: 5px;
		}

	.home-feature .about-this-blog .inner {
		background: url(../images/about-paper.png) 0 0 no-repeat;
		width:241px;
		height:242px;
	}
	.home-feature .about-this-blog .inner p {
		color:#676767;
		font-size: 15px;
		line-height: 20px;
		padding:25px 40px 0 23px;
		/*-moz-transform: rotate(-1deg);
		-webkit-transform: rotate(-1deg);
		-o-transform: rotate(-1deg);
		-ms-transform: rotate(-1deg);
		transform: rotate(-1deg);
		-webkit-font-smoothing: antialiased;
		translate3d( 0, 0, 0);*/
	}

	.home-feature .our-current-issue .inner {
		text-align: center;
	}

	.home-feature .photo-of-the-week .inner {
		background: url(../images/photo-week-bg.png) 0 0 no-repeat;
		width:241px;
		height:242px;
		padding:6px 0 0 27px;
	}

.site-content .wrap {
	width:960px;
}

/* base form styles */
form label {
	display: block;
	position: relative;
	margin-bottom: 10px;
}
	form label .label {
		position: absolute;
		top:5px;
		left:12px;
		color:#8a8a8a;
		font-size: 12px;
	}
	form label.cbx .label {
		position: static;
		top: auto;
		left: auto;
		cursor: pointer;
	}
form input[type="search"],
form input[type="text"],
form textarea {
	font-size: 12px;
	padding: 8px 12px;
	width:100%;
	-webkit-box-shadow:inset 1px 1px 5px 0 rgba(60,60,60,.6);
	box-shadow:inset 1px 1px 5px 0 rgba(60,60,60,.6);
}
form input[type="submit"] {
	cursor: pointer;
}

/* sidebar */
.sidebar {
	width:218px;
	float:left;
}

	.sidebar h4.site-title,
	.sidebar section {
		margin-bottom:4px;
		background: #ececec;
	}

	.sidebar h4.site-title {
		background: #a51e22;
		color:#FFF;
		text-transform: uppercase;;
		text-align: center;
		padding: 6px 0;
		font-size: 16.5px;
		font-weight: 600;
		font-style: normal;
	}
		.sidebar h4.site-title em {
			text-transform: lowercase;
			font-weight: normal;
			font-style: italic;
			padding-right: 3px;
		}

	.sidebar section.cen-about {
		padding:15px 15px 10px 28px;
		font-size: 12px;
		line-height: 16px;
	}
		.sidebar section.cen-about h1.logo {
			width: 148px;
			height:40px;
			background: url(../images/cen-side-logo.png) 0 0 no-repeat;
			margin:12px auto 20px;
			font-size: 0;
			text-align: center;
		}

	.sidebar section.cen-about .cen-links {
		list-style: none;
		background: url(../images/links-ribbon.png) 0 0 no-repeat;
		width: 206px;
		height: 48px;
		margin-top:15px;
		padding-top:5px;
		margin-left:-44px;
		padding-left:44px;
	}
		.sidebar section.cen-about .cen-links a {
			color:#FFF;
			font-weight: 700;
		}

	.sidebar section.site-search {
		padding:11px 16px;
	}
		form.search {
			position: relative;
		}
		form.search label {
			margin-bottom: 0;
		}
		form.search label .label {
			font-style: italic;
			left:10px;
		}
		form.search input[type="search"] {
			padding: 5px 25px 5px 10px;
			-webkit-border-radius: 50px;
			border-radius: 50px;
		}
		form.search input[type="submit"] {
			position: absolute;
			right: 11px;
			top:8px;
			background: url(../images/search-icon.png) 0 0 no-repeat;
			width: 9px;
			height:11px;
			font-size:0;
		}

	.sidebar section.social-icons {
		background:#b1b1b1;
		padding:16px 14px;
	}
		.connect-with-us {
			list-style: none;
		}
		.connect-with-us li {
			float:left;
			margin:0 6px;
		}
		.connect-with-us li a {
			display: block;
			float:left;
			width:26px;
			height:26px;
			font-size: 0;
			background-repeat: no-repeat;
			background-image: url(../images/social-icons.png);
		}
			.connect-with-us li.twitter a { background-position:0 0; }
			.connect-with-us li.facebook a { background-position:-38px 0; }
			.connect-with-us li.gplus a { background-position:-76px 0; }
			.connect-with-us li.linkedin a { background-position:-115px 0; }
			.connect-with-us li.reddit a { background-position:-153px 0; }

/* main */
main.content {
	float:right;
	width:730px;
}

	.main-loop article {
		position: relative;
	}
	.main-loop article .article-header {
		position: absolute;
		background: url(../images/title-bg.png) 0 0 repeat;
		padding:16px 22px 16px;
		width:100%;
	}
		.main-loop article .article-header h2 {
			color:#FFF;
			float:left;
			font-size: 17px;
			text-transform: uppercase;
			font-weight: normal;
		}
		.main-loop article .article-actions {
			float:right;
			margin-top:2px;
			list-style: none;
		}
		.main-loop article .article-actions li {
			float:left;
		}
		.main-loop article .article-actions li a {
			display: block;
			color:#8b8b8b;
			font-size: 10px;
			text-decoration: none;
			height:16px;
			margin-left:15px;
			background-image: url(../images/article-icons.png);
			background-repeat: no-repeat;
		}
			.main-loop article .article-actions li.favorite a { background-position:0 -1px; padding-left:20px; }
			.main-loop article .article-actions li.link a { background-position: -40px 0; font-size:0; width: 20px; }
			.main-loop article .article-actions li.comments a { background-position: -75px 0; padding-left:22px; }

	.main-loop article img.article-photo {
		max-width: 100%;
	}

	.main-loop article .article-footer {
		margin-top:11px;
		background:url(../images/blue-stripes.png) 0 0;
		padding:26px 22px;
		font-size: 14px;
	}
		.main-loop article .article-footer .article-date {
			font-weight: 900;
			font-style: italic;
			padding-right: 10px;
		}

		.main-loop article .tags {
			list-style:none;
			text-align: center;
			margin-top: 14px;
		}
			.main-loop article .tags li {
				display: inline-block;
				margin:0 15px;
			}
			.main-loop article .tags li a {
				font-size: 13px;
				font-weight: 700;
			}

/* article */
article.full {
	font-size: 15px;
	line-height: 22px;
}

article.full h2 {
	font-size: 19px;
	font-weight: 800;
	color:#a51e22;
	padding-bottom:20px;
	padding-top: 15px;
}
	article.full h2 em {
		font-weight: normal;
		padding-right: 3px;
	}

article.full p {
	padding-bottom:20px;
}

article.full .alignleft {
	float:left;
	margin-right: 30px;
	margin-left:10px;
}


/* submit */

/* Upload */
.submit-progress {
	background: #676767;
	padding: 16px 26px;
	margin-bottom: 7px;
}
	.submit-progress a {
		color: #898989;
		font-size: 17px;
		font-weight: 700;
	}
	.submit-steps {
		list-style: none;
		float:left;
	}
		.submit-steps li {
			display: inline-block;
			padding-right: 25px;
		}
	.submit-progress .current a,
	.submit-progress .complete a {
		color: #FFF;
	}

	.progress-bar {
		float:right;
		width:151px;
		height: 21px;
		border: 1px solid #949494;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
	}
	.progress-bar span.entire-progress {
		background:#313131;
		display: block;
		height: 19px;
		width:5px;
		float:left;
		-moz-border-radius:5px 0 0 5px;
		-webkit-border-radius:5px 0 0 5px;
		border-radius:5px 0 0 5px;
	}
		.progress-bar .upload-progress,
		.progress-bar .upload-progress-bar {
			float:left;
			display: block;
			height: 19px;
			width:30%;
		}
			.progress-bar .upload-progress-bar {
				background:#313131;
				width:0;
			}

	.progress-bar.most span.entire-progress {
		width:66%;
	}
	.progress-bar.full span.entire-progress{
		width:100%;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
	}

.dropzone {
	background: url(../images/camera.png) 50% 40% no-repeat #bbb;
	padding:280px 0 100px;
	text-align: center;
	color:#676767;
	position: relative;
	border:6px dashed #BBB;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
	.dropzone.in {
		border-color:#d8d8d8;
	}
	.dropzone.hover {
		border-color:#676767;
	}
	article.full .dropzone p {
		padding-bottom: 5px;
		font-size: 16px;
	}
	article.full .dropzone strong {
		font-size: 19px;
	}
	.dropzone a {
		font-weight: normal;
		color: #155fa2;
		font-style: italic;
	}

#fileupload {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .01;
}


/* hints */

.photo-hints {
	 padding-top:10px;
}
	.photo-hints .hint-left,
	.photo-hints .hint-right {
		background:url(../images/blue-stripes.png) 0 0;
		float:left;
		width:360px;
		height:140px;
		padding:23px;
	}
	.photo-hints .hint-right {
		float:right;
	}
	article.full .photo-hints h3 {
		font-size: 18px;
		padding-bottom: 10px;
	}
	article.full .photo-hints h3 strong {
		color:#a51e22;
		text-transform: uppercase;
		font-weight: 900;
	}
	article.full .photo-hints p {
		font-size: 14px;
		line-height: 16px;
	}
.tos {
	text-align: right;
	margin-top: 20px;
}
	.tos a {
		color:#155fa2;
		font-weight: normal;
		font-style: italic;
	}
	.tos a .arrow {
		font-style: normal;
	}


.button.red,
.upload-details input[type="submit"] {
	border:1px solid #a51e22;
	background: rgb(198,113,115); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2NzE3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2E2MjAyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNTFlMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(198,113,115,1) 0%, rgba(166,32,36,1) 52%, rgba(165,30,34,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(198,113,115,1)), color-stop(52%,rgba(166,32,36,1)), color-stop(100%,rgba(165,30,34,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(198,113,115,1) 0%,rgba(166,32,36,1) 52%,rgba(165,30,34,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(198,113,115,1) 0%,rgba(166,32,36,1) 52%,rgba(165,30,34,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(198,113,115,1) 0%,rgba(166,32,36,1) 52%,rgba(165,30,34,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(198,113,115,1) 0%,rgba(166,32,36,1) 52%,rgba(165,30,34,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c67173', endColorstr='#a51e22',GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/* submit details */
.upload-file {
	float:left;
	width:54%;
}
	.upload-file img {
		max-width: 100%;
	}
.upload-details,
.upload-complete {
	float: right;
	width: 44%;
}
	.upload-details .cbx {
		font-style: italic;
	}
		.upload-details .cbx a {
			text-decoration: underline;
			color:#155fa2;
			font-weight: normal;
		}
	.upload-details input[type="submit"] {
		color:#FFF;
		font-size: 20px;
		padding:13px 25px;
		text-transform: uppercase;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
	}
	.upload-details .submission-description {
		height:50px;
	}


.button.red {
	display: inline-block;
	color:#FFF;
	padding:5px 16px;
}


/* clears */
.primary-menu:after,
.home-feature:after,
.site-content:after,
.connect-with-us:after,
.submit-progress:after,
.photo-hints:after {
	clear:both;
	display:table;
	content:'';
}