/*
Theme Name: At Seasons
Theme URI: http://www.atseasons.com/
Description: At Season's 1st Theme
Version: 0.9
Author: Kim, Soo Young
Tags: simple, fixed width, valid XHTML & CSS
*/

/* Reset */
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td
/* html, body, div, span, object, iframe, input, textarea, button */ {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
table {border-collapse: collapse; border-spacing: 0}
caption, th, td {font-weight: normal; text-align: left}
caption {
	overflow: hidden;
	visibility: hidden;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
}
blockquote, q {quotes: none}
img {border: 0}
hr {display: none}

/* Body */
body {
	margin: 0;
	padding: 0;
	background-color: #A6B4B5;
	font-family: Helvetica, Arial, NanumGothic, 나눔고딕, 'Malgun Gothic', '맑은 고딕', Dotum, Tahoma, Sans-Serif;
	font-size: small;
	font-weight: normal;
	color: #444;
	line-height: 1.5;
	text-align: left;
}

/* Font */
input, textarea, button {font-family: Helvetica, Arial, NanumGothic, 나눔고딕, 'Malgun Gothic', '맑은 고딕', Tahoma, Sans-Serif}
code{font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, monospace}

/* Headings */
h1, h2, h3, h4, h5, h6 {margin: 2em 0 1em 0;font-weight: bold}
h1 {font-size: 2.0em}
h2 {font-size: 1.5em}
h3 {font-size: 1.2em}

p {margin: 1em 0}
p.short {
	margin: 3em 0;
	line-height: 2;
	text-align: center;
}
blockquote {
	margin: 1em;
	padding-left: 1em;
	border-left: 3px solid #ccc;
}
q {font-style: normal}
cite {font-style: normal}
sub, sup {
	font-size: 0.75em;
	line-height: 1;
}
pre {
	overflow-x: auto;
	font-size: 0.9em;
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #DADADA;
	background: #F0F0F0;
/*	white-space: pre-wrap;*/
/*	word-wrap: break-word;*/
} /* linked ie6.css */
code{}
acronym, abbr {
	border-bottom: 1px dotted #999;
	cursor: help;
}
ins {text-decoration: underline}
del {
	color: #999;
	text-decoration: line-through;
}
strong {font-weight: bold}
em {font-style: normal}
em.now {color: #E44}
em.search {
	color: #E44;
	font-weight: bold;
}
strong.search {
	background-color: #FF9;
	border: 1px solid #EC3 ;
}
.notice {
	border: 1px solid #E6DB55;
	background: #FFC;
	text-align: center;
}

/* lists */
ul, ol, dl {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
.post ul, .post ol, .post dl {
	margin: 1em 0;
	padding: 1em 0 1em 2em;
	list-style-type: disc;
}

/* table */
table {
	position: relative; /* layout for ie6 */
	table-layout: fixed;
	width: 460px;
	margin: 1em 0;
}
table th, table td {text-indent: 5px;}
table th, table td a { padding: 3px 0}
table td a {display:block;}
table th {border-bottom: 1px solid #FFF}
table td {border-bottom: 1px solid #E0E1E2}
table .odd {background: #FFF}
table .even {background: #EEE} /* #F0F0F6 */
.tablesorter thead tr th, .tablesorter tfoot tr th {background-color: #E6EEEE}
.tablesorter thead tr .header {
	background-image: url('images/tableSorterBg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
.tablesorter thead tr .headerSortUp {background-image: url('images/tableSorterAsc.gif')}
.tablesorter thead tr .headerSortDown {background-image: url('images/tableSorterDesc.gif')}
.tablesorter thead tr .headerSortDown, .tablesorter thead tr .headerSortUp {background-color: #8dbdd8}

/* align & display */
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.alignCenter {text-align: center;}
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter {display: block; margin: 0 auto;}
.clear {clear: both}
.none {display: none}
.block {display: block}
.hidden {
	overflow: hidden;
	position: absolute;
	left: -1000px;
	top: auto;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
}

/* forms */
/* #searchForm #s, #submit,
#respond #author, #respond #email, #respond #url, #respond #comment,
.wpcf7 #form-your-name, .wpcf7 #form-your-email, .wpcf7 #form-your-subject, .wpcf7 #form-your-message */
label, input[type="submit"], button {cursor: pointer} /* linked ie6.css */
input, textarea {font-size: 1em}
input[type="text"], textarea {
	padding: 3px;
	border: 1px solid #8d9fa0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border radius: 3px;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
} /* linked ie6.css */
input[type="submit"] {padding: 2px 5px}
button {
	padding: 3px;
	background: #fafafa;
	border: 1px solid #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border radius: 3px;
	color: #999;
	white-space: nowrap;
	cursor: pointer;
} /* linked ie6.css */
input[disabled='disabled'], button[disabled='disabled']{color:999; cursor:default}

/* links */
a:link, a:visited {color: #369; text-decoration: none;}
a:hover, a:focus, a:active {text-decoration: underline;}
/*a[href^="http://"] {background: url('images/external.png') no-repeat 100% 2px; padding-right: 12px} */
/*a[href^="https://"] {background: url('images/external.png') no-repeat 100% 2px; padding-right: 12px} */
/*a[href^="http://www.atseasons.com"] {background: transparent; padding-right: 0px} */


/* container */
#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF url('images/bg.jpg') repeat-y;
}

/* header */
#header {
	height: 80px;
	padding: 0 5px;
	background: url('images/header.jpg') no-repeat;
}
#header a {color: #444}
#header h1 {
	position: absolute;
	top: 34px;
	left: 36px;
	width: 300px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url('images/logo.jpg') no-repeat;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	overflow: hidden;
	height: 40px;
}
a#skipToContent {
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	width: 1px;
	height: 1px;
	margin: 0 0 -1px 0;
	padding: 2px 0;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
a#skipToContent:focus, a#skipToContent:active {
	width: 970px;
	height: auto;
	background: #FFC;
}
/* header Admin */
#admin {
	padding: 2px 15px;
	background: #ABB9BA;
	text-align: right;
}
#admin a {
	padding-right: 0;
	background: none;
	color:#444;
}
#analytics {
	float: left;
}


/* nav */
#nav {
	width: 980px;
	height: 70px;
	background: url('images/nav.jpg') no-repeat;
}
#nav ul {
	height: 30px;
	padding: 15px 10px 25px 10px;
}
#nav ul li {
	float: left;
	width: 140px;
	margin: 0 10px;
	letter-spacing: 1px;
	line-height: 30px;
	text-align: center;
	display: inline; /* IE6 Doubled Float Margin Bugfix */
}
#nav ul li a{
	display: block;
	width: 140px; /* IE6 needs any width */
	color: #444;
	text-decoration: none;
}
#nav ul li.current_page_item a, #nav ul li a:hover, #nav ul li a:focus {background: url('images/nav-tab.jpg') no-repeat}

/* content */
#content {
	position: relative;
	float: left;
	width: 780px;
	margin-left: 10px;
	background: #FFF url('images/ct-bg.jpg') repeat-y;
	display: inline; /* IE6 Doubled Float Margin Bugfix */
}

