/*
Theme Name: Appency
Theme URI: http://randrewgillette.com
Description: Custom theme for Appency Press
Version: 1.0
Author: Andy Gillette
*/

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

.icon {
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}

.feedback {
	clear: both;
	margin: 12px 0 48px 0;
}

.postdate {
	font-size: 11px;
	margin: 12px 0;
	display:block;
}

.textwidget p {
	font-size: 12px;
	margin-top: 12px;
	padding: 0;
}

.textwidget {
	margin-bottom: 30px;
	padding: 0;
}

#tag_cloud-3 div {
	margin: 12px 0 30px 0;
}

/* Main Generics */

body {
	background: #fff;
	color: #303030;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
}

#menu {
	float: right;
	width: 340px;
	margin-right: 12px;
}

#menu p, #menu h4 {
	margin-left: 13px !important;
}

#menu p a, table a, table {
	font-size: 11px;
	color: #303030;
}

#menu ul {
	list-style-type: none;
	margin-bottom: 30px;
}

#menu ul ul {
	padding: 0;
	margin-top: 13px;
	font-size: 12px;
}


#menu ul ul li {
	margin-bottom: 4px;
}

#searchform {
	margin-bottom: 30px;
}

#menu ul a {
	font-weight: normal;
	font-size: 12px;
}
	
.date {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.day {
	font-size: 12px;
	color: #eb500c;
}

#content {
	float: left;
	width: 630px;
	margin-left: 40px;
}

/* Typography */

a {
	color: #0066ca;
	font-family: arial, sans-serif;
	font-weight: bold;
	letter-spacing: -0.02em;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h2 {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: -0.02em;
	margin: 25px 0 8px -40px;
	padding: 8px 18px 6px 40px;
	height: 36px;
	background: url('title_bg.jpg') top right no-repeat #292728;
	color: #fff;
	display:inline;
}

h2 a {
	color: #fff;
}

h3 {
	border-bottom: 1px dotted #eee;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0;
}

h4 {
	color: #0066ca;
	font-size: 16px;
	margin: 8px 0;
	padding: 0;
}

td {
	padding: 6px;
}

/* footer */

.credit {
	background: #303030;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: right;
	clear: both;
	font-family: arial, sans-serif;
	font-size: 11px;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

/* content */

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

.storycontent p {
	line-height: 150%;
	font-size: 14px;
}

.post, .post_page {
	margin: 30px 0;
}

.post_page {
	border-right: 2px solid #e5e5e5;
}

.post_page p {
	margin-right: 12px;
}

.post p {
	margin: 0 0 12px 0;
}

.start {
	display: block;
	margin: 30px 0 20px 0;
	color: #eb500c;
}

.app {
	margin-bottom: 3px;
	display: block;
	color: #0066ca;
}

blockquote p {
	margin: 30px;
	padding-left: 12px;
	border-left: 2px solid #e5e5e5;
	font-family: Georgia, Times, serif;
	font-size: 18px !important;
	line-height: 150%;
	color: #666;
	font-style: italic;
}

/* header */

#header {
	background: url('head_bg.jpg') top right no-repeat #303030;
	margin: 0;
	padding: 0;
	height: 180px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#topnav {
}

#topnav ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 40px;
	background: #fff;
	width: 630px;
	height: 42px;
	border-top: 5px solid #eb500c;
}

#topnav ul li {
	display: inline;
	text-transform: uppercase;
	margin-right: 10px;
	border-left: 1px solid #303030;
	padding-left: 10px;
}

#topnav ul li.first {
	border: none;
	padding:0;
}

#topnav ul li a {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #303030;
	letter-spacing: 0.2em; 

}

#logo {
	margin-left:40px;
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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 & aligment */

.phone { font-size: 12px; }
