/*
Theme Name: Gaston Alive
Theme URI: http://gastonalive.com/
Description: Online Magazine Layout
Version: 1.0
Author: Matthew Stover
Author URI: http://mcstover.com/
Tags: white, custom header, fixed width, 3 columns

	Gaston Alive v1.0
	 http://gastonalive.com

*/

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222; 
  background: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
	/*border-top: 5px solid #CC0000;*/
	margin:0;padding:0;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { font-size:1.1em;margin: 0 0 1.5em;font-family:Helvetica,Arial,sans-serif;line-height:150%;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; text-decoration: underline; }
a           { color: #C00; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


.container {display: block;width:100%;height:100%;margin:0;padding:0;border-top:5px solid #CC0000;}

.wrap {display: block;width:960px;margin:0 auto;padding:0;text-align: left;}

#header {
	display: block;width:960px;/*height:157px;*/margin:0;padding:33px 0 0 0;}

#headerimg 	{
	display: block;width:335px;height:67px;margin:0 0 0;padding:0;float:left;}
	
#headerimg h1 {
	display: block;width:335px;height:67px;margin:0;padding:0;line-height:100%;
	background:url('images/gaston-alive-logo.png') no-repeat 0 0;	}
#headerimg h1 a, #headerimg h1 a:visited {
	display: block;width:335px;height:67px;margin:0;padding:0;text-indent:-4000px;
	background:url('images/gaston-alive-logo.png') no-repeat 0 0;line-height:100%;}
#headerimg h1 a:hover {text-decoration:none;}

#header .navigation {
	display: block;float:none;clear: both;height:37px;position:relative;
	width:960px;margin:0;padding:18px 0px 0 0;list-style:none;}
#header .navigation li {display: block;float:left;margin:0;padding:0 22px 0 0;position:relative;}
#header .navigation a, #header .navigation a:visited {
	display: block;line-height:18px;padding:7px 0px 12px 0;margin:0;color:#333;
	text-transform:uppercase;font-size:13px;text-decoration:none;letter-spacing:3px;}
#header .navigation a:hover {color:#CC0000;background:url('images/bullet-nav.png') no-repeat center bottom;}

#header .navigation li ul {display:none;position:absolute;top:37px;left:-10px;z-index:100;}
#header .navigation li.cat-item:hover ul {
	display:block;background:#DDD;width:200px;
	padding:6px;margin:0;border-bottom:1px solid #AAA;border-top:1px solid #CCCCCC;}
	
#header .navigation li ul li {float:none;clear:both;padding:0;margin:0;}
#header .navigation li ul li a, #header .navigation li ul li a:visited {
	display:block;float:none;clear:both;padding:5px 7px;margin:0;
	color:#111;font-weight:normal;font-size:11px;letter-spacing:0;}
#header .navigation li ul li a:hover {background:#EEE;color:#000;}

#header .globalnav {display: block;float:right;width:220px;margin:0px 20px 0 0}

