/******************************************************************
/******************************************************************
Theme Name: Bones Hollow Master 2012
Theme URI: http://www.themble.com/bones
Description: An incredibly simple starter theme for developers.
Author: Eddie Machado Adaption by Hollow Industries for hollow-industries.com
Author URI: http://hollow-industries.com
Version: 1.07
Tags: html5, framework, css3, development

All Default Styles are in library/css/default.css
I reccommend not editing those files and making all
changes here.


******************************************************************/

/******************************************************************
GENERAL LAYOUT STYLES
******************************************************************/

body { 
	background-image: url(library/images/bkgPaper.png);
	background-repeat:repeat;
	background-color: #D7D6CB;
	}

#container { 
	background-image: url(library/images/bkgStripeVert.png);
	background-repeat: repeat;
	width: 92%;
	margin: 0px auto 10px auto;
	padding: 0 4%;
	max-width: 960px; /* remove or edit to adjust width */
	min-width: 960px; /* remove or edit to adjust width */
	/*-moz-border-radius: 5px;*/
	/*border-radius: 5px;*/
	-moz-box-shadow: 5px 5px 10px #777;
	-webkit-box-shadow: 5px 5px 10px #777;
	box-shadow: 5px 5px 10px #777;
	}



	/* layout options ( all have margins right & left of 1%) */
	.col60 { width: 6.333%; } /* width 60px / grid_1 */
	.col140 { width: 14.667%; } /* width 140px / grid_2 */
	.col220 { width: 23.0%; } /* width 220px / grid_3 */
	.col300 { width: 31.333%; } /* width 300px / grid_4 */
	.col380 { width: 39.667%; } /* width 380px / grid_5 */
	.col480 { width: 48.0%; } /* width 480px / grid_6 */
	.col540 { width: 56.333%; } /* width 540px / grid_7 */
	.col620 { width: 64.667%; } /* width 620px / grid_8 */
	.col700 { width: 73.0%; } /* width 700px / grid_9 */
	.col780 { width: 81.333%; } /* width 780px / grid_10 */
	.col860 { width: 89.667%; } /* width 860px / grid_11 */
	.col940 { width: 98.0%; } /* width 940px / grid_12 */
	
	/* layout & column defaults */
	.col60, .col140, .col220, .col300, .col380, .col480, .col540, .col620, .col700, .col780, .col860, .col940 { 
	display: inline; float: left; margin-left: 1%; margin-right: 1%; position: relative; }
	
	/* default styles & fixes */
	#main { margin: 78px 0px 0px 13px; } /* fixes alignment (defaulted at col620) */
	#sidebar1 { margin-right: 0; } /* fixes alignment (defaulted at col300) */
	
/******************************************************************
LINK STYLES
******************************************************************/

a, a:visited {text-decoration: none; font-weight: bold; color:#4B5E47;}
a:hover {text-decoration: underline;}
a:active {} /* on click */
a:link { 
	color: #777;
	-webkit-tap-highlight-color : rgba(0,0,0,0); /* this highlights links on Iphones / iPads */
}

/******************************************************************
TEXT SELECTION STYLES
******************************************************************/

/* Safari, Chrome, iPhones, iPads */
::-webkit-selection { 
	background: #6fc2f6; 
	color:#fff; 
	text-shadow : none; 
}

/* Firefox */
::-moz-selection { 
	background: #6fc2f6; 
	color:#fff; 
	text-shadow : none; 
}

/* The Rest of em */
::selection { 
	background: #6fc2f6; 
	color:#fff; 
	text-shadow : none; 
}


/******************************************************************
WORDPRESS BODY CLASSES
want to style a page via body class? go ahead
******************************************************************/

body.rtl {}
body.home {} /* home page */
body.blog {} 
body.archive {} /* archive page */
body.date {} /* date archive page */
	body.date-paged-1 {} /* replace the number to the corresponding page number */
body.search {} /* search page */
	body.search-results {} /* search result page */
	body.search-no-results {} /* no results search page */
	body.search-paged-1 {} /* individual paged search (i.e. body.search-paged-3) */
body.error404 {} /* 404 page */
body.single {} /* single post page */
	body.postid-1 {} /* individual post page by id (i.e. body.postid-73) */
	body.single-paged-1 {} /* individual paged single (i.e. body.single-paged-3) */
body.attachment {} /* attatchment page */
	body.attachmentid-1 {} /* individual attatchment page (i.e. body.attachmentid-763) */
	body.attachment-mime-type {} /* style mime type pages 
body.author {} /* author page */
	body.author-nicename {} /* user nicename (i.e. body.author-samueladams) */
	body.author-paged-1 {} /* paged author archives (i.e. body.author-paged-4) for page 4 */
body.category {} /* category page */
	body.category-1 {} /* individual category page (i.e. body.category-6) */
	body.category-paged-1 {} /* replace the number to the corresponding page number */
body.tag {} /* tag page */
	body.tag-slug {} /* individual tag page (i.e. body.tag-news) */
	body.tag-paged-1 {} /* replace the number to the corresponding page number */
body.page-template {} /* custom page template page */
	body.page-template-page-php {} /* individual page template (i.e. body.page-template-contact-php */
	body.page-paged-1 {} /* replace the number to the corresponding page number */
	body.page-parent {}
	body.page-child {}
	body.parent-pageid-1 {} /* replace the number to the corresponding page number */
body.logged-in {} /* if user is logged in */
body.paged {} /* paged items like search results or archives */
	body.paged-1 {} /* individual paged (i.e. body.paged-3) */
	
/* new browser classes */
body.browser-lynx {} /* lynx browsers */
body.browser-gecko {} /* firefox browsers */
body.browser-opera {} /* opera browsers */
body.browser-ns4 {} /* ns4 browsers */
body.browser-safari {} /* safari browsers */
body.browser-chrome {} /* chrome browsers */
body.browser-ie {} /* ie browsers ( aka dinosaurs) */
body.browser-iphone {} /* iphones (expirimental, best to use Media Queries) */




/******************************************************************
HEADLINES & TITLES
******************************************************************/

h1, .h1 {}
h2, .h2 {}
h3, .h3 {margin-bottom: 8px;}
h4, .h4 {}
h5, .h5 {}

h1 a, h2 a, h3 a, h4 a, h5 a {}

/******************************************************************
HEADER SYTLES
******************************************************************/

header[role=banner], #inner-header { height:220px;

	}


