/* 
Theme Name: PegasusTeam
Theme URI: http://themehybrid.com/themes/leviathan
Description: A child of the Hybrid theme framework that puts emphasis on your content.
Author: Justin Tadlock
Author URI: http://justintadlock.com
Version: 0.1
Tags: wordpress, web design, PegasusTeam, roncham
Template: hybrid
*/

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

body {
	font: 12px/21px Verdana, Arial, sans-serif;
	color: #000;
	background: #fff url(images/content_bg.jpg) repeat-x 0 0;
	}
body.home, body.front-page {
	background: #eee url(images/content_bg.jpg) repeat-x 0 -35px;
	}
#body-container {
	overflow: hidden;
	width: 100%;
	background: transparent url(images/content_bg.jpg) repeat-x 0 0;
	}

/* Custom */
#fancy_title td {
        border: none;
}
a.flowplayer_container {
-moz-box-shadow: 1px 3px 4px #666;
-webkit-box-shadow: 1px 3px 4px #666;
}
/* Links */
a:link, a:visited {
	color: #2255AA;
	text-decoration: none;
	}
a:hover, a:active {
        color: #2255AA;
	text-decoration: underline;
	}
a.rsswidget, a.rsswidget img { display none; }
/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: arial, verdana, sans-serif;
	}


/* Lists */
#content ul {
	list-style: none;
	margin-left: 12px;
	}
#content ul li {
	overflow: hidden;
	padding: 2px 0 2px 15px;
	background: url(images/bullet.png) no-repeat 0 8px;
	}
#content ul li li {
	background: url(images/bullet-alt.png) no-repeat 0 8px;
	}

/* Blockquotes */
blockquote {
	margin: 10px 10px 0  0;
	padding: 6px 0 0 24px;
	border-left: 4px solid #333;
	}
.post blockquote {
	font-style: italic;
	color: #2e2e2e;
	}
.post blockquote em {
	font-style: normal;
	}

/* Code */
code {
	font-size: 12px;
	padding: 0 3px;
	background: #EFF1E1;
	}
pre {
	font-size: 12px;
	overflow: auto;
	padding: 9px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	background: #e2e2e2;
	border: 1px solid #e2e2e2;
	}

caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #2e2e2e;
	}
td {
	padding: .3em;
	border: 1px solid #e2e2e2;
	}
tr {
	background: #e2e2e2;
	}
th {
	padding: .3em;
	color: #fff;
	background: #333;
	border: 1px solid #ccc;
	}
td a, th a {
	font-weight: bold;
	}

/* Forms */
textarea {
	width: 98%;
	font: normal normal normal 15px/21px arial, verdana, sans-serif;
	}
input {
	font: normal normal normal 13px/21px arial, verdana, sans-serif;
	}
.text-input {
	display: block;
	width: 300px;
	font-size: 15px;
	}
.page-template-quick-post .text-input {
	width: 98%;
	}
.button {
	margin: 0 10px 0 0;
	padding: 6px 19px;
	font-weight: bold;
	color: #fff;
	background: #222;
	border: 1px solid #000;
	}
.button:hover {
	cursor: pointer;
	background: #333;
	}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 39px;
	margin-right: 3px;
	font-size: 48px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #222;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/* 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;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 15px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 15px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 21px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
img, a img {
	padding: 5px;
	}
.post img {
	max-width: 594px;
	padding: 4px;
	/*background: #ddd;
	border: 1px solid #e2e2e2;*/
	}
img.no-border {
	border: none;
	padding: 0;
        background: #ddd;
        }

/* WP Smilies */
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Thumbnails */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 10px 0;
	padding: 4px;
	background: #ddd;
	border: 1px solid #e2e2e2;
	}

/* WP Captions [caption] */
.wp-caption {
	overflow: hidden;
	max-width: 588px;
	padding: 6px;
	background: #ddd;
	border: 1px solid #e2e2e2;
	text-align: center;
	}
.wp-caption img, .wp-caption a img {
	max-width: 588px;
	margin: 0;
	padding: 0;
	border: none;
	}
