/**
 * Theme Name: Hybrid Custom
 * Theme URI: http://link-to-your-site.com
 * Description: Describe what your child theme should be like.
 * Version: 0.1
 * Author: Your Name
 * Author URI: http://link-to-your-site.com
 * Tags: Add, Whatever, Tags, You, Want
 * Template: hybrid
 */
 
 /* Get base CSS */
@import url('../hybrid/library/css/18px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-r-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default CSS */
@import url('../hybrid/library/css/screen.css');


/* Body */
body {
	font: normal normal normal 12px/20px Arial,Helvetica,Geneva,sans-serif;
	color:#515151;
	color: #202020;
	background-color: #f1f1f1;
	}

/* Body container */
#body-container {
	margin: 30px auto 21px auto;
	width: 994px;
	position:relative; 
	z-index:1;
}

/* Links */
a {
	color: #21759b;
	color: #c12f7a;
	text-decoration: none;
	}
a:visited {
	color: #551a8b;
	color: #c12f7a;
	}
a:hover, a:active {
	color: #000;
	text-decoration: none;
	}

/* Headers */
h2, h3, h4, h5, h6 {
	font-family: Georgia,serif;
	color: #333;
	font-weight: bold;
	}
h1 { font-size:34px;}
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}
h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover { color: #000; }
/* 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: .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", 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 16px 0;
	font-style: normal;
	border-bottom:1px solid #E8E8E8;
	color:#999999;
	display:block;
	font:bold 11px/19px Arial,Helvetica,Geneva,sans-serif;
	padding-bottom:5px;
	}
.breadcrumb a {
	color: ##C12F7A;
	text-decoration: underline;
	padding: 0px 2px; 
	}
.breadcrumb a:hover {
	color: #000;
	}

/* Images */
.post img {
	max-width: 568px;
	padding: 5px;
	border: 1px solid #ccc;
	}
.post img.wp-smiley { padding: 0px; border: 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 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .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 20px 0;
	position: relative;
	}

/* Blog title */
#site-title {
	font: normal normal 35px/35px Georgia, Times, "Times New Roman", serif;
	margin: 0 0 10px 0;
	}
#site-title a {
	color: #000;
	}

/* Blog description */
#site-description {
	font: normal normal normal 16px/20px Georgia, Times, "Times New Roman", serif;
	margin: 0;
	color: #666;
	}

/* Navigation */
#primary-menu, #navigation {
	overflow: visible;
	height: 34px;
	margin: 0 0 60px 0;
	z-index: 100;
	}
#primary-menu li, #page-nav li {
	margin-right: 15px;
	}
#primary-menu li li, #page-nav li li {
	margin-right: 0;
	}
#primary-menu li a, #page-nav li a {
	padding: 8px 15px 8px 15px;
	color: #111;
	background: #fff;
	border: 1px solid #ccc;
	
	}

/* Drop-downs style */
#primary-menu li:hover ul, #primary-menu li.sfHover ul, #page-nav li:hover ul, #page-nav li.sfHover ul {
	top: 32px;
	}
#primary-menu li li a, #page-nav li li a {
	border-top: none;
	margin-right: 0;
	}
#primary-menu li ul, #page-nav li ul {
	background: #fff;
	border-top: 1px solid #ccc;
	}
#primary-menu li li:hover ul, #primary-menu li li.sfHover ul, #primary-menu li li li:hover ul, #primary-menu li li li.sfHover ul, 
#page-nav li li:hover ul, #page-nav li li.sfHover ul , #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
#primary-menu li li li, #page-nav li li li {
	margin-left: -1px;
	}

/* Container (wraps content, primary, and secondary) */
#container {
	margin: 10px auto 10px 10px;
	background-color: #fff;
}

/* Main content */
.content {
	margin: 0px;
	}
.no-widgets .content, .page-template-no-widgets .content {
	width: 960px;
	}

/* Posts */
.post {
	overflow: visible;
	margin: 20px 20px 40px 0;
	}
.single .post, .attachment .post, .page .post {
	margin: 0;
	}