#logo {
	float: left;
	position: relative;
	margin: 15px 0 0 0;
	width: 280px;
	}
#site-description{
   float: left;
    font-size: 1em;
    margin: 50px 0 0 80px;
    position: relative;
    width: 450px;
	}


/******************************************************************
NAVIGATION STYLES
(Main Navigation)
******************************************************************/
 .menu { margin-left: 2px 0 0 2px; }
 
 .menu ul li a{	
 		font-family: Georgia;
    	font-size: 16px;
    	color: #777;}
    	
 	 .menu ul li a:hover{	
 	 	font-family: Georgia;
    	font-size: 16px;
    	color: #000;}
 
 #primary-navigation {
		background-image: url(library/images/bkgMenu.png);
		background-repeat: no-repeat;
		float: left;
    	margin: -47px 0 0 343px;
    	padding-left: 93px;
    	width: 692px;
    
	}
	
	nav[role=navigation] .menu ul { 
		list-style-type: none;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		 margin: 17px 0 7px;
		
	}
		nav[role=navigation] .menu ul li {
			display: inline;
			}
		
			nav[role=navigation] .menu ul li a {		
				margin: -17px 0px 0px 0px;
				padding: 10px 13px;
			}
				nav[role=navigation] .menu ul li a:hover { 
					background: none; 
					text-decoration: underline; 
				}
				
				nav[role=navigation] .menu ul li:first-child a {
					-moz-border-radius-topleft: 4px;
					-webkit-border-top-left-radius: 4px;
					border-top-left-radius: 4px;
					-moz-border-radius-bottomright: 4px;
					-webkit-border-bottom-right-radius: 4px;
					border-bottom-left-radius: 4px;
				}
				
		nav[role=navigation] .menu ul li.current-menu-item a, .nav ul li.current_page_item a {}
		
		nav[role=navigation] .menu ul li ul.sub-menu {}
			nav[role=navigation] .menu ul li ul li a {}
				nav[role=navigation] .menu ul li ul li a:hover {}
			nav[role=navigation] .menu ul li ul li:last-child a {}
			nav[role=navigation] .menu ul li:hover ul { }
				nav[role=navigation] .menu ul li ul li ul.sub-menu { }
					nav[role=navigation] .menu ul li ul li:hover ul.sub-menu { }


/******************************************************************
POSTS & CONTENT STYLES
******************************************************************/

#content {
	 }
	#main { 
		/*background: #fafafa;  adds bg to post area */
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		border-radius: 1px;
	
	}
	
	
		article[id*=post-] { padding: 0;}
	
		/* want to style individual post classes? Booya! */
		.post-id {} /* post by id (i.e. post-3) */
		.post {} /* general post style */
		.page {} /* general article on a page style */
		.attachment {} /* general style on an attatchment */
		.sticky {} /* sticky post style */
		.hentry {} /* hentry class */
		.category-slug {} /* style by category (i.e. category-videos) */
		.tag-slug {} /* style by tag (i.e. tag-news) */
	
		/* post meta */
		.meta {}
			.meta time {}
			
		/* post content */
		.post_content {}
			
			.post_content p {}
			.post_content ul, .post_content ol, .post_content table, .post_content dl {}
			.post_content ul, .post_content ol {}
			.post_content li {}
			.post_content ul li {}
			.post_content ol li {}
			
			.post_content blockquote {}
			.post_content blockquote:before {} /* this adds the quote before the blockquote */
			
			.post_content dl {}
			.post_content dt {}
			.post_content dd {}
			
			.post_content img {}
			.post_content video {}
			.post_content object {}
			
			.wp-caption {}
			.wp-caption img {}
			.wp-caption p.wp-caption-text {}
			
			/* image gallery styles */
			.gallery dl {}
			.gallery dt {}
			.gallery dd {}
			.gallery dl a {}
			.gallery dl img {}
			.gallery-caption {}
			
			.size-full {}
			.size-large {}
			.size-medium {}
			.size-thumbnail {}
			
		article[id*=post-] footer {}
	