.wp-caption p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	text-align: right;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
	}
.gallery img {
	padding: 4px;
	background: #ddd;
	border: 1px solid #e2e2e2;
	}
table.gallery {
	background: transparent;
        border: none;
}
.gallery tr {
	background: transparent;
        border: none;
}
.gallery td {
        border: none;
}

/* Avatars */
.avatar {
	float: left;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #ddd;
	border: 1px solid #e2e2e2;
	}

/**
* Header
************************************************/
#header-container {
	overflow: hidden;
	width: 100%;
	background: #515151 url(images/bluhead.png) repeat-x 0 0;
	}
#header {
	overflow: hidden;
	width: 980px;
	height: 71px;
	margin: 0 auto;
	padding: 0 20px;
	}
#site-title {
	float: left;
	width: 350px;
	margin: 0;
	}
#site-title a {
	display: block;
	width: 365px;
	height: 70px;
        color: #c0c0c0;
	margin: 2px 0 0 20px;
	}
#site-title a span {
	float: left;
	width: 450px;
	line-height: 35px;
	font-size: 28px;
	font-family: georgia, serif;
	margin: 2px 0 0 20px;
	}
#site-description {
	display: none;
	float: left;
	font-size: 13px;
	color: #4b6e85;
	}


/* Search form */
#header form {
	float: right;
	width: 180px;
	height: 25px;
	margin: 10px 15px 0 0;
	padding: 0;
	}
#header input {
	line-height: 15px;
	float: left;
	overflow: hidden;
	width: 170px;
	padding: 3px 5px 3px 5px;
	color: #aaa;
	background: #0174AA; /* url(images/nav.png) repeat-x 0 0;*/
	border: none;
	}
#header .search-submit {
	display: none;	
	}
#header li a {
        color: #fff !important;
        display: inline;
	}
/**
* Navigation
************************************************/
#cat-nav {
	width: 100%;
	height: 25px;
	margin: 0 auto;
	background: #114F8A;
	}
#cat-nav ul {
	list-style: none;
	margin: 0 auto;
	width: 980px;
	}
#cat-nav li {
	display: inline;
	}
#cat-nav a {
	float: left;
	padding: 2px 15px;
    color: #fdfdfd !important;
    font-size: 0.9em;
	background: #114F8A;
	}
#cat-nav li.current_page_item a, #cat-nav li.current_page_item a:hover {
    text-decoration: underline;
	}

#navigation {
	overflow: hidden;
	height: 33px;
	margin: 0 auto;
	background: #606060 url(images/nav-bg-gray.png) repeat-x 0 0;
	border-top: 0 solid #081e26;
	border-bottom: 0 solid #081e26;
	}
#page-nav {
	width: 980px;
	height: 33px;
	margin: 0 auto;
	background: #606060 url(images/nav-bg-gray.png) repeat-x 0 0;
	}
#page-nav ul {
	list-style: none;
	margin: 0;
	}
#page-nav li {
	display: inline;
	}
#page-nav a {
	float: left;
	padding: 5px 15px;
        color: #333 !important;
        font-size: 1.1em;
	background: #606060 url(images/nav-bg-gray.png) repeat-x 0 0;
	}
#page-nav li.current_page_item a, #page-nav li a:hover {
    text-decoration: underline;
    background: #eee;
	}

/* Subscribe */

#cat-nav li.feed-url a {
	float: right;
        margin-right:20px;
	padding: 2px 30px;
	color: #222;
	}
#cat-nav li.feed-url a {
	padding-right: 55px;
	background: url(images/rss_icon2.gif) no-repeat right 8px;
	}

/*#page-nav li.feed-url a {
	float: right;
	padding: 9px 0;
	color: #222;
	}
#page-nav li.feed-url, #page-nav li.feed-url a {
	padding-right: 15px;
	background: url(images/rss-icon.gif) no-repeat right 16px;
	}*/

/**
* Containers
************************************************/
#container {
	overflow: hidden;
	width: 980px;
	margin: 20px auto;
	}
