/*   
Theme Name: AWS Redesign 2
Theme URI: http://arborwebsolutions.com
Description: A search engine optimized website framework for WordPress.
Author: Kevin Zurawel
Author URI: http://arborwebsolutions.com/
Version: 0.1
Template: thematic
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

@import url('../thematic/library/styles/reset.css');
@import url('../thematic/library/styles/images.css');

body {
		font-family: Verdana, Helvetica, 'Helvetica Neue', Arial, sans-serif;
		font-size: 100%;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

p,pre,li,.entry-meta,.entry-utility {
	margin-bottom: 1em;
	line-height: 1.5em;
}

.entry-title {
	margin-bottom: 0.4em;
	line-height: 1.5em;
}

body.page .entry-title {
	display: none;
}

abbr {
	border-bottom: 1px dotted #000000;
}

blockquote {
	margin: 1em 3em;
	border-left: 2px solid #0c2b51;
	color: #0c2b51;
	padding-left: 1em;
	font-style: italic;
}

.post {
	margin-bottom: 2em;
}

#main ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 3em;
}

#main ul {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 3em;
}

.nav-previous, .nav-next {
	margin-bottom: 1em;
}

.portfolioheader {
	margin-bottom: 1em;
}

div.portfolioitem {
	display: block;
	overflow: hidden;
	height: 100%;
	margin-bottom: 2em;
}


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

#access {
	display: block;
	position: absolute;
	top: 0;
	height: 76px;
	width: 920px;
	margin: 0 auto;
	background: url('images/topbar.jpg') no-repeat top center;
}

#access .skip-link {
	height: 36px;
}

#access .skip-link, #blog-description {
	text-indent: -9000px;
}

#access .menu ul {
	vertical-align: bottom;
}

#access .menu ul li {
	float: left;
	background: url('images/tabgrad.gif') repeat-x top left;
	margin: 0 4px;
	padding-top: 10px;
	height: 30px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

#access .menu ul li a {
	display: block;
	text-align: center;
	vertical-align: bottom;
	padding: 0 10px;
	color: #ffffff;
	text-decoration: none;
	font-size: 18pt;
}

#main {
	width: 920px;
	margin: 0 auto;
}

#main a, #main a:visited {
	color: #0c2b51;
}

#main a:hover, #main a:active {
	color: #255899;
}

#main #container {
	width: 560px;
	float: left;
	margin-bottom: 20px;
}

#main #primary {
	padding: 20px;
	width: 300px;
	float: right;
	background-color: #92aac8;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 3px 3px 8px #666666;
	-moz-box-shadow: 3px 3px 8px #666666;
	-webkit-box-shadow: 3px 3px 8px #666666;
	margin-bottom: 20px;
}

#main #primary li {
	margin-bottom: 0;
}

#main .aside ul {
	list-style-type: none;
	padding-left: 0;
}

#main #primary li.widgetcontainer {
	margin-bottom: 1.6em;
}

#main #secondary {
	display: block;
	width: 920px;
	overflow: hidden;
	clear: both;
	color: white;
	background-color: #34547b;
	border-top: 1px solid black;
}

#main #secondary ul {
	list-style-type: none;	
}

#main #secondary ul li.widgetcontainer {
	float: left;
	width: 300px;
	padding: 20px 3px 10px;
	background-color: #34547b;
	margin-bottom: 0;
}

#main #secondary ul li.widgetcontainer .widgettitle {
	text-align: center;
}

#main #secondary ul li.widgetcontainer .textwidget, #main #secondary ul li.widgetcontainer ul {
	margin: 0 36px;
}

#main #secondary ul li.widgetcontainer ul li {
	margin-bottom: 10px;
	line-height: 1.2em;
}

#main #secondary a, #main #secondary a:visited, #footer a, #footer a:visited {
	color: white;
}

#main #secondary a:hover, #main #secondary a:active, #footer a:hover, #footer a:active {
	color: #999999;
}

#main #secondary a {
	font-size: 10pt;
}

#main .aside h3 {
	margin-bottom: 0.4em;
}

#main .aside p {
	font-size: 10pt;
}

#main #searchform {
	margin-bottom: 1em;
}

#main h1, #main h2, #main h3 {
	font-weight: bolder;
}

#footer {
	margin: 0 auto;
	padding: 0 0 20px;
	width: 920px;
	clear: both;
	background-color: #34547b;
	color: white;
	font-size: 0.8em;
}

#footer #siteinfo {
	text-align: center;
}

#footer #socialicons {
	height: 40px;
	text-align: center;
}

#footer #socialicons li {
	display: inline;
	padding: 0 8px;
	font-size: 12pt;
}

#footer #socialicons li img {
	vertical-align: sub;
}

#footer #photocred {
	font-size: 8pt;
}