/*
THEME NAME: The Ink
THEME AUTHOR: Ian Lord
THEME URI: http://www.itsquestionable.info
DESCRIPTION: Weblog for the University Press Club. New, with more fiber.
VERSION: 2.0

*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
/* @import url('library/layouts/2c-r-fixed.css'); */

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');





/********************************************************************** CONTAINERS & GENERAL */
body {
    min-width:945px;
}

body, input, textarea {
    font: 13px Georgia, Times, Times New Roman, serif;
    line-height:20px;
}

p, ul, ol, dd, pre {
    margin-bottom:12px;
}

#wrapper {
	width:965px;
	margin: 0 auto 0;
	padding:0;
	background: url(img/sidebar-background.png) repeat-y top left transparent;
	overflow: hidden;
}

#theheader {
    background: url(img/sidebar-backgroundtop.png) top left no-repeat;
}
#branding {
    width:945px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:945px;
    margin:0 auto;
}
#main {
    width:945px;
    margin:0 auto;
    /* overflow:hidden; */
    position:relative;
}
#container {
    width:945px;
}
#content {
    width:945px;
    /* overflow:hidden; */
}





/********************************************************************** CONTENT AREA */
.thecorner { /* total width is 20 */
	width:20px;
	height: 80px;
	display: block;
	float:right;
	color: #347c4a;
	border-top:1px solid #000;
	border-left:1px solid #000;
}

.themeta { /* total width is 210 */
	width:210px !important;
	text-align:left;
	float:right;
	border-top:1px solid #000;
	padding: 15px 0 0 0;
	margin: 0 0 65px 0;
}

	.themeta  .thedate {
		font-family: Futura, Tahoma, Verdana, Arial, sans-serif !important;
		font-size: 9px !important;
		line-height:9px;
		text-transform: uppercase;
		color: #347c4a !important;
		letter-spacing: 3px !important;
		border:none;
		text-decoration:none;
		font-style: normal: !important;
		margin: 0 0 10px 0;
	}
	
		.themeta .themonth,
		.themeta .theyear,
		.themeta .theslash {
			font-family: Baskerville, Garamond, Times, Times New Roman, serif; 
			font-style:italic;
			font-weight: normal;
			font-size:25px;
			line-height:25px;
			margin-bottom: 10px;
			}
		
		.themeta .themonth {
			color: #555;
			}
		
		.themeta .theslash {
			color: #ddd;
			}
		
		.themeta .theyear {
			color: #aaa;
			}
		
	.themeta span {
		display:block;
		border-bottom:1px solid #ddd;
		padding:10px 0;
		font-family: Baskerville, Garamond, Times, Times New Roman, serif; 
		font-size:15px;
		color: #777;
		width:160px; 
		display:block;
		}


#nav-below,
#nav-above {
	margin: 0 0 50px 200px;
}

.apost #nav-below,
.apost #nav-above {
	margin: 0 !important;
}

#nav-below .description {
	color:#111;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height:12px;
	margin-top:2px;
	text-transform: capitalize;
	}
		

.apost { /* width is 515 */
	width:515px;
	float:right;
	padding:15px 0 0 0; 
	margin:0 0 50px 0;
	border-top:1px solid #000;
	}
	
	.apost.single {
	width:745px;
	float:right;
	margin-bottom:40px;
	border-top:1px solid #000;
	}
	
	.apost.single.noborder {
	padding-top:0;
	border:none;
	}

		.apost.single.noborder .apost {
			padding:15px 0 0 0; /* also set in apost */
		}

.entry-content {
	padding:0;
	margin:10px 0 0 0;
	}







/********************************************************************** SIDEBARS & FOOTER */
#thesidebar {
	width:140px;
	text-align:left;
	float:left;
	padding: 0 0 5px 0;
	margin: 0 0 0 20px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height: 12px;
	color: #777;
	/*
border-top:1px solid #000;
	border-left:1px solid #000;
*/
}		

	#thesidebar .thesidebar-box {
/* 		background-color: #E5F9E8; */
		padding: 5px 0;
		margin: 0 0 35px 0;
/* 		border: 1px solid #BDE5C1; */
	}
	
		#thesidebar .thesidebar-box h5 {
			background: center transparent no-repeat;
			height:35px;
			display:block;
			margin:0 0 10px 0;
			padding:0;
		}
		
		#thesidebar .thesidebar-box ul {
			margin:0 auto 0;
			padding:0 10px;
			list-style-position: outside;
			list-style-type: none;
		}
		
		#thesidebar .thesidebar-box li {
			margin:0 0 5px 0;
			padding:0 0 5px 0;
			text-align: center;
			/* 	border-bottom: 1px dotted #56CC75; */
			list-style-position: outside;
			list-style-type: none;
		}


#primary {
    border:none;
    padding:18px 0 0 0;
    margin:0 auto 22px;
    width:945px;
}

.main-aside {
    float:none;
    display:block;
    border:none;
}
#secondary {
    clear:right;
}

