/*
Theme Name: JSE
Theme URI: http://www.jsedimensions.org/
Description: WordPress theme developed for the Journal of Sustainability Education.
Version: 1
Author: RubyStudio
Author URI: http://rubystudio.com/
*/

/*	Global
----------------------------------------- */
body {
	font-size: 16px;
	font-family: Georgia, Times, Serif;
	line-height: 160%;
	background: #ffffff;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}


/*	Positioning Elements
----------------------------------------- */
#container {
	width: 1000px;
	margin: 0px;
	padding: 0px;
}

#leftcolumn {
	position: relative; 
	float: left;
	width: 700px;
	margin: 0px;
	padding: 0px;
}

#rightcolumn {
	position: relative; 
	float: left;
	width: 285px;
	margin-left: 15px;
	padding: 0px;
}
	
#header {
	margin: 0px;
	padding: 0px;
	background: #282c4f url('images/headerbg.png') no-repeat top left;
	height: 240px;
	overflow: hidden;	
}

#logoimg 	{
	margin: 130px 0px 0px 20px;
	height: 93px;
	width: 642px;
}

#footer {
	clear: both;
	background:transparent url('images/thickdoublelines.png') repeat-x left top;	border: none;
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	padding: 15px;
}


/*	Navigation
----------------------------------------- */

#navigation {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background:transparent url('images/thickdoublelines.png') repeat-x left bottom;
	height: 35px;
	padding: 0;
	margin: 0;
}

#navigation img {
	border: 0;
}

#nav {
	padding: 0;
	margin: 0;
	float:left;
	position:relative;
}
#nav li {
	padding: 0;
	float:left;
	position:relative;
	list-style:none;
	height: 25px; 
}

#nav li a, #nav li.current_page_item:hover a {height:20px;padding:0; margin:0; display:block;}

#nav li a:hover {color:#282c4f;}

#nav li.current_page_item:hover, #nav li.current_page_item a, #nav li.current_page_item:hover a {
	color:#282c4f;
	background-color:white;
	text-decoration:none;
	cursor:default;
}

#nav li.current_page_item ul li.page_item:hover a,
#nav li.current_page_item ul li.page_item a:hover,
.paged #nav li.current_page_item:hover,
.paged #nav li.current_page_item:hover a {color:#282c4f;cursor:pointer;}

#nav li:hover a,
#nav li ul li:hover a {color:#2b9ca4}

#nav li ul,
#nav li.page_item ul li ul {
	display:none; 
	padding-bottom: 10px;
	background: #ffffff url('images/thickdoublelines.png') repeat-x left bottom;
	border-left: solid 1px #282c4f;;
	border-right: solid 1px #282c4f;;
}

#nav li ul li {
	padding-left: 5px; 
	margin: 0; 
	font-size:11px; 
	font-weight:bold; 
	background: white;
}

#nav li:hover ul li a:hover {color:#282c4f;} 

#nav li ul li a {
	padding:2px 0px 5px 0px;
	margin:0;
	display:block;
	border:none;
}

#nav li:hover ul {
	display:block;
	position:absolute;
	left:0;
	top:23px;
	z-index:12
}


.navtopics {display: block; width: 80px; margin:7px 10px 0 20px;}
.navtopics ul li {width: 90px;}

.navgeo {display: block; width: 115px; margin:7px 10px 0 15px;}
.navgeo ul li {width: 100px;}

.navedsettings {display: block; width: 180px; margin:7px 10px 0 15px;}
.navedsettings ul li {width: 160px;}

.navarchives {display: block; width: 100px; margin:7px 10px 0 15px;}
.navarchives ul li {width: 100px;}

.navabout {display: block; width: 80px; margin:7px 10px 0 15px;}
.navabout ul li {width: 90px;}


/*	Left Column
----------------------------------------- */

#leftcolumn .content {
	padding: 20px;
}

h1 {
	font-size: 2.2em;
	line-height: 120%;
	font-weight: normal;
	margin: 0px; 
	padding: 5px 0px 10px 0px;
}

.entry a {text-decoration: underline;}

