/*
Theme Name: GPA v1
Theme URI: http://bradsawicki.org/
Author: Brad Sawicki / Keenan Wells
Version: 1.0
*/

* {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#808080;
}

a {
	color:#29abe2;
}

a:hover {
	text-decoration:none;
}

a img {
	border: none;
}

p, ul, ol {
	font-size:13px;
	line-height:21px;
}

h1, h2, h3 {
	color:#4d4d4d;
}

h2 {
	font-size:34px;
	line-height:34px;
	font-weight:normal;
}

h2 span {
	color:#99cf46;
}

.not-front h2 {
	font-size:30px;
	line-height:30px;
}

h3 {
	font-size:20px;
	font-weight:normal;
}

#primary h3 {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

p.intro {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #e6e6e6;
	font-size:20px;
	line-height:28px;
}

.green {
	color:#99cf46;
}

.border {
	border:1px solid #e6e6e6;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

/** Header **/

#header {
	height:80px;
	padding:40px 0;
	/* IE Fix UGH! */
	position:relative;
	z-index:9999;
}

#header h1 {
	float:left;
}

#header h1 a {
	display:block;
	width:223px;
	height:76px;
	background:url(images/logo.png) no-repeat;
	text-indent:-9999em;
}


/** Nav **/

#nav {
	float:right;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
}

#nav ul {
	list-style:none;
}

#nav li {
	float:left;
	position:relative;
	padding-right:40px;
}

#nav li#menu-item-23 {
	padding-right:0;
}

#nav a {
	display:block;
	padding-right:20px;
	color:#bababa;
	font-size:13px;
	background:url(images/bg_nav.png) no-repeat right 6px;
	text-decoration:none;
}

#nav a:hover {
	color:#4d4d4d;
	background-position:right -16px;
}

#nav ul ul {
	display: none;
	position: absolute;
	top: 21px;
	left: -10px;
	float: left;
	width: 180px;
	z-index: 9999;
}

#nav ul ul li {
	min-width: 180px;
}

#nav ul ul ul {
	left: 100%;
	top: 0;
}

#nav ul ul a {
	width: 160px;
	height: auto;
	padding: 10px;
	background:url(images/bg_dd.png);
	line-height: 1em;
}

#nav ul li:hover > ul {
	display: block;
}

/** Main **/

#container {
	padding:40px 0;
}

#content-top {
	padding-bottom:20px;
	border-bottom:1px solid #e6e6e6;
}

#content-top ul {
	list-style:none;
}

#content-top li {
	width:960px;
	height:300px;
	background-repeat:no-repeat;
}

.slide-0 {
	background:url(../../../newsite/wp-content/uploads/01.jpg);
}

.slide-1 {
	background:url(../../../newsite/wp-content/uploads/02.jpg);
}

.slide-2 {
	background:url(../../../newsite/wp-content/uploads/03.jpg);
}

.slide-3 {
	background:url(../../../newsite/wp-content/uploads/04.jpg);
}

#content-top li div {
	width:940px;
	padding:10px;
	position:absolute;
	bottom:0;
	background:#4d4d4d;
	color:#fff;
}

/** Sidebar Left **/

#primary {
	float:left;
	width:240px;
}

#primary ul {
	list-style:none;
}

#primary li.widget-container {
	margin-bottom:20px;
}

#search-2 {
	position:relative;
	width:238px;
	height:24px;
	padding-top:4px;
	background:#f2f2f2;
}

#search-2 label {
	display:none;
}

#search-2 input {
	float:right;
	width:160px;
	padding:2px;
	background:none;
	border:none;
	color:#999;
}

#search-2 input#searchsubmit {
	position:absolute;
	top:2px;
	left:8px;
	width:70px;
	height:20px;
	padding-left:16px;
	background:url(images/icon_search.png) no-repeat 0 4px;
}

#text-3 { /* About Widget */
	color:#b3b3b3;
	font-size:12px;
	line-height:1.5em;
}

#text-4 { /* Contact Widget */
	color:#808080;
	font-size:13px;
	line-height:1.5em;
}

#text-4  li {
	padding-left:10px;
	background:url(images/sidebar_li.png) no-repeat 0 5px;
}

#text-5 li { /* Facebook Widget */
	float:left;
}

#text-5 h3 {
	padding:5px 10px 0 0;
}

a.facebook {
	display:block;
	width:31px;
	height:31px;
	background:url(images/icon_facebook.png) no-repeat;
	text-indent:-9999em;
}

/** Content **/

#content {
	float:right;
	width:660px;
	min-height:460px;
	padding-left:30px;
	border-left:1px solid #e6e6e6;
}

#content h2 span {
	color:#99cf46;
}

#content p,
#content ul,
#content ol {
	margin:1em 0;
}

#content ul,
#content ol {
	padding-left:16px;
}

/** Footer **/

#footer {
	background:#4d4d4d;
	color:#fff;
	font-size:12px;
}

#footer-inner {
	width:960px;
	margin:0 auto;
	padding:40px 0;
}

#footer-widget-area ul {
	list-style:none;
}

li#text-7 {
	float:left;
}

li#text-6 {
	float:right;
	width:370px;
	padding-right:70px;
	height:50px;
	background:url(images/logo_bentley.png) no-repeat right;
}

#footer a {
	text-decoration:none;
}

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



/****** Search ******/

.search-results h1 {
	font-size:30px;
	font-weight:normal;
}

.search-results h2 {
	font-size:24px;
}

.search-results #content .hentry {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #e6e6e6;
}

.search-results #content .entry-meta {
	font-size:14px;
}










/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}