/*
Theme Name:		Columbia Journal of Writing
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}





html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	color:#000;
	font-family:Helvetica, Arial, sans-serif;
	background-image:url(http://www.epicsupreme.com/columbia_2/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#e2ecf5;
}
.container {
	position:relative;
	margin:0 auto;
	width:954px;
	height:auto;
	min-height:100%;
	background-color:#ffffff;
}
.header {
	position:relative;
	width:100%;
	height:149px;
	background-color:#383838;
}
#logo {
	position:absolute;
	top:41px;
	left:27px;
	height:66px;
	width:300px;
}
#fish {
	position:absolute;
	left:332px;
	width:622px;
	height:100%;
}
#nav {
	position:relative;
	width:100%;
	height:33px;
	background-image:url(http://www.epicsupreme.com/columbia_2/images/navbg.jpg);
	background-repeat:no-repeat;
}
#nav ul {
	padding:0;
	margin:0;
	padding-top:7px;
	padding-left:150px;
	list-style:none;
}
#nav ul li {
	display:block;
	margin-right:22px;
	float:left;
	margin-top:2px;
}
#nav ul li a {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	padding:10px;
}
#nav ul li a:hover {
	background:#FFF;
	color:#000;
}
#primary {
	position:relative;
	font-size:12px;
	float:left;
	max-width:450px;
	margin-top:26px;
	margin-left:69px;
	line-height:15px;
	padding-bottom:20px;
}

a {
	color:#333;
}
#content h2 {
	font-size:15px;
	font-weight:bold;
}
#news {
	position:relative;
	float:left;
	width:254px;
	background-color:#f0f9fd;
	padding-left:22px;
	padding-top:26px;
	font-size:11px;
	padding-right:12px;
	min-height:450px;
	z-index:100;
	padding-bottom:15px;
}
#news h1 {
	font-size:20px;
	font-weight:bold;
	color:#000;
	padding:0;
	margin:0;
	margin-bottom:12px;
	
	
}
#news h2 {
	font-size:14px;
	margin:0;
	margin-top:15px;
}
.readMore {
	font-size:9px;
}
#content p {
	margin-top:10px;
	margin-bottom:10px;
}
ul.slideshow {
	list-style:none;
	width:365px;
	height:225px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
	bottom:0px;
}

ul.slideshow li.show {
	z-index:500;	
}
ul img {
	border:none;
	display:block;
	max-width:100%;
	
}

#slideshow-caption {
	width:100%;
	height:35px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:2px 10px;	
	z-index:1000;	
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:2px 0 0 0;
	font-size:11px;
	padding:0;
}
#issueSidebar {
	position:relative;
	width:215px;
	float:right;
	padding-top:26px;
overflow:auto;

}
#issueSidebar h1 {
	font-size:20px;
	font-weight:bold;
	color:#000;
	padding:0;
	margin:0;
	margin-bottom:4px;
	
}
#imageSidebarList {
	padding:0;
	margin:0;
	list-style:none;
}
#imageSidebarList li {
	height:70px;
	margin-bottom:25px;
	overflow:hidden;
}
.issueSideImage {
	width:100px;
	height:70px;
	float:left;
	margin-right:4px;
}
.issueSideImage img {
	position:relative;
	width:100px;
}
.issueSideText h3 {
	font-size:14px;
	margin:0;
	padding:0;
	margin-bottom:4px;
	font-weight:bold;
}
.issueSideText {
	font-size:11px;
	float:left;
	width:110px;
}
#issuePager {
	position:relative;
	display:block;
	width:100px;
	font-size:10px;
	color:#000;
	text-align:right;
}
#issuePager a {
	text-decoration:none;
	color:#000;
	width:40px;
}
.qp_next {
	position:absolute;
	left:0;
}
.qp_prev {
	position:absolute;
	right:0;
}
#featured {
	position:relative;
	font-size:12px;
	width:900px;
	margin-top:24px;
	padding-left:27px;
	padding-right:27px;
	line-height:15px;
}
#featured h1 {
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin-bottom:12px;
}
ul.fslideshow {
	list-style:none;
	width:478px;
	height:338px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;	
}	

ul.fslideshow li {
	position:absolute;
	left:0;
	right:0;
	bottom:0px;
}

ul.fslideshow li.show {
	z-index:500;	
}
ul.lslideshow {
	list-style:none;
	width:478px;
	height:338px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;	
}	

ul.lslideshow li {
	position:absolute;
	left:0;
	right:0;
	bottom:0px;
}

ul.lslideshow li.show {
	z-index:500;	
}
ul img {
	border:none;
	display:block;
	min-width:100%;
	
}
#featuredImg {
	width:478px;
	float:left;
}
#featuredText {
	width:410px;
	float:left;
	margin-left:10px;
	font-size:11px;
}
#featuredText h1 {
	font-size:24px;
	
}

#featuredText h2 {
	margin-top:10px;
	margin-bottom:10px;
	
}
#lslideshow-caption {
	width:100%;
	height:35px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#lslideshow-caption .lslideshow-caption-container {
	padding:2px 10px;	
	z-index:1000;	
}

#lslideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#lslideshow-caption p {
	margin:2px 0 0 0;
	font-size:11px;
	padding:0;
}

#smallnews {
	position:relative;
	float:left;
	width:254px;
	padding-left:27px;
	padding-top:26px;
	font-size:11px;
	padding-right:12px;
	max-height:165px;
	z-index:100;
}
#smallnews h1 {
	font-size:20px;
	font-weight:bold;
	color:#000;
	padding:0;
	margin:0;
	margin-bottom:6px;
	
}
#smallnews h3 {
	font-size:14px;
	margin:0;
	margin-top:4px;
}

/*mainpage past issues */

