/*
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
-------------------------------------------------------------- */

@font-face {
	font-family: 'LinearSans';
	font-weight: normal;
	font-style: normal;
	src: url('fonts/linear-sans-regular.otf') format('opentype');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, 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, caption,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, 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: 'LinearSans';
	font-size: 18px; line-height: 38px;
}

h1, h2, h3, h4, h5, h6, h7 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}

blockquote:before {
}
blockquote p {
  display: inline;
}
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: #000;
}

#about a {
    color: #6633ff;
}

a:hover {
	color: Black;
}

p {margin-bottom: 15px;}

h1 {
	font-family: 'LinearSans', helvetica, arial, sans-serif;
}

@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: 80%;
}

#header {
	float: left;
	margin-bottom: 0px;
	margin-left: 20px;
}

#menu {
	float: right;
	font-family: 'LinearSans', helvetica, arial, sans-serif;
	font-size: 1.3em;
	padding-top: 16px;

}

#menu ul li {
	display: inline;
	margin: 0 0px 0 10px;
	cursor: pointer;
}

#menu ul li:before {
	content: " ";
	font-weight: 900;
	padding-right: 10px;
}

#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: #6633ff;
}

.red, .red a {
	color: #6633ff;
}

.contact h2 {
    font-size: 1.2em;
}

#menu, #menu a {
	color: #000;
}

#menu .chosen, #menu .chosen a {
	color: #6633ff;
}

.black, .black a {
	color: #000;
}

.clearfix {
	clear: both;
}

#main {
	clear: both;
	/* width: 1150px; */
}

#rule {
	width: 100%;
	/* min-width: 1300px; */
}

#content {
	margin-bottom: 20px;
}

#left-column {
	float: left;
	width: 580px;
}

#right-column {
	float: left;
	width: 550px;
	margin-bottom: 20px;
}


#iright-column {
	margin-bottom: 20px;
	max-width: 600px;
	margin-left: 27%;
	padding-left:20px;
}

#past-issues, #books {
	margin-left: 20px;
	margin-bottom: 40px;
}

#about {
	margin: 40px 20px;
	max-width: 860px;
    padding: 40px;
    margin: 20px 0 0 27%;
}

#about p {
	font-size: 20px;
}

.home #iright-column {
    display: none;
}

#about h3 {
    border-bottom: 1px solid #b3ffa7;
}

.contributors li {
	color: #000;
	margin-bottom: 30px;
	font-sie: 12px;
	margin-top: -20px;
}

.contributors li {
	display: inline;
	margin-right: 10px;
}

.contributors li:first-child {
	padding: 3px 0;
	font-size: 20px;
}

.contact {
	margin-top: 20px;
}

.contact a {
	color: #333;
}

#blog-column {
	border: 0px solid black;
	padding: 0px 40px 40px 40px;
	margin:-35px 0px 0px 27%;
	min-height: 400px;
}

#footer {
	padding: 20px;
	text-align: center;
	color: #666;
	clear: both;
	font-size: 10px;
	font-weight: bold;
}

#footer a {
	color: #999;
}

.index-post {
	margin-bottom: 40px;
	max-width: 800px;
	min-width: 600px;
}

.index-post img {
	margin: 0px 0;
    max-width:800px;
    overflow: hidden;
    width:100%;
}

.post-img {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	overflow: hidden;
}

.issue-post {
	border: 1px solid #660099;
	position: relative;
	background-color: #fff;
	margin: 0px 20px 40px 20px;
	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: 20px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	position: absolute;
}

.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: #cccc00;
	font-size: 20px;
	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: 20px;
	z-index: 10;
	cursor: pointer;
	
}

.featured-post {
	padding: 20px;
	position: relative;
}

.featured-image {
	float: left;
	width: 150px;
	height: 150px;
	border: 1px solid #cccc00;
	position: relative;
}

.featured-title{
	width: 50%;
	min-width: 50px;
	height: 14px;
	padding: 3px;
	background-color: #cccc00;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-family: helvetica, arial, sans-serif;
	text-align: center;
	font-size: 20px;
}

.featured-article {
	float: left;
	width: 70%;
	min-width: 100px;
	margin-left: 20px;
}

.featured-article p {
	font-size: 20px;
}

.news-post {
	padding: 20px;
	position: relative;
}

.news-post p {
	font-size: 14px;
	line-height: 19px;
}

#iright-column .news-post h2 {
    font-size: 1.2em;
}

#iright-column .news-post {
    font-size: 1em;
}

.category-name {
	position: absolute;
	right: 0px;
	top: 22px;
}

.category-name a {
	color:#fff;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	font-size: 20px;
	border: 3px double #fff;
	padding: 5px;
	background: #CCC;

}

.category-name a:hover {
	background-color: #cccc00;
	border: 3px double #fff;
}



.issueinfo {
	margin-left: 30px;
	height: 640px;
	width: 510px;
	background: #fff;
	position: absolute;
	top:0;
	left: 0;
	z-index: 200;
}

.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: 20px;
	margin-top: 400px;
	padding: 0 40px;
}

.issueauthors li {
	list-style: none;
	display: inline;
	margin: 0 5px;
}

.issueoptions {
	font-family: helvetica, arial, sans-serif;
	color: #666;
	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;
	
}

.text a {
    color: #6633ff;
}

.article-item .text p {
	font-size: 20px;
	text-align: justify;
	line-height: 14px;
	
}

