

/* global reset - helps reduce browser inconsistencies
-----------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* base structure
-----------------------------------------------------------*/

html {
	background: url(../images/main_bg.jpg) top center repeat;
	height: 100%;
}

body {
	min-height: 100%;
	font: 13px/1.615385em Georgia, Palatino, "Palatino Linotype", serif;
	background: url(../images/main_bg_highlight.jpg) top center repeat-y;
	color: #3f3f3f;
}
#wrapper {
	margin: 0 auto;
	width: 1028px;
	background: url(../images/page_back.jpg) top center repeat-y #fff;
}
#page {
	padding: 0 0 70px 0;
	width: 1028px;
	background: url(../images/page_btm.jpg) bottom center no-repeat;
	position: relative;
	float: left;
}

/* header
-----------------------------------------------------------*/

#header {
	padding: 70px 49px 48px 49px;
	width: 930px;
	background: url(../images/page_top.jpg) top center no-repeat;
	float: left;
}
#header .section_title {
	line-height: 4.5em !important;
}

/* logo */
a.logo, a.logo:visited {
	width: 360px;
	height: 59px;
	font-size: 27px;
	line-height: 0.777778em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo.jpg) 0 0 no-repeat;
	vertical-align: text-top;
	border: 0;
	float: left;
}
a.logo:hover {
	background: url(../images/logo.jpg) 0 0px no-repeat;
}

/* main nav */
ul.main_nav {
	margin: 0;
	list-style: none;
	float: right;
}
ul.main_nav li {
	padding: 0 0 0 1.34em;
	display: inline;
}
ul.main_nav li a, ul.main_nav li a:visited, ul.main_nav li a:hover {
	font-weight: normal;
	font-size: 14px;
	font-variant: normal;
	color: #000;
	text-transform: none;
	line-height: 3em;
	border: 0;
}
ul.main_nav li a:hover {
	color: #a02929;
}
ul.main_nav li.selected a {
	padding: 2px 0;
	color: #000;
	border-bottom: 3px double #d6d6d6;
}

/* content
-----------------------------------------------------------*/

/* content copy */
#content {
	width: 610px;
	float: left;
	position: relative;
	left: 49px;
}
#content .block {
	margin: 0 0 1px 0;
	padding: 1.615385em 0;
	width: 610px;
	border-top: 1px solid #556E5E;
	float: left;
}
#content .copy {
	width:610px;
	display: block;
	text-align: justify;
	float: left;
}

/* section title - left column content descriptions */
.section_title {
	width: 160px;
	font-size: 10px;
	line-height: 2.1em;
	letter-spacing: .2em;
	text-transform: uppercase;
	display: block;
	float: left;
}
.section_title em {
	text-transform: none;
}

.section_title img{
	padding: 5px;
	border: 1px solid #d6d6d6;
	background: #f2f2f2;
}

/* about page */
#about .bio {
	margin: 0 0 1.615385em 0;
	width: 930px;
	float: left;
	position: relative;
	left: 49px;
}
#about .bio .description {
	padding: 1.615385em 0 0 0;
	width: 610px;
	border-top: 1px solid #9d9d9d;
	float: left;
}
#about .bio .copy {
	width: 450px;
	text-align: justify;
	float: left;
}
#about .bio .thumb {
	padding: 1.8em 0;
	width: 290px;
	border-top: 1px solid #9d9d9d;
	float: right;
}
#about .bio .thumb img {
	padding: 5px;
	width: 278px;
	height: 150px;
	display: block;
	border: 1px solid #d6d6d6;
	background: #f2f2f2;
	position: relative;
}

