/*
Theme Name: SOLI-Theme
Theme URI: http://www.stewardshipoflife.org
Description: Web site for the Stewardship of Life Institute
Version: .9b
Author: Erik Teichmann
Author URI: http://www.eriktdesign.com
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
@import "style/css/960.css";
@import "style/css/navigation.css";

@font-face {
    font-family: "Fertigo Pro";
    src: url('style/Fertigo_PRO.otf');
}

    body {
	background: url('images/background.jpg') top center no-repeat #F2E9E1;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	color: #0e0c05;
    }

    #container {
	width: 960px;
	margin: 0 auto;
    }

ul#topnav {
    /*background: url('images/nav.png') no-repeat;*/
    margin-top: 25px;
    position: relative;
    right: -14px;
    width: 540px;
    height: 58px;
    float: right;
    display: inline;
}

    ul#topnav li {
	display: inline;
	float: left;
    }

    ul#topnav li a {
	height: 58px;
	display: block;
	text-indent: -9999em;
    }

    ul#topnav li.categories > a {
	background: url('images/nav.png') no-repeat;
	width: 148px;
    }

	ul#topnav li.categories > a:hover {
	    background-position: 0px -58px;
	}

    ul#topnav li.topics > a {
	background: url('images/nav.png') no-repeat scroll -148px 0px;
	width: 112px;
    }

	ul#topnav li.topics > a:hover {
	    background-position: -148px -58px;
	}

    ul#topnav li.search {
	background: url('images/nav.png') no-repeat scroll top right;
	width: 280px;
	height: 58px;
    }

    ul#topnav li.search input[type=text] {
	height: 23px;
	width: 199px;
	margin-left: 20px;
	margin-top: 12px;
	padding: 3px;
    }

	input[name="ne"] {
	    height: 23px;
	    padding: 3px;
	}

	div#browser input[type=text] {
	    height: 23px;
	    width: 180px;
	    margin-left: 5px;
	    position: relative;
	    top: -1px;
	    padding: 3px;
	}

	div#browser label {
	    font-size: 14px;
	    color: #666;
	    font-weight: bold;
	}

	div#browser select {
	    width: 120px;
	    padding: 6px 0px 3px;
	    position: relative;
	    top: -1px;
	    margin-right: 20px;
	}

	div#browser option {
	    height: 23px;
	}

    ul#topnav li.search input[type=submit], div#browser input[type=submit] {
	background: url('images/search-button.png') no-repeat;
	width: 31px;
	height: 30px;
	border: none;
	text-indent: -9999em;
	cursor: pointer;
    }



    ul.meta {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 18px;
	position: absolute;
	bottom: 0;
    }

	#feature ul.meta {
	    left: 390px;
	}

	.link ul.meta {
	    position: absolute;
	    bottom: 10px;
	}

	ul.meta li {
	    display: inline;
	    margin-right: 20px;
	    padding-left: 0px !important;
	    padding-top: 0px;
	    padding-bottom: 1px;
	    background: url('images/meta-icons.png') no-repeat 0 0;
	}

	    ul.meta li a, ul.meta li.date {
		padding-left: 20px !important;
	    }

	    ul.meta li.comments {
		background-position: 0 -16px;
	    }

	    ul.meta li.twitter {
		background-position: 0 -32px;
	    }

	    ul.meta li.facebook {
		background-position: 0 -48px;
	    }

    ul#share_links {
	display: inline;
    }

	ul#share_links li {
	    float: left;
	    margin-right: 10px;
	}

	.count {
	    width: 47px;
	    height: 25px;
	    font-size: 20px;
	    text-align: center;
	}

	.share {
	    width: 53px;
	    height: 14px;
	    font-size: 12px;
	    padding: 4px 2px !important;
	}

	    li#share_twitter .share a {
		background: url('images/meta-icons.png') 0 -32px no-repeat;
		padding-left: 20px;
		padding-bottom: 1px;
	    }

	    li#share_facebook .share a {
		background: url('images/meta-icons.png') 0 -48px no-repeat;
		padding-left: 20px;
		padding-bottom: 1px;
	    }

	    li#share_email .count {
		padding-top: 2px !important;
		padding-bottom: 8px !important;
	    }

    .social_networking li {
	display: inline;
	margin-right: 10px;
    }

    li.widget {
	margin-bottom: 20px;
    }

	.widget_recent_entries ul li, li.related-posts ul li {
	    padding: 0 0 10px 20px;
	    background: url('images/arrow-right.png') left top no-repeat;
	}

    li.recentcomments {
	padding: 0 0 10px 20px;
	background: url('images/comment.png') left top no-repeat;
    }

    p {
	font-size: 12px;
	line-height: 20px;
	padding: 0 0 10px;
    }

    .button {
	padding: 5px;
	background: #fff url('images/gradient.png') repeat-x bottom;
	border: 1px solid #eee;
	-moz-box-shadow: rgba(0,0,0,.65) 0px 0px 2px;
	-webkit-box-shadow: rgba(0,0,0,.65) 0px 0px 2px;
    }

	.button:focus {
	    background-position: top;
	    -moz-box-shadow: rgba(0,0,0,.65) 0px 0px 1px;
	    -webkit-box-shadow: rgba(0,0,0,.65) 0px 0px 1px;

	}

	.button:hover {
	    cursor: pointer;
	}

    .box {
	/*border-width: 13px 13px 42px 13px;
	-moz-border-image: url('images/box.png') 13 13 42 13 stretch stretch;*/

	background: url(images/gradient.png) bottom repeat-x #fff;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	box-shadow: rgba(0,0,0,.65) 0px 0px 4px;
	-moz-box-shadow: rgba(0,0,0,.65) 0px 0px 4px;
	-webkit-box-shadow: rgba(0,0,0,.65) 0px 0px 4px;

	margin-top: 20px;
	margin-bottom: 20px;
    }

	#left .box {
	    padding: 10px;
	    margin-top: 10px;
	}

	#left #post-info {
	    padding: 0;
	}

	.inner_box {
	    background: url('images/gradient.png') bottom repeat-x #fff;
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	    padding-left: 10px;
	    padding-right: 10px;
	    position: relative;
	    min-height: 150px;
	}

	    .inner_box:last-child {
		    background: none;
		}

	    .inner_box ul.meta {
		left: 180px;
		bottom: 20px;
	    }

	    .inner_box p {
		margin-left: 170px;
		padding-bottom: 30px;
	    }

	    .cat_list .inner_box {
		min-height: 50px;
	    }

		.cat_list p {
		    margin-left: 0px;
		    padding-bottom: 10px;
		}


	#listing {
	    padding: 20px 0px 0px;
	    width: 700px;
	}



	.attachment-thumbnail, .post_thumb {
	    width: 150px;
	    height: 150px;
	    float: left;
	    margin-right: 20px;
	    margin-bottom: 0px;
	    -moz-box-shadow: rgba(0,0,0,.65) 0px 1px 1px;
	    -webkit-box-shadow: rgba(0,0,0,.65) 0px 1px 1px;
	}

	.item {
	    min-height: 280px;
	    position: relative;
	}

	.item img {
	    float: left;
	    width: 370px;
	    height: 280px;
	    margin-left: 2px;
	    margin-right: 20px;
	    margin-bottom: 5px;

	    -moz-box-shadow: rgba(0,0,0,.65) 0px 2px 4px;
	    -webkit-box-shadow: rgba(0,0,0,.65) 0px 2px 4px;
	}

	    a.feature_control, a.links_control {
		width: 20px;
		height: 20px;
		display: block;
		padding: 0px;
		float: left;
		position: absolute;
		z-index: 1000;
		text-align: center;
	    }

	    a.links_control {
		position: relative;
	    }

		a.feature_control img {
		    padding: 2px;
		}

		a.feature_prev {
		    left: 10px;
		    bottom: 10px;
		}

		a.feature_next {
		    left: 40px;
		    bottom: 10px;
		}

		a.links_prev {
		    float: left;
		    left: -20px;
		    top: -175px;
		}

		a.links_next {
		    float: right;
		    right: -20px;
		    top: -175px;
		}

	.single img.wp-post-image, .post img, div.page img {
	    -moz-box-shadow: rgba(0,0,0,.65) 0px 2px 4px;
	    -webkit-box-shadow: rgba(0,0,0,.65) 0px 2px 4px;
	}

	    img.alignright, .single img.wp-post-image {
		float: right;
		margin-left: 20px;
	    }

	    img.alignleft {
		float: left;
		margin-right: 20px;
	    }

	li.sidebar-meta ul li {
	    padding-left: 20px;
	    margin-bottom: 10px;
	    background: top left transparent no-repeat;
	}

	    li.sidebar-meta ul li.date {
		background-image: url('images/calendar.png');
	    }

	    li.sidebar-meta ul li.categories {
		background-image: url('images/categories.png');
	    }

	    li.sidebar-meta ul li.topics {
		background-image: url('images/topics.png');
	    }

	    li.sidebar-meta ul li.edit {
		background-image: url('images/edit.png');
	    }

	#home-links {
	    padding: 0px 10px;
	}

	    div.links_container {
		width: 920px !important;
	    }

	.link {
	    margin: 0px;
	    padding: 10px 18px 30px;
	    border-left: 1px solid #ccc;
	    border-right: 1px solid #fff;
	    position: relative;
	    float: left;
	    width: 280px;
	}

	.link.left {
	    padding-left: 0px;
	    border-left: 0px;
	}

	.link.right {
	    padding-right: 0px;
	    border-right: 0px;
	}

	.link img {
	    width: 100px;
	    height: 100px;
	    float: left;
	    margin-right: 10px;
	    margin-bottom: 0px;
	    -moz-box-shadow: rgba(0,0,0,.65) 0px 1px 1px;
	    -webkit-box-shadow: rgba(0,0,0,.65) 0px 1px 1px;
	}

	.longterm img {
	    width: 200px;
	    height: 80px;
	    display: block;
	    -moz-box-shadow: rgba(0,0,0,.65) 0px 1px 1px;
	    -webkit-box-shadow: rgba(0,0,0,.65) 0px 1px 1px;
	    margin-bottom: 10px;
	}

	#pagination {
	    position: relative;
	}

	    #pagination div {
		width: 140px;
		position: absolute;
		text-align: center;
	    }

	    #pagination #next {
		right: 0px;
	    }

		#pagination #next a {
		    background: url('images/arrow-right.png') right no-repeat;
		    padding-right: 21px;
		}

	    #pagination #prev {
		left: 0px;
	    }

		#pagination #prev a {
		    background: url('images/arrow-left.png') left no-repeat;
		    padding-left: 21px;
		}

