@import url(../hybrid/library/css/21px.css);
@import url(../hybrid/library/css/2c-l-fixed.css);
@import url(../hybrid/library/css/plugins.css);
@import url(tabs.css);
/*
Theme Name: UKPHA
Theme URI: ukpha.org
Description: A blank child of the Hybrid theme framework representing the visual hierarchy of Hybrid with designers in mind.
Author: UKPHA
Author URI: http://ukpha.org
Version: 0.1.1
Tags: Framework
Template: hybrid

*
* Import pre-made styles from Hybrid
***********************************************
Eric Meyer's reset.css
@import url('../hybrid/library/css/reset.css');
18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these)
@import url('../hybrid/library/css/18px.css');
@import url('../hybrid/library/css/20px.css');
@import url('../hybrid/library/css/22px.css');
@import url('../hybrid/library/css/25px.css');
Holy Grail
@import url('../hybrid/library/css/holy-grail-fluid.css');
Plugins CSS
Hybrid's default CSS
*
/* Body*/
BODY
{
	font: normal normal normal 15px/21px Georgia, Times, "Times New Roman", serif;
	color: #000;
}
/*Body container*/
#body-container
{
	margin: 10px auto 21px;
}
#primary
{
	font-size: 13px;
}
#hybrid-search-3.widget.search.widget-search
{
	float: right;
	margin-left: 15px;
}
INPUT
{
	border: 1px dotted #DDD !important;
	/*[disabled]padding:5px 8px;*/
	font-weight: normal !important;
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #000;
}
.widget-inside .textwidget
{
}
.widget-widget_text .widget-inside .textwidget
{
	margin-top: -12px;
	margin-bottom: 15px;
}
/*Links*/
A
{
	color: #EE4030;
	text-decoration: none;
}
A:visited
{
	color: #EE4030;
}
A:hover, A:active
{
	text-decoration: none;
	border-bottom: 1px dotted #D54E21;
}
.byline .author A
{
	color: #000;
}
/*Headers*/
H2, H3, H4, H5, H6
{
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000;
	font-weight: bold;
}
H2
{
	font-size: 21px;
}
H3
{
	font-size: 19px;
}
H4
{
	font-size: 17px;
}
H5
{
	font-size: 15px;
}
H6
{
	font-size: 13px;
}
/*Lists*/
UL
{
	list-style: square;
}
/*Blockquotes*/
BLOCKQUOTE
{
	font-style: italic;
	color: #555;
}
BLOCKQUOTE BLOCKQUOTE
{
	color: #777;
}
BLOCKQUOTE EM
{
	font-style: normal;
}
/*Code*/
PRE
{
	padding: 9px;
	background: #F9F9F9;
	border: 1px solid #CCC;
}
CODE
{
	padding: 0 3px;
	background: #EEE;
}
PRE CODE
{
	background: transparent;
}
/*Tables*/
TABLE
{
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
CAPTION
{
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
}
TD, TH
{
	padding: 3px 6px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
TH
{
	background: #EEE;
}
/*Drop caps*/
.drop-cap
{
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino, "Book Antiqua", Cambria, Georgia, serif;
	color: #333;
}
/*Notes*/
.note
{
	padding: 6px 9px;
	background: #EEE;
	border: 1px solid #CCC;
}
/*Warnings/Alerts*/
.warning, .alert
{
	padding: 6px 9px;
	background: #FFFBBC;
	border: 1px solid #E6DB55;
}
/*Errors*/
.error
{
	padding: 6px 9px;
	background: #FFEBE8;
	border: 1px solid #C00;
}
/*Downloads*/
.download
{
	padding: 6px 9px;
	background: #E7F7D3;
	border: 1px solid #6C3;
}
/*Breadcrumb*/
.breadcrumb
{
	margin: 0 0 30px;
	font-size: 0.9em;
	font-style: italic;
	color: #666;
}
.breadcrumb A
{
	color: #111;
	text-decoration: none;
}
.breadcrumb A:hover
{
	color: #D54E21;
	text-decoration: underline;
}
/*Images*/
.post IMG
{
	max-width: 568px;
	padding: 5px;
	border: 1px solid #CCC;
	margin-right: 5px;
}
/*hide images on home page*/
.front-page .entry-content.entry IMG
{
	/*[disabled]display:none;*/
}
.thumbnail
{
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
}
/*Captions [caption]*/
.wp-caption
{
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0;
	border: 1px solid #CCC;
	text-align: center;
}
.wp-caption .wp-caption-text
{
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 0.9em;
	font-style: italic;
	color: #666;
}
.wp-caption IMG
{
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
}
/*Gallery [gallery]*/
.gallery IMG
{
	border: 1px solid #CCC;
}
/*Avatars*/
.avatar
{
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #CCC;
}
/*Header*/
#header
{
	margin: 0 0 40px;
}
#ukpha-header
{
	float: right;
	width: 500px;
	text-align: right;
	margin-bottom: 30px;
	/*[disabled]font-family:Helvetica, Arial, sans-serif;*/
	/*[disabled]font-size:11px;*/
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
/*Blog title*/
#site-title
{
	font: italic normal normal 35px/35px Georgia, Times, "Times New Roman", serif;
	margin: 0 0 10px;
	float: left;
	width: 450px;
	height: 60px;
}
#site-title A
{
	color: #000;
	display: block;
	width: 450px;
	height: 60px;
	background: url(images/logo-ukpha.gif) no-repeat 0 0;
	border: none;
}
#site-title A SPAN
{
	display: none;
}
/*Blog description*/
#site-description
{
	/*[disabled]font:normal normal normal 16px/20px Georgia, Times, "Times New Roman", serif;*/
	/*[disabled]margin:0;*/
	/*[disabled]color:#666;*/
	display: none;
}
/*Navigation*/
#navigation
{
	overflow: visible;
	height: 34px;
	margin: 0 -15px 30px 0;
	z-index: 100;
	list-style-type: none;
	/*[disabled]margin-left:-30px;*/
	float: right;
}
#page-nav LI
{
	margin-right: 15px;
	/*[disabled]list-style-type:none;*/
	display: inline;
}
#page-nav LI LI
{
	margin-right: 0;
	list-style-type: none;
}
#page-nav LI A
{
	color: #000;
	background: #FFF;
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	/*[disabled]text-decoration:none;*/
	text-transform: uppercase;
	padding-right: 10px;
	border-bottom: none;
	border-right: 1px dotted #CCC;
	/*[disabled]font-weight:bold;*/
}
#page-nav LI A:hover
{
	color: #E43;
}
/*Drop-downs style*/
#page-nav LI:hover UL, LI.sfHover UL
{
	top: 32px;
}
#page-nav LI LI A
{
	border-top: none;
	margin-right: 0;
}
#page-nav LI UL
{
	background: #FFF;
	border-top: 1px solid #CCC;
}
#page-nav LI LI:hover UL, LI LI.sfHover UL, #page-nav LI LI LI:hover UL, LI LI LI.sfHover UL
{
	top: -1px;
}
#page-nav LI LI LI
{
	margin-left: -1px;
}
/*Container (wraps content, primary, and secondary)*/
#container
{
	margin-bottom: 21px;
}
/*Main content*/
.content
{
	width: 580px;
	margin: 0 0 21px;
}
.no-widgets .content, .page-template-no-widgets .content
{
	width: 960px;
}
/*Posts*/
.post
{
	overflow: hidden;
	margin: 0 0 40px;
	border-bottom: 1px dotted #EEE;
}
.single .post, .attachment .post, .page .post
{
	margin: 0;
}
/*Archive information*/
.author-info, .author-profile, .date-info, .category-info, .tag-info, .search-info, .taxonomy-info
{
	overflow: hidden;
	margin: 0 0 15px;
}
/*Entry title*/
.entry-title
{
	font-size: 24px;
	margin: 0 0 12px;
	font-weight: normal;
	font-style: italic;
}
.archive .entry-title, .search .entry-title
{
	font-size: 21px;
	margin: 0;
}
.page-title, .attachment-title
{
	margin: 0 0 21px;
}
.entry-title A
{
	color: #000;
}
/*Byline*/
.byline
{
	margin: 0 0 21px;
	font-style: italic;
	color: #666;
	/*[disabled]font-size:11px;*/
	line-height: 120%;
}
.archive .byline, .search .byline
{
	margin: 0;
}
.byline .byline-prep
{
	text-transform: lowercase;
}
/*Entry content*/
.entry-content
{
	overflow: hidden;
	margin: 0 0 5px;
}
/*Entry metadata*/
.entry-meta
{
	/*[disabled]font-style:italic;*/
	color: #666;
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: -10px;
}
/*Page links (multiple-paged posts)*/
P.pages A
{
	margin: 0 3px;
	padding: 3px 9px;
	border: 1px solid #CCC;
}
/*Navigation links*/
.navigation-links
{
	margin-bottom: 21px;
	font-style: italic;
}
.navigation-links .previous
{
	float: left;
	max-width: 50%;
}
.navigation-links .next
{
	float: right;
	max-width: 50%;
	text-align: right;
}
/*WP Pagenavi plugin*/
.wp-pagenavi
{
	margin-bottom: 21px;
}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi A
{
	margin-right: 6px;
	padding: 3px 9px;
	border: 1px solid #CCC;
}
/*Widgets*/
.widget
{
	overflow: hidden;
	margin: 0 0 15px;
	color: #464646;
}
.widget A
{
	color: #464646;
	text-decoration: none;
}
.widget A:hover
{
	color: #D54E21;
	text-decoration: none;
}
/*Widget titles*/
.widget-title
{
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #111;
}
#hybrid-archives-3.widget.archives.widget-archives
{
	float: left;
}
/*Utility widget areas*/
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single
{
	margin: 0 0 21px;
	padding: 20px 20px 0;
	border: 1px solid #CCC;
}
/*Comments template*/
#comments-template
{
}
/*Comment headers*/
.comments-header
{
	font-size: 15px;
	font-weight: normal;
	color: #666;
	margin-top: 8px;
	font-style: italic;
}
/*Comments are closed*/
.comments-closed
{
	font-style: italic;
}
/*Comment list*/
#comments-template OL
{
	list-style: none;
	margin: 0 0 21px;
}
#comments LI, #comments LI LI LI, #comments LI LI LI LI LI
{
	overflow: hidden;
	margin: 0 0 15px;
	padding: 15px 15px 0;
	background: #FFF;
	border: 1px dotted #CCC;
}
#comments LI LI, #comments LI LI LI LI
{
	background: #F9F9F9;
}
/*Avatar*/
#comments-template .avatar
{
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;
}
/*Comment meta data*/
.comment-meta-data
{
	margin: 10px 0 21px;
	font-size: 13px;
	color: #666;
}
.comment-author
{
	font-size: 15px;
	color: #000;
}
.comment-reply-link, .permalink, .comment-edit-link
{
	font-style: italic;
	color: #666;
}
/*Comment text*/
.comment-text
{
	clear: left;
	margin: 0 15px;
}
/*Form*/
.text-input
{
	display: block;
	padding: 3px 6px;
	width: 97%;
	border: 1px solid #CCC;
}
#comments-template LABEL
{
	font-size: 0.9em;
}
/*Respond textarea*/
TEXTAREA
{
	width: 98%;
	border: 1px solid #CCC;
}
/*Submit and rest buttons*/
.button, .submit, .reset
{
	width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px;
	background: #FFF;
	border: 1px solid #CCC;
}
.button:hover, .submit:hover, .reset:hover
{
	cursor: pointer;
	background: #F9F9F9;
}
/*Footer container*/
#footer-container
{
	margin: 0 0 21px;
}
/*Subsidiary*/
#subsidiary
{
	margin: 0 0 21px;
}
/*Footer*/
#footer
{
	/*[disabled]font-style:italic;*/
	color: #444;
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
#footer .copyright
{
	display: inline;
	float: left;
	margin-right: 9px;
}
.home .stbutton
{
	display: none;
}
