/*
Theme Name: Three Ampersand
Theme URI: http://3a.prosthes.us
Description: Three Ampersand theme.
Author: Joshua Johnson
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, h7 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-text-size-adjust:none;
}
body {
	font-family: 'Garamond', times, serif;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6, h7 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

a {
	text-decoration: none;
	color: #FF9900;
}

a:hover {
	color: #666;
}

p {margin-bottom: 15px;}

h1 {
	font-family: helvetica, arial, sans-serif;
}

h2 {

}

@font-face
{
font-family: gothamu;
src: url(fonts/Gotham-Ultra.ttf);
font-family: gothaml;
src: url(fonts/Gotham-Light.ttf);
}


/* =Layout
-------------------------------------------------------------- */

#wrapper {
	margin-top: 25px;
	background: #fff;
	min-width: 600px;
	max-width: 980px;
}

#header {
	float: left;
	margin-bottom: 55px;
	margin-left: 20px;
}

#menu {
	float: right;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 80px;
	margin-right: 45px;
	position: relative;

}

#menu ul li {
	display: inline;
	margin: 0 0px 0 10px;
	cursor: pointer;
}

#menu ul li:before {
	content: "/ ";
	font-weight: 900;
}

#menu a:hover {
	border-bottom: none;
	
}

#menu .feedsub, #menu .issuesub {
	display: none;
	position: absolute;
	left: 71px;
	top: 20px;
	width: 80px;
}

#menu .issuesub {
	left: 7px;
	z-index: 1000;
}

#menu .feedsub a, #menu .issuesub a {
	color: #000;
}

#menu .feedsub li:before, #menu .issuesub li:before {
	content: "";	
}

#menu .feedsub li, #menu .issuesub li {
	text-transform: none;
}

.purple, .purple a {
	color: #660099;
}

.red, .red a {
	color: #FF0000;
} 

.orange, .orange a {
	color: #FF9900;
}

.black, .black a {
	color: #000;
}

.clearfix {
	clear: both;
}

#main {
	clear: both;
	width: 940px;
}

#rule {
	width: 100%;
	min-width: 1000px;
}

#content {
	background-image: url('images/and-pattern.jpg');
}

#left-column {
	float: left;
	width: 580px;
}

#right-column {
	float: left;
	width: 340px;
	margin-bottom: 20px;
}

#ileft-column {
	float: left;
	width: 562px;
}

#iright-column {
	float: left;
	width: 340px;
	padding-left: 18px;
	margin-bottom: 20px;
}

#past-issues, #books {
	margin-left: 20px;
	margin-bottom: 40px;
}

#about {
	margin: 40px 20px;
	max-width: 860px;

}

#about p {
	font-size: 16px;
}

.contributors li {
	color: #999;
	margin-bottom: 30px;
	font-sie: 12px;
	margin-top: -20px;
}

.contributors li {
	display: inline;
	margin-right: 10px;
}

.contributors li:first-child {
	padding: 3px 0;
	color: #666;
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
}

.contact {
	margin-top: 20px;
}

.contact a {
	color: #333;
}

#blog-column {
	border: 1px solid #660099;
	background-color: #fff;
	padding: 40px;
	margin: -40px 0px 40px 20px;
	min-height: 600px;
}

#footer {
	padding: 20px;
	text-align: center;
	color: #666;
	clear: both;
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#footer a {
	color: #999;
}

.index-post {
	margin-bottom: 40px;
}

.index-post img {
	margin: 20px 0;
}

