/*
	* Filename:         main.css
	* Type:             Cascading Style Sheets Formatting Data
	* Site:             suchideas.com
	* Title:            CSS Theme 4
	* Author:           Carl Turner
	* Date Created:     29/12/2016
	* Date Last Edited: 29/12/2016
	* Copyright:        (c) Carl Turner 2016
*/
/*********************General Rules*********************/
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html{
	font-size:12px;
	background-color:#FFF;
}
body{
	background:NONE no-repeat scroll right top #FFF;
	color:#000000;
	text-align:center;
	margin:0px!important;
	font-family:"Open Sans",Verdana, Helvetica, Arial, sans-serif;
}
a img{
	border:none;
}
a:link{
	color:#336699;
	/*border-bottom:#EEEEFF 1px solid;*/
	text-decoration:none;
}
a:hover{
	color:#0000AA;
	/*border-bottom:#0000AA 1px solid;*/
}
a:hover:visited{
	color:#0000AA!important;
	/*border-bottom:#0000AA 1px solid;*/
}
a:visited{
	color:#336699;
	/*border-bottom:#EEEEFF 1px solid;*/
	text-decoration:none;
}
.printonly{
	display:none;
}
.clearfix{
	clear:both;
}
h1,h2,h3,h4,h5,h6{
	/*font-family:"Century Gothic",Arial,sans-serif;*/
	font-family: 'Alegreya', serif;
	line-height:120%;
	margin:0;
	padding:0;
}
/***********************Structure***********************/
#wrapper{
	font-size:120%;
	margin:auto;
	text-align:left;
	margin:0 auto;
	width:100%;
	/*
	width:700px;
	outline:5px solid #EEEEEE;
	border-left:2px solid #DDDDDD;
	border-right:2px solid #DDDDDD;
	border-bottom:2px solid #DDDDDD;
	*/
	
	background-color:#DDD;
}
#header{
	float:left;
	position:fixed;
	left:0px;
	top:0px;
	width:200px;
	
	background:url(top_logo_bg.png) repeat-x 0 0;
	background-size:contain;
}
#content{
	clear:both;
}
#side_content_left{
	width:200px;
	position:fixed;
	left:0px;
	top:80px;
	padding:8px;
	
	background-color:#DDD;
	height:100%;
}
#side_content_right{
	display:none;
	
	float:right;
	width:190px;
	margin-right:10px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
	position:relative;
	right:-10px;
	background-color:#FAFAFA;
	text-align:left;
	border-left:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
}
#main_content{
	font-size:100%;
	line-height:150%;
	text-align:justify;
	z-index:0;
	
	position:relative;
	margin-left:200px;
	background-color:#FFF;
}
#main_body{
	margin:25px 16px;
}
#post_content{
	/* Adds a border to the bottom of the right side panel, and forces a gap */
	clear:both;
	/*border-top:1px solid #111111;
	height:20px;
	width:211px;
	float:right;
	position:relative;
	top:-1px;*/
}
#footer{
	clear:both;
	margin-top:20px;
	padding:10px;
	border-top:2px solid #111111;
	font-size:90%;
	color:#555555;
}
#bottom{
	font-size:90%;
	padding:200px 10px 10px;
	margin-left:200px;
	background-color:#FFF;
	color:#555555;
}

@media screen and (min-width: 800px) {
	#header{
		width:25%;
	}
	#bottom{
		margin-left:25%;
	}
	
	#main_content{
		margin-left:25%;
	}
	#side_content_left{
		width:25%;
	}
	
	#main_body{
		margin:25px 5%;
	}
}
@media screen and (min-width: 1600px) {
	#header{
		width:400px;
	}
	#bottom{
		margin-left:400px;
	}
	
	#main_content{
		margin-left:400px;
	}
	#side_content_left{
		width:400px;
	}
	
	#main_body{
		margin:25px 60px;
	}
}

@media screen and (max-width:800px) {
	#header{
		width:100%;
	}
	#main_content{
		margin:80px 0 0;
	}
	#side_content_left{
		display:none;
	}
}