.article-contents {
	margin-top: 20px;
	font-size: 20px;
	
}

.article-contents li {
	margin-bottom: 10px;
}

.authors {
	font-weight: bold;
	margin-bottom: 10px;
	color: #6633ff;
	font-size: 20px; 
	margin-top: 0px;
	font-family: 'LinearSans', helvetica, arial, sans-serif;
}

.authors li {
	display: inline;
	margin-right: 10px;
}

.trans {
	font-family: 'LinearSans', helvetica, arial, sans-serif;
	color: #666;
}

.share {
	color: white;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	font-family: 'LinearSans', helvetica, arial, sans-serif;
		
}

.share li {
	display: inline;
	margin-right: 10px;
	border: 1px solid #666;
	padding: 4px;
}

.share li:first-child {
	border: none;
	padding: 3px 0;
	color: white;
	font-family: 'LinearSans', 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;
	font-family: 'LinearSans', helvetica, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	
}

.footnotes {
	margin-bottom: 10px;
	font-size: 20px;
}

.footnum {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #666;
	
}

wp-caption-text {
	font-size: 10px;
	font-style: italic;
	font-family: helvetica, arial, sans-serif;
	padding: 0px;
	margin-top: -250px;
	margin-bottom: 25px;
	color: #999;
}


.alignleft {
	float: left;
}

#header h1 {
	font-size: 1px;
	position: relative;
	text-indent: -999em;
}

#header span {
	position: relative;
	z-index: 10;
}

#site-title {
	width: 200px;
	height:100px;
	background-image: url('images/tripleampersand-4.jpg');
	background-size: 150px 75px;
	background-repeat: no-repeat;
	z-index: 200;
	margin-left:30px;
	padding-right: 20px;
}

h2 {
	font-size: 2.2em;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 1.2em;
	text-align: left;
}

#iright-column h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 1.2em;
}

.index-post h2 a {
	color: #6633ff;
}

#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: 'LinearSans', helvetica, arial, sans-serif;
	color: #000;
	font-size: 1.2em;
	margin-bottom: 10px;
}

h3 a, h3 a:visited {
	color: #000;
}

h3 a:hover {
	color: #000;
}

#right-column h3, #iright-column h3 {
	margin-left: 20px;
    border-bottom: 1px solid #b3ffa7;
}

#right-column h2 {
	width: 80%;
}

#iright-column h2 {
	width: 80%;
}

.index-post h3, .index-post h3 a {
	color: #6633ff;
	margin-bottom: 20px;

}

.share {
    display: none;
}

h4 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	color: #000;

}

h5 {
	color: #CCC;
	font-weight: bold;
	margin-top: 40px;
	font-family: 'LinearSans', helvetica, arial, sans-serif;
	font-size: 20px;
	margin-bottom: 20px;	
}

@media only screen and (min-width: 2300px){
	#blog-column {
		margin-left: 33%;
	}

    #about {
        margin-left: 33%;
    }

    #iright-column {
        margin-left:33%;
    }
}

@media only screen and (max-width: 2000px) and  (min-width: 1200px){ 
#blog-column {
		margin-left: 25%;
	}

    #about {
        margin-left: 25%;
    }

    #iright-column {
        margin-left:25%;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1000px){
	#blog-column {
		margin-left: 20%;
		max-width:600px;
	}

    #about {
        margin-left: 20%;
    }

    #iright-column {
        margin-left:20%;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 630px) {
	#blog-column {
		margin-left: 20px;
		max-width:600px;
        padding-top:30px;
	}

    #iright-column {
        margin-left:20px;
    }

    #about {
        margin-left: 20px;
    }

    .index-post {
        max-width: 600px;
    }

    #wrapper {
        min-width: 350px;
		width:80%;
	}

    #menu {
		float: left;
		margin-left: 40px;
		padding-top:0;
	}

    #header {
        float: none;
		margin-bottom:5px;
	}

    #site-title {
		height: 80px;
	}
}

@media only screen and (max-width: 630px) {
	#blog-column {
		margin-left: 15px;
		width: 330px;
        min-width: 330px;
		padding:30px 0 0 10px;
	}

    .home #blog-column {
        padding-top: 20px;
    }

    #iright-column {
        margin-left: 10px;
        padding-left: 0;
        max-width: 330px;
    }

	#right-column h3, #iright-column h3, #about h3 {
		font-size: 1em;
	}

    #about {
        margin-left: 10px;
        padding:20px 0 0 20px;
    }

    #about p {
        font-size: 0.8em;
        line-height: 1.8em;
    }

    .contributors li:first-child, .contributors li {
        font-size: 0.8em;
    }

    .post-img {
        width: 100%;
    }

    .index-post img {
        width:100%;
    }

	#menu {
		float: left;
		margin-left: 5px;
		padding-top:0;
        font-size: 1em;
	}

	#header {
		margin-bottom:5px;
	}

	#wrapper {
		min-width: 330px;
		width:80%;
        max-width: 420px;
	}

	.index-post {
		min-width: 330px;
        font-size: 0.8em;
        line-height: 1.8em;
	}
	
	.index-post img {
		width: 330px;
	}

	h2 {
		font-size: 1.2em;
	}

    .authors {
        font-size: 1em;
    }

	#site-title {
		margin-left: 0px;
		height: 75px;
	}
    
    #iright-column .news-post {
        font-size: 0.8em;
    }
}