/* post */
.post {
	clear: both;
	position: relative;
	width: 780px; /* IE6 Absolute Position Bugfix*/
}
.pageTitle, .pageMeta, .archiveTitle, .archiveMeta, .archiveContent, .postTitle, .postMeta, .postContent {
	margin: 0 150px 0 170px;
}
.pageTitle, .archiveTitle, .postTitle {
	width: 460px;
	padding: 5px 0;
	border-bottom: 1px solid #CCC;
}
.archiveTitle {padding: 0}
.archiveTitle a, .archiveTitle a:visited {
	padding: 5px 0;
	display: block;
	color: #444;
}
.listView .archiveTitle {font-size: 1.0em; font-weight: normal}
.listView .archiveTitle a {padding-left: 5px}
.archiveTitle a:hover, .archiveTitle a:focus {background: #FFFBC0}
.pageMeta, .archiveMeta, .postMeta {
	padding: 3px 0;
	font-size: 0.9em;
	color: #999;
}
.pageMeta, .postMeta {margin-bottom: 30px}
.pageMeta {text-align: right}
.postDate, .archiveDate {
	position: absolute;
	top: 8px;
	left: 10px;
	width: 140px;
	color: #999;
	text-align: right;
}
.listView .postDate, .listView .archiveDate {top: 5px}
.archiveContent {margin-bottom:2em}
.archiveContent p {margin-top: 0.5em}
.archiveContent .attachment-thumbnail {
	float: left;
	margin: 10px 15px 10px 0;
}
.readMore {}
.pageFeedback, .archiveFeedback, .postFeedback {
	position: absolute;
	width: 120px;
	top: 0;
	right: 10px;
}
.pageFeedback {top: 26px}
.pageFeedback a, .archiveFeedback a, .postFeedback a {
	display: block;
	padding: 5px 0;
	line-height: 1.5;
}
a.feed {
	padding-left: 30px;
	background: url('images/feed.png') no-repeat 5px 50%;
}
#listView, #detailView {padding: 0 2px}
#listView {margin-right: 5px}
#listView:hover , #detailView:hover, #listView:focus, #detailView:focus, #listView.on, #detailView.on {
	background: #ff8b54;
	border: 1px solid #ff7635;
	color: #FFF;
}

/* page */
#post-4 h3, #post-6 h3, #post-0231 h3 {
	overflow: hidden;
	clear: both;
	float: left;
	width: 140px;
	margin: 2em 0 0 -160px;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #CCC;
	text-align: right;
	display: inline; /* IE6 Doubled Float Margin Bugfix */
}
ul.archiveContent:after {content:""; display:block; clear:both;} /* float 해제 */

/* about page */
#post-4 h3 {
	margin-top: 0em;
/*	margin-bottom: 1em; */
}

#post-4 h3 + h4 {
	padding-top: 4em;
	border-top: 1px solid #CCC;
}

/* blog page */
#post-6 a:hover, #post-6 a:focus {background-color: #FFFBC0}
.tab {color: #999; text-align: center}
#post-6 ul.catList {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCC;
	list-style: none;
	height: 100% /* float 해제 IE6~7 hack */
}
#post-6 ul.catList li ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#post-6 ul.catList li a {
	display: block;
	overflow: hidden;
	padding: 3px 0 3px 5px;
	border-bottom: 1px solid #EEE;
	white-space: nowrap;
} /* linked ie6.css */
#post-6 ul.catList .cat-item-4, #post-6 ul.catList .cat-item-11, #post-6 ul.catList .cat-item-14 {float: left}
#post-6 ul.catList .cat-item-4, #post-6 ul.catList .cat-item-11 {margin-right: 20px}
#post-6 ul.catList li {
	position: relative;
	width: 140px;
}
#post-6 ul.catList li .count {
	position: absolute;
	top: 3px;
	right: 5px;
	color: #999;
}
#post-6 ul.catList li ul.children li a {padding-left: 20px}
#post-6 .wp-tag-cloud, #post-0231 ul {
	clear: both;
	width: 460px;
	margin: 0;
	padding: 1em 0;
	border-top: 1px solid #CCC;
	list-style: none;
	height: 100% /* float 해제 IE6~7 hack */
}
#post-6 .wp-tag-cloud li {
	display: inline;
	margin: 2px;
	white-space: nowrap;
/*	white-space: pre-wrap; */
}
#post-6 .wp-tag-cloud li a {padding: 2px}
.wp-tag-cloud:after {content:""; display:block; clear:both;} /* float 해제 */

/* portfolio page */
#post-0231 ul {position: relative} /* IE6 Layout fixed */
#post-0231 ul li {
/*	overflow: hidden;*/
	float: left;
	position: relative;
	margin: 1em 0 0 0;
	border: 1px solid #ddd;
	white-space: nowrap;
}
#post-0231 ul li a {
	display: block;
	float: left;
	padding: 9px;
/*	text-decoration: none;*/
}
#post-0231 ul li img {
	float: left;
	margin: 0;
/*	vertical-align: top;*/
/*	text-decoration: none;*/
}
#post-0231 ul li a:hover .desc, #post-0231 ul li a:focus .desc {
	display: block;
	position: absolute;
	bottom: 9px;
	left: 10px;
	width: 418px; /* IE6 No Bug */
	margin: 0;
	padding: 7px 10px; /* IE6 No Bug */
	background: #111;
	color: #FFF;
	opacity:.80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */
	filter: alpha(opacity=70); /* IE 5-7  */
	cursor: pointer;
}
#post-0231 ul li a:hover .desc strong, #post-0231 ul li a:focus .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.2em;
}
#post-0231 ul li a {
	text-decoration: none;
}
#post-0231 ul li a .desc {display: none;}

/* contact page */
#post-14 ul {padding-bottom: 0}
.wpcf7 {height: 100%} /* IE6~7 float clear */

/* pageTopNav, pageNav, noPost, notFound */
.pageTopNav {
	height: 8px;
	margin-bottom: 1em;
/*	padding-top: 1em; */
	padding-left: 170px;
/*	padding-bottom: 1em; */
	background: url('images/ct-top.jpg') no-repeat top left;
}
.pageNav, .noPost, .notFound {
	clear: both;
	margin: 0;
	padding: 0 10px 18px 10px;
	background: url('images/ct-bot.jpg') no-repeat bottom right;
}
.noPost, .notFound {
	margin-top: 15px;
	padding-bottom: 50px;
	text-align: center;
}
.top {
	width: 140px;
	border-bottom: 1px #666 dotted;
}
.top a {
	display: block;
	padding-left: 5px;
	color: #444;
	line-height: 2;
	text-decoration: none;
}
.top a:hover, .top a:focus {background: #FFFBC0}
.wp-pagenavi, .pageNavi {
	position: relative;
	width: 460px;
	margin-left: 160px;
	padding-top: 10px;
	border-top: 1px #444 dotted;
	text-align: center;
}
.wp-pagenavi .pages {display: none}
.wp-pagenavi .current, .wp-pagenavi a {
	display: inline-block;
	width: 24px;
	margin: 0 3px;
	padding: 2px 0;
	border: 1px solid #FFF;
}
.wp-pagenavi .current, .wp-pagenavi a.page:hover, .wp-pagenavi a.page:focus {
	background: #ff7635;
	border: 1px solid #ff7635;
	border radius: 3px;
	-webkit-border-radius: 3px; /* declaration for WebKit browsers like: Safari, Chrome */
	-moz-border-radius: 3px; /* declaration for Mozilla browsers like FireFox */
	color: #FFF;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	position: absolute;
	top: 10px;
	width: 60px;
}
.wp-pagenavi .previouspostslink {left: 0px}
.wp-pagenavi .nextpostslink {right: 0px}
.pageNavi {text-align: right}
.pageNavi .supple {
	display: block;
	padding: 0 1.2em;
	font-size: 0.9em;
	color: #666;
}
.pageNavi .nextPostLink{float: left;text-align: left}
.pageNavi .previousPostLink {text-align: right}
.pageNavi:after {content:""; display:block; clear:both;} /* float 해제 */

/* comments */
.feedback {
	clear: both;
/*	position: relative;*/
}
.commentlist, .navigation, #commentform, .wpcf7 {
	margin: 0 150px 0 170px;
	padding-top: 1em;
	border-top: 1px solid #999;
}
.wpcf7 {padding-top: 0; border: none}
.wpcf7-form {padding-top: 1em}
.feedback h3 {
	width: 140px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #AAA;
	text-align: right;
}
/* commentlist */
.commentlist li {
	position: relative;
	margin-bottom: 1em;
	padding: 0.5em 0;
	border-top: 1px dotted #AAA;
}
.comment-author-admin {
	background: #f4f4f4;
}
.commentlist li ul li {}
.commentlist p, .edit-comment-admin-links-no-icon {
	margin: 0.5em 0 0.5em 80px;
}
.comment-body {
}
.comment-author {
/*	float: left;
	width: 60px;
	margin-right: 20px;
	text-align: right;*/
	margin-left: 80px;
	display: inline;
/*	margin: 0.5em 0;*/
/*	background: #d0e5f2;*/
}
.avatar {
	position: absolute;
	left: 0px;
	margin: 1px;
	padding: 4px;
	border: 1px solid #AAA;
	background: #FFF;
}
.fn{
	font-weight: bold;
}
.says {display: none}
.comment-meta {
	position: absolute;
	top: 0px;
	left: -160px;
	width: 140px;
	height: 2em;
	margin: 0.5em 20px 0.5em 0;
	text-align: right;
	display: inline;
	margin: 0.5em 0;
/*	background: #d0e5f2;*/
}
.reply, .reply a,  .cancel-comment-reply a {
	width: 120px;
}
.reply, .cancel-comment-reply, comment-edit-link {
	position: absolute;
/*	right: -40px;
	width: 40px;
	border-top: 1px #717171 dotted;*/
}
.reply {
	top: 0px;
	left: 480px;
}
.cancel-comment-reply {
/*	top: 0px;*/
	left: 480px;
}
comment-edit-link {
/*	top: 0px;*/
}
.reply a, .cancel-comment-reply a, comment-edit-link {
	display: block;
	width: 115px;
	padding-left: 5px;
	line-height: 2em;
}
.commentlist .children {
}
.commentlist .children li {
/*	margin-top: 10px;*/
/*	margin-bottom: 0;*/
}

/* comments Navigation */
.feedback .navigation {
	border: none;
}

/* comments commentslist Respond*/
.commentlist #respond h3 {
	display: none;
}
.commentlist #commentform {
	position: relative;
	margin: 0;
}
/* Commentform, Contact Form */
#commentform, .wpcf7-form {border-top: 1px dashed #AAA}
/*#respond p {margin: 1em} */ /* you regester comments */
#respond .supple {color: #666}
#respond label, .wpcf7 label{
	float: left;
	width: 80px;
	line-height: 1.8;
	position: relative; /* IE6 Peekaboo Bugfix */
	min-width: 0; /* IE7 Peekaboo Bugfix */
}
#commentform #author, #commentform #email, #commentform #url,
.wpcf7 #form-your-name, .wpcf7 #form-your-email, .wpcf7 #form-your-subject {
	width: 132px;
	margin: 0 20px 0 0;
	border: 1px solid #8d9fa0;
} /* linked ie6.css */
#commentform textarea, .wpcf7 #form-your-message {
	width: 372px;
	margin: 0;
	border: 1px solid #8d9fa0;
} /* linked ie6.css */
#commentform #submit, .wpcf7 #submit, .wpcf7-response-output {margin-left: 80px}
.wpcf7 .ajax-loader{margin-left: 5px}
.wpcf7-display-none {display: none}
.wpcf7-mail-sent-ok {color: #298200}
.wpcf7-mail-sent-ng, .wpcf7-spam-blocked, .wpcf7-validation-errors {color: #F00}
.wpcf7-not-valid-tip {color: #F00}
.wpcf7-not-valid-tip-no-ajax {display: block; color: #F00;}
.wpcf7-list-item {margin-left: 0.5em}

/* sidebar */
#sidebar{
	float: right;
	width: 180px;
	margin-right: 10px;
	background: url('images/sb-bg.jpg') repeat-y;
	display: inline; /* IE6 Doubled Float Margin Bugfix */
}
#sidebar .section {padding: 8px 5px}
#sidebar h3, #sidebar p, #sidebar ul {margin: 0 5px 0 5px}
#sidebar h3 {font-size: 1em}
#sidebar a {color: #444}
#sidebar ul li.last a {color: #666}

/* profileSection */
#sidebar .profileSection {background: url('images/sb-top.jpg') no-repeat top left}
#sidebar img.profilePhoto {margin: 2px 5px 5px 5px}

/* searchSection */
#sidebar #searchForm {
	padding: 5px;
/*	border: 1px solid #aaa;*/
/*	-moz-border-radius: 3px;*/
/*	-webkit-border-radius: 3px;*/
/*	border-radius: 3px;*/
}
#sidebar input#s {
	width: 92px;
}
#sidebar #searchButton {
	width: 56px;
}

/* currentSection */
#sidebar .currentSection {background: url('images/sb-bot.jpg') no-repeat bottom left}
#sidebar .box {margin: 8px 0}
#sidebar .boxTop {
	position: relative;
	height: 35px;
	background: url('images/sbb-top.jpg') no-repeat top left;
}
#sidebar .boxBottom {
	height: 10px;
	background: url('images/sbb-bot.jpg') no-repeat bottom left;
	font-size: 1px; /* for ie6 */
}
#sidebar .box h3 {
	display: block;
	height: 30px;
	padding-left: 15px;
	padding-top: 5px;
	line-height: 30px;
	cursor: pointer;
}
.collapse {background: url('images/arrowTop.gif') no-repeat 141px 17px}
.expand {background: url('images/arrowBot.gif') no-repeat 141px 19px}
#sidebar .box ul {
	margin: 0;
	padding: 5px 5px 0 5px;
	background: url('images/sbb-bg.jpg') repeat-y;
}
#sidebar .box ul.children {
	padding: 0;
	background: none;
}
#sidebar .box ul li {
	position: relative;
	width: 160px;
	background: url('images/arrowRight2.gif') no-repeat 8px 9px;
}
#sidebar .box ul li a {
	display: block;
	overflow: hidden;
	padding: 0px 10px 0px 20px;
	line-height: 1.8;
	text-decoration: none;
} /* linked ie6.css */
#sidebar .box ul.children li a {padding-left: 40px}
#sidebar .box ul li a:hover, #sidebar .box ul li a:focus {background: #a5b5b5 url('images/arrowRight2.gif') no-repeat 8px 9px; color: #444}
#sidebar .box ul li.last {background: none}
#sidebar .box ul li.last a:hover, #sidebar .box ul li.last a:focus {background-image: none; color:#666}
#sidebar .count {
	position: absolute;
	top: 1px;
	right: 5px;
	font-size: 0.9em;
	color: #666;
}
#sidebar a:hover .count, #sidebar a.focus .count {color:#444}
#sidebar #box0 ul li {background: url('images/arrowRight1.gif') no-repeat 8px 9px}
#sidebar #box0 ul li a:hover, #sidebar #box0 ul li a:focus {background: #a5b5b5 url('images/arrowRight1.gif') no-repeat 8px 9px}
#sidebar #box0 ul li.last {background: none}
#sidebar .box ul li a .block {
	display: block;
	overflow: hidden;
	width: 130px;
	text-overflow: ellipsis; /* IE, Safari (WebKit) */
	-o-text-overflow: ellipsis; /* Opera */
/*	-moz-binding: url('xml/ellipsis.xml#ellipsis'); Firefox */
	white-space: nowrap;
/*	cursor: pointer;*/
}

/* footer */
#footer {
	clear: both;
	position: relative;
	height: 110px;
	padding: 0 20px;
	background: url('images/footer.jpg') no-repeat;
}
#footer a {color: #444}
a.badge {
	display: block;
	overflow: hidden;
	position: absolute;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	background: url('images/badges.jpg') no-repeat;
	text-indent: -9999px;
}
a.wpBadge {top: 30px; left: 20px; background-position: 0 0}
a:hover.wpBadge {background-position: 0 -36px}
a.feedIcon {top: 30px; right: 61px; background-position: -72px 0}
a:hover.feedIcon {background-position: -72px -36px}
a.twBadge {top: 30px; right: 20px; background-position: -36px 0}
a:hover.twBadge {background-position: -36px -36px}
.copyright {
	margin: 0;
	padding-top: 65px;
	color: #666;
	text-align: center;
}

/* WP-Footnotes*/
ol.footnotes {
/*	margin: 1em 0 1em 0;*/
/*	padding: 1em 0 1em 2em;*/
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px dotted #aaaaaa;
	font-size: 0.9em;
	color: #666;
}
ol.footnotes li{
	list-style-type: decimal;
/*	margin-bottom: 2px;*/
}

/* Pronamic Google Maps */
.pgm {
	margin-top: 2em;
}
/* Google Custom Search */
 #cse-search-results {
	margin: 0 150px 0 170px;
}
