/*
Theme Name: Digital Culture and Education by Blissmedia.com
Theme URI: http://www.blissmedia.com/
Description: This website was created by <a href="http://www.blissmedia.com/">Blissmedia</a> for Digital Culture and Education.
Version: 1.2
Author: Blissmedia
Author URI: http://www.blissmedia.com/

	DCE 1.2
	This website was designed and built by Blissmedia (http://www.blissmedia.com/)
*/

/* CSS Document */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #191919;
	padding: 0;
	margin: 0;
	color: #000000;
}


p {
	margin: 0;
	padding: 0 0 9px 0;
}

img { 
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	/*font-size: 12px;*/
	color: #e75700;
}

a:hover {
	color: #e75700;
	text-decoration: underline;
}

h1 {
	color: #656565;
	font-size: 16px;
	margin: 0;
	padding: 0;
}


h2 {
	color: #656565;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h3 {
	color: #116fa8;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: 100;
}


hr {
	height: 0px;
	border-top: 0px solid #e1e1e1;
	color: #e1e1e1;
}

ul {
	list-style-image: url(images/list_icon.gif);
	margin: 0 0 25px 0;
	padding: 0 35px;
}

li {
	font-size: 12px;
	margin-top: 15px;
}


/****** GENERIC ******/

.flashTextFix {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;	
}

div.clear {
	height: 0;
	margin: 0;
	padding: 0;
}

.clearLeft {
	clear: left;
}

div.flashContainer {
	width: 1px;
	height: 1px;
	position: absolute;
	z-index: 10;
}

input.textInput {
	height: 18px;
	width: 255px;
	border: 1px solid #bec5cd;
}

textarea.inputTextArea {
	width: 255px;
	border: 1px solid #bec5cd;
	height: 148px;
}

div.minPage {
	min-height: 400px;
	_height: 500px;
}

/****** CONTAINERS ******/
body div#pageContainer {
	width: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/bg/page_container_bg.jpg) top left repeat-x #4b8e00;
	min-width: 950px;
}

body div#footerContainer {
	width: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/bg/footer_bg.gif) top left repeat-x #000000;
	min-width: 970px;
}



/******** PAGE ********/
div#page {
	width: 974px;
	background: #191919;
	padding: 0;
	margin: 0 auto;	
}

/** HEADER **/
div#header {
	background: url(images/bg/DCEheader.jpg) top left no-repeat;
	padding: 0;
	width: 974px;
	height: 96px;
	position: relative;
}

div#header p.copyright {
	float: right;
	padding: 55px 10px 0px 0px;
	color: #9E9E9E;
	text-align: left;
	font-weight: normal;
	/*font-size: 11px;*/
}

div#header div#navButtons {
	/*padding-top: 96px;*/
	position: relative;
}

div#navButtons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#navButtons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

div#navButtons ul li a {
	height: 32px;
}

div#navButtons ul li img {
	display: block;
}

/** NAV **/
a#home {
	width: 99px;
	background: url(images/nav_buttons/navHome.gif);
	background-repeat: no-repeat;
	display: block;
}

a#home:hover {
	background-position: -99px 0;
}

a#about {
	width: 100px;
	background: url(images/nav_buttons/navAbout.gif);
	background-repeat: no-repeat;
	display: block;
}

a#about:hover {
	background-position: -100px 0;
}

a#submission {
	width: 120px;
	background: url(images/nav_buttons/navSub.gif);
	background-repeat: no-repeat;
	display: block;
}

a#submission:hover {
	background-position: -120px 0;
}

a#contact {
	width: 99px;
	background: url(images/nav_buttons/navContact.gif);
	background-repeat: no-repeat;
	display: block;
}

a#contact:hover {
	background-position: -99px 0;
}

/*a#navClear {
	width: 305px;
	background: url(images/nav_buttons/navClear.gif);
	background-repeat: no-repeat;
	display: block;
}*/

a#subscribe {
	width: 207px;
	background: url(images/nav_buttons/navSubscribe.gif);
	background-repeat: no-repeat;
	display: block;
}


/******** CONTENT ********/
div#content {
	clear: left;
	padding: 6px 0 0 0;
}

div#leftCol {
	background: #252525;
	float: left;
	width: 170px;
}

div#issuesContain {
	background-color: #252525;
}
	
div#issuesContain ul {
	list-style: none;
	margin: 0;
	padding: 0 22px;
}

div#issuesContain ul li {
	margin: 0 0 9px 0;
	padding: 0 0 9px 0;
	border-bottom: 1px dotted #424242;
	color: #9e9e9e;
	font-size: 10px;
}

div.volumeBox {
	height: 16px;
	padding-top: 3px;
}

div.volumeBox a {
	/*width: 57px;
	height: 16px;*/
	background: url(images/txt/arrow.gif) no-repeat top left #181818;
	font-size: 11px;
	color: #656565;
	padding: 3px 5px 2px 18px;
	font-weight: bold;
}

div.volumeBox a:hover {
	background-color: #333333;
	text-decoration: none;
}

div#editorsContain {
	background-color: #303030;
	border-bottom: 1px solid #262626;
	padding-bottom: 5px;
}

