/*
Theme Name: Goodness Portland Theme
Theme URI: http://www.hekainteractive.com
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Andrew Maxwell
Author URI: http://www.hekainteractive.com
Tags: white, orange, custom header, fixed width, two columns

*/



/* Begin Typography & Colors */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*=== STYLESHEET BEGINNING ===*/
body {
	font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 15px;
background-image: url(http://goodnessportland.com/wp-content/uploads/2010/04/background.jpg);
background-repeat: repeat;
}
h1 {
        font-size: 20px;
        line-height: 24px;
        margin: 0;
        padding: 0;
}
h3 {
color: #7CB9E6;
font-size: 18px;
}
h4 {
        color: #E76E34;
        font-size: 16px;
}
a:link, a:visited, a:active {
	color: #E76E34;
	text-decoration: none;
}
a:hover {
	color: #E76E34;
	text-decoration: underline;
        cursor: pointer;
}
h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
        color: #7CB9E6;
        font-size: 16px;
}
#footer a:link, #footer a:visited, #footer a:hover, footer a:active {
        color: #7CB9E6;
}
#outerContainer {
	width: 1000px;
	margin: 0 auto;
}

/*=== CONTAINER ===*/
#container {
	background-color: white;
	border: 1px solid #959596;
        border-top: none;
	margin: 0 auto 40px auto;
	float: left;
	position: relative;
	width: 1000px;
}


/*=== HEADER ===*/
#header-banner {
        background: #fff;
        border: 1px solid #959596;
        border-bottom: none;
        height: 120px;
        margin: 0 auto;
        width: 1000px;
}
#header-banner #header-ad {
        height: 90px;
        margin: 15px auto;
        width: 728px;
}
#header {
	float: left;
	height: 160px;
	width: 1000px;
}
#header #logo {
	left: 20px;
	top: 25px;
        *top: 15px;
	position: absolute;
	z-index: 10;
}
#mainMenu {
	background-color: #7CB9E6;
	float: left;
	height: 28px;
	font-size: 12px;
	left: 10px;
	position: absolute;
	top: 105px;
	width: 980px;
}
#mainMenu ul.nav {
	color: #FFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	list-style: none;
	margin-left: 75px;
	padding: 5px 20px 0 0;
	position: absolute;
	z-index: 90;
}
#mainMenu ul.nav li {
	color: #FFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	list-style: none;
	padding: 3px 45px 0 0;
}
#mainMenu ul.nav li a:link, #mainMenu ul.nav li a:visited {
	color: #FFF;
        text-decoration: none;
}
#mainMenu ul.nav li a:hover {
	color: #FFF;
        text-decoration: underline;
}
ul#connect {
	color: #E76E34;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	right: 160px;
	text-align: right;
	top: 15px;
}
ul#connect li {
	line-height: 20px;
}
ul#connect li a:link, ul#connect li a:visited {
        color: #E76E34;
	line-height: 20px;
        text-decoration: none;
}
ul#connect li a:hover {
        color: #E76E34;
	line-height: 20px;
        text-decoration: underline;
}
#currentIssue {
	height: 146px;
	position: absolute;
	right: 20px;
	top: 15px;
	width: 121px;
}
/*=== CONTENT ===*/
#content {
	float: left;
	padding: 10px 35px 35px 35px;
	width: 630px;
        border-right: solid 1px #cdd9df;
}
#content.home {
	float: left;
	padding: 0 0 60px 0;
	width: 700px;
}
#content.full {
	float: left;
	padding: 0;
	width: 1000px;
}
#content h2 {
	background-image: url(images/header-dots.png);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #E76E34;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 600;
	height: 100%;
        line-height: 30px;
	margin: 10px 0 10px 0;
        padding-bottom: 5px;
}
#content.home p {
        margin: 0;
}
#content.home li {
        list-style: none;
}
#content p {
        margin: 10px 0 20px 0;
}
#content li {
        list-style-position: inside;
        list-style-type: disc;
        margin: 10px 0;
}
.issue {
	height: 210px;
	float: left;
	text-align: center;
	width: 180px;
}
/*=== FEATURED ARTICLES ===*/
#featuredArticles {
	float: left;
	height: 480px;
	width: 700px;
}
/*=== EXTRAS ===*/
#extras-header, #share-header {
	margin: 20px 0 10px 20px;
}
#extraContainer {
	float: left;
	height: 260px;
	margin-top: 15px;
	width: 720px;
}