#container a {
	color: #2255AA;
	}
#content {
	overflow: hidden;
	float: left;
	width: 640px;
	}

/* Breadcrumb trail */
.breadcrumb {
        overflow: hidden;
        width: 980px;
	margin: 0 auto 20px auto;
        border-bottom: solid #909090 1px;
	padding: 4px 0;
	font-size: 11px;
	color: #2e2e2e;
	}

/* Posts (and other general sections) */
.post, .series, .related, .category-info, .tag-info, .author-info, .date-info, .search-info, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}

/* Post title (and other titles) */
.entry-title, .series-title, .related-title {
	margin: 0 0 5px 0;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	}
.home .post-title, .single-title, .attachment-title, .page-title, .series-title, .related-title, 
.category-title, .tag-title, .author-title, .date-title, .search-title  {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 3px;
	border-bottom: 1px solid #e2e2e2;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	}
h1.single-title a, h1.entry-title a {
	color: #222 !important;
        } 	
h2.entry-title a {
	color: #222 !important;
        }
.page-template-excerpts .post-title {
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
	}
/* Byline */
.byline {
	font-size: 11px;
	color: #2e2e2e;
	}
.byline a {
	color: #2e2e2e !important;
	}

/* Post meta data */
.post-meta-data {
	clear: both;
        margin-top: 20px;
	font-size: 11px;
	color: #2e2e2e;
	padding: 9px 5px 0 5px;
	border-top: 1px solid #e2e2e2;
	}
.post-meta-data a {
	color: #2255AA !important;
	}

/* Using <!--nextpage--> */
p.pages a {
	margin: 0 0 0 3px;

	padding: 4px 7px;
	color: #2255AA !important;
	background: #e7e7e7;
	border: 1px solid #ddd;
	}

/* Page Templates */
.page-template-authors .author-profile, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	}

.page-template-authors .author-name, .single .author-profile .author-name {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	}
.page-template-no-widgets #primary, .page-template-no-widgets #secondary { display: none; }
.page-template-no-widgets #content, .no-widgets #content {
	width: 980px;
        background: #fff;
	}
.page-template-no-widgets #content, .no-widgets #content {
	color: #222;
        background: #B5AA74;
	}
.page-template-no-widgets #content ul, .no-widgets #content ul {
        Background: #988D57;
        margin: 10px 20px;
}
.page-template-no-widgets #content table, .no-widgets #content table {
	width: 100%;
	margin-top: 30px;
	background: #fff !important;
	border: 0;
	}
.page-template-no-widgets #content tr, .no-widgets #content tr {
        background: #fff !important;
        }
.page-template-no-widgets #content td, .no-widgets #content td {
	width: 33%;
	padding: .9em;
        background: #fff !important;
        border: 0;
	}

/* ------------------ */
.post-box, .page-template-widgets #content .widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}

/* Navigation links */
.navigation-attachment {
	overflow: hidden;
	margin: 0 0 21px 0;
	}
.navigation-links {
	overflow: hidden;
	padding: 19px 19px 19px 19px;
	background: #fff;
	//border: 1px solid #e7e7e7;
	}
.navigation-links a {
	color: #000;
	}
.navigation-links .previous {
	float: left;
	max-width: 49%;
	}
.navigation-links .next {
	float: right;
	max-width: 49%;
	text-align: right;
	}

/* Paged comments navigation */
#comments-template .paged-navigation {
	overflow: hidden;
	margin: 0 0 20px 0;
	}
#comments-template .paged-navigation .page-numbers, 
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #2255AA !important;
	background: #fff;
	border: 1px solid #e2e2e2;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #2255AA !important;
	background: #eee;
	border: 1px solid #e2e2e2;
	}

/**
* Primary widgets (sidebar)
************************************************/
#primary {
	float: right;
	width: 320px;
	}
#primary .widget {
	margin: 0 0 21px 0;
	padding: 10px 10px 0 5px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