div.editorsName {
	color: #9e9e9e;
	padding-left: 22px;
	/*padding-bottom: 5px;*/
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
}

div.editorsName a {
	color: #c8c8c8; /*9e9e9e*/
}

div.editorsName a:hover {
	color: #e75700;
}

div.editorsEmail {
	color: #FFFFFF;
	padding-left: 20px;
	font-size: 10px;
}

div.editorsEmail a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

div#editorialBoard {
	background-color: #303030;
	border-bottom: 1px solid #262626;
}

div#editorialNames {
	color: #c8c8c8;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
}

div#editorialNames a {
	color: #c8c8c8;
}

div#editorialNames a:hover {
	color: #E75700;
}

div#editorialNames ul {
	list-style: none;
	margin: 0;
	padding: 3px 10px 0px 22px;
}

div#editorialNames ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#middleContent {
	float: left;
	margin-left: 5px;
	/*background-color: #191919;*/
	background-color: #B5B5B5;
	width: 591px;
}

div#contentHeader {
	height: 35px;
	background-color: #b5b5b5;
	font-size: 19px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 28px;
	padding-top: 20px;
	text-transform: uppercase;
}

span#contentTitle {
	color: #1c1c1c;
	font-size: 11px;
	font-weight: bold;
	padding-left: 7px;
	text-transform: none;
}

span#contentDate {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 20px 0px 10px;
	float: right;
	text-transform: none;
}

div.contentArticle {
	background-color: #ffffff;
	font-size: 11px;
	color: #323232;
}

div.articleTitle {
	padding: 22px 10px 0px 25px;/*left 50px*/
	margin: 0px 0px 5px 0px;
	color: #ff6000;
	font-size: 18px;	
	/*font-weight: bold;*/
	/*letter-spacing: -1px;*/
	line-height: 20px;
	/*background: url(images/circle.jpg) no-repeat 27px 23px;*/
	/*text-transform: uppercase;*/
}

div.articleDate {
	margin: 5px 0px;
	font-size: 14px; 
	color: #a1a1a1;
	padding-left: 25px;
	font-weight: bold;
}

span.comment {
	font-size: 11px;
	color: #a0a0a0;
	padding-left: 6px;
	font-weight: normal;
}

img.articleImage {
	padding: 19px 20px 19px 25px ;
}

div.articleText {
	color: #323232;
	font-size: 11px;
	padding: 5px 256px 10px 28px;
	font-weight: normal;
	border-bottom: 5px solid #b5b5b5; 
}

div.articleText img {
	display: none;
	padding: 0px;
}

/*div.articleText img {
	float: right;
	padding: 0px 20px 20px 25px;
	max-width: 200px;
	_width: 200px;
}*/

span.readMore {
	color: #ff6000;
	font-size: 11px;
}

div.border {
	border-bottom: 1px dotted #424242;
	/*padding-left: 25px;
	padding-right: 25px;*/
	height: 1px;
	margin-right: 25px;
}

div.cmtsTitle {
	color: #ff6000;
	font-size: 14px;
	padding-left: 25px;
	font-weight: bold;
}

div.articlesTitle {
	font-size: 14px;
	padding-left: 25px;
	font-weight: bold;
	padding-top: 10px;
}

div.cmtsTitle span ,
div.articlesTitle span {
	position: relative;
	top: -12px;
}

span.articlesTitle {
	font-size: 14px;
	font-weight: bold;
}
span.articlesTitle a img {
	padding-bottom: 0px;
}

span.cmtTime {
	font-weight: bold;
}
/*span.cmtTime a {
	text-decoration: none;
}
span.cmtTime a:hover {
	text-decoration: underline;
}*/


div.blogText {
	color: #323232;
	font-size: 11px;
	padding: 10px 20px 0px 28px;
	font-weight: normal;
	overflow: hidden;
}

div.blogText img.alignnone {
	padding: 10px 0px 10px 0px;
}

div.blogText img.alignright {
	float: right;
	padding: 10px 0px 10px 20px;
}

div.blogText img.alignleft {
	float: left;
	padding: 10px 20px 10px 0px;
}

input.cmtsInput {
	border: none;
	background-color: #d3d3d3;
	font-size: 11px;
	color: #323232;
	width: 218px;
	padding: 2px;
}

textarea.cmtsTextarea {
	font-size: 11px;
	height: 85px;
	width: 218px;
	border: none;
	background-color: #d3d3d3;
	color: #323232;
	font-family: Arial;
	padding: 2px;
}

table#commentTable {
	margin: 0 0 0 28px;
}

input.cmtsSubmit {
	padding-left: 153px;
	padding-bottom: 30px;
}

div#contentEnd {
	background-color: #b5b5b5;
	font-size: 11px;
	color: #ffffff;
	/*height: 19px;*/
	padding: 8px 0px 17px 22px;
}

div#contentEnd a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #252525;
	padding: 3px 6px;
}

div#contentEnd a:hover {
	/*color: #3a3a3a;*/
}
div#contentEnd span {
	display: block;
	float: left;
	/*width: 10px;*/
	text-align: center;
	padding: 3px 3px;
	margin: 0px 5px 0px 0px;
}

