

/* Header and Navigation
---------------------------------------*/

html{
	background:						url(../graphics_template/background-image.jpg) no-repeat scroll top center #2a2426;
	min-height: 					100%;
}

@font-face {
    font-family: 'mutlu_ornamental';
    src: url('../graphics_template/webfontkit-mutlu/mutlu__ornamental-webfont.eot');
    src: url('../graphics_template/webfontkit-mutlu/mutlu__ornamental-webfont.eot?#iefix') format('embedded-opentype'),
         url('../graphics_template/webfontkit-mutlu/mutlu__ornamental-webfont.woff') format('woff'),
         url('../graphics_template/webfontkit-mutlu/mutlu__ornamental-webfont.ttf') format('truetype'),
         url('../graphics_template/webfontkit-mutlu/mutlu__ornamental-webfont.svg#mutlu_ornamental') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
@font-face {
	font-family: 'dobkinplain';
    src: url('../graphics_template/webfontkit-dobkinplain/dobkinplain-webfont.eot');
    src: url('../graphics_template/webfontkit-dobkinplain/dobkinplain-webfont.eot?#iefix') format('embedded-opentype'),
         url('../graphics_template/webfontkit-dobkinplain/dobkinplain-webfont.woff') format('woff'),
         url('../graphics_template/webfontkit-dobkinplain/dobkinplain-webfont.ttf') format('truetype'),
         url('../graphics_template/webfontkit-dobkinplain/dobkinplain-webfont.svg#dobkinplain') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	color:							white;
	font-family:      				"Times New Roman", Times, serif;
	font-size:        				12pt;
	text-shadow:					0.1em 0.1em 0.2em rgba(0, 0, 0, .8);
	border:							0px;
	margin:							0px;
	padding:   						0px;
	line-height:					normal;
	min-height: 					100%;
}

header, footer, article section{ 
	display:block;
}

#allcontent{
	background: 					url(../graphics_template/background-image-bottom.jpg) bottom center no-repeat scroll transparent;
	background-size: 				contain;
	max-width:						960px;
	min-width:						800px;
	margin:							0px auto;
	Padding:						0px;
	-webkit-box-shadow: 			inset 0px 0px 50px 30px rgba(0, 0, 0, .5);
	-moz-box-shadow: 				inset 0px 0px 50px 30px rgba(0, 0, 0, .5);
	box-shadow: 					inset 0px 0px 50px 30px rgba(0, 0, 0, .5);
	min-height:						100%;
}

h2, h3, .heading{
	font-family:      				dobkinplain, "Times New Roman", Times, serif;
}

h1{
	font-family:      				mutlu_ornamental, "Times New Roman", Times, serif;
	height:							440px;
	font-size:						450%;
	font-weight:					normal;
	margin:							0px 40px;
}


h2, .heading {
	font-weight:					bold;
	font-size:						200%;
	margin-top:						0px;
	display:						block;
	border-bottom:					groove 2px #6a6466;
}

h3 {
	font-size:						150%;
}

h4 {
	font-size:						105%;
}

img {
	border:							0px;
}

a {
	color:							white;
	-webkit-transition: 			all 1000ms ease-in-out;
	-moz-transition: 				all 1000ms ease-in-out;
	-o-transition: 					all 1000ms ease-in-out;
	-ms-transition: 				all 1000ms ease-in-out;
	transition: 					all 1000ms ease-in-out; 
}

a:link {
	color:							white;
	-webkit-transition: 			all 1000ms ease-in-out;
	-moz-transition: 				all 1000ms ease-in-out;
	-o-transition: 					all 1000ms ease-in-out;
	-ms-transition: 				all 1000ms ease-in-out;
	transition: 					all 1000ms ease-in-out; 
}

a:visited {
	color:							white;
}

a:hover, a:focus {
	color:							white;
	text-shadow:					0.0em -0.1em .4em rgba(256, 50, 0, 1.0), 0.0em 0.0em .1em rgba(256, 256, 256, 0.8), 0.1em 0.1em 0.2em rgba(0, 0, 0, .8)
}

a:active {
	color:							#CC0000;
	text-shadow:					-0.1em -0.2em .4em rgba(256, 0, 0, 1.0), 0.1em 0.2em .4em rgba(80, 0, 0, 1.0);
	-webkit-transition: 			all 150ms ease-in-out;
	-moz-transition: 				all 150ms ease-in-out;
	-o-transition: 					all 150ms ease-in-out;
	-ms-transition: 				all 150ms ease-in-out;
	transition: 					all 150ms ease-in-out; 
}


/* Header and Navigation
---------------------------------------*/

header{
	margin:							0px;
	padding:						0px 30px;
	text-align:						center;
}

nav a{
	color:							white;
}

nav a:hover, nav a:focus {
	color:							#fee;
}

nav a:active {
	color:							#eef;
}

/* Article Main Contenet
---------------------------------------*/
	
#container{
	padding:						30px;
}

section, .sidebar, #pre-footer{
	border-top:						1px solid #9b96a0;
	border-left:					1px solid #9b96a0;
	border-right:					1px solid #37323c;
	border-bottom: 					1px solid #37323c;
	
	-webkit-border-radius: 			7px 7px 7px 7px;
	-moz-border-radius: 			7px 7px 7px 7px;
	-khtml-border-radius: 			7px 7px 7px 7px;
	border-radius: 					7px 7px 7px 7px;
	
	-webkit-box-shadow: 			2px 2px 12px 4px rgba(0, 0, 0, .8);
	-moz-box-shadow: 				2px 2px 12px 4px rgba(0, 0, 0, .8);
	box-shadow: 					2px 2px 12px 4px rgba(0, 0, 0, .8);
	background-color: 				rgba(105, 100, 110, 0.2);
}

section{
	margin:							0px 372px 30px 0px;
	padding:						20px;	
}

#sidebar{
	float:							right;
	width:							342px;
	margin:							0px;
}

.sidebar{
	padding:						20px;
	margin-bottom:					30px;
}

#vertical-link-unit-medium{
	display:						none;
}

#pre-footer{
	margin:							0px;
	padding:						20px;
	clear:							both;
}


/* Footer 
---------------------------------------*/

footer{
	margin:							220px 0px 0px 0px;
	padding:						5px 30px 5px 30px;
	background-color:				rgba(0, 0, 0, 0.5)
}

footer p{
	margin:							0px;
	padding:						0px;
}

#back-to-top{
	float:							right;
}

img, table { 
	width: 							inherit;
	max-width: 						100%;
	height: 						auto;
	vertical-align: 				bottom;
}

img {
	box-shadow:						2px 2px 12px 4px rgba(0, 0, 0, .8);
}

.shield {
	box-shadow:						none;
}

.addthis_toolbox, .addthis_default_style {
	text-shadow:none;
}
