/* 
Theme Name: Pilot Fish Child
Theme URI: http://wordpress.danielatwork.com/project/pilot-fish/
Description: Pilot Fish is an elegant portfolio theme with minimal design: featuring a custom post type to highlight projects and work, and parallax scrolling on the front page to display a featured image. Responsive layout makes it adaptive to mobile devices. Also Pilot Fish supports custom menus, post formats, and is available in Japanese, Spanish, Russian and Dutch. In this release, version 0.3.5, new features include custom category and custom tags listings for project, now you can have several project archieve pages by different project types and skills. Disclaimer: if you modified code in the original theme then an update will erase all your changes. So please either ignore this release or back up your changes.
Author: Daniel Zhao
Author URI: http://danielatwork.com/
Version: 0.4.1
Tags: white, blue, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, right-sidebar, featured-images, fluid-layout, responsive-layout, full-width-template, post-formats, translation-ready, theme-options
	
License: GNU General Public License (GPL)
License URI: license.txt
Template:pilot-fish
*/

@import url("../pilot-fish/style.css");
/* @import url(http://fonts.googleapis.com/css?family=Pinyon+Script); */
@import url(http://fonts.googleapis.com/css?family=Monsieur+La+Doulaise);

/* =Theme customization starts here
-------------------------------------------------------------- */

	#header {
			margin: 0;
			background-color: white;
            position: relative;
	    box-shadow: 0px 0px 20px #999999;
	    border-radius: 0px 0px 5px 5px;
				}
				
	#wrapper {
		background-color: white; /*transparent;*/
                box-shadow: 0px 0px 20px #999999;
	        border-radius: 5px;
		}
		
	#fb {                                                 
		position: absolute;
		top: 20px;
 		right: 20px;
		display: block;
}


	#footer {
		background-color: white;
                box-shadow: 0px 0px 20px #999999;
	        border-radius: 5px;
}

	#access .menu .current-menu-item a {
			background-image: url(images/menu-bg_silver.png);
}

/* #access .menu { text-align: center; } */

#access > div > ul > li { 
  width: 185px;
}

.logo_left { 
  margin-right: 20px;
  margin-bottom: 20px;
}

.post-data {
  display: none;
}

table.coll_table {
border-style: none;
}

table.coll_table tbody tr, table.coll_table tr {
  border-style: none;
}

table.coll_table  td {
  border-style: none;
  vertical-align: middle;
}

img.attachment-collection-thumbnail {
  box-shadow: 5px 5px 10px #cccccc;
  border-style: none;
}

#gallery-1 img {
  border-style: none!important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Monsieur La Doulaise', cursive;
  font-weight: normal;
}

h1 {
  font-size: 48pt;
  margin-top: 25px;
  margin-bottom: 5px;
  text-align: center;
}

h2 {
  font-size: 32pt;
  margin-top: 5px;
  margin-bottom: 5px;
}

.widget-inner h3, h3 {
  font-size: 30pt;
  margin-top: 25px;
  margin-bottom: 5px;
}

div.frontslideshow {
  text-align: center;
  width: 100%;
}

/* front page, including slideshow */
@media only screen and (min-width: 1000px) {
  div.frontslideshow {
    text-align: center; 
	width: 1000px;
  }
  
  div.frontpagetext {
    width: 900px; 
	text-align: left;
  }
}