#footer {
    border-top:1px solid #ddd;
    padding: 10px 0 10px 9px;
    clear:both;
    font-family: Verdana, Arial, sans-serif !important;
	font-size: 9px !important;
	line-height:9px;
	text-transform: capitalize;
	color: #aaa;
	text-decoration:none;
	font-style: normal;
	text-align: left;
}
	
	#footer #ianlord {
		float:right;
		margin: 0 9px;
		text-transform: capitalize;
		letter-spacing: 0px;
		color: #ccc;
	}
		
		#footer #ianlord a {
			color: #ccc;
		}
	
		#footer #ianlord a:hover {
			color: #F7931E;
		}

#subsidiary {
    width:945px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:945px;
    margin:0 auto;
    padding:0;
    color: #666;
}

.single-author {
	color:#999;
	font-style: italic;
	font-size:13px;
	line-height:19px;
	margin: 15px 0 10px 0;
	display: block;
	border-top:1px dotted #eee;
	padding: 15px 0 0 0;
	}




/********************************************************************** TOP MENU & LOGO */
#topmenu {
	width:965px;
	margin: 0 auto 0px;
	padding: 30px 0 0 0;
	text-align: right;
	color:#000;
	background-color: #fff;
	font-size:12px;
	font-family:Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
	}
	
#topmenu a {
	color:#F7931E;
	padding:4px 6px;
	margin-left:10px;
	}
	
#topmenu a:hover {
	color:#fff;
	background-color: #F7931E;
	}
	
#topmenu .current {
	color:#fff;
	background-color: #F7931E;
	}

#logo {
	width:965px;
	height:223px;
	margin:15px auto 35px;
	padding:0;
	background: url(img/header.png) top left no-repeat;
	cursor:pointer;
	}




/********************************************************************** TITLES & ENTRIES */
h1,
h1.page-title {
	font-family: Baskerville, Garamond, Georgia, Times, Times New Roman, serif; 
	font-weight: normal;
	font-size:45px;
	font-style:italic;
	line-height: 45px;
	color:#000;
	width: 745px;
	float:right;
	margin-bottom:25px;
	clear:both;
	}

h1.border {
	padding:15px 0 0 15px;
	border-top:1px solid #000;
	border-left:1px solid #000;
	margin-bottom:50px;
	width:735px;
	}


h2.entry-title {
	font-family: Baskerville, Garamond, Georgia, Times, Times New Roman, serif; 
	font-weight: normal;
	font-size:27px;
	line-height: 28px;
	color:#000;
	margin-bottom:10px;
	text-transform: capitalize;
	}
	
h2.entry-title a {color:#000;}
h2.entry-title a:hover, h2.entry-title a:active {color:#F7931E;}

h2.entry-title.short {width: 190px;}

div.entry-meta {}








/********************************************************************** DEFAULTS FOR IMAGES */
.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
	font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-style:italic;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}








/********************************************************************** OTHER */
#submit,
#searchsubmit,
#s,
#aktt_tweet_text,
#aktt_tweet_submit {
	color: #000;
	font-size:13px !important;
	border:1px solid #BADDC2;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	height: 20px;
	float:left;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size:13px;
	line-height:13px;
	}

#searchsubmit,
#aktt_tweet_submit {
	padding:0;
	border:none;
	height: 27px;
	width: 25px;
	margin: 0 0 0 2px;
	background-color: transparent;
	}
	
	#aktt_tweet_submit {
		width: 130px !important;
		margin: 0 auto 0;
	}


#submit:hover,
#searchsubmit:hover,
#aktt_tweet_submit:hover {
	color: #fff;
	background-color: #F7931E;
	}

#s {
	width: 95px;
	padding:5px 5px 0 5px;
	}


#aboutlinkbox {
	width:160px;
	text-align:left;
	float:right;
	padding: 0;
	margin: 0 25px 25px 25px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 20px;
	color: #555;
}

	#aboutlinkbox a {
		color:#999;
		}
	
	#aboutlinkbox a:hover {
		color:#F7931E;
		}



.tagcloud {
	display:block;
	line-height:200%;
	margin-bottom:100px;
	}

	.tagcloud a {
		padding:5px;
		}
	
	.tagcloud a:hover {
		color:#F7931E !important;
		}



#archives-page ul {
		list-style-position: outside;
		list-style-type: none;
		margin:0;
		padding:0;
		}
	
	#archives-page li {
		list-style-position: outside;
		list-style-type: none;
		margin:0;
		padding:0;
		color:#999;
		}
	
	#archives-page li a {
		font-size:17px;
		line-height:29px;
		color:#777;
		}
		
#cornertopleft {
	width:50px;
	height:50px;
	background: url(/wp-content/themes/theink2/images/corner.topleft.gif) top left no-repeat;
	position:absolute;
	top:0;
	left:0;
	}

#cornertopright {
	width:50px;
	height:50px;
	background: url(/wp-content/themes/theink2/images/corner.topright.gif) top left no-repeat;
	position:absolute;
	top:0;
	right:0;
	}
	
.wp-caption-text {
	text-transform: lowercase;
	font-variant: small-caps;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #888;
}

.wp-tag-cloud,
#newtagcloud,
.content-column,
.content-column ul,
.cat-item {
	text-align:left;
	list-style-type: none;
	list-style-position: outside !important;
	margin:0 !important;
	padding:0 !important;
}

.noline {border:none !important;}

.hideme {
	display:none;
	height:0;
	border:none;
	}

.clear {
	clear:both;
	}
