/*
Theme Name: Twenty Fourteen Child
Theme URI: http://www.cindypon.com/themes/twentyfourteen-child
Author: the WordPress team
Author URI: http://wordpress.org/
Description: Twenty Fourteen Child Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
body {
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#wrapContainer {width: 100%; float: left; height:100%;}

#wrap {width: 1000px; margin-left: auto; margin-right: auto;}



#logo {width: 100%; float: left; text-align: center; height: 110px; padding-top: 20px;}

#menu {width: 100%; float: left;  text-align: center; padding-top: 183px; 
font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;}
	
	
#menu ul {
	
	list-style-type: none;
}

#menu li {
	
	list-style-type: none;
	display: inline;
	padding-left: 36px; padding-right: 36px; 
	padding-bottom: 10px;

	

}

#menu li ul li {padding-left: 0px!important; padding-right: 0px!important;}



#menu a {
	color: #000;
	text-decoration: none; 
	padding-left: 0px!Important;
	padding-right: 0px!important;
	
	
}

#menu a:hover {
	color: #FFF;
	text-decoration: none;
}



.current_page_parent  {background-image: url(images/current.png);
	background-repeat: no-repeat;
	background-position: center bottom;}

.current_page_item  {
	background-image: url(images/current.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}


#banner {
	width: 1000px;
	float: left;
	height: 300px;
	background-color:#d6d5d0;
	margin-top: 20px;
	background-image: url(images/slider-back.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}


#container {
	width: 100%;
	float: left;
	margin-top: 20px;
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	
	
}

#containerFull {width: 100%;
	float: left;
	margin-top: 20px;
	
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	}

#content {width: 650px; float: left; margin-top: 10px;}

#content a {color: #2fb7c0; text-decoration: none;}

#content a:hover {color: #999; text-decoration: none;}

#contentFull {width: 100%; float: left;}


hr {background: none!important; border-top: 0px; border-left: none; border-right: none; border-bottom: dotted 1px #CCC; margin-top: 25px; margin-bottom: 15px;}

#pageTitle {
	width: 100%;
	background-image: url(images/page-bar.jpg);
	background-repeat: repeat-x;
	float: left; 
	

}

.title {
	background-color: #FFF; float: left; padding-right: 20px;
}

.title h1 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 300;
	padding: 0px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	
}



.page-title, .archive-title  {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	padding: 0px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	
}



.entry-title {color: #000; font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: 300; border-bottom: #fb8b51 solid 5px; width: 100%; float: left; padding-bottom: 6px; margin-bottom: 0px; margin-top: 20px;}


.entry-title a {color: #000!important; padding-bottom: 6px;}
	
.entry-title a:hover {color: #999!important; text-decoration: none;}


#content h2 {font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase; padding-top: 30px; color: #ed4b46;}
	
	
	
	#content h3 {font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase; padding-top: 30px; color: #000;}
	
	

#sidebar {width: 316px; float: right; 	min-height:200px;
	height:auto !important;
	height:200px; }
	
	#sidebarBook {width: 316px; float: right; 	min-height:731px;
	height:auto !important;
	height:731px; }
	
	
#sidebarQuote {
	width: 270px;
	margin-top: 481px;
	height: 200px;
	background-image: url(images/wht-trans.png);
	background-repeat: repeat;
}

#buy {width: 270px;}

#buy img {margin-right: 7px; width: 57px; height: auto;}



#sidebar h1, #sidebarBook h1 {
	width: 281px;
	height: 40px;
	background-color: #77d6dc;
	font-size: 24px;
	font-weight: 300;
	color: #000;
	margin: 0px;
	padding-top: 22px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#sidebar h3 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 300;
	padding-top: 0px;
	margin: 0px;
	text-transform: capitalize;
}
	 
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


body.page-id-3575 #sidebar li {
	margin-left: 43px;
	list-style-type: disc;
}

body.page-id-3575 #sidebar ol li {
	list-style-type: decimal!important;
	margin-left: 10px!Important;
	
}

#sidebar a, #sidebarBook a { color: #ed4b46; text-decoration: none;}

#sidebar div, #sidebarBook div {padding: 25px;}

#sidebar form, #sidebarBook form {padding: 25px;}

#sidebar select, #sidebarBook select {margin: 25px;}

#sideContent {padding: 30px;}




#watch {width: 100%; background-color:#f2f2f0; text-align: center; padding-bottom: 30px; margin-top: 25px; }

#watch h2 {
	width: 615px;
	height: 40px;
	background-color: #77d6dc;
	font-size: 24px;
	font-weight: 300;
	color: #000;
	padding-top: 22px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#footer {
	width: 100%;
float: left; height: 300px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#footerBack {
	width: 100%;
	height: 300px;
	float: left;
	background-image: url(images/footer-flowers.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#footerContainer {width: 1000px; margin-left: auto; margin-right: auto; padding-top: 30px;}

#footerContainer a {color: #2fb7c0; text-decoration: none;}

#footerContainer a:hover {color: #999; text-decoration: none;}

#footerLeft {width: 325px; font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	float: left;
	}
	
	
#footerRight {width: 500px; float: right; font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #b8b7af;
		line-height: 1.5em; text-align: right; padding-right: 60px; padding-top: 10px; }

#social {width: 396px; float: left;}

#social img {padding: 8px; border: none;}

#social a:hover {opacity:0.7;
    filter:alpha(opacity=70);}





.rpwe-time {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-style: italic;
}


.rpwe-summary {
	margin-left: 0px!important;
	margin-top: 0px!important;
	padding-left: 0px!important;
	padding-top: 0px!important;
	
	
}



.sub-menu {
	
	font-size: 12px;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif; 
	padding-top: 11px!important;
}

.sub-menu a { width: 180px!important;background-color: #77d6dc!important;  border-bottom: solid 1px #FFF; border-right: solid 1px #FFF; border-left: solid 1px #FFF;  }

.sub-menu a:hover {background-color: #a5e4e8!important;transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all  1s;
  -o-transition: all 1s;
  color: #000!important;}

.sub-menu li {border-right: none!important; }



.post {border-bottom: dotted 1px #999; padding-bottom: 15px; margin-bottom: 50px;}


.comments-link {float: right;}

.comments-link a, .entry-date a, .author a {color: #fb8b51!important;}

.comments-link a:hover, .entry-date a:hover, .author a:hover {color: #999!important;}

.entry-meta {padding-bottom: 10px;}

.pagination {font-size: 18px;}




.widget a:hover  {opacity:0.7;
    filter:alpha(opacity=70);}
	
	
.widget_latest_tweets_widget h1 {
	width: 396px;
	height: 70px;
	background-image: url(images/tweet.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin: 0px; padding: 0px;
}	


.widget_latest_tweets_widget ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
	
	
.widget_latest_tweets_widget li {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
	
	




/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

