/* CSS Document */
@media only screen and (max-width: 999px) {
  /* rules that only apply for canvases narrower than 1000px */
}

@media only screen and (device-width: 768px) and (orientation: landscape) {
  /* rules for iPad in landscape orientation */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* iPhone, Android rules here */ 
   
}

@media only screen and (min-width: 1001px) {
  /* rules that only apply for canvases narrower than 1000px */

}

#wrapper {
	position:relative;
	width: 780px;
	margin: 0 auto;
	background: #553143;
	height: auto;
	border: #553143 medium;
}

	/* clearfix hack */
	.clearfix:after {
	    visibility: hidden;
	    display: block;
	    font-size: 0;
	    content: " ";
	    clear: both;
	    height: 0;
	}
	.clearfix {
	    display: inline-block;
	}
	/* start commented backslash hack \*/
	* html .clearfix {
	    height:1%;
	}
	.clearfix {
	    display: block;
	}
	/* close commented backslash hack */

#header {
	overflow: hidden;
}
#header img {
	width: 100%;
}
aside {
	width: 115px;
}

#titlehead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	padding: 10px 0 0 5px;
	border-top-style: solid;
	border-top-color: #FC3;
	border-top-width: thin;
}

	#navbar ul {
		list-style-type: none;
		background-color: #553143;
		margin: 0px;
		padding: 5px 0px 5px 10px;
		overflow: hidden;
		text-align: center;
	}
	
	#navbar li {
		display: inline;
		padding: 5px 5px 5px 0;
		background-color: #553143;
		text-transform: uppercase;
		
	}
	
	#navbar li a {
		padding: 5px 5px 5px 0;
		color: #EAC880;
		text-align: center;
		text-decoration: none;
		font-family: sans-serif;
		font-size: 75%;
	}
	
	#navbar li a:hover {
		background-color: #EAC880;
		color: #553143;
		padding: 5px 5px 5px 0;
	
	}


#main {
	border-color: #FFFFFF;
	border: 2px;
	background: #FFC;
	color: #553143;
	line-height: 110%;
}

.leftnav {
	font-family: tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	margin: 5px;
}
.leftnav a:link, a:visited {
	color:#EAC880;
	font-style: normal;
	text-decoration: none;	
}
.leftnav a:hover, a:active {
	color:#EAC880;
	font-style: normal;
	text-decoration: underline;	
}	
.title {
	color: #553143;
	font-family: tahoma, Arial;
	font-size: 18px;
	text-transform: capitalize;
}

.title2 {
	color: #553143;
	text-transform: capitalize;
	font-size: 2.0 em;
}

body {
	background-color: FFF;
	background-image: url(images/body-bg.jpg);
}
h1 {
	color: #553143;
	font-family: Times, serif;
	font-size: 20px;
}

#content_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 125%;
	color: #333333;
	position: relative;
	/*background: #EAC880;*/
	background: #FFF;
	width: 580px;
	margin: 15px 5px 5px 90px;
	padding: 15px;
	display: block;
	float: left;
	
}
#content_center a:link, #content_center a:visited {
	color:#000099;
	text-decoration: underline;
}
#content_center a:hover, a:active {
	color: #553143;
	text-decoration: none;
}
#content_detail_img {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;
	border: none;
	background: #FFF;
	margin-left: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-top: 30px;
	padding-top: 0px;
	width: 40%;
	height: 100%;
	float: left;
}
#content_detail_info {
	width: 40%;
	float: right;
	background: #FFF;
	border: none;
	margin-left: 0;
	margin-top: 30px;	
	margin-right: inherit;
	margin-bottom: 10px;
	height: 100%;

}
.main {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}
#content_title {
	position: inherit;
	width: 90%;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 4px;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #FFF;	
	color: #553143;
	font-family: Times, serif;
	font-size: 18px;
	line-height: 120%;
	min-height: 40px;
	float: left;
}
#content_title a:link,#content_title a:visited {
	color: #336699;
	text-decoration: underline;
}
#content_title a:hover, #content_title a:active {
	color: #553143;
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}

.pub {
	color: #553143;
	font-family: tahoma, Arial;
	font-size: 18px;
	text-transform:uppercase;
}

.issue_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #553143;
}

#footer {
	text-align: center;
	margin: 10px 0 5 0;
	padding: 20px;
	position: relative;
	height: 40px;
	clear: both;
}
.copyright {
	color: #EAC880;
	font-size: 75%;
	font-family:Arial, Helvetica, sans-serif;
	
}