.single-post	#content  {height:auto; }
.single-post #main{ margin: 0px 66px;}
.page-template-page-posts-php	#content  {height:auto; }
.page-template-page-posts-php #main{ margin: 0px 66px;}

/******************************************************************
PAGE NAVI STYLES
(Special Feature)
******************************************************************/

	/* page navigation */
	.page-navigation {}
		.bones_page_navi {}
			.bones_page_navi li.bpn-prev-link {} /* previous link */
				.bones_page_navi li.bpn-prev-link a {}
					.bones_page_navi li.bpn-prev-link a:hover {}
			.bones_page_navi li {} /* regular links */
				.bones_page_navi li a {}
					.bones_page_navi li a:hover {}
			.bones_page_navi li.bpn-current {} /* current page link */
					.bones_page_navi li.bpn-current:hover {}
			.bones_page_navi li.bpn-next-link {} /* next page link */
				.bones_page_navi li.bpn-next-link a {}
					.bones_page_navi li.bpn-next-link a:hover {}
			.bones_page_navi li.bpn-last-page-link {} /* last page link */
				.bones_page_navi li.bpn-last-page-link a {}
					.bones_page_navi li.bpn-last-page-link a:hover {}
			.bones_page_navi li.bpn-first-page-link {} /* first page link */
				.bones_page_navi li.bpn-first-page-link a {}
					.bones_page_navi li.bpn-first-page-link a:hover {}
	
	/* fallback previous & next links */
	.wp-prev-next {}
		.wp-prev-next ul {}
			.wp-prev-next .prev-link {}
			.wp-prev-next .next-link {}
	


/******************************************************************
SIDEBARS & ASIDES
******************************************************************/
#sidebar3 .widget{
	margin: 0px 0px 0px 0px;
	}
#sidebar3{margin: 20px 0px 0px 58px;}

	
#sidebar3 .cat-post-item{
 	 float: left;
    margin: 0 34px 0 0;
    width: 215px;
	}
	
#sidebar3 .cat-post-item h2{
 color: #666;
	}
	
	
#sidebar3 .cat-post-item .attachment-cat_post_thumb_sizecategoryposts-2	{
	float: left;
	margin: 0px 5px 5px 0px;
	}

#sidebar3 .cat-post-item .post-title{
clear: left;
}

#sidebar3 .widget_categoryposts .post-title, #sidebar1 .widget_categoryposts .post-title {}

#sidebar3 .widgettitle {display:none;}

/******************************************************************
FOOTER STYLES
******************************************************************/

footer[role=contentinfo] {
	border: none;
	margin:0px 0px 0px 0px ;
    padding:0;
	}
	/* footer menu */
	.footer-links {}
		.footer-links ul {}
			.footer-links ul li {}
				.footer-links ul li a {}
					.footer-links ul li:last-child a {}
			.footer-links ul li a:hover, .nav ul li.current-menu-item a, .nav ul li.current_page_item a {}
			.footer-links ul li ul.sub-menu {} /* you shouldn't have that many links in the footer anyway so it's set to display none ;P */
			


.attribution a {color: inherit; }



.attribution {
	border-top: 1px solid #998675;
	font-size: 0.8em;
	margin: 15px auto;
	padding-top: 10px;
	height: 45px;
	float: none;
	text-align: center;
	color: #777;
		}	
	