/* portfolio page */
#portfolio .project {
	margin: 0 0 1.615385em 0;
	width: 930px;
	float: left;
	position: relative;
	left: 49px;
}
#portfolio .project .description {
	padding: 1.615385em 0 0 0;
	width: 610px;
	border-top: 1px solid #9d9d9d;
	float: left;
}
#portfolio .project .copy {
	width: 450px;
	text-align: justify;
	float: left;
}
#portfolio .project .copy .role {
	font-style: italic;
}
#portfolio .project .copy .role em {
	color: #999;
}
#portfolio .project .thumb {
	padding: 1.8em 0;
	width: 290px;
	border-top: 1px solid #9d9d9d;
	float: right;
}
#portfolio .project .thumb a, #portfolio .project .thumb a:visited {
	padding: 5px;
	width: 278px;
	height: 150px;
	display: block;
	border: 1px solid #d6d6d6;
	background: #f2f2f2;
	position: relative;
}
#portfolio .project .thumb a:hover {
	border: 1px solid #c4c4c4;
}
#portfolio .project .thumb a strong {
	width: 278px;
	height: 150px;
	display: block;
	text-indent: -9999px;
	visibility: hidden;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: 5px;
}
#portfolio .project .thumb a:hover strong {
	visibility: visible;
}
#portfolio .project .thumb a strong.zoom {
	background: url(../images/port_hover_zoom.png) top left no-repeat;
}
#portfolio .project .thumb a strong.launch {
	background: url(../images/port_hover_launch.png) top left no-repeat;
}
#portfolio .project .thumb a strong.info {
	background: url(../images/port_hover_info.png) top left no-repeat;
}
#portfolio .notable_work ul {
	margin-left: 0;
	margin-top: -.5em;
	list-style: none;
}
#portfolio .notable_work ul li {
	padding: .5em 0;
	border-bottom: 1px solid #E4E4E4;
}
#portfolio .notable_work ul li em {
	font-style: normal;
	color: #999;
}

/* resume */
ul.education {
	margin-left: 0;
	margin-top: -.5em;
	list-style: none;
}
ul.education li {
	padding: .5em 0;
	border-bottom: 1px solid #E4E4E4;
}
ul.education li em {
	font-style: normal;
	color: #999;
}

/* grid toggle */
.grid {
	margin: 0 auto;
	width: 1028px;
	height: 100%;
	background: url(../images/grid.png) top center repeat-y;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.grid a, .grid a:visited {
	width: 1008px;
	height: 41px;
	text-align: center;
	font-size: 10px;
	line-height: 41px;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-indent: -9999px;
	overflow: hidden;
	color: #656565;
	border: 0;
	background: url(../images/grid_close.gif) 0 0 no-repeat;
	display: block;
	position: absolute;
	bottom: 0;
	left: 10px;
}
.grid a:hover {
	background: url(../images/grid_close.gif) 0 -41px no-repeat;
}
.grid a:active {
	background: url(../images/grid_close.gif) 0 -82px no-repeat;
}

/* ie6 browser message */
.attention_ie6 {
	position: fixed;
	top: 0;
	left: 0;
}

/* contact form */
.req {
	padding: .4em 0 0 .1em;
	color: #c72828;
	font-size: 1.5em;
	line-height: 12px;
	vertical-align: middle;
}
#gb_form #spamq {
	float: left;
}
#gb_form .whythis {
	padding-left: 10px;
	float: left;
}

textarea { /* Removes resize grippie in safari */
    resize: none;
    overflow: auto;
	}

/* adides
-----------------------------------------------------------*/

#asides {
	padding-top: 1.909091em;
	width: 290px;
	float: right;
	font-family: Arial, Helvetica, "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	border-top: 1px solid #556E5E;
	line-height: 1.909091em;
	position: relative;
	right: 49px;
}
#asides h4 {
	margin: 0 0 1em 0;
	padding: 0 0 1.2em 0;
	width: 290px;
	font-size: 10px;
	line-height: 2.1em;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-align: left;
	font-family: Georgia, Palatino, "Palatino Linotype", serif;
	background: url(../images/aside_title_accent.gif) bottom left no-repeat;
	float: left;
}
#asides h4.stars span {
	float: left;
}
#asides h4.stars img {
	padding-top: .73em; 
	float: right;
}
#asides p {
	margin: 0 0 2.863636em 0;
	float: left;
}
#asides a {
	font-size: 9px;
	text-transform: uppercase;
}
#asides ul {
	margin: 0 0 2.863636em 0;
	width: 290px;
	list-style: none;
	line-height: 1.832168em;
	float: left;
}
#asides ul li {
	border-bottom: 1px solid #d6d6d6;
}
#asides ul li a {
	display: block;
	border: 0;
}

/* two rows side by side */
#asides .two_col ul {
	width: 130px;
	list-style: none;
}
#asides .two_col ul li a, #asides .two_col ul li a:visited {
	width: 130px;
}
#asides .two_col ul li a:hover {
	background-color: #fff;
}
#asides .two_col ul.left {
	float: left;
}
#asides .two_col ul.right {
	float: right;
}