/********************Top Of The Page********************/
#toplogo{
	background:url(top_logo_small.png) no-repeat center top transparent;
	background-size:contain;
	height:80px;
	width:100%;
}
#toplogo a{
	display:block;
	width:100%;
	height:100%;
}
#access-fontsizes{
	display:none;
}
#user-panel{
	color:#AAA;
	text-align:left;
	font-size:10px;
	z-index:100;
	overflow:hidden;
	position:absolute;
	top:10px;
	right:10px;
	height:50px;
	width:100px;
	font-family:Georgia,serif;
}
#user-panel:hover,#user-panel.over{
	font-size:12px;
	border:3px #00a solid;
	background:#FAFAFF url(menu_bg.jpg) bottom right no-repeat;
	padding:10px;
	width:400px;
	height:auto;
}
#user-panel:hover *,#user-panel.over *{
	visibility:visible;
}
#user-panel *{
	margin:0;
	padding:0;
	visibility:hidden;
}
#user-panel ul{
	list-style:none;
	margin-left:10px;
}
#user-panel h3{
	font-size:15px;
	visibility:visible;
	padding:3px;
	text-align:center;
}
#user-panel h3 img{
	visibility:visible;
}
#user-panel h4{
	font-size:12px;
	text-decoration:underline;
}
#user-panel hr{
	margin:3px;
}
/*******************Main Page Content*******************/
#navbar_wrapper{
	display:none;
}
/**main**/                                   /**main**/
#main_body .article-info{	
margin-bottom:-10px;
}
#main_body .article-info h1{
	width:100%;
	padding-bottom:5px;
	border-bottom:1px solid #DDD;
}
#main_body .article-info .article-info-sub{
	opacity:0;
	transition:all 0.2s;
}
#main_body .article-info:hover .article-info-sub{
	opacity:1;
}
#main_body .article-info-item{
	padding-right:10px;
	color:#888;
}
#main_body .article-info-item a{
	border-left:1px solid #DDD;
	border-top:1px solid #DDD;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	padding:0 4px;
}
#main_body .article-info-item a:hover{
	background-color:#FFF;
	border-right:1px solid #EEE;
	border-bottom:1px solid #EEE;
}
#main_body code,pre{
	font-size:100%;
	background-color:#FAFAFA;
	font-family:"Courier New", monospace;
}
#main_body .pre-header{
	margin-left:20px;
	border:1px solid #DDDDDD;
	border-bottom:2px solid #CCCCCC;
	background-color:#FAFAFA;
	padding:0 5px;
}
#main_body pre{
	overflow:auto;
	margin:0;
	padding:10px 3px;
	border:1px solid #DDDDDD;
	max-height:310px;
	line-height:1.2em;
}
#main_body pre.noshrink{
	max-height:none;
}
#main_body .definition{
	font-style:italic;
}
#main_body table{
	border-collapse:collapse;
	border:2px solid #AAAAAA;
	font-size:100%;
	text-align:left;
}
#main_body table.borders td{
	border:1px solid #DDD;
	vertical-align:top;
}
#main_body table.top_bold tr:first-child, #main_body table.left_bold tr td:first-child{
	font-weight:bold;
}
#main_body img.latex-block{
	display:block;
	margin:10px 0 10px 30px;
}
#main_body img.latex-inline{
	vertical-align:middle;
	margin:0;
}
#main_body ol ol{
	list-style-type:lower-roman;
}
/* generic types */
input,textarea{
	border:1px solid #0C0;
	background-color:#FAFAFA;
	padding:2px;
	font-family:Arial, sans-serif;
	font-size:100%;
}
textarea{
	width:100%;
	background:#FFFFFF url(quote_bg.jpg) top left no-repeat;
}
input:hover,textarea:hover{
	border:1px solid #C00;
	background-color:#FFF;
	padding:2px;
}
input:active,textarea:active{
	border:2px solid #C00;
	background-color:#FEE;
	padding:1px;
}
input:focus,textarea:focus{
	border:2px solid #0C0;
	background-color:#FFF;
	padding:1px;
	background-image:none;
}
label{
	padding-left:24px;
	padding-bottom:6px;
	line-height:28px;
	background:#FFF url(label_bg_faded.png) bottom left no-repeat;
}
label:hover{
	background:#FFF url(label_bg_normal.png) top left no-repeat;
}
.icon{
	width:22px;
	height:22px;
}
table.basic{
	width:100%;
	/*clear:both;*/
	margin:3px auto;
}
hr{
	border:1px solid #DDD;
	border-right:20px solid #AAA;
	border-left:20px solid #FFF;
}
div.scroll{
	height:100px;
	overflow:auto;
	padding:1px;
	border:1px solid #EEE;
}
th{
	background-color:#EEE;
}
fieldset{
	/*clear:both;*/
	border:2px solid #BBF;
	margin:10px;
	padding:10px;
}
legend{
	font-weight:bold;
	padding:0px 20px;
}
fieldset.collapsible legend{
	cursor:pointer;
	border:2px solid #FFF;
	background:transparent url(arrow_small_down.png) top left no-repeat;
	padding-right:10px;
}
fieldset.collapsible legend:hover{
	border:2px solid #BBF;
	background-color:#EEF;
}
fieldset.collapsed{
	padding:0 12px;
	border-bottom:none;
	border-left:none;
	border-right:none;
}
fieldset.collapsed legend{
	background:transparent url(arrow_small_right.png) top left no-repeat;
}
fieldset table{
	border:none!important;
	margin:auto;
	width:100%;
}
fieldset tr{
	border-bottom:1px #EEE solid;
}
fieldset td{
	padding:0 10px;
}
table input, table select{
	/*min-width:200px;*/
}
input.readonly{
	background-color:#EEE;
	color:#000;
}
.form_error{
	color:#CC0000;
	font-weight:bold;
}
a.skip-to-bottom{
	float:right;
	border:none!important;
	padding-right:28px;
	background:transparent url(go-bottom.png) top right no-repeat;
}
a.skip-to-bottom:hover{
	padding-left:4px;
	padding-right:24px;
}
.text-highlight{
	color:#333;
	font-weight:bold;
	background-color:#EED;
}
.text-warning{
	color:#F00;
}
.text-positive{
	color:#0F0;
}
a.text-positive{
	color:#0F0!important;
}
.div-highlight{
	background-color:#FEE;
	border:3px solid #FAA;
	color:#333;
	font-weight:bold;
	padding:3px;
}
.div-highlight-link{
	border:5px solid #555599;
	background-color:#EEEEFF;
	text-align:center;
	padding:10px;
}
.div-highlight-link a{
	font-weight:bold;
}
.div-highlight-link-pdf{
	min-height:64px;
	
	padding-right:64px;
}
.div-highlight-link-pdf a span{
	font-weight:normal;
	display:block;
	float:right;
	margin-right:-64px;
	padding-top:64px;
	text-align:center;
	width:64px;
	background:#EEEEFF url("/_static/icons/large/mimetype-pdf.png") no-repeat top right;
}
ul.menu{
	border:1px solid #CCC;
	padding:0;
	list-style-type:none;
}
ul.menu li{
	padding:2px;
}
ul.menu a{
	border:none!important;
}
ul.menu div{
	margin:2px 30px 4px 30px;
	padding:2px 4px;
	background-color:#F8F8F8;
	border:1px solid #CCC;
	font-size:80%;
}
.monospace{
	font-family:"Courier New", monospace;
}
.js_striped_even{
	background-color:#F0F0F0;
}
.js_striped_odd{
	background-color:#F8F8F8;
}
.js_striped_even:hover, .js_striped_odd:hover{
	background-color:#DDF;
}
/* blog setup */
.blog-links{
	padding:0;
	margin:5px 0;
	border:2px solid #EEEEEE;
	width:100%;
	overflow:visible;
	text-align:center;
	background-color:#EEEEEE;
}
.blog-title{
	font-size:175%;
	text-align:left;
	margin:0;
}
.blog-abstract{
	display:block;
	padding:0;
}
.blog-date{
	font-weight:bold;
	font-variant:small-caps;
	color:#AAAAAA;
	border-bottom:#DDDDDD 1px solid;
	padding:0 20px 3px;
	position:relative;
	left:-20px;
}
.blog-date a{
	color:#AAF;
}
.blog-date a:hover{
	text-decoration:underline;
}
.blog-toplink, .blog-toplink:visited{	
	display:none;
	font-size:160%;
	padding-right:10px;
	padding-left:3px;
}
.blog-toplink span{
	display:none;
	font-size:66%;
}
.blog-toplink:hover{
	padding-right:3px;
	background-color:#FFEEEE!important;
	border-bottom:#FF0000 1px solid!important;
	border-top:#FF0000 1px solid;
}
.blog-toplink:hover span{
	display:inline;
}
.blog-content{
	border-top:1px solid #EEEEEE;
	padding-top:5px!important;
}
.blog-content p{
	padding-left:3px;
}
.blog-user{
	text-align:right;
	margin-bottom:0;
	color:#AAAAAA;
}
.blog-categories{
	text-align:right;
	margin-top:0;
	color:#AAAAAA;
}
.blog-comments{
	border-top:1px #EEEEEE solid;
	border-bottom:1px #CCCCCC solid;
}
.blog-comments p{
	padding-left:10px;
}
.blog-comments .comment{
	background:#FFFFFF url(quote_bg.jpg) top left no-repeat;
	margin:0 30px 3px;
	text-align:left;
	overflow:auto;
}
.blog-comments .comment .comment-header{
	display:block;
	background-color:#EEEEEE;
}
.blog-comment-form{
	/*clear:both;*/
	font-size:90%;
}
.blog-comment-form table{
	border:none!important;
}
.blog-date-control{
	margin:10px auto;
	padding:10px;
	border:1px solid #DDD;
	background-color:#FAFAFA;
}
/* gallery setup */
.gallery-set{
	margin:10px;
	/*clear:both;*/
}
.gallery-set-image{
	width:168px;
	height:205px;
	overflow:auto;
	float:left;
	text-align:center;
	position:relative;
}
.gallery-set-image img{
	margin:4px!important;
	padding:0px;
	border:4px solid #CCC;
}
.gallery-set-image:hover img{
	border-color:#EEE;
}
.gallery-set-image a, .gallery-set-image a:visited{
	border:none!important;
}
.gallery-set-image p{
	display:none;
	margin:0;
}
.gallery-set-image:hover p{
	display:block;
}
.gallery-set-image .gallery-set-title a{
	font-style:italic;
	color:#444!important;
}
.gallery-set-footer{
	/*clear:both;*/
	text-align:center;
}
.gallery-header{
	text-align:center;
}
.gallery-div table{
	border-collapse:separate!important;
}
.gallery-div table td{
	border:none!important;
	background-color:inherit!important;
}
.gallery-tagline{
	font-weight:bold;
	width:100%;
	border:none!important;
}
.gallery-tagline td{
	width:33%;
	text-align:center;
}
.gallery-tagline a{
	margin:0 40px;
}
.gallery-image-div{
	margin:auto;
	text-align:center;
}
.gallery-image{
	padding:10px;
	border:#FFFFFF 1px solid;
	outline:#DDDDDD 1px solid;
	background-color:#EEEEEE;
	width:640px!important;
}
.gallery-exif{
	float:right;
	border-right:none!important;
	border-top:none!important;
	border-left:1px #AAAAAA solid!important;
	border-bottom:1px #AAAAAA solid!important;
	background-color:#DDDDDD;
	margin-left:10px;
}
.gallery-exif td{
	border:none;
	padding:0px 4px;
}
.gallery-description p{
	line-height:1.2em;
	margin:0 0 10px;
}
.gallery-links{
	padding:0;
	font-weight:bold;
	border-bottom:1px #AAAAAA solid;
}
.gallery-footer{
	/*clear:both;*/
	text-align:center;
	color:#888888;
}
.gallery-footer:hover{
	color:#000000;
}
.gallery-footer a{
	color:#888888!important;
	text-decoration:underline;
}
.gallery-footer:hover a{
	color:#000000!important;
}
.gallery-footer a:hover{
	text-decoration:none;
}
.gallery-page-header-image{
	float:right;
}
.gallery-page-header-image img{
	border:4px solid #333;
	opacity:0.5;
}
.gallery-page-header-image:hover img{
	opacity:1;
}
/* user setup */
.user-whynotregister{
	/*clear:right;*/
	float:right;
	margin:20px;
	width:300px;
	border:3px solid #EEE;
	background-color:#DDD;
	text-align:right;
}
.user-whynotregister a{
	text-align:center;
	border-top:2px solid #EEE;
	border-width:2px;
	display:block;
}
.user-whynotregister a:hover{
	background-color:#EEE;
}
.user-registration-form{
	
}
/**side**/                                   /**side**/
#main_header, #main_tagline{
	background-color:#EEEEFA;
}
#side_content_right h1{
	font-family:Georgia, "Times New Roman", serif;
	font-size:125%;
	margin:0 -10px 0;
	padding:5px 6px 3px;
	text-align:center;
	color:#666666;
}
#side_content_right h2{
	font-family:Georgia, "Times New Roman", serif;
	font-size:80%;
	margin:0 -10px 0;
	padding:5px 6px 3px;
	text-align:center;
	color:#666666;
	font-weight:normal;
	border-bottom:1px solid #DDDDDD;
}
#side-part1{
	display:none;
}
#side-part2{
	font-size:90%;
	margin:0;
}
#side_body{
	margin:0 -10px;
	padding:0 10px;
	background-color:#EEEEFA;
}
#side_panel_right span{
	display:block;
}
#side_panel_right span.header{
	background-color:#EEE!important;
	border-left:1px #DDD solid;
	padding:0 6px 0 6px;
	margin:5px -10px 0;
}
#side_content_left a{
	border:none;
}
#side_content_left ul{
	list-style-type:none;
	padding:0;
}
#side-part2 ul li{
	margin-left:20px;
	line-height:1.2em;
	padding-bottom:3px;
}
#side-part2 ul a{
	border-left:13px solid #FFFFFF;
	padding-left:4px;
}
#side_content_left a.r-1:hover{
	border-left:13px #FF0000 solid;
}
#side_content_left a.r-2:hover{
	border-left:13px #FF9900 solid;
}
#side_content_left a.r-3:hover{
	border-left:13px #FFFF00 solid;
}
#side_content_left div.side-toc{
	border-bottom:1px solid #DDDDDD;
}
#side_content_left div.side-toc li.toc-depth1{
	font-weight:bold;
	border-bottom:1px solid #DDDDDD;
}
#side_content_left div.side-toc li.toc-depth2{
	padding-left:4px;
}
#side_content_left div.side-toc li.toc-depth3{
	font-style:italic;
	padding-left:8px;
}
/**********************Footer Text**********************/
#footer #valid_logos{
	float:right;
}
/**********************Alternative**********************/
/*** Photo ***/
.photo #side_content_right{
	display:none;
}