#respond p {
    width: 680px;
    position: relative;
    height: 30px;
}

	#post-info {
	    padding: 0px;
	    margin-top: 0px;
	    /*width: 700px;*/
	    min-height: 100px;
	}

	    #post-author {
		margin: 0;
		padding: 10px;
		border-right: 1px solid #fff;
		width: 410px;
		min-height: 80px;
	    }

		#author img, .avatar, #gravbox {
		    float: left;
		    margin-right: 10px;
		    -moz-box-shadow: rgba(0,0,0,.65) 0px 1px 1px;
		    -webkit-box-shadow: rgba(0,0,0,.65) 0px 1px 1px;
		}

		    #gravbox {
			width: 96px;
			height: 96px;
			background: url('http://www.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=96') no-repeat;
		    }

		    #gravbox p.nogravatar {
			background:none repeat scroll 0 0 rgba(255, 255, 255, 0.65);
			display:block;
			font-weight:bold;
			height:76px;
			padding:10px;
			vertical-align:middle;
			width:76px;
		    }

		#author p, li.comment p {
		    line-height: 1.2em;
		}

		li.comment p, li.comment .reply {
		    padding-left: 90px;
		}

	    #share {
		margin: 0;
		padding: 10px;
		border-left: 1px solid #ccc;
		width: 219px;
		height: 100%;
		min-height: 90px;
	    }

	#commentform input[type=text] {
	    width: 540px;
	    padding: 5px;
	    /*margin-right: 22px;*/
	    /*margin-bottom: 10px;*/
	}

	    #commentform label {
		display: block;
		float: left;
		width: 106px;
		font-size: 14px;
	    }

	    #commentform label span.required {
		font-weight: bold;
		font-size: 18px;
		margin-left: 5px;
		color: red;
	    }

	#commentform textarea {
	    width: 550px;
	    height: 96px;
	}

	#commentform input[type=submit] {
	    float: right;
	    margin-top: 10px;
	}

#print-info {
    display: none;
    visibility: hidden;
}

	#footer {
	    margin-top: 40px;
	    padding: 20px 0px;
	    color: #F2E9E1;
	    background: url('images/footer-bg.png') center no-repeat #1c140d;
	}

	    #footer p {
		padding: 5px;
		line-height: 120%;
	    }

	    #footer-right {
		text-align: right;
	    }