/* testimonials */
#testimonials {
	float: left;
}
#testimonialsCounter {
	width: 145px;
	text-align: left;
	float: left;
}
#testinmoialControls {
	width: 145px;
	text-align: right;
	float: right;
}
#testimonials ul li {
	height: 350px;
	font-size: 11px;
	line-height: 1.636em;
	border: 0;
}
#testimonials ul li blockquote {
	margin: 0;
	padding: 0;
	text-align: justify;
	border: 0;
	background: none;
	float: left;
}
#testimonials ul li blockquote p {
	margin: 0 0 1em 0;
}
#testimonials ul li cite {
	float: right;
}

/* recent work */
#recent_work {
	padding-bottom: 2.863636em;
	float: left;
}
#recentWorkCounter {
	width: 145px;
	text-align: left;
	float: left;
}
#recentWorkControls {
	width: 145px;
	text-align: right;
	float: right;
}
#recent_work ul {
	height: 162px;
}
#recent_work ul li {
	height: 162px;
	border: 0;
}
#recent_work ul li a, #recent_work ul li a:visited {
	padding: 5px;
	width: 278px;
	height: 150px;
	display: block;
	border: 1px solid #d6d6d6;
	background: #f2f2f2;
	position: relative;
}
#recent_work ul li a:hover {
	border: 1px solid #c4c4c4;
}
#recent_work ul li a strong {
	width: 278px;
	height: 150px;
	display: block;
	text-indent: -9999px;
	visibility: hidden;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: 5px;
}
#recent_work ul li a:hover strong {
	visibility: visible;
}
#recent_work ul li a strong.zoom {
	background: url(../images/port_hover_zoom.png) top left no-repeat;
}
#recent_work ul li a strong.launch {
	background: url(../images/port_hover_launch.png) top left no-repeat;
}
#recent_work ul li a strong.info {
	background: url(../images/port_hover_info.png) top left no-repeat;
}
.carousel {
    position: relative;
    visibility: hidden;
    left: -5000px;
}

/* twitter */
#twitter ul li span a {
	display: inline;
}

/* flickr */
.flickr {
	margin: 0 0 2.863636em 0;
	padding: 0 0 8px 0;
	width: 288px;
	background: #f2f2f2;
    border: 1px solid #d6d6d6;
	float: left;
}
.flickr_badge_image {
	display: block;
	float: left;
}
.flickr_badge_image a img {
	margin: 2px 0 0 2px;
	padding: 0;
	width: 68px;
	height: 68px;
	background: #fff;
	float: left;
    position: relative;
    top: 3px;
    left: 3px;
    filter: alpha(opacity=90); /* internet explorer */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;           /* fx, safari, opera */
}
.flickr_badge_image a:hover img {
	filter: alpha(opacity=100); /* internet explorer */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
}
.flickr_badge_image a:visited {
	padding-right: 0;
	background: none;
}

/* header captions */
.sub_header {
	margin-top: -1.5em;
	margin-bottom: 1.615385em;
	padding-bottom: .5em;
	font-style: italic;
	font-size: 13px;
	color: #999;
	border-bottom: 1px solid #d6d6d6;
	display: block;
}

/* vcard */
.vcard {
	width: 290px;
	min-height: 145px;
	float: left;
	background: url("../images/contact-profile-image.png") top right no-repeat;
}

/* social icon links */

a.social-linkedin, a.social-linkedin:visited, a.social-linkedin:hover {
	background: url("../images/social-icons.png") 100% 2px no-repeat;
	}
a.social-twitter, a.social-twitter:visited, a.social-twitter:hover {
	background: url("../images/social-icons.png") 100% -34px no-repeat;
	}
a.social-flickr, a.social-flickr:visited, a.social-flickr:hover {
	background: url("../images/social-icons.png") 100% -70px no-repeat;
	}

