/*  
Theme Name: Halfway Magazine Theme e4
Theme URI: http://www.halfwaymag.com
Description: Halfway Magazine's Theme e4
Version: .75
Author: tjinh200.com
Author URI: http://www.tjinh200.com
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background-color: #73a0c5;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: post;
	}

.alt { /* comments background and borders */
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #eee;
	color: #000;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

.logoplace {
	float: left;
	margin-left: 21px;
	margin-top: 38px;
	padding-top: 0px;
	height: 86px;
	width: 74px;
	border: 0px solid #000000;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#nav {
   width: 317px;
   height: 28px;
   vertical-align:middle;
   float:right;
   margin-top: 100px;
   margin-right: 21px;
   border: 0px solid #000;
   /* background-color: #; */
   display: inline;
   /* filter:alpha(opacity=50);
   -moz-opacity:0.5; */
}

#searchbar {
   float: left;
   width: 150px;
   height: 30px;
   vertical-align:middle;
   margin-top: 0px;
   margin-left: 0px;
   border: 0px solid #000;
   padding: 0px 0 0 0;
}

#searchbar input {
background: #fff;
border: 1px solid #bbb;
 font-size: 1.2em;
 color: #7b7b7b;
}

#searchbar input:hover {
background: #fff;
border: 1px solid #000;
}

#searchbar input:focus {
border: 1px inset #bbb;
background: #fff;
}

#nav ul {
        /* float:right; */
        margin:0px 0;
        padding:0px 0;
    	color: #fff;
}

#nav ul li {
        margin:0;
        padding:0px 0px 0px 0px;
        display:inline;
        list-style:none;
        color: #fff;
        border-bottom: 0px solid #000;
}
#nav a:hover {
    	/* border-bottom:3px solid #1E90FF; */
    	padding-bottom: 0px;
    	background-color: #2586d7;
    	color: #fff;
}
#nav li:hover {
    	padding-bottom: 0px;
    	background-color: #2586d7;
    	color: #fff;
    	border-bottom: 1px solid #000;
}
#nav {
   display: inline;
   font-family:verdana, arial, sans-serif;
   font-size:11px;
   color: #fff;
   /* filter:alpha(opacity=75);
   -moz-opacity:0.75; */
   }
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
	
#header {
	padding: 0 0 0 0px;
	margin-left: 0px;
	height: 128px;
	width: 100%;
	background-color: #73a0c5;
	border: 0px solid #000;
	}

#headerimg {
	padding: 0 0 0 0px;
	margin-left: 1px;
	height: 128px;
	width: 100%;
	border: 0px solid #000;
	}

.narrowcolumn { /* the content area on pages like the front page */
	float: left;
	padding: 0 0 20px 5px;
	margin: 0px 0 0 20px;
	width: 525px;
	border: 0px solid #000;
	}

.featuredcolumn-1 { /* the content area on the front page */
	float: left;
	margin-top: -2px;
	margin-left: 0px;
	width: 587px; /* use you own image size; */
	height: 198px; /* use you own image size; */
	padding: 0px 0 0 0px; /* #is top, #is right, #is bottom, #is left */
	/* margin: 0px 0 0; */
	/* background-image: url('/front-page/featured-1.gif'); */
	background-repeat: no-repeat;
	border: 0px solid #000;
	}

.featuredcolumn-2 { /* the content area on the front page */
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	width: 229px; /* use you own image size; */
	height: 122px; /* use you own image size; */
	padding: 0px 0 0 0px; /* #is top, #is right, #is bottom, #is left */
	/* margin: 0px 0 0; */
	background-image: url('/front-page/featured-2.gif');
	background-repeat: no-repeat;
	}

.widecolumn {
	float: left;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 15px;
	width: 450px;
	border: 1px solid #000;
	}
.widecolumn1 {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 100px;
	width: 550px;
	border: 1px solid #000;
	}

.maintopsection1 { /* the top content area on the front page UNUSED */
	float: left;
	margin-right: 15px;
	padding: 0 0 20px 45px;
	background-image: url('/editionimage.jpg')
	}

.pagenav {
	float: left;
	background-image: url('/edition1/pagenav1.gif'); /* forward slash for the path */
	width: 587px; /* use you own image size; */
	height: 16px; /* use you own image size; */
	text-align: left;
	text-indent: 10px;
	margin-left: 0px;
	}

.inthisissue {
	float: left;
	background-image: url('/edition1/inthisissue.gif'); /* forward slash for the path */
	width: 565px; /* use you own image size; */
	height: 20px; /* use you own image size; */
	text-align: left;
	text-indent: 0px;
	margin-top: -2px;
	margin-left: 0px;
	border: 0px solid #000;
	}

.coverstory-image {
	float: left;
	background-image: url('/edition1/coverstory-edition1.gif'); /* forward slash for the path */
	width: 587px; /* use you own image size; */
	height: 300px; /* use you own image size; */
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	}
.maintopsectiontext { /* UNUSED */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 255px; /* use you own image size; */
	height: 182px; /* use you own image size; */
	text-align: left;
	margin-left: 20px;
	margin-top: 15px;
	}