.globallinks {display: block;width:220px;margin:0px 0 8px;padding:0;list-style:none;
	border-bottom:1px solid #CCC;float: left;}
.globallinks li {display: block;float:left;margin:0;padding:0;}
.globallinks li.page-item-4 {float:right;}
.globallinks a, .globallinks a:visited {
	display: block;line-height:18px;padding:4px 0px 6px 0;margin:0 0px;color:#333;
	font-style:italic;font-size:12px;text-decoration:none;}
.globallinks a:hover {color:#CC0000}

.search {display: block;width:220px;height:26px;float:left;margin:0 0 8px;padding:0;}
.search #searchform {display: block;width:220px;height:26px;margin:0;padding:0;background:#E6E6E6;}

.search #searchform #s {
	display: block;float: left;width: 175px;padding:6px 5px 2px;height:16px;
	border:none;background:transparent;
	font-size:12px;color:#333;font-weight:bold;}

.search #searchsubmit {
	display: block;float:right;margin:4px 5px 0 0;padding:0;width:18px;height:18px;border:none;
	background:url('images/icon_search.png') no-repeat 0 0;text-indent:-4000px;cursor:pointer;}

.contentholder {display: block;border-top:1px solid #CCC;}
#content {display: block;float:left;width:700px;margin:0 0px 0 0;}

/* Posts */

/* Homepage Feature */

.feature {background:url('images/ga-default.jpg') no-repeat 0 20px;}
.post-image {}


#adbar {display: block;float: right;width:260px;background:#EEE;min-height:500px;}
.even, .alt {}

#fb-banner {display: block;width:144px;height:44px;margin:20px 0 0 20px;padding:18px 37px;
	background: #FFF url('images/facebook-badge.gif') no-repeat center center;
	border:1px solid #CCC;text-indent:-4000px;cursor:pointer;}


/* Comments */
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#wp-calendar #prev a, #wp-calendar #next 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;
	}
/* End Typography & Colors */



/* Begin Structure */


/* Home Page Content */
.feature-post {display: block;padding:20px 14px 20px 0;}
.feature-post .post-image {display: block;float: left;width:420px;height:260px;margin:0;padding:0;}
.feature-post .post-image a, .feature-post .post-image a:visited, .feature-post .post-image a:hover {
	display: block;width:420px;height:260px;margin:0;padding:0;text-decoration:none;}
.feature-post .entry {display: block;float: right;width:250px;height:260px;position: relative;}
.feature-post h2 {margin:0;padding:0;}
.feature-post h2 a, .feature-post h2 a:visited {
	display: block;margin:0;padding:0;
	font-size:32px;line-height:105%;}
.feature-post h2 a:hover {
	color:#000;}
.feature-post p {
	font-size:13px;color:#666;line-height:135%;margin:6px 0;}
.feature-post .info {display: block;position:absolute;bottom:0;left:0;width:250px;}
.feature-post b {color:#000;}
.feature-post .info p.postmetadata {
	display: block;padding:5px 0;margin:0 0 4px;border-bottom:1px dotted #CC0000;font-size:11px;}
.feature-post .info a.view, .feature-post .info a.view:visited {
	display: block;text-align:right;font-size:14px;color:#000;font-style:italic;}
.feature-post .info a.view:hover {color:#CC0000;}

.spot-post {
	display: block;float:left;width:329px;height:175px;
	margin: 0 1px 1px 0;padding:10px;background:#f3f3f3;
	border-top:1px solid #CCC;}
	
.spot-post .post-image {
	display: block;float: left;width:125px;height:77px;padding:0;margin:6px 10px 8px 0;
	text-align:center;font-size:9px;line-height:160%;color:#999;
	background:#DDD url('images/ga-default.jpg') no-repeat 0 0px;
	/*text-indent:-4000px;*/border:1px solid #e3e3e3;}
.spot-post .post-image a, .spot-post .post-image a:visited, .spot-post .post-image a:hover {
	display: block;width:125px;height:77px;margin:0;padding:0;text-decoration:none;}
	
.spot-post .entry {display: block;width:329px;height:175px;position: relative;}
.spot-post h3 {margin:0;padding:0;}
.spot-post h3 a, .spot-post h3 a:visited {
	display: block;margin:0;padding:0;color:#000;
	font-size:18px;line-height:120%;}
.spot-post h3 a:hover {
	color:#CC0000;}
.spot-post p {
	font-size:11px;color:#666;line-height:145%;margin:6px 0;}
.spot-post a.more-link, .spot-post a.more-link:visited {
	font-family:Georgia,"Times New Roman",Times,serif;font-style:italic;}
.spot-post .info {
	display: block;clear:both;width:329px;
	position:absolute;bottom:0px;left:0;
	border-top:1px dotted #333;height:24px;}
.spot-post b {color:#000;}
.spot-post .info p.postmetadata {
	display: block;float:left;padding:4px 0 0;margin:0 0;font-size:11px;}
.spot-post .info a.view, .spot-post .info a.view:visited {
	display: block;padding:3px 0 0;float:right;font-size:13px;color:#000;font-style:italic;}
.spot-post .info a.view:hover {color:#CC0000;}


/* Article Detail Content */
.article-detail {display: block;margin:0;padding:20px 20px 20px 0;}
.article-detail h2 {}
.article-detail .entry {}
.article-detail .entry p {padding:0 50px 0 0;}

/* Ad Bar */
.ad {
	display: block;width:220px;height:183px;position:relative;
	margin:20px 0 0px 20px;padding:0;overflow:hidden;}

.ad-info {
	display: block;position:absolute;padding:10px;
	background:#CCC;}

.ad:hover .ad-info {bottom:0;}



.clear {
	clear: both;
}



#footer {
	padding: 12px 0 35px;margin: 10px auto 0;
	width:960px;clear: both;border-top:1px solid #CCC}

#footer ul {display: block;float:left;height:20px;list-style:none;margin:0;padding:0 0 20px;}
#footer ul li {display: block;float: left;margin:0 0px 0 0;padding:6px 8px;}
#footer ul li a, #footer ul li a:visited {
	display: block;font-size:10px;color:#666;text-transform:uppercase;line-height:115%;}
#footer ul li a:hover {color:#CC0000;}

#footer p.copy {
	display: block;float: right;margin: 0;padding: 6px;text-align: right;line-height:115%;
	color:#333;font-size:10px;}
	
/* End Structure */




/* 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;
	}

.entry ul li:before, #sidebar ul ul li:before {
	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: none;
	}

/* End Entry Lists */



/* Begin Form Elements */



.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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	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 */



.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}




.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Modal Box */

#blackbox {
	display: none;/* display: block; */position:absolute;width:100%;height:100%;background:#000;
	top:0;left:0;opacity: 0.85;-moz-opacity: 0.85;filter:alpha(opacity=85);z-index:8888;}
	
#modal {
	display: none;/* display: block; */width:660px;/*height:480px;*/margin:0 auto 0;position:absolute;top:60px;/*left:100px;*/
	background:#FFF url('images/modal_rule.jpg') no-repeat 0 0;z-index:9999;}
	
.modal .logo {
	display: block;width:241px;height:52px;margin:25px auto;padding:0;
	background:url(images/modal-logo.png) no-repeat 0 0;}
	
.modal .content {
	display: block;padding:20px 60px 35px;
	background:#eee url(images/modal_rule.jpg) no-repeat bottom left;
	border-top:1px solid #CCC;}
	
.modal .content h3 {
	text-align:left;margin:10px 0;font-style:italic;color:#CC0000;}
.modal .content h4 {text-align:center;margin:6px 0;}
.modal .content p {
	font-family:"Georgia","Times New Roman",Times,serif;line-height:130%;
	font-size:12px;}
.modal .content #contact_info {padding:5px 0 8px;text-align:center;margin:0px 0;
	border-top:1px solid #DDD;border-bottom:1px dotted #DDD;}
.modal .content #contact_info h3 {font-style:normal;text-align:center;}

.modal .content #contact_info a.emaillink,
.modal .content #contact_info a.emaillink:visited,
.modal .content #contact_info a.emaillink:hover {
	display:block;width:140px;height:30px;margin:10px auto 5px;padding:0;
	background:	url(images/btn_email.png) no-repeat 0 0;text-indent:-9999px;}

.modal .content .future1,
.modal .content .future2 {
	display: block;float:left;width:250px;margin:0 35px 0 0;}

.modal .content .future2 {margin:0;}

.modal .content .future1 ul,
.modal .content .future2 ul {
	display: block;padding:0;margin:0 0 0 15px;}
	
.modal .content .future1 ul li,
.modal .content .future2 ul li {padding:2px 0;font-size:11px;}