/* Archive information */
.author-info, .search-info {
	overflow: hidden;
	margin: 0 0 40px 0;
	}

/* Entry title */
.entry-title {
	font-size: 34px;
	margin: 0px 0 12px 0;
	font-weight: bold;
	font-style: normal;
	line-height: 34px;
	}
h2.entry-title {
	font-size: 24px;
	margin: -4px 0 12px 0;
	font-weight: bold;
	font-style: normal;
	line-height: 24px;
	}
.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
	}
.page-title, .attachment-title {
	margin: 0 0 21px 0;
	}
.entry-title a {
	color: #333;
	}


/* Byline */
.byline {
	margin: 0 0 10px 0;
	font-style: italic;
	color: #666;
	}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}

/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 0 10px 0;
	}

/* Entry metadata */
.entry-meta {
	clear: none;
	font-style: normal;
	color: #666;
	}

/* Page links (multiple-paged posts) */
p.page-links a {
	margin: 0 3px;
	padding: 3px 9px 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;
	}
.navigation-attachment {
	overflow: hidden;
	}

/* 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 3px 9px;
	border: 1px solid #ccc;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 15px 0;
	color: #464646;
	}
.widget a {
	color: #C12F7A;;
	text-decoration: underline;
	}
.widget a:hover {
	color: #000;
	text-decoration: none;
	}

/* Widget titles */
.widget-title {
	font-style: normal;
	border-bottom:1px solid #E8E8E8;
	color:#999999;
	display:block;
	font:bold 11px/19px Arial,Helvetica,Geneva,sans-serif;
	padding-bottom:5px;
	text-transform:uppercase;
}

/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
	padding: 0px;
	border: none;
	}

/* Comments template */
#comments-template {
	clear: both;
	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #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 metadata */
.comment-meta {
	margin: 10px 0 21px 0;
	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%;
	}
#comments-template label {
	font-size: .9em;
	}

/* Respond textarea */
textarea {
	width: 98%;
	}

/* Submit and rest buttons */
.button, .submit, .reset {
	width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #f9f9f9;
	}

/* Footer container */
#footer-container {
	clear: both;
	margin: 0 auto 21px 10px;
	}

/* Subsidiary */
#subsidiary {
	margin: 0 0 21px 0;
	}

/* Footer */
#footer {
	position: relative; 
	font-style: normal;
	color: #444;
	height: 70px;
	}
#footer .copyright {
	display: none;
}

/* Post Layouts */
.layout-1c .content {
	width: 960px;
	}
.layout-1c #primary {
	clear: left;
	float: left;
	width: 470px;
	}
.layout-1c #secondary {
	clear: none;
	float: right;
	width: 470px;
	}
.layout-2c-r .content {
	float: right;
	width: 620px;
	}
.layout-2c-r #primary {
	float: left;
	width: 300px;
	}
.layout-2c-r #secondary {
	clear: left;
	float: left;
	width: 300px;
	}
.layout-2c-l .content {
	float: left;
	width: 620px;
	}
.layout-2c-l #primary {
	float: right;
	width: 300px;
	}
.layout-2c-l #secondary {
	clear: right;
	float: right;
	width: 300px;
	}
.layout-3c-r .content {
	float: right !important;
	width: 520px !important;
	}
.layout-3c-r #primary {
	float: left !important;
	width: 190px !important;
	}
.layout-3c-r #secondary {
	clear: none;
	float: left !important;
	width: 190px !important;
	margin-left: 20px;
	}
.layout-3c-l .content {
	float: left;
	width: 520px;
	}
.layout-3c-l #primary {
	float: right;
	width: 190px;
	}
.layout-3c-l #secondary {
	clear: none;
	float: right;
	width: 190px;
	margin-right: 20px;
	}
.layout-3c-c #container {
	padding-left: 240px;
	padding-right: 240px;
	}
.layout-3c-c .content {
	width: 480px;
	float: left;
	}
.layout-3c-c #primary {
	float: left;
	width: 220px;
	position: relative;
	right: 720px;
	}
.layout-3c-c #secondary {
	float: left;
	width: 220px;
	position: relative;
	margin-left: -220px;
	}
	
