/*
Theme Name: Bootstrap Basic Child
Theme URI: 
Author: Vee Winch
Author URI: http://okvee.net
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy.
Version: 1.0.2
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: bootstrap-basic
Domain Path: /languages/
Tags: white, gray, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/







body {	background-image: url(images/back2.jpg);
	background-repeat: repeat-x;

	margin: 0px;
	padding: 0px;
}

body.page-id-4 {	background-image: url(images/back1.jpg);
	background-repeat: repeat-x;}

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

#header {
	float: left;
	width: 100%;
	
	height: 226px;
}

#logo {width: 400px; height: 61px; margin-top: 100px;}

#menu {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	text-align: right;
	float: left;
	width: 100%;
	height: 29px;
	padding-top: 30px;
		font-weight: 600;
}


#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	list-style-type: none;
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	
}

#menu a {color: #000; text-decoration:none; padding-top: 15px;}

#menu a:hover {
	color: #999;
	text-decoration:none;
	padding-top: 15px;
}


#menu .current-page-ancestor a {
	background-image: url(images/menu-line.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	
}


#menu .current-menu-item a {background-image: url(images/menu-line.jpg);
	background-repeat: repeat-x;
	background-position: left top;}
	
#menu-item-19 {padding-right: 0px!important;}
	
	
.parent-pageid-8 #menu-item-59 a, .parent-pageid-10 #menu-item-60 a,  .parent-pageid-6 #menu-item-62 a {background-image: url(images/menu-line.jpg);
	background-repeat: repeat-x;
	background-position: left top;}




#subMenu {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	float: left;
	width: 100%;
	height: 60px;
	padding-top: 4px;
	font-weight: 600;
}


#subMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#subMenu li {
	list-style-type: none;
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

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

#subMenu a:hover {color: #cf8f93; text-decoration:none;}


#menu-item-40, #menu-item-54, #menu-item-46 {padding-left: 0px!important;}



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

#contentHome {
	width: 305px;
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-top: 25px;
	line-height: 1.5em;
}

.rotate {width: 602px; float: right; height: 399px;}


#content {
	width: 100%;
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #000;
	padding-top: 0px;
	padding-bottom: 40px;
	line-height: 1.5em;
	border-bottom: solid 6px #a8000b;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#content h1 {font-family: 'Josefin Sans', sans-serif;
	font-size: 24px; color: #FFF; height: 32px; margin-top: 55px; font-weight: 600;}
	
	.entry-content {float: left; width: 100%;}
	
	td {
	vertical-align: top;
}

#footer {
	width: 100%;
	float: left;
	height: 100px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #000;
	padding-bottom: 20px;
	text-align: right;
	padding-top: 20px;
}
	
#footer a {color: #000; text-decoration: none;}

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

.ngg-gallery-thumbnail-box {padding-right: 20px;}

hr {
	width: 100%;
	height: 6px;
	background-color: #ca5862;
	border: 0px!important;
	margin-top: 20px; margin-bottom: 20px;
}

.alignright,img.alignright{
	float:right;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}


p.wp-caption-text{
font-style:italic;
}