/* 
Theme Name: Rosie Molinary Theme
Theme URI: http://rosiemolinary.com
Description: A custom child theme based on the Hybrid framework by Justin Tadlock.
Author: Ron S. Doyle
Author URI: http://waterdaymedia.com
Version: 0.2
Template: hybrid
*/

/**
* Body
************************************************/

/* Contains everything */
body {
    background: #666666;
    color: #000;
    font: normal normal normal 16px/1.48 Georgia, Times, serif;
    padding: 0;
    margin: 32px;
    overflow-x: hidden;
    }

	/* Wrapper for everything inside of the body */
#body-container {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    box-shadow: 0px 0px 6px #000;
/* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#000000')";
/* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#000000');
    }

/**
* Elements
************************************************/

/* Hyperlinks */
a {
	color: #339999;
	text-decoration: none;
	}
a:visited {
	color: #339999;
	}
a:hover, a:active {
	color: #d54e21;
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6, #primary-menu {
	font-family: Arial, Helvetica, sans-serif;
	}

h1 { 
    font-size: 1.8em;
    }
h2 {
    font-size: 1.6em;
    }
h3 {
    font-size: 1.4em;    
    }
h4 {
    font-size: 1.2em;
    }
h5 {
    font-size: 1.1em;    
    }
h6 {
    font-size: 1.1em;    
    }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { 
    text-decoration: none; 
    }

/* Text elements */
strong {
    font-weight: bold;
    }
em {
    font-style: italic;
    }
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}
hr {
    border: none;
    }

/* Paragraphs */
p { text-align: left; }

p.note {
    background: #F2F3F9;
    padding: 15px;
    border: 1px solid #ddd;
    }

#primary p.testimonial-sidebar {
    font-family: Georgia, Times, serif;
    font-size: 12px;
    background: #F2F3F9;
    border: 1px solid #ddd;
    padding: 10px;
    }

/* Unordered lists */
ul {}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {
    padding: 0 32px 10px 32px;
    border-bottom: 3px double #666;
    color: #663366;
    }
	blockquote blockquote {}
blockquote em {
    font-style: italic;  
    }

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* 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;
	}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}


/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {
    float: left;
    }
.right, .alignright {
    float: right;
    }
.center, .aligncenter {
    text-align: center;
    margin: 0 auto;
    }
.block, .alignnone {
    
    }
.clear {
clear: both;
    }

/* Images */
img {
    max-width: 568px;
    height: auto;
    padding: 10px 15px;
    }

a img {
border: none;
    }

.post img {

	padding: 10px;
	}

.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
        margin-bottom: 16px;
	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;
	}

img.wp-smiley {
    border: none;
    vertical-align: middle;
    padding: 0 7px;
    }

/* 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;
	}

/**
* Home special styling
************************************************/

.home #site-title a {
	background: url(images/splash-head_01.png) no-repeat 0 0;
	display: block;
	height: 300px;	
	}

.home #primary-menu {
    display: block;
    background: url(images/splash-head_02.png) no-repeat 0 0;    
    }

.home #primary-menu ul {
    width: 960px;
    list-style: none;
    padding: 0 0 0 140px;
    margin: 0;
   }

.home #content, .home .content {
    width: 910px;
    padding: 0 0 10px 0
    }

.home .entry-title {
    display: none;
    }

/* Testimonials */
p.testimonial {
    font-size: 1.2em;
    padding: 18px 0 0 0;
    }

p.testimonial-byline {
    font-style: italic;
    font-size: 0.8em;
    }

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
	display: block;	
	}

/* Contains site title and tagline */
#header {
	display: block;
	width: 960px;
	}
#header h1, #header h2 {
    margin: 0;
    padding: 0;
    }

/* Site title */
#site-title {}

#site-title a {
	background: url(images/site-title-interior.png) no-repeat 0 0;
	display: block;
	height: 176px;	
	}
#site-title a span {
	display: none;
	}

/* Site description/tagline */
#site-description {
	display: none;
	}

/**
* Social Icons
************************************************/
.home .social-icons {
    display: none;
    }

.social-icons {
    float: right;
    margin: -37px 20px 40px 0;
    }
.social-icons img {
    border: none;
    padding: 0 5px
    }

/**
* Page navigation
************************************************/
.home #primary-menu {
    margin: 0;
    }

#primary-menu {
	display: block;
	height: 44px;
	width: 960px;
        margin: -42px 0 0 0;
	}
#primary-menu ul {
    width: 960px;
    list-style: none;
    padding: 0 0 0 35px;
    margin: 2px 0 0 0;
   }

#primary-menu li {
    display: inline;
    }

#primary-menu li a {
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    padding: 0 25px 0 0;
    }


/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
    padding: 11px 32px 0 32px;
    }



/**
* Content
************************************************/

	/* Contains site's main content */
#content, .content {	
    width: 619px;
    float: left;
    }

/* Breadcrumb */
.blog .breadcrumb {
    display: none;
    }

.breadcrumb {
	margin: 0 0 30px 0;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.breadcrumb a {
	color: #111;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #d54e21;
	text-decoration: underline;
	}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

/* Posts */
.post {
    width: 619px;
    float: left;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #663366;
    }

/* Post, page, and archive titles */
.entry-title, h2.entry-title a, h1.entry-title a {
    text-decoration: none;
    color: #32334b;
    }

.entry-title a:hover {
    color: #663366;
    }

			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

/* Author and date byline */
.byline {
    font-size: 0.8em;
    font-style: italic;
    }

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

/* Using <!--nextpage--> */
p.pages a {
    font-size: 1.8em;
    }

/* More link <!--more--> */
a.more-link {}

/* Post meta data */
p.entry-meta {
    font-size: 0.9em; 
    font-style: italic;   
    }
p.entry-meta span.category {
    padding: 0 8px 0 0;
    }

a.comments-link {
    font-size: 1.5em;
    font-style: normal;
    padding: 0 0 0 8px;
    }

		/* Post series */
		.series {} 
			.series-title {}

/* Navigation links */
.navigation-links {
    margin: 10px 0;
    }
.navigation-links .previous, .navigation-links .next {
    font-size: 1.8em;
    }

.navigation-links .next {	
	float: right;
	}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

/* 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;
	}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

/**
* Widget sections (Primary and Secondary)
************************************************/

	/* Widgets in general */
	.widget {}
		.widget-inside {}
			.widget-title {}

/* Primary widget section */
#primary {
    width: 220px; 
    float: right;  
    }
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

#primary .widget img {
    max-width: 220px;
    height: auto;
    border: none;
    }
    
#widget_sp_image-4 .widget-title, #widget_sp_image-5 .widget-title { font-size: 1em; }

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}


#text-10 {
    clear: both;
    margin: 32px 0 0 0;
    }

#text-10 img {
    padding: 0;
    margin: 0;
    background: #339999;
    height: 10px;   
    }

#text-10 .submit {
    padding: 0;
    margin: auto;
    width: auto;
    
    }


/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container { 
    position: relative;
    clear: both;
    margin: 0 40px;
    }

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

/* Footer section */

#footer {
    position: absolute;
    display: block;
    padding: 21px 0 0 0;
    }

.home #footer {
    }

		/* Footer extra */
.copyright {
    color: #efefef;
    font-size: 0.8em; 
    float: left;
    margin: 0;
    }
.copyright a, .credit a {
    color: #eee;
    }

.credit {
    color: #efefef;
    font-size: 0.8em;
    margin: 0 0 0 90px;
    float: left;
    }
#wpstats {
    display: none;
    }