/*
Theme Name: Gadabout Custom
Theme URI: http://hybr-id.com/
Description: Custom design built for Gadabout website.
Version: 1.0
Author: Chip Lay & Jo Albright
Author URI: http://hybr-id.com/
Tags: orange

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	/* font-size: 62.5%;  Resets 1em to 10px */
	font-family:  Century Gothic, Arial, sans-serif;
	background: #e26127;
	color: #231f20;
	text-align: center;
	}
	
body.page-id-23, body.page-id-28, body.blog, body.archive, body.single { background: #ffffff; }

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 22px;
	text-align: center;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

a, h3 a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #703922;
	}
	
body.blog a:hover, body.archive a:hover, body.single a:hover { color: #666; }
	
img {
	border: none;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	padding: 0;
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	}
	
#content {
	min-height: 525px;
	overflow: hidden;
}

#header {
	}

#headerimg {
	}
	
#logo {
	display: block;
	width: 350px;
	height: 200px;
	padding: 0;
	margin: 170px auto 0;
}
	
h1 {
	background: url("images/logo1.jpg") no-repeat bottom center;
	text-indent: -5000em;
	display: block;
	width: 960px;
	height: 110px;
}
	
#logo h1 {
	background: url("images/logo.jpg") no-repeat bottom center;
	text-indent: -5000em;
	display: block;
	width: 283px;
	height: 110px;
}

.facebook { display: block; padding: 8px 8px; margin: -10px 0 20px; font-size: 18px; text-align:center; font-weight: normal; background: #e26127; color:#FFF; }
.textwidget a:hover { color:#FFF !important; }
.definition { text-indent: -5000em; display: block; width: 175px; height: 31px; background: url(images/definition.jpg) no-repeat; }
.app { text-indent: -5000em; display: block; width: 160px; height: 292px; margin: 0 auto 10px; background: url(images/app-sidebar.jpg) no-repeat; }

#navMenu {
	width: 960px;
	height: 75px;
	text-align:center;
}

#navMenu ul { text-align:center; margin:0 auto; padding:0; width:600px; }
#navMenu ul li { list-style:none; float:left; margin:10px 20px 10px 0; display:inline; }
#navMenu ul li a { text-transform:uppercase; font-size:10px; font-weight:normal; font-family:'Century Gothic', Arial, Helvetica, sans-serif; }
#navMenu p { diplay:none; }

body.blog #navMenu, body.archive #navMenu, body.single #navMenu { height: 50px !important; margin: 0 0 25px 0; }

.thinEntry { margin: 30px auto -30px; }
.page-id-2 .thinEntry { width: 520px; margin: 30px auto -30px; text-align: left; }

.thinEntry p { margin: 0; font-size:13px; line-height:22px; color:#000000; }
.thinEntry p.sIFR-replaced { height: 24px; }
.thinEntry p.newP { margin: 10px 0 0; }

.listenlinks { padding-left: 10px; margin: 30px auto -30px; }
.listenlinks a { padding: 10px 10px 0 0; display: inline-block; }
.listenlinks a img { width: 125px; height: 125px; border: 1px solid #ccc; }

.scenelinks { margin: 30px auto -30px; }
.scenelinks h2 { visibility: hidden; margin: 0; height: 0; }
.scenelinks ul { padding: 0; }
.scenelinks li { list-style: none; height: 24px; }
.scenelinks a { font-weight:normal; font-size:13px; }
.scenelinks a:hover { font-weight:normal; font-size:13px; }

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

small {
	font-size: 12px;
}

small a {
	text-transform:capitalize;
}

.entry p {
	font-size: 13px;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0;
	font-size:18px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h2.widgettitle {
	color: #000;
	padding: 0 0 5px 0;
	margin: 2px 0 5px 0;
	display: block;
	border-bottom: 1px solid #000;
	font-weight: normal;
}



li.widget_archive h2 {
	color: #000;
	padding: 0 0 5px 0;
	margin: 20px 0 5px 0;
	display: block;
	border-bottom: 1px solid #000;
	font-weight: normal;
}

li.widget_links h2 {
	color: #000;
	padding: 0 0 5px 0;
	margin: 20px 0 5px 0;
	display: block;
	border-bottom: 1px solid #000;
	font-weight: normal;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

.narrowcolumn { width: 600px; float: left; margin: 0 0 0 60px; }
.post h2 { 
	font-size: 20px;
	color: #000;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	display: block;
	border-bottom: 1px solid #000;
}

.entry textarea { border: 1px solid #000; }

/* Begin Sidebar */

#sidebar { width: 230px; float: right; text-align: left; margin: 0 60px 0 0; }

#sidebar form {
	margin: 0;
	}
	
#sidebar ul { margin: 0; padding: 0 0 0 10px; }
#sidebar ul li { list-style: none; font-size: 12px; margin:4px 0; }
/* End Sidebar */

.center {
	text-align: center;
	}

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

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
ul.wp-tag-cloud li a { font-size:12px !important; text-transform:capitalize; }
/* End Various Tags & Classes*/



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

img.aligncenter {
	display: inline !important;
	margin:0;
	}

/* 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: 0;
	margin: 0 0 10px 20px;
	display: inline;
	}

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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	clear: both;
}

#commentform {
	text-align: left
}

#respond h3 {
	font-size: 20px;
	color: #000;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	display: block;
	border-bottom: 1px solid #000;
	text-align: left;
}

#commentform input {
	background: none;
	border: 1px solid #000;
	outline: none;
	padding: 4px;
}

#commentform textarea {
	background: none;
	border: 1px solid #000;
	outline: none;
	padding: 4px 2px;
	min-width: 592px;
	max-width: 592px;
}