.author {color:#777777; font-style: italic;}

.date {font-family: verdana, arial, sans-serif; font-size: 10px; text-transform: uppercase;}

.socialwrap {position: relative; float: left; font-family: verdana, arial, sans-serif; font-size: 10px; text-transform: uppercase;}
.tags {position: relative; float: left; font-family: verdana, arial, sans-serif; font-size: 10px;}


/*	Home Page / Archive Pages
----------------------------------------- */

#hpcontent {
	margin: 20px 0 0 0;
	line-height: 130%;
}

h1.hptitle {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
}

.hppost {
	clear: both; 
	margin-right: 10px;
}

.hpimage {
	position: relative; 
	float: left;
	padding: 0px;
	margin:0px;
	border:0;
	width: 170px;
}

.hpentry {
	margin: 0 0 30px 185px;
	font-size: 14px;
	width: 480px;
	clear: none;
}

.hpentry p {
	margin: 0;
	padding: 0;
}

.hptitle a {
	color: #282c4f;
}

.articlelink {
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}


#archivetitle {
	font-size: 2em;
	font-family: helvetical, arial, sans-serif;
	margin: 30px 0 10px 185px;
	color: #777777;
}

.translation{
	margin-top: 10px;
}

/*	Right Column
----------------------------------------- */

#rightcolumn {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	line-height: 140%;
	color: #777777;
}

#rightcolumn h2.widgettitle {
	color: #2b9ca4; 
	display:block; 
	font-size:11px; 
	text-transform:uppercase; 
	padding: 10px 0px 10px 0px; 
	margin: 0px; 
	background:transparent url('images/doublelines.png') repeat-x left top;
}

#rightcolumn h2.scholarlytitle {
	color: #2b9ca4; 
	display:block; 
	font-size:11px; 
	text-transform:uppercase; 
	padding: 10px 0px 10px 0px; 
	margin: 0px; 
}

#rightcolumn  li { list-style:none;}

.textwidget {padding: 10px 0px 10px 0px;}

#scholarlylinks {
	background-color:#f1f5f6;
	padding: 10px;
}

.widget_search label { display: none; }

.widget_search {margin: 0px 0px 10px 0px; padding: 15px 0px 15px 0px; background:transparent url('images/doublelines.png') repeat-x left bottom; width:285px}

.widget_search #s {border: solid 1px #282c4f; width: 200px; height: 20px; margin: 0px;}

.widget_search #searchsubmit {border: 0px; color: #2b9ca4; font-size:11px; font-weight: bold; text-transform:uppercase; font-family: arial, helvetica, sans-serif; padding-top: 5px; background-color: transparent; }


#rightcolumn ul, #rightcolumn ol {
	margin: 0;
	padding: 0;
	}

#rightcolumn ul li {
	list-style-type: none;
	list-style-image: none;
	}

.entry_author_image img {
	position: relative; float: left;
	margin: 0 10px 5px 0px;
	border:0;
}

.entry_author_image p {
	margin: 0;
	padding: 0;
}

.blogroll li {
	margin-bottom: 10px;

}

#post_author_profile img {
	margin-right: 5px; 
	position: relative; float: left;
}

/*  Footer
---------------------------------------- */

#footer {
	line-height: 170%;
}

#footer ul, #footer ol {
	margin: 0;
	padding: 0;
	}

#footer ul li {
	list-style-type: none;
	list-style-image: none;
	position: relative; 
	float: left;
	margin: 0p 10px 0px 10px;
	}

#footer ul li.widget {
	width: 350px;
}	

#footer ul li ul li {
	line-height: 140%;	
}	

#footer h2.widgettitle {
	color: #2b9ca4; 
	display:block; 
	font-size:11px; 
	text-transform:uppercase; 
	padding: 0px; 
	margin: 0px; 
}

#footer a {
	color: #872f25;
}

#copyright {
	color:#888888;
	margin-left: 155px;
}

/*	Common
----------------------------------------- */

.doublelines{background:transparent url('images/doublelines.png') repeat-x left top; height:5px;line-height:0;overflow:hidden; margin:0px;}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2 {
	font-size: 16px;
	}

h3 {
	font-size: 12px;
	}

a {
	text-decoration: none;
	color: #2b9ca4;
	}

a:hover {
	text-decoration: underline;
	}

code {
	font-family: 'Courier New', Courier, Fixed;
	}



/*	Images & Gallery
----------------------------------------- */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}	

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/*	Lists
----------------------------------------- */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}




/*	Forms
----------------------------------------- */




.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}


/*	Comments
----------------------------------------- */

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}


.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