#issuesFeatured {
	position:relative;
	width:625px;
	height:240px;
	float:left;
	margin-left:20px;
	padding-top:26px;

}
#issuesFeatured h1 {
	font-size:20px;
	font-weight:bold;
	color:#000;
	padding:0;
	margin:0;
	margin-bottom:4px;
	
}
#issuesFeaturedList {
	padding:0;
	margin:0;
	list-style:none;
}
#issuesFeaturedList li {
	position:relative;
	height:230px;
	width:193px;
	margin-bottom:25px;
	float:left;
	margin-right:15px;
	overflow:hidden;
}
.issueFeaturedImage {
	width:193px;
	height:130px;
	margin-right:15px;
	overflow:hidden;
}
.issueFeaturedImage img {
	position:relative;
	width:100px;
}
.issueFeaturedText h3 {
	font-size:14px;
	margin:0;
	padding:0;
	margin-bottom:4px;
	font-weight:bold;
}
.issueFeaturedText {
	margin-top:25px;
	font-size:11px;
}
.issueFeaturedTitle {
	font-size:14px;
	margin:0;
	padding:5px;
	display:block;
	font-weight:bold;
	background-color:#333;
	color:#FFF;
}
#issueFeaturedPager {
	position:relative;
	display:block;
	width:100px;
	font-size:10px;
	color:#000;
	text-align:right;
}
#issueFeaturedPager a {
	text-decoration:none;
	color:#000;
	width:40px;
}
.qp_next {
	position:absolute;
	left:0;
}
.qp_prev {
	position:absolute;
	right:0;
}


#featuredNumber {
	font-size:18px;
	margin:0;
	padding:12px;
	display:block;
	font-weight:bold;
	background-color:#333;
	color:#FFF;
	width:454px;
}
.footer {
	width:100%;
	font-size:9px;
	text-align:center;
	margin-top:20px;
	padding-bottom:20px;
	bottom:0;
	position:absolute;
}
#smallnews h3 {
	font-size:14px;
	margin:0;
	margin-top:4px;
}
h2.entry-title2, h2.entry-title2 a, .entry-titler {
	font-size:20px;
	margin-bottom:4px;
	font-weight:bold;
	text-decoration:none;
}
.entry-title a {
	text-decoration:none;
}
.entry-title a:hover {
	color:#000;
}
.entry-meta {
	font-size:11px;
	color:#999;
	margin-top:4px;
}
.entry-meta a {
	font-size:11px;
	color:#666;
}
.entry-footer {
	margin-bottom:21px;
}
/* FORMS
-------------------------------------------------*/
form label, form#commentform label {
	display:block;
	padding:8px 0 2px;
	font-weight:bold;
}

form input, form#commentform input, form textarea, form#commentform textarea  {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}


form textarea, form#commentform textarea {
	width:500px;
}





form#searchform input#s {
	width:143px;
	margin:0;
}

form#searchform div {
	padding:0 0 10px;
}

form#searchform label {
	padding:0;
	margin:0;
}
.search {
	width:120px;
}
#issueTexts {
	margin-top:10px;
	font-size:11px;
}
#issueTexts h1 {
	font-size:24px;
	
}

#issueTexts h2 {
	margin-top:10px;
	margin-bottom:10px;
	
}
.avatar{
	display:none;
}
ol.comment-list {
margin: 10px 0 20px;
padding: 0;
list-style:decimal;
list-style-position:inside;
font-size: 11px;
line-height: 20px;
border-bottom:dotted 1px #CCC;	
}

ol.comment-list p {
margin-bottom:10px;
line-height: 20px;
}

ol.comment-list cite {
font-style: normal;
font-weight: bold;
}

ol.comment-list li {
padding: 10px 5px 5px 5px;
}

ol.comment-list li.alt {
padding: 10px 10px 5px 10px !important;
border:1px solid #BBBBBB;
}
h3.comment-title, #leave-a-reply {
	font-weight:bold;
	font-size:18px;
	margin:0;
	padding:0;
	color:#CCC;
	margin-bottom:3px;
}
.comment-feed-link {
	font-size:10px;
	color:#666;
}
#allowed-tags {
	font-size:10px;
}
em { font-style:italic;}
.addedform input {
max-width:100px;

}

/* HEADER */

#primary h1 {
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin-bottom:20px;
}

#buttonform {
display:block;
margin-top:12px;
}

#buttonform a {    
 font: 18px ;    
 background-color: #888888;    
 color: #ffffff;    
 border: solid 1px #000000;
 font-weight: bold;
 padding:6px;
text-decoration: none;
}

#buttonform a:hover {
background-color:#333333;
}