/* aside featured */
.aside-featured {
	margin: 0 0 1.43em 0 !important;
	width: 290px;
	list-style: none;
}
.aside-featured li {
	padding-bottom: 1.43em;
	border: 0 !important;
}
.aside-featured a.featured-twitter, .aside-featured a.featured-twitter:visited {
	height: 42px;
	width: 290px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../images/aside-featured-twitter.gif") top left no-repeat;
}
.aside-featured a.featured-twitter:hover {
	background: url("../images/aside-featured-twitter.gif") bottom left no-repeat;
}
.aside-featured a.featured-projects, .aside-featured a.featured-projects:visited {
	height: 42px;
	width: 290px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../images/aside-featured-projects.gif") top left no-repeat;
}
.aside-featured a.featured-projects:hover {
	background: url("../images/aside-featured-projects.gif") bottom left no-repeat;
}
.aside-featured a.featured-pictures, .aside-featured a.featured-pictures:visited {
	height: 42px;
	width: 290px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/aside-featured-pictures.gif) top left no-repeat;
}
.aside-featured a.featured-pictures:hover {
	background: url(../images/aside-featured-pictures.gif) bottom left no-repeat;
}

/* footer
-----------------------------------------------------------*/

#footer {
	margin: 0 auto;
	padding-bottom: 60px;
	width: 1028px;
	color: #3D5948;
	text-align: center;
	font-family: Georgia, Palatino, "Palatino Linotype", serif;
	background: url(../images/footer_bg.jpg) bottom center no-repeat;
}
#footer a.rss, #footer a.rss:visited {
	height: 12px;
	padding: 0 0 0 16px;
	text-transform: uppercase;
	border: 0;
	background: url(../images/feed-icon-12x12.gif) center left no-repeat;
	color: #a1a1a1;
}
#footer a.rss:hover {
	color: #CC0000;
}

/* commonly used class selectors
-----------------------------------------------------------*/

/* grey text, usually spans */
.grey {
	color: #999;
}

/* grey button, similar to form submit buttons */
.grey_button {
	padding: 3px 6px 3px 6px;
	letter-spacing: .2em;
	text-transform: uppercase !important;
	text-decoration: none;
	font: 10px/1.5 Georgia, Palatino, "Palatino Linotype", serif;
	font-variant: normal !important;
	border: 3px double #c3c3c3 !important;
	background: #ececec;
}
.grey_button:hover {
	padding: 5px 8px 5px 8px;
	border: 1px solid #c3c3c3 !important;
	cursor: pointer;
}

/* forcing serif font, useful for making emphasized text more attractive */
.serif {
	font-family: Georgia, Palatino, "Palatino Linotype", serif;
	text-transform: lowercase;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* commonly used elements
-----------------------------------------------------------*/

p, ul, ol, dl, pre {
	margin-bottom: 1.615385em;
}
ul {
	margin-left: 15px;
	list-style: disc;
}
ul.bulletless {
	margin-left: 0;
	list-style: none;
}
ol {
	margin-left: 15px;
	list-style: decimal;
}
strong {
	font-weight: bold;
	color: #000;
}
em {
	font-style: italic;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	margin-bottom: 1em;
	font-size: 21px;
	line-height: 1em;
	text-align: left;
}
h2 {
	margin-bottom: 1.105263em;
	font-size: 19px;
	line-height: 1.105263em;
}
h3 {
	margin-bottom: 1.3125em;
	font-size: 16px;
	line-height: 1.3125em;
}
h4 {
	margin-bottom: 1.615385em;
	font-size: 13px;
	line-height: 1.615385em;
}

a, a:visited {
	color: #a02929;
	text-decoration: none;
	font-variant: small-caps;
	text-transform: lowercase;
	border-bottom: 1px dotted #333;
}
a:hover {
	color: #000;
	text-decoration: none;
}

.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}

.drop_cap {
	margin: .1em .18em 0 0;
	padding: 10px 0 0 0;
	width: 54px;
	height: 44px;
	font-size: 44px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 0.76em;
	text-align: center;
	background: url(../images/drop_cap.gif) center center no-repeat;
	display: block;
	float: left;
}

/* WordPress specific styles
-----------------------------------------------------------*/
acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	margin: 0 0 1.5em 0;
	padding: 1.615385em 1.615385em 0 1.615385em;
	border: 1px solid #d6d6d6;
	background: #f2f2f2;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	padding: 0 0 1em 0;
	text-align: left;
	clear: both;
}
.feedback strong {
	font-size: 16px;
	font-weight: normal;
	color: inherit;
}

.storycontent img {
	padding: 5px;
	border: 1px solid #d6d6d6;
	background: #f2f2f2;
}

.storycontent img.wp-smiley {
	padding: 0;
	border: 0;
	background: none;
}

.storytitle a, .storytitle a:visited {
	border: 0;
	font-variant: normal;
	color: #000;
	text-transform: none;
}
.storytitle a:hover {
	color: #a02929;
}