/**********************************************
 * Custom Child Theme Styles
 **********************************************/
.border1 {
	-moz-box-shadow:0 3px 6px rgba(0, 0, 0, 0.1);
	background:none repeat scroll 0 0 #FFFFFF;
	border:5px solid #FFFFFF;
}
.border2 {
border:1px solid #DDDDDD;
} 
.widget-inside  ol, .widget-inside  ul { margin:0px; }
.widget-inside li { list-style-type:none; background:none repeat scroll 0 0 #F8F8F8; margin:0 0 2px; padding:4px 8px;}
.widget-inside li a { background-image:url("images/arrow_lg.png"); background-position:0 3px; background-repeat:no-repeat; margin:0; padding:0 0 0 10px;}

h1 a.entry-title:hover { text-deocration: none; border: none; color: #ddd; }

/*Background Images*/
html, body {height: 100%; margin: 0; padding: 0;}
/*body.wordpress {background: url(images/background-image.jpg) 0px 300px repeat-x; }*/
#background {position:fixed; top:0; left:0; width:100%; height:100%;}

/*Homepage*/
img#main-banner { border: 1px solid #ddd; }

/*Side Menu*/
.page_item a, .cat-item a { text-decoration: none; }

/*Top Menu*/
.menu-top-menu-container { position: absolute; top: 30px; right: 10px; font-size: 13px; }
ul#menu-top-menu { list-style: none; margin: 0px; padding: 0px; }
ul#menu-top-menu li { display: inline; padding: 6px;  }
ul#menu-top-menu li a { background: #fff; padding: 6px; }
ul#menu-top-menu li a:hover { background: #ddd; text-decoration: none; }
div#primary-menu { display: none; }

/*Blog Page*/
body.blog .thumbnail, body.page-template-template-blog .thumbnail { padding: 5px;	border: 1px solid #ccc; margin: 0px 20px 0 0; width: 260px; height: 260px; }
.thumb-image { padding-bottom: 20px; float:left; display: inline;}
	
.top-menu-later {	
border-color:-moz-use-text-color -moz-use-text-color #1C1F20;
border-style:none none solid;
border-width:medium medium 3px;
color:#1C1F20;
display:block;
font: bold 0.85em Georgia,"Times New Roman",Times,serif;
letter-spacing:0.15em;
overflow:hidden;
padding:0 35px 11px;
text-transform:uppercase;
}

/*Portfolio Page*/
body.page-template-template-portfolio .thumbnail {  padding: 5px;  margin: 0px; width: 260px; height: 260px; background: #ddd;}
body.page-template-template-portfolio .work-sample { margin-bottom: 20px; float:left; display: inline; margin-right: 40px; width: 270px; height: 270px }
body.page-template-template-portfolio .no-margin  { margin-right: 0px; }
.work-title a { color: #000; font-size: 16px; }

/*Portfolio Item*/
.attachment-thumbnail { margin-right: 10px; 	padding: 5px; background: #ddd; margin-bottom: 10px; }
.fields h3 { font-size: 14px; display: inline; }
.field { border-bottom:1px solid #E8E8E8; color:#999999; display:block; margin:0 0 10px; padding-bottom:5px; }
.images { margin-bottom: 0px; }
.field span { margin-right: 10px; font-weight: bold; text-transform: uppercase;  font-size: 11px;}

/*Taxonomy Page*/
span.title  { border-bottom:1px solid #E8E8E8; color:#999999; display:block; margin:0 0 10px; }
body.taxonomy .thumbnail { padding: 5px; background: #ddd;  width: 150px; height: 150px;}
.work-sample { padding-bottom: 20px; float:left; display: inline; margin-right: 10px; margin-right: 10px; }
.work-sample .work-title{ clear: right; padding-right: 10px; padding-left: 2px; }
.work-sample .fields { width: 150px; }
.work-sample .fields span { clear: both; }

/*Footer*/
#icons { position: absolute; leftt: 10px; top: 20px; }
p.credit { position: absolute; right: 10px; top: 20px;  }



	
