/*

Theme name: quadrangle

*/
@import url(https://fonts.googleapis.com/css?family=Allura|Fjalla+One);
@import url(https://fonts.googleapis.com/css?family=Special+Elite|Fanwood+Text:400,400italic|IM+Fell+DW+Pica+SC);

/* - - - reset - - - - - - - - - - - - - - - - - - - - - - -- - - - - - - - - - -- - -- - - */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* make things expand inward instead of outward */
* {
box-sizing:border-box;
}

/* clear floats like columns */
.group:after {
clear:both;
content:"";
display:table;
}
/* - - - end of reset - - - - - - - - - - - - - - - - - - - - -- - - - - - - - - - -- - -- - - */


 * {
  text-rendering: optimizeLegibility;   
 }
html,body {
    height: 100%;   
}
body {
    color: #2A2215;
     background-image: url(images/paper.png);
    background-repeat: repeat-y;
    background-size: cover;
    font-family: 'Fanwood Text', serif;
}

.wrapper {
  max-width: 960px;
  min-height: 100%;
  margin: 0 auto -60px auto;
    text-align:center;
}

.header {
    height: 120px;
    text-align: center; 
/*    background-image: url(images/banner2.png);*/
    background-size: 550px 150px;
    background-repeat: no-repeat;
    background-position: center; 
    position: relative;
}
a {
    text-decoration: none;
    color: #333;
}


hr.dec_line{
	padding: 0;
    width: 100%;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;

}
hr.dec_line:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background-image:url(images/minibackg.png)


}
hr.dec_line2{
	padding: 0;
    width: 100%;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;

}

#greeting {
    font-family: cursive;
    font-size: 45pt;
    
}


/*  Nav bar ------ - - - - - - - - - - - - - - - - - - - - - --- - - - - - - - - - - - -- */   
.nav {
    height: 45px;  
    width: 100%;
    
    
}

.nav ul {

    text-align: center;
    font-family: 'IM Fell DW Pica SC', serif;
    font-size: 18pt;
    letter-spacing: -0.05em;

}

.nav li {
    display: inline;
    padding-right: 25px;
    
   }

.nav li a{
    color: #777;
    text-decoration: none;
    transition: 0.3s all ease;
}

.nav li a:link{
    
    text-decoration: none;
}
.nav ul li a:hover, li.current-menu-item a { 
/*    border-bottom: 2px groove ;*/
   text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    color: #2A2215;
}



/*  main content ------ - - - - - - - - - - - - - - - - - - - - - --- - - - - - - - - - - - -- */   
.main {
    margin-top: 20px;
    width: auto;
    min-height: height: 500px;
    display: inline-block;
    margin: auto;
    text-align: left;
}

.home .main{
    display: block;
}

.wrapper:after {
  content: "";
  display: block;
}

.footer, .wrapper:after {
  height: 60px; 
}

.footer {
  height: 60px;
  background-image: url(images/footer3.png);
  text-align: center;
  color: #F1EFED;
}
.footer span {
  position: relative;
  top: 32px;
}
.footer a {
    text-decoration: none;
    color:#F1EFED;
}

/*  making paragraphy text more legiable*/
p { 
    
    line-height: 1.4em;
    font-size: 18px;
}
/*  enlarges the first letter in the paragraph for style*/
p:first-letter { 
    font-size: 1.5em;
    
}

/* makes page title NOT viewable on the page. Otherwise, wordpress automatically places an un needed page title on the top of each page */


.main table {
    align-content: center;   
}
.main td:first-child {
    font-weight: bold; 
    font-size: 20px;
}

.main td {
    
    font-size: 20px;
}
.main h2 {
    font-size:32px;   
}
/*  poistioning and size from twitter icon from fontawesome.com*/
.twttr_button {
  position: absolute;
  top: 105px;
  right: 5px;
    font-size: 35px;
} 

/*  color of twitter icon from fontawesome.com*/
.fa {
color:#777;
}

.fa:hover {
color:#222;
}