.maintopsection1a {
	float: right;
	background-image: url('/edition1/coverstory-1-side.gif'); /* forward slash for the path */
	width: 213px; /* use you own image size; */
	height: 394px; /* use you own image size; */
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 0px;
	margin-right: 19px;
	}
.coverstories-top {
	margin-top: 290px;
	left: 122px;
	background-image: url('/linkimages/large-separator.gif'); /* forward slash for the path */
	width: 741px; /* use you own image size; */
	height: 35px; /* use you own image size; */
	background-repeat: no-repeat;
	text-align: left;
	margin-left: 9px;
	}
.alsoin-top {
	float: left;
	background-image: url('/linkimages/large-separator.gif'); /* forward slash for the path */
	width: 741px; /* use you own image size; */
	height: 35px; /* use you own image size; */
	background-repeat: no-repeat;
	text-align: left;
	margin-left: 9px;
	}
.pre-footer1 { /* UNUSED */
	float: left;
	/* forward slash for the path */
	width: 400px; /* use you own image size; */
	height: 20px; /* use you own image size; */
	background-repeat: no-repeat;
	text-align: right;
	margin-left: 140px;
	margin-top: 30px;
	padding-top: 0px;
	border: 1px solid #000;
	}
.alsoin-side {
	float: right;
	width: 153px; /* use you own image size; */
	height: 100px; /* use you own image size; */
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 0px;
	border: 0px solid #000;
	}
.post {
	margin: 0 0 40px;
	text-align: left;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	border: 1px solid #000;
	}

#footer p {
	margin: 0;
	padding: 3px 0;
	padding-bottom: 20px;
	text-align: right;
	margin-right: 35px;
	}
#footer-validate {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 375px;
	clear: both;
	font-size: 12px;
	border: 1px solid #000;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}

#sidebar h2 { /* border around sidebar titles */
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

* html #content {
display: inline;
}

.entry ul li:before, #sidebar ul ul li:before { /* border around sidebar ul */
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: url('none');
	}
	
#sidebar ul, #sidebar ul ol { /* border around sidebar and text */
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: url('none');
	margin-bottom: 15px
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 0px 0px 0 2px; 
	text-align: left;
	}

#sidebar #searchform #s { /* border around search box */
	float: left;
	width: 115px;
	padding: 0px;
	}

#sidebar #searchsubmit { /* border search button */
	padding: 0px 0 0 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar /* sidebar location */
{
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 140px;
	border: 0px solid #000;
	background-image: url('/edition1/sidebar-background.gif');
	text-indent: 0px;
	}

#sidebar form { /* area around form area in sidebar */
	margin: 0;
	}

#sidebar-article /* sidebar location */
{
	float: left;
	margin-top: 0px;
	margin-left: 25px;
	width: 175px;
	border: 1px solid #000;
	background-image: url('/edition1/sidebar-article-border.gif');
	}

#sidebar-article form { /* area around form area in sidebar */
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	}
/* End Various Tags & Classes*/

/*  - - - TOC COLUMNS - - -  */

.toc-column-1 /* sidebar location */
{
	float: left;
	margin: 5px 0 0 5px;
	padding: 0px 0 0 0;
	width: 276px; /* use you own image size; */
	height: 500px; /* use you own image size; */
	border: 0px solid #000;
	}
.toc-column-2 /* sidebar location */
{
	float: right;
	margin: 5px 20px 0 0px;
	padding: 0px 0 0 0;
	width: 276px; /* use you own image size; */
	height: 500px; /* use you own image size; */
	border: 0px solid #000;
	}
.in-this-issue /* sidebar location */
{
	position: absolute;
	top: 508px;
	left: 465px;
	width: 121px; /* use you own image size; */
	height: 203px; /* use you own image size; */
	background-image: url('/toc-graphics/in-this-issue.gif');
	border: 0px solid #000;
	}

/*  - - - INTERACT - - -  */

.interact {
	float: left;
	margin: 0 0 0 0px;
	padding: 0px 0 0 0;
	width: 154px; /* use you own image size; */
	height: 145px; /* use you own image size; */
	font-size: 10px;
	background-image: url('/edition1/rollovers/interact/interact-bg.gif');
	border: 0px solid #000;
	text-indent: 3px;
	}

#crew-place img {
	padding-left: 41px;
	}

#crew-place p {
	padding-left: 41px;
	padding-right: 10px;
	width: 413px;
	border: 0px solid #000;
	}

/*  - - - SPOTLIGHTS AND FEATURES COLUMNS - - -  */

.spotlights
{
	float: left;
	margin: 0 0 0 0px;
	padding: 3px 0 0 0;
	width: 79px; /* use you own image size; */
	height: 131px; /* use you own image size; */
	background-image: url('/edition1/spotlights-bg.gif');
	}

.photoessay-bg {
	width: 100%;
	background-color: #000;
	color: #fff;
	padding: 5px 5px 5px 5px;
	}



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */