/*   
Theme Name: Kirby
Theme URI: http://themeshaper.com/kirby/
Description: A real nifty theme for WordPress.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Version: 0.3.2
Tags: black, blue, white, two-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats
.
The 'Kirby' Theme for WordPress is copyright Ian Stewart http://themeshaper.com/
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
.
*/

/* Taiwan Celts Colors 

	Red 	#AA2F2F
	Blue	#0C1C8C
	
	40% Blue 	#6D77BA
*/

/* Reset default browser styles */
@import url('reset.css');

/* Choose the basic layout */
@import url('layouts/2c-r.css');


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#branding,
#access .menu,
#main,
#colophon {
	margin: 0 auto;
	width: 940px;
}

/* Slight Modifications for the Feature Page Template Structure */
.page-template-feature-page-php #content {
	margin: 0 20px;
}
.page-template-feature-page-php #primary,
.page-template-feature-page-php #secondary {
	float: left;
	margin-bottom: 24px;
	width: 440px;
}
.page-template-feature-page-php #secondary {
	margin-left: 20px;
	margin-right: 20px;
}
.page-template-feature-page-php #secondary {
	margin-right: 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #fff;	
}
body, input, textarea {
	color: #666;
	font: 12px Georgia, serif;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
h1, h2, h3, h4, h5, h6 {
	color: #AA2F2F;
}
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 2.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
	margin:0 18px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #FFFFCC;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
pre, code, kbd, tt, var {
	font: 11px Monaco, monospace;
}
pre {
	background: #000;
	color: #ccc;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

a:link,
a:visited {
    color:#0C1C8C;
}
a:active,
a:hover {
    color: #AA2F2F;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	background: #e7e7e7 url(images/bg_header.jpg) no-repeat center top;
	padding: 0;
	position: relative;
	z-index: 2;
}

#site-logo, #site-info {
	display: inline;
	float: left;
}
#site-logo a {
	background: url(images/logo_trans_bg.png) no-repeat left 35px;;
	display: block;
	float: left;
	height: 130px;
	margin-right: 35px;
	padding-top: 35px;
	width: 130px;
}
#site-title {
	margin-bottom: 1em;
	padding-top: 48px;
}
#site-title h1 {
	display: inline;
}
#site-title a {
	background: #0C1C8C;
	color: #FFF;
	font: 30px/36px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#site-title a span {
	font-size: 24px;
}
#site-description {
	background: #AA2F2F;
	color: #FFF;
	display: inline;
	font-size: 16px;
	font-style: italic;
	margin: 9px 0 18px 0;
}
#branding {
	height: 200px;
	position: relative;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #0C1C8C;
	overflow: visible;
	z-index: 100;
}
#access .menu {
	background: #0C1C8C;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 3em;
}
#access .menu ul {
	list-style: none;
	margin: 0 0 0 10px;
}
#access .menu ul ul {
	display: none;
	margin: 0;
}
#access .menu li {
	background: #0C1C8C;
	display: inline;
}
#access .menu a {
	color: #DDD;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 12px;
	padding: 12px 14px;
	text-decoration: none;
}
#access .menu a:active,
#access .menu a:hover {
    color: #AA2F2F;
}

.current_page_item a,
body.category-photos #access .menu .page-item-40 a {
	color: #AA2F2F;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			3em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#6D77BA;
}
.sf-menu li li {
	border-bottom: 1px solid #6D77BA;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#6D77BA;
	outline:		0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	28px !important;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.8em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.0em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}




/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
	padding: 24px 0 0 0;
}
.page-template-feature-page-php #main {
	background: #fff;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #444;
	font-size: 16px;
	line-height: 24px;	
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
    margin-bottom:24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content pre,
#content code,
#content kbd,
#content tt,
#content var {
	font-size: 13px;
	line-height: 21px;
}
#content strong,
#content b,
#content dt,
#content th {
	color: #0C1C8C;
}
.hentry {
	margin: 0 0 48px 0;
	position: relative;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	font: 16px Georgia, serif;
	font-style: italic;
	font-weight: normal;
}
.entry-title,
.entry-meta {
	clear: left;
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-right: 68px;
}
.entry-title {
	color: #AA2F2F;
	font-size: 21px;
	font-weight: bold;
}
.entry-title a:link, .entry-title a:visited {
    color:#AA2F2F;
    text-decoration: none;
}
.entry-title a:active, .entry-title a:hover {
    color: #FF4B33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr {
	border: none;
}
.entry-meta abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-avatar {
	position: absolute;
	top: 0;
	right: 0;
}
.home .sticky .entry-avatar {
	top: 24px;
	right: 24px;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
.entry-summary p {
	display: none;
}
.entry-content h1,
.entry-content h2 {
	color: #AA2F2F;
	font-weight: bold;
	margin: 0 0 24px 0;
}
.entry-content h1 {
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 24px;
}
.entry-content h3 {
	font-style: italic;
	margin: 0 0 12px 0;
}
.entry-content h5 {
	font-size: 14px;
}
.entry-content h6 {
	font-size: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #AA2F2F;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 1px 24px 1px;
	width: 100%;
}
.entry-content tr th,
.entry-content thead th {
	color: #888;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
.entry-content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
.entry-content tr.odd td {
	background: #F2F7FC;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.entry-content a:visited {
    color:#743399;
}
.page-link {
	color: #000;
    font-weight:bold;
    margin:0 0 22px 0;
    word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
    background: #f1f1f1;
    color:#444;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
    margin: 0 0 24px 0;
	overflow: hidden;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -116px 0 0;
	padding: 11px;
	height: 72px;
}
#entry-author-info #author-description {
	float: right;
	margin: 0 0 0 116px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
}
.entry-utility {
	color: #888;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
}
.photo-album {
	overflow: auto;
}
.photo-album a.albumwrap {
	float: left;
	margin-right: 24px;
}
.photo-album a img {
	margin-bottom: 2em;
}
.photo-album h2 {
	font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	display: inline;
}

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

.entry-content img {
	margin: 0 0 24px 0;
	max-width: 614px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	color: #888;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	margin-bottom: 24px;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	color: #888;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:-24px 0 0 0;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font:  12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	overflow: auto;	
}
.navigation a:link, .navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments .navigation {
	padding: 0 0 18px 0;
}
#comments h3 {
	color: #000;
	font-weight: bold;
}
h3#comments {
	padding: 18px 0 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li.pingback {
	padding: 0;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
    color: #FF4B33;
}
.commentlist .even {
}
.reply {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0 0 24px 0;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.commentlist li.bypostauthor {
}
.commentlist li.bypostauthor .avatar {
}
.commentlist .children li.bypostauthor {
}
.nocomments {
	display: none;
}

/* Comments form */
#respond {
    overflow: hidden;
    position: relative;
}
.children #respond {
	margin: 0 48px 0 0;
}
#respond h3 {
	margin: 18px 0;
}
#comments-list #respond {
    margin: 0 0 18px 0;
}
#comments-list ul #respond {
    margin: 0;
}
#cancel-comment-reply-link {
    font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position:absolute;
    top: 18px;
    right: 0;
}
#cancel-comment-reply-link a {
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
	color: #888;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-section input {
    margin:0 0 9px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags {
	color:#888;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;	
}
#form-allowed-tags p {
    margin:0;    
}
#form-allowed-tags span {
}
#form-allowed-tags code {
	font-size: 11px;
}
.form-submit {
    text-align:right;
	margin: 0 0 24px 0;
}



/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 1.5em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.widget-area a:link, .widget-area a:visited {
    text-decoration: none;
}
.widget-area a:active, .widget-area a:hover {
    text-decoration: underline;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 24px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.1em;
	padding: 0;
}
#main .widget-area ul ul ul {
	margin-left: 1.5em;
}
#primary {
}
.page-template-feature-page-php #primary {
	padding: 0;
}

/* Footer widget areas */
#footer-widget-area {	
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	background: #e7e7e7;
	border-top:  4px solid #e7e7e7;
}
#colophon {
	border-top:  4px solid #0C1C8C;
	margin-top: -4px;
	padding: 18px 0 72px 0;
	overflow: hidden;
}
#site-info {
}
#site-generator {
	position: relative;
}
#site-generator a {
	background: url(images/generator-logo.gif) no-repeat center top;
	display: block;
	position: absolute;
	bottom: -1px;
	left: 68px;
	text-indent: -9000px;
	width: 98px;
	height: 22px;
}
#site-generator a:active, #site-generator a:hover {
	background-position: center bottom;
}
#sponsors {
	border-top: 4px solid #0C1C8C;
	padding-top: 24px;
	text-align: center;
}
#sponsors a {
	margin: 0 2em;
}

/* IE PNG FIX */
img, div { behavior: url('/gaa/wp-content/themes/kirby/scripts/iepngfix.htc'); }