a.img-link {
	border-bottom: 0;
}

/* comment form */
#comments {
    width: 450px;
	padding-bottom: 1em;
	border-bottom: 1px solid #D6D6D6;
	float: right;
}
#postcomment {
	width: 450px;
	padding-top: 1em;
	border-top: 1px solid #9D9D9D;
    float: right;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	padding: 4px 5px;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
	border-bottom: 1px solid #cfcfcf;
	background: url(../images/input_shadow.gif) top left no-repeat;
	font: 12px/1.5 Arial;
}
#commentform #author:focus, #commentform #email:focus, #commentform #url:focus, #commentform textarea:focus {
	border: 1px solid #7c7c7c;
}
#commentform #author, #commentform #email, #commentform #url {
	width: 278px;
	height: 1.2em;
}
#commentform, #commentform label  {
	width: 450px;
	float: right;
}
#commentform textarea {
	width: 438px;
	height: 100px;
}
#commentform #submit {
	padding: 2px 5px 1px 5px;
	letter-spacing: .2em;
	text-transform: uppercase;
	font: 10px/1.5 Georgia, Palatino, "Palatino Linotype", serif;
	border: 3px double #c3c3c3;
	background: #ececec;
}
#commentform #submit:hover {
	padding: 4px 7px 3px 7px;
	border: 1px solid #c3c3c3;
	cursor: pointer;
}
.comment, .pingback {
	margin: 0 0 15px 0;
	width: 450px;
	float: right;
	border-bottom: 1px solid #D6D6D6;
}
.comment cite {
	color: #999;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
#commentlist li .avatar {
	margin: 0 0 5px 10px;
	float: right;
	border: 1px solid #D6D6D6;
	padding: 2px;
}
.comment_meta {
	width: 450px;
	float: right;
	display: block;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#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;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px Arial, Helvetica, "Lucida Grande", Tahoma, Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

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

h4 a.rsswidget {
	font-size: 10px !important;
    text-align: left;
}
a.rsswidget img {
    position: relative;
    top: .4em;
    float: right;
    background: none !important;
}

#sidebar_widgets {
	margin: 0 !important;
	padding: 0;
}

.widget {
	border: 0 !important;
	float: left;
}

input#searchsubmit {
	letter-spacing: .1em;
	cursor: pointer;
}
li#search {
	padding: 0 !important;
}
#asides form#searchform {
	width: 290px;
	float: left;
}
#asides form#searchform div {
	padding: 1em 0 2.863636em 0;
	width: 290px;
	float: left;
}
#asides form#searchform label {
	margin: 0 0 1em 0;
	padding: 0 0 1.2em 0;
	width: 290px;
	font-size: 10px;
	line-height: 2.1em;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
	font-family: Georgia, Palatino, "Palatino Linotype", serif;
	background: url(../images/aside_title_accent.gif) bottom left no-repeat;
	color: #000;
	float: left;
}
#asides form#searchform input#s {
	padding: 4px 5px;
	width: 195px;
	height: 1.2em;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
	border-bottom: 1px solid #cfcfcf;
	background: url(../images/input_shadow.gif) top left no-repeat;
	font: 12px/1.5 Arial;
	float: left;
	display: block;
}
#asides form#searchform input#s:focus {
	border: 1px solid #7c7c7c;
}
#asides form#searchform input#searchsubmit {
	padding: 2px 5px 1px 5px;
	letter-spacing: .2em;
	text-transform: uppercase;
	font: 10px/1.5 Georgia, Palatino, "Palatino Linotype", serif;
	border: 3px double #c3c3c3;
	background: #ececec;
	float: right;
}
#asides form#searchform input#searchsubmit:hover {
	padding: 4px 7px 3px 7px;
	border: 1px solid #c3c3c3;
	cursor: pointer;
}

#asides .widget_archive, #asides .widget_categories {
	padding-bottom: 2.863636em;
}
#asides .widget select {
	width: 290px;
	float: left;
}

ul#home-rotator{
   position: relative;
   margin: 0;
   padding:0;
   float: left;
   list-style: none;
   z-index: 9999;
   width: 620px;
}

ul#home-rotator img{
   margin: 0;
   float: left;
   display: block;
   padding: 5px;
	border: 1px solid #d6d6d6;
	background: #f2f2f2;
}
ul#home-rotator li{margin:auto;}