#primary .widget-title, .page-template-widgets #content .widget-title {
	margin: 0 0 6px 0;
	padding: 5px 6px 6px 6px;
	font: normal normal bold 16px/21px arial, verdana, sans-serif;
        background: #333 url(images/blutab.png) repeat-x 0 0;
	color: #fdfdfd;
	border-bottom: 1px solid #e2e2e2;
	}
#primary .widget ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
#primary .widget li {
	margin: 0 0 1px 0;
	padding: 0 0 1px 15px;
	background: url(images/bullet.png) no-repeat 0 6px;
	}
#primary .widget ul ul {
	margin: 6px 0 0 0;
	}
#primary .widget li li {
	margin: 0 0 1px 0;
	padding: 0 0 1px 15px;
	background: url(images/bullet-alt.png) no-repeat 0 6px;
	border-bottom: none;
	}

/**
* Comments template
************************************************/
#comments-number {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	}
#comments ol {
	list-style: none;
	margin-left: 0;
	}
#comments li, p.comments-closed {
	overflow: hidden;

	margin: 0 0 20px 0;

	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;


	}
#comments li.thread-even, #comments li.thread-odd {
	padding-bottom: 9px;
	}
p.comments-closed {
	padding: 19px;
	}
#comments-template p.comments-closed {
	border: none;
	padding: 0;
	}
#comments li li, #comments li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px 15px 0 15px;
	background: #EFF1E1;
	border: 1px solid #e7e7e7;
	}
#comments li li li, #comments li li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}

/* Comment avatars */
#comments .avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/* Comment meta data */
#comments .comment-meta-data {
	margin: 10px 0;
	}
#comments .comment-meta-data cite {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	}
#comments .comment-meta-data a {
	color: #2255AA !important;
	}

/* Comment text */
#comments .comment-text {
	clear: both;
	margin: 0 15px;
	}

/* Comment form */
#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
#reply {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	border-bottom: 1px solid #e2e2e2;
	}

/**
* Secondary widgets (after primary)
************************************************/
#secondary {
	float: right;
	width: 320px;
	}
#secondary .widget {
	margin: 0 0 21px 0;
	padding: 20px 10px 0 10px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
#secondary .widget-title, .page-template-widgets #content .widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 6px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	color: #222;
	border-bottom: 1px solid #e2e2e2;
	}
#secondary .widget ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
#secondary .widget li {
	margin: 0 0 1px 0;
	padding: 0 0 1px 15px;
	background: url(images/bullet.png) no-repeat 0 6px;
	}
#secondary .widget ul ul {
	margin: 6px 0 0 0;
	}
#secondary .widget li li {
	margin: 0 0 1px 0;
	padding: 0 0 1px 15px;
	background: url(images/bullet-alt.png) no-repeat 0 6px;
	border-bottom: none;
	}
/**
* Subsidiary widgets (footer)
************************************************/
#subsidiary {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 20px auto;
        background: #ddd;
        color: #333;
	}
#subsidiary a {
	color: #2255AA;
	}
#subsidiary .widget {
	float: left;
	width: 200px;
	padding: 0 20px;
	}
#subsidiary .widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 6px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	border-bottom: 1px solid #333;
	}
#subsidiary .widget ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
#subsidiary .widget li {
	margin: 0 0 2px 0;
	padding: 0 6px 2px 6px;
	}

/**
* Footer
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 10px 0 0 0;
	color: #ccc;
	background: #00527E;
	border-top: 2px solid #222;
	}
#footer {
	overflow: hidden;
	clear: both;
	width: 100%;
	margin: 10px auto 5px auto;
	background: #00527E;
        font-size:11px;
        font-style:italic;
	}
#footer a { 
        color: #ddd !important;
        }
#footer .copyright {
	float: left;
	width: 45%;
        padding-left: 10px;
	}
#footer .credit {
	float: right;
	width: 45%;
	text-align: right;
        padding-right: 10px;
	}
#footer .credit2 {
	float: right;
        padding: 0 5px 0 0;
	width: 45%;
	text-align: right;
        padding-right: 10px;
	}