/*   
Theme Name: ygdental
Theme URI: 
Description: A Theme developed for ygdental.com
Author: Garrett Dawson
Author URI: http://thedrearlight.com
Template: thematic
Version: 1.0.1
Tags: Thematic
.
Thematic Site is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('2c-r-fixed-988px.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


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

#buttons {
    padding:.75em 0;
} 
a.button {
    border:1px solid #ccc;
    -webkit-border-radius: .7em;
    -moz-border-radius: .7em;
    border-radius: .7em;
    color:#666;
    font-size:13px;
    margin:0 10px 0 0;
    padding:.75em 1.25em;    
    text-decoration:none;
}
a.button:hover,
a.button:active {
    color: #00a8d2;
}


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

#branding {
    position:relative;
    float: left;
    width: 400px;
}
#blog-title {
    z-index:100;
}
#blog-description {
    width:400px;
}
#branding #searchform {
    position:absolute;
    top:97px;
    right:0;
}
#branding #searchform label {
    display:none;
}
#branding #searchform input {
    font-size:13px;
    line-height:18px;
}
#branding #searchform input#s {
    width:316px;
}
#branding #searchform input#searchsubmit {
    display:none;
}

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

#nav {
    float:right;
}


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

.search .page-title {
    display:none;
}


/* =Leader and Front Page Styles
-------------------------------------------------------------- */

#leader {
    border-top:10px solid #120f44;
    border-bottom:10px solid #120f44;
    padding:63px 0 42px 0;
    background: #00a8d3;
    background: -moz-linear-gradient(bottom, #00a8d3 0%, #007fa0 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#00a8d3), to(#007fa0));
    background: -o-gradient(#00a8d3, #007fa0);
}
#leader-container {
    margin:0 auto;
    overflow:hidden;
    position:relative;
    width:988px;
}
#leader .entry-title {
    font-size:40px;
    line-height:46px;
    margin-top:-8px;
    padding:0 0 14px 0;
    color: #fafafa;
}
#leader .entry-title span {
    font-family:Georgia,serif;
    font-weight:normal;
    font-style:italic;
}
.single #leader .entry-title {
    width:652px;
}
#leader .entry-meta {
    position:absolute;
    top:15px;
    left:690px;
}

.page-template-front-page-php #feature {
		float:left;
}
.page-template-front-page-php #feature img {
float:left;
margin:-10px 10 0 -10px;
}
.page-template-front-page-php #feature-info {
    float:right;
		margin:0 0 0 19px;
    width:484px;
    color: #fafafa;
}
.page-template-front-page-php #feature-info h2 {
    font-family:"Helvetica Neue",helvetica,Arial,sans-serif;
    font-size:40px;
    font-weight:300;
    line-height:50px;
    margin-top:-8px;
    padding:0 0 14px 0;
}
.page-template-front-page-php #container,
.page-template-front-page-php #content  {
    margin:0;
    padding:0;
    width:988px;
}
.page-template-front-page-php #container {
    margin-top:-21px;
}
.page-template-front-page-php #sub-feature {
    font-size:13px;
    line-height:18px;
    position:relative;
    overflow:hidden;
}
.page-template-front-page-php #sub-feature p {
    margin:0 0 18px 0;
}
.page-template-front-page-php #sub-feature h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
.page-template-front-page-php #sub-feature h3 img {
    position:absolute;
    top:3px;
    right:0;
}
.page-template-front-page-php .block {
    float:left;
    width:484px;
}
#front-block-1 {
    margin-right:20px;
}
.page-template-front-page-php .block .avatar {
    float:left;
    margin:.25em 10px 0 0;
}
.page-template-front-page-php .block ul {
    border-top:1px solid #120f44;
    list-style:none;
    margin:0;
}
.page-template-front-page-php .block ul li {
    display:inline;
}
.page-template-front-page-php .block ul li a {
    border-bottom:1px solid #00a8d2;
    color:#333;
    display:block;
    padding:6px 0;
    text-decoration:none;
}
.page-template-front-page-php .block ul li a:hover,
.page-template-front-page-php .block ul li a:active {
    background:#fff;
    color: #00a8d2;
}
.page .entry-content,
.single .entry-content {
    padding-top:0;
}
/* Three Rivers Promotions styles
------------------------------ */
body{
	background-color: #fff;
}
body, input, textarea{
	color: #333;	
}

.clearfix{
	clear: both;
}
#pages-2 h3.widgettitle{
	display: none;
}
.seperator{
	width: 630px;
	height: 1em;
	border-bottom: 1px solid #00a8d2;
	margin-bottom: 1em;
}
h4.highlight{
	font-weight: bold;
	color: #00a8d2;
	font-size: 15px;
}
.crest{
	float: right !important;
	margin-top: -25px;
}