/*=== Root element for the scrollable. when scrolling occurs this element stays still. ===*/ 
#extras {
	float: left;
	height: 260px;
	width: 626px;
	/* required settings */ 
    position:relative; 
    overflow:hidden; 
}
#extraContainer #previous, #extraContainer #next {
	float: left;
	height: 260px;
	width: 40px;
}
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float: left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background-image: url(images/featured-arrows.png);
	background-repeat: no-repeat;
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	margin: 40px 10px;
	cursor: pointer;
	font-size: 1px;
}

/* right */
a.right { 
	background-position: -24px 0;
	clear: right;
	margin: 110px 0 0 7px;
}
a.right:hover {
	background-position: -24px -24px;
}


/* left */
a.left {
	margin: 110px 0 0 7px;
} 
a.left:hover {
	background-position: 0 -24px;
}

/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div.extraContent { 
	border: solid 1px #CCC;
	float: left;
	height: 230px;
	margin-right: 10px;
	padding: 24px 0 0 0;
	position: relative;
	width: 200px;
} 
.extraContent .header {
	background-image: url(images/featured-header.png);
	background-repeat: no-repeat;
	color: #FFF;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	left: -1px;
	padding-top: 5px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: -1px;
	width: 202px;
	z-index: 10;
}
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}
/*=== FACEBOOK ===*/
#facebook {
	color: #000;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
	font-weight: 600;
        height: 350px;
        margin: 20px 0;
        width: 330px;
}
#facebookBadge {
	float: left;
	height: 53px;
	margin: 40px 15px 0 25px;
	width: 53px;
}
#facebookContent {
	float: left;
	width: 220px;
}
/*=== TWITTER ===*/
#twitter {
	color: #000;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
	font-weight: 600;
        height: 350px;
        margin: 20px; 0;
        width: 330px;
}
#twitterBadge {
	float: left;
	height: 53px;
	margin: 40px 15px 0 25px;
	width: 53px;
}
#twitterContent {
	float: left;
	width: 220px;
}
ul.twitter {
    width: 220px;
}
ul.twitter li.twitter-item {
    color: #000;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-weight: 600;
	letter-spacing: -0.02em;
    margin-bottom: 10px;
    text-decoration: none;
}
ul.twitter li.twitter-item a {
    color: #000;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	font-weight: 600;
	letter-spacing: -0.02em;
    margin-bottom: 10px;
    text-decoration: none;
}
/*=== SIDEBAR ===*/
#sidebar {
	float: left;
	height: 100%;
	text-align: center;
	width: 270px;
}
#sidebarAd {
        margin-left: 10px;
}
#wintItHeader {
	margin-bottom: 10px;
}
#winIt {
	margin: 0 auto;
	width: 213px;
}
#winIt img {
	float: left;
	height: 100px;
	width: 100px;
}
#winIt p {
        color: #E76E34;
	float: left;
	font-size: 10px;
	text-align: left;
        padding-left: 3px;
	width: 110px;
        line-height: 12px;
}
#watchItHeader {
	margin: 20px 0 10px 0;
}
.sidebarHR {
	border-bottom: solid 1px #CDD9DF;
	margin: 20px auto;
	width: 248px;
}
/*=== FOOTER ===*/
#footer {
	float: left;
	height: 160px;
        margin: 20px 0 0 0;
	width: 1000px;
}
#footer ul {
	float: left;
	margin: 10px 0 0 30px;
}
#footer ul li {
	border-right: solid 1px #000;
	float: left;
	padding: 0 10px;
}
#footer ul li a {
	color: #000;
	font-size: 12px;
}








/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.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;
}
/* End captions */



.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;
	}
/* End Form Elements */



/* Begin 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;
	}
/* End Comments */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
#sponsor {
        height: 125px;
        margin: 15px 0 5px 15px;
        width: 145px;
}
#sponsor img {
        margin-left: 50px;
}