.post-img {
	width: 100%;
	margin-top: -20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.issue-post {
	border: 1px solid #660099;
	position: relative;
	background-color: #fff;
	margin: -40px 20px 40px 20px;
	background-image: url('images/edge.jpg');
	background-repeat: repeat-y;
	height: 640px;
	width: 540px;
	overflow: hidden;
}

.inumberheader {
	position: absolute;
	top: 24px;
	left: 20px;
}

.inameheader {
	text-align: center;
	margin-top: 80px;
}

.iname, .inumber {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size: 10px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	position: absolute;
	text-transform: uppercase;
}

.iname {
	top: 100px;
	left: -63px;
}

.inumber {
	bottom: 30px;
	left: 5px;
}

.iopen {
	background-image: url('images/open.jpg');
	width: 50px;
	height: 100px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -50px;
	z-index: 300;
	display:none;
	cursor: pointer;
}

.iclose {
	position: absolute;
	top: 10px;
	right: 30px;
	border-radius: 10px;
	background-color: #ff0000;
	font-size: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.iclosetxt {
	position: absolute;
	top: 0px;
	left: 5px;
	color: #fff;
	font-weight: normal;
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	z-index: 10;
	cursor: pointer;
	
}

.featured-post {
	padding: 20px;
	position: relative;
}

.featured-image {
	float: left;
	width: 150px;
	height: 150px;
	border: 1px solid #FF0000;
	position: relative;
}

.featured-title{
	width: 50%;
	min-width: 50px;
	height: 14px;
	padding: 3px;
	background-color: #FF0000;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-family: helvetica, arial, sans-serif;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
}

.featured-article {
	float: left;
	width: 70%;
	min-width: 100px;
	margin-left: 20px;
}

.featured-article p {
	font-size: 14px;
}

.news-post {
	padding: 20px;
	position: relative;
}

.news-post p {
	font-size: 14px;
}

.news-post h2, .news-post .text {
}

.category-name {
	position: absolute;
	right: 0px;
	top: 22px;
}

.category-name a {
	color:#fff;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	border: 3px double #fff;
	padding: 5px;
	background: #CCC;

}

.category-name a:hover {
	background-color: #ff0000;
	border: 3px double #fff;
}



.issueinfo {
	margin-left: 30px;
	height: 640px;
	width: 510px;
	background: #fff;
	position: absolute;
	top:0;
	left: 0;
	z-index: 200;
	border-right: 1px solid #660099;
}

.issueimg {
	position: absolute;
	margin-bottom: 20px;
	width: 400px;
	height: 400px;
	margin-left: -200px;
	margin-top: -200px;
	left: 50%;
	top: 50%
}

.issueimg img {
	width: 100%;
	height: 100%;
}



.issueimg .diecut {
	width: 400px;
	height: 400px;
	background-image: url('images/diecutcover.png');
	background-repeat: repeat-x;
	position: absolute;
	top:0;
	left: 0;
}

.issuename {
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 200;
}

.issueauthors {
	text-align: center;
	font-size: 18px;
	margin-top: 400px;
	padding: 0 40px;
}

.issueauthors li {
	list-style: none;
	display: inline;
	margin: 0 5px;
}

.issueoptions {
	font-family: helvetica, arial, sans-serif;
	color: #FF9900;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	right: 20px;
}

.articles {
	position: absolute;
	top: 0;
	left: 0;
	height: 580px;
	width: 470px;
	padding: 40px;
	margin-left: 10px;
}

.article-item {
	margin-left: 20px;
	padding-bottom: 10px;
	margin-right: 20px;
}

.article-item h2 {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 20px;
	
}

.article-item .text p {
	font-size: 12px;
	text-align: justify;
	line-height: 14px;
	
}

.article-contents {
	margin-top: 20px;
	font-size: 16px;
	
}

.article-contents li {
	margin-bottom: 10px;
}

.authors {
	margin-top: -6px;
	margin-bottom: 20px;
	font-family: helvetica, arial, sans-serif;
}

.authors li {
	display: inline;
	margin-right: 10px;
}

.trans {
	font-family: 'Garamond', times, serif;
	color: #666;
}

.share {
	color: #ccc;
	margin-bottom: 30px;
	font-size: 12px;
		
}

.share li {
	display: inline;
	margin-right: 10px;
	border: 1px solid #FF9900;
	padding: 3px;
}

.share li:first-child {
	border: none;
	padding: 3px 0;
	color: #666;
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
}

.tags {
	color: #999;
	margin-bottom: 30px;
	font-sie: 12px;
	margin-top: -20px;
}

.tags li {
	display: inline;
	margin-right: 10px;
}

.tags li:first-child {
	padding: 3px 0;
	color: #666;
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
}

.footnotes {
	margin-bottom: 10px;
	font-size: 12px;
}

.footnum {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #666;
	
}

.wp-caption-text {
	font-size: 10px;
	font-family: helvetica, arial, sans-serif;
	padding: 5px 0;
	margin-top: -15px;
	margin-bottom: 25px;
	color: #999;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#header h1 {
	font-size: 1px;
	position: relative;
	text-indent: -999em;
}

#header span {
	position: relative;
	z-index: 10;
}

#site-title {
	width: 150px;
	height: 60px;
	margin-top:-10px;
	background-image: url('images/logo.jpg');
	position: relative;
	z-index: 200;
	
}



h2 {
	font-weight: bold;
	margin-bottom: 10px;
}

.index-post h2 a {
	color: #660099;
}

#past-issues h2 a {
	color: #000;
}

h2.issue-archive-title {
	margin-bottom: 30px;
	margin-top: 10px;
}

h2.issue-archive-title a {
	color: #000;
}

h3 {
	font-family: helvetica, arial, sans-serif;
	color: #fff;
	font-size: 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-shadow:
   -1px -1px 0 #660099,  
    1px -1px 0 #660099,
    -1px 1px 0 #660099,
     1px 1px 0 #660099;
	margin-bottom: 10px;
}

h3 a {
	color: #fff;
}

h3 a:hover {
	color: #fff;
}

#right-column h3, #iright-column h3 {
	text-shadow:
   -1px -1px 0 #FF0000,  
    1px -1px 0 #FF0000,
    -1px 1px 0 #FF0000,
     1px 1px 0 #FF0000;
	margin-top: 40px;
	margin-left: 20px;
}

#right-column h3 a, #iright-column h3 a {
	text-shadow:
   -1px -1px 0 #FF0000,  
    1px -1px 0 #FF0000,
    -1px 1px 0 #FF0000,
     1px 1px 0 #FF0000;
}

#right-column h2 {
	width: 80%;
}

#iright-column h2 {
	width: 80%;
}

.index-post h3, .index-post h3 a {
	color: #fff;
	text-shadow:
   -1px -1px 0 #660099,  
    1px -1px 0 #660099,
    -1px 1px 0 #660099,
     1px 1px 0 #660099;
	margin-bottom: 40px;

}


#about h3 {
	text-shadow:
   -1px -1px 0 #FF9900,  
    1px -1px 0 #FF9900,
    -1px 1px 0 #FF9900,
     1px 1px 0 #FF9900;
}

h4 {
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 10px;
	color: #000;

}

h5 {
	color: #666;
	margin-top: 20px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;	
}