/******************************************************************
MEDIA QUERIES & DEVICE STYLES
Developed by: Andy Clarke & the 320 & Up Extension
URL: http://stuffandnonsense.co.uk/projects/320andup/
******************************************************************/

@media only screen and (min-width: 480px) {
	/* insert styles here */
}

@media only screen and (min-width: 768px) {
/* insert styles here */
}

@media only screen and (min-width: 992px) {
/* insert styles here */
}

@media only screen and (min-width: 1382px) {
/* insert styles here */
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
/* insert styles here */
}

/******************************************************************
PRINT STYLES
(Handled by default, but if you want to edit it, feel free)
******************************************************************/

@media print { }

/******************************************************************
IE SPECIFIC FIXES
******************************************************************/

/*
Thanks to the HTML5 Boilerplate there's an easier way
to target IE specific bugs. Simply use the html class
to target the specific version of IE.

To target the .post_content area in IE6, use:
html.ie6 .post_content { ... }

To target the .post_content area in IE7, use:
html.ie7 .post_content { ... }

To target the .post_content area in IE8, use:
html.ie8 .post_content { ... }


Much easier right? This way, you don't have to call
any more stylesheets, you can leave it at the bottom
and it will overwrite depending on the html class.
*/


/*------------------------------------------------*/
/*---------[FEATURED SLIDER - HOME PAGE]----------*/
/*------------------------------------------------*/

#featured { 
	width: 870px;
	margin-top: 72px;
	}
	
#featured-headline	{
 	float: left;
    margin: -5px 2px 0 42px;
    position: relative;
	}
	
#featured-box	{
    clear: left;
    float: left;
    height: 280px;
    margin: 4px 2px 0 13px;
    position: relative;
    width: 450px;
	}
	
#featured-box img{ margin-right: 12px; }
#featured-box h3{ font-size: 18px;}
.slider-image {float: left;   margin: -115px 0 0 33px;}


.banner {
	margin: 20px 10px;
    width: 90%;
	/*padding: 8px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border: 2px solid #888;
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc; */
	}
	
.banner h2 {
	text-align: left;
	margin-bottom: 10px;
	color: #859C7D;
	font-weight: normal;
	}

.page-template-page-design-php .banner h2 {
	text-align: left;
	margin-bottom: 10px;
	color:#777;
	font-weight: normal;
	}

.switcher {
	float: right;
	margin: 11px 53px -113px 0px;
	}

.switcher-image-shadow {
 margin-left: 12px;
	}
	
.switcher-shadow-box{
    left: -12px;
    position: relative;
    top: -23px;
    clear: left;
	}	

.switcher-image{
	cursor: pointer;
	float: left;
	width:125px;
	 }

.switcher-image .attachment-thumbnail{
	position: relative;
	z-index: 1;
	}

.switcher .active{
	margin-top: -15px;
	}

.item .hover {
	z-index: 10;
	background-image: url(images/slider-hover.png);
	display: none;
	position: absolute;
	top: -160px;
	left: -55px;
	width: 182px;
	height: 123px;
	padding: 15px;
	font-style: italic;
	color: #525252;
	text-shadow: 1px 1px 0px #fff;
	}
.to-the-details{
	float:right;
	}

.hide{
	display: none;
	}
	
	
/*------------------------------------------------*/
/*---------[ADDITIONAL STYLES]----------*/
/*------------------------------------------------*/
.home #main{ min-height:445px;}

.page-template-page-contact-php #content{margin: 0px 0px 0px 50px;} 
.page-template-page-posts-php #content{margin: 0px 0px 0px 150px;} 


.post-edit-link {float: right;}

/*Form : Contact*/
div.wpcf7{
	float: right;
    margin: 0 34px 0 0;
	}

	
#social-follow {
	float: right;
	margin: 23px -35px 0px 0px;
	font-family: Verdana;
	font-size: 11px;
	}	
.social-follow-text{float:left; margin:6px 9px 0 0;}
.double-separator {
  background-image: url("library/images/doubleSeparator.png");
    background-repeat: no-repeat;
    color: #C86365;
    height: 70px;
    margin: 0 0 0 50px;
    padding-top: 16px;
    position: relative;
    text-align: center;
    width: 100%;
	}
	
	
.double-separator h2{
    font-size: 22px;
    font-weight: 100;
    margin-left: -106px;
    margin-top: 3px;
}	


#introtext{position: absolute;   top: -113px; font-size: 2.8em; margin: 0px 0px 0px 34px; color: #777; line-height: 1em;}

.page-template-page-contact-php #main{margin-top: 0px;}
.page-template-default #main {margin: 0 0 0 63px;}

#vertical-title{
	float:left;
	margin: 6px -42px 0 -46px;
	}