/*  gallery design ------ - - - - - - - - - - - - - - - - - - --- - - - - - - - - - - - -- */
/*  gallery is a wordpress plugin but some styles can be altered here */
.owl-prev {
    background-image: url(images/arrowL.png);
}



/*  submit form ------ - - - - - - - - - - - - - - - - - - --- - - - - - - - - - - - -- */
/*  submit form is a wordpress plugin but some styles can be altered here */

.wpcf7-form{
    text-align: center;
    
}
.wpcf7 input[type="text"] {
        border-radius: 6px;
    
}
.wpcf7-form-control wpcf7-submit {
    -webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	border-bottom-color:#333;
	border:1px solid #61c4ea;
	background-color:#7cceee;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#333;
	font-family:'Verdana',Arial,sans-serif;
	font-size:14px;
	text-shadow:#b2e2f5 0 1px 0;
	padding:5px
}


/*  Creative Writing Program page - - - - - - - - - - - --- - - - - - - - - - - - -- */

#wrap_cwp {
    padding: 5px;
    margin-left: 10px;
    width: 450px;
    float: left;
    display: block;
}


/* editors------ - - - - - - - - - - - - - - - - - - --- - - - - - - - - - - - -- */

div.names {
    padding: 5px;
    margin-left: 500px;
   
}

/* about------ - - - - - - - - - - - - - - - - - - --- - - - - - - - - - - - -- */
/*  Hugh Leidman image */
img.alignleft {
     display: block !important; 
     float: left !important;
    margin-right: 20px !important;
     border-radius: 0px 0px 0px 0px;
     -moz-border-radius: 0px 0px 0px 0px;
     -webkit-border-radius: 0px 0px 0px 0px;
     border: 4px groove #333300;
    box-shadow: 10px 10px 5px #888888;
     
     }

.dg_quote {
    width: 500px;
    float:right;
    line-height: 1.5em;
    font-style: italic;
   text-align: left;
    font-size: 16pt;
    padding-left: 10px;
    border-left: medium double #333;
    color: #333;
    }

.disclaim {
    font-size: 10pt;   
    text-align: center;
    
}

.imgcap_hugh {
     font-size: 10pt;   
    text-align: center;
    font-weight: 500;
    float: right;
}

 .downloadtext  {
    text-align: center;
     margin-top: 50px;
}
 .downloadtext a {
   
    font-size: 22pt;
    color:#333; 
     text-decoration: none;
     text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

/* current issue- - - - - - - - - - - - - - - - - --- - - - - - - - - - - - -- */

.2015_intro {
    margin-left: 50px;
    
}
.threequart {
    width: 75%;
    float: left;
    
}
.sidebar {
    width: 25%;
    float: left;
    text-align: left;
    padding-top: 30px;
    padding-left: 10px;
    font-size: 14px;
    font-family: 'Fjalla One', sans-serif;
    line-height: 150%;
     border-left: medium double #333;
     color: #333;
}

h2{
    padding-bottom: 20px;
     padding-top: 20px;
}
.sidebar h3 {
    font-size: 25px;   
    padding-bottom: 10px;
    font-family: 'Allura', cursive;
}

.sidebar a:hover {
    color:#777;
}
.threequart h2 {
    font-family: 'Allura', cursive;
    float: right;
    margin-right: 10px;
} 
#signature {
    font-family: 'Allura', cursive;
    margin-left: 75px;
    font-size: 30px;
    padding-bottom: 50px;
}
#closing {
    padding-top: 25px;
    padding-bottom: 10px;
    margin-left: 20px;
    font-size: 20px;
}

#editor_greeting{
    padding: 20px;
    padding-left: 0px;
    font-size: 35px;
    font-family: 'Fjalla One', sans-serif;
}
#buff_graphic {
    margin-left: 200px;   
}

.poem {
    margin-left: 35px;
    line-height: 160%;
    float: right;
    
}

h3.author {
    font-family: 'Allura', cursive;
    font-size: 22pt;
    padding-bottom: 20px;
}
/*  styling the titles in the issue*/
h2 {
    font-family: 'Fjalla One', sans-serif;
    padding-bottom: 10px;
}