div#contentEnd span.end {
	width: 35px;
	padding: 3px 6px;
}

div#contentEnd span.active {
	padding: 3px 6px;
	background-color: #cccccc;
	color: #3a3a3a;
}

div#contentEnd span a {
	background-color: #252525;
	color: #9a9a9a;
}
div#contentEnd span a:hover {
	background-color: #333333;
}

img#nextPg {
	padding-left: 12px;
	position: relative;
	top: 5px;
}

div#rightCol {
	background: #252525;
	float: left;
	margin-left: 5px;
	width: 202px;
}

div#aimScoop {
	background-color: #252525;
	float: left;
	border-bottom: 1px solid #191919;
}

div.rightColText {
	background-color: #252525;
	color: #9e9e9e;
	font-size: 10px;
	padding-left: 20px;
	padding-right: 25px;
}

div.rightColText img {
	display: none;
	padding: 0px;
	margin: 0px;
}

div.rightColText span,
span.read, 
a.read {
	color: #ffffff;
}

a.read:hover {
	color: #E75700;
	text-decoration: underline;
}

div#guidelines {
	background-color: #252525;
	border-bottom: 1px solid #191919;
}

div#styleGuide {
	background-color: #252525;
	border-bottom: 1px solid #191919;
}




/******** BROWSE NAVIGATION ********/
div#browseNavigation {
	color: #907925;
	font-size: 11px;
	padding: 0 0 12px 23px;
}

div#browseNavigation strong {
	color: #181a1c;
}

div#browseNavigation a {
	color: #907925;
	text-decoration: none;
	font-size: 11px;
}

div#browseNavigation a:hover {
	text-decoration: underline;
}

/******** PAGE BOTTOM ********/
div#pageBottom {
	margin: 0 auto;
	width: 970px;
	padding: 0;
}

/******** THUMB HOVER ********/
#imageContainer {
	width: 348px;
	height: 348px;
	padding: 0;
	margin: 0;
	float: left;
}

#imageContainer img {
	border: 1px solid #d9dbdc;
}

#gallery {
	width: 110px;
	padding: 0 0 0px 17px;
	margin: 0;
	float: left;
	overflow:hidden;
	height: 348px;
}

#gallery img {
	border: 1px solid #d9dbdc;
}

/** SCROLL BAR **/
#scrollBar {
	width: 8px;
	height: 348px;
	margin-left: 10px;
	background: url(images/img_scroller.gif) repeat-y center;
	float: left;
}	

#scrollHandle {
	width: 8px;
	height: 35px;
	background-image: url(images/img_scroller_handle.gif);
	background-position: top-left;
	background-repeat: no-repeat;
	cursor: pointer;
}
	
/**** PRODUCT LIST ****/
ul.productList {
	margin: 0;
	padding: 0;
}

ul.productList li {
	width: 175px;
	height: 230px;
	display: block;
	float: left;
	padding: 0 40px 20px 0 ;
	margin: 0;
}

ul.productList li.rightSide {
	width: 175px;
	height: 230px;
	display: block;
	float: left;
	padding: 0 0px 20px 0 ;
	margin: 0;
}

ul.productList li a {
	color: #116fa8;
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
}	

ul.productList li a:hover {
	text-decoration: none;
}

div.productLeft {
	width: 135px;
	float: left;
}

div.productRight {
	width: 95px;
	float: left;
}

div.productRight a.productTitle {
	font-size: 12px;
	text-decoration: underline;
	color: #800000;
}

div.productRight a.productTitle:hover {
	font-size: 12px;
	text-decoration: none;
}


ul.productList li p {
	padding: 5px 0;
	margin: 0;
	font-size: 11px;
	color: #0c0d0e;
	height: 115px;
}
	
img.imageProductList {
	border: 1px solid #e1e1e1;
	display: block;
	float: left;
}	

div.productListText {
	width: 150px;
	padding-left: 10px;
	float: left;
}

h2.productListInclude {
	position: relative;
	top: -5px;
}
	
/****** FOOTER ******/
div#footer {
	width: 930px;
	margin: 0 auto;
	position: relative;
	color: #ffffff;
	font-size: 11px;
	background: url(images/bg/bot_cont_home_bg.gif) top left no-repeat;
	height: 50px;
	padding: 20px 20px;
}

div#footerLeft {
	width: 560px;
	padding-right: 230px;
	font-size: 11px;
	float: left;
}

div#footerRight {
	width: 140px;
	float: left;
}

div#copyright {
	padding-top: 4px;
	font-size: 11px;
	color: #a4cf43;
}

div#footerLinks {
	color: #ffffff;
	padding-bottom: 6px;
}

div#footerLinks a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

div#footerLinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}

span#blissLink {
	position: relative;
	top: -6px;
}

span#blissLink a {
	text-decoration: none;
	font-size: 11px;
	color: #a4cf43;
}

span#blissLink a:hover {
	text-decoration: none;
	font-size: 11px;
	color: #bee95d;
}

/* ----------- */
div.fullWidth {
	padding-right: 30px;
}



/* END OF CSS */