/*

Theme Name: Titular
Theme URI: http://www.titular-journal.com/
Description: A theme of new beginnings. 
Version: 1
Author: Gene Morgan / Supreme Value
Tags: Web Journal, Literature

*/













/*GREATER STRUCTURE*/

body {
	background-image: none;
	background-color: #fcfd28;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:black;
	text-align: left;
	}


/**site container**/

#page {
	background-color: #fff;
	width: 800px;
	text-align: left;
	margin: 80px auto;
	padding: 50px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}	
	
/**header**/	

#header {
	margin: 0px;
	padding: 0px;
	height: auto;
	
	}

		
/**linkbar**/

.linkbar {
	border-bottom-color: #312d0f;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	width:500px;
	height:30px;
	margin:0px auto 60px;
	padding: 5px;
}

/**content**/

#content {
    min-height: 600px;
    width: 700px;
	}
	
.post {
	width: 700px;
	margin: 50px auto;
	}
	
.post hr {
	display: block;
	}
	
.postmetadata {
	text-align: left;
	}

/***one column site***/

.narrowcolumn {
	padding: 0 0px 10px;
	margin: 10px auto;

	}
	
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}	
	
/* post area */

.title {
	float: left;
	width: 370px;
	padding-left: 100px;
	}
	
.tit {
	text-align: left;
	float:right;
	width: 200px;
	}

.clear {
	clear: both;
	}

.entry {
	width: 450px;
	line-height: 1.9em;
	padding: 0px 150px 0px 100px;
	}
	
.entrypage {
	width: 500px;
	line-height: 1.9em;
	padding: 0px 100px 0px 100px;
	}
	
/**footer**/

#footer {
	padding: 2px 30px 2px 0px;
	border: none;
	}
	
/*END GREATER STRUCTURE*/













/*MOSTLY TYPOGRAPHY*/
	
h1, h2, h3 {
	font-weight: normal;
	}

h1, h1 a {
	color: #312d0f;
	text-shadow: 4px 4px #fdff51;
	font-size: 75px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin: 20px 0px;
	}
	
h1 a:hover {
	color: #fdff51;
	text-shadow: 4px 4px #312d0f;
	text-decoration: none;
	}
	

h2, h2 a {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	color: #312d0f;
	font-size: 35px;
	margin: 0px 0px;
	}

h2 a:hover {
	color: #312d0f;
	text-shadow: 3px 2px #fdff51;
	text-decoration: none;
	}

.pagetitle {
	color: #312d0f;
	text-shadow: 3px 2px #fdff51;
	margin: 30px 0;
	text-align: center;

	}

h3 {
font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 18px;
	margin: 0px 0px 50px;
	}
	
	
small, small a {
	color: #ececdb;
	font-size: 10px;
	line-height: 1em;
	margin: 0px;
	}
	
small a:hover {
	color: #c1c1b3;
	}
	
/* the "tit" or thing description */

.titthing {
	text-align: left;
	line-height: 12px;
	font-size: 7pt;
	word-spacing: .12em;
	letter-spacing: .05em;
	color: #939393;
	}
	
/* end titthing */

.entry {
	line-height: 1.9em;
	font-size: 8.5pt;
    text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.entrypage {
	line-height: 1.9em;
	font-size: 8.5pt;
    text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.entrypage a {
	color: gray;
	text-shadow: 2px 2px #fcfd28;
	text-decoration: none;
	}
	
.entry a:hover {
	text-shadow: 2px 2px #fcfd28;
	text-decoration: none;
	}
	
.linkbartext, .linkbartext a {
	border-bottom-color: #312d0f;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	color:#312d0f;
	text-transform: uppercase;
	word-spacing: 10px;
	text-align: center;
	font-size: 10px;
	}
	
.linkbartext a:hover {
	text-shadow: 2px 2px #fcfd28;
	text-decoration: none;
	

	}	

.alignright {
	margin: 0px 0px 0px 10px;
	float: right;
	}

.alignleft {
	margin: 0px 10px 0px 0px;
	float: left
	}
	
#footer {
	color: #ffffff;
	text-align: center;
	font-size:11px;
	}
	
#footer a {
	}
	
#footer a:hover {
}
	

/**links**/

a {
	color:black;
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}

/*END MOSTLY TYPOGRAPHY*/













/*IMAGES*/
p img {
	padding: 0;
	max-width: 100%;
	border: 0px solid #600510;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px 0px 10px 10px;
	display: inline;
	}


img.alignleft {
	padding: 0px 10px 10px 0px;
	display: inline;
	}

	
/**captions**/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 0px solid #ddd;
	text-align: center;
	padding-top: 4px;
	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 3px 4px 5px;
	margin: 0;
	}
	
/*END IMAGES*/













/*VARIOUS*/
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 0px 10px 0px;
	padding: 3px 20px 3px 17px;
	border-left: 5px solid #000000;
        background-color: #dcd9d9;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/*END VARIOUS*/


