/*
Theme Name: Fish Inc
Description: Custom theme created for Fish Inc.
Author: Andiamo Creative
Author URI: http://andiamocreative.com

*/

@font-face {
    font-family: 'LasVegasFabulous';
    src: url('fonts/lasvegasfabulous-webfont.eot');
    src: url('fonts/lasvegasfabulous-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lasvegasfabulous-webfont.woff') format('woff'),
         url('fonts/lasvegasfabulous-webfont.ttf') format('truetype'),
         url('fonts/lasvegasfabulous-webfont.svg#LasVegasFabulous') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TurnpikeRegular';
    src: url('fonts/turnpike-webfont.eot');
    src: url('fonts/turnpike-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/turnpike-webfont.woff') format('woff'),
         url('fonts/turnpike-webfont.ttf') format('truetype'),
         url('fonts/turnpike-webfont.svg#TurnpikeRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	height: 100%;
}

body {
	background: url(images/background.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 16px;
	min-height: 100%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p, ul {
	padding: 7px 0;
}

li {
	margin-left: 30px;
}

img {
	border: none;
	outline: none;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h5, h6 {
	line-height: normal;
	padding: 7px 0;
	color: #003399;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 { 
	font-size: 30px;
}

h2 {
	font-size: 22px;
	padding: 0px 0px 0px 0px;
}

h3 {
	font-size: 16px;
}

hr {
	color: #333333;
	background-color: #333333;
	height: 1px;
	margin: 20px 0;
	border: none;
}

/* structure */

#shadow {
	min-width: 100%;
	margin: 0 auto;
	background: url(images/fish-bkgdfade.png) top center repeat-y;
}

#container {
	width: 971px;
	margin: 0 auto;
	background: url(images/topbar.png) no-repeat top right;
	overflow: hidden;
}

#sidebar {
	background: url(images/sidebar.png) no-repeat top;
	float: left;
	width: 335px;
	min-height: 746px;
}

#frontsidebar {
	background: url(images/frontfish.png) no-repeat top;
	float: left;
	width: 335px;
	height: 582px;
}

#rightcol {
	float: right;
	width: 635px;
}

#frontblurb {
	line-height: 20px;
	margin-top: 40px;
	margin-right: 20px;
}

#frontblurb h1 {
	color: #333;
}

#content {
	padding: 15px;
	margin: -27px 20px 20px 0;
	background: #fff;
	min-height: 500px;
}

#schoolcontent {
	padding: 15px;
	margin: -27px 20px 20px 0;
	background: #fff;
}

#portfoliocontent {
	padding: 15px 0 0 15px;
	margin: -27px 20px 20px 0;
	background: #fff;
	min-height: 500px;
}

#frontcontent {
	padding: 20px 15px 15px 15px;
	margin: -27px 20px 20px 20px;
	background: #fff;
	clear: both;
	overflow: hidden;
}

#footer {
	background: #6f726f url(images/footer.png) no-repeat;
	min-height: 297px;
	clear: both;
	overflow: hidden;
	padding: 30px 20px 0;
}

#footer a {
	color: #e8e9e8;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	padding: 0;
	margin: 0;
}

#footer li {
	margin-left: 0;
	float: left;
	width: 110px;
}

#footer li ul li {
	margin-left: 10px;
	clear: both;
}

/* navigation */

#nav {
	overflow: hidden;
	margin: 15px 0 0 3px;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav li {
	margin: 0;
	padding: 0 50px 0 0;
	float: left;
	font-family: 'TurnpikeRegular';
}

#nav li a {
	text-transform: uppercase;
	text-decoration: none;
}

#nav li a:hover {
	color: #00a5d5;
}

#nav li.current_page_item a  {
	color: #00a5d5;
}

#nav li ul {
	position: absolute;
	width: 135px;
	left: -999em;
	z-index: 10;
	padding: 0;
}

#nav li ul li {
	clear: both;
	width: 135px;
	padding: 3px 10px;
	text-align: left;
	background: #00a5d5;
	font-family: Arial, Helvetica, sans-serif;
}

#nav li ul li a, #nav li.current_page_parent ul.sub-menu li a, #nav li.current_menu_parent ul.sub-menu li a, #nav li.current_page_item ul.sub-menu li a {
	color: #fff;
	font-weight: normal;
	text-transform: capitalize;
}

#nav li ul li a:hover, #nav li.current_page_parent ul.sub-menu li a:hover, #nav li.current_menu_parent ul.sub-menu li a:hover, #nav li.current_page_item ul.sub-menu li a:hover {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

#nav li ul ul {
	margin: -21px 0 0 145px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* widgets */

.widget {
	margin-bottom: 15px;
	margin-left: 90px;
	margin-right: 30px;
}

.widget h2 {
	color: #b91eb4;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	padding-bottom: 0;
}

.widget li.current-menu-item a {
	font-weight: bold;
	text-decoration: none;
}

.widget li.current-menu-item a:hover {
	text-decoration: underline;
}

/* portfolio hover */

.portfoliothumb {
	margin-right: 20px;
	margin-bottom: 20px;
}

a p.desc {
	display: none;
	margin-bottom: 0;
}

a:hover p.desc {
	color: #fff;
	background: #111;
	width: 166px;
	padding: 7px;
	position: relative;
	top: -44px;
	display: block;
	margin-bottom: -44px;
	height: 30px;
}

/* other classes */

.clear {
	clear: both;
}

.logo {
	margin: 50px 0 60px 65px;
}

.tagger {
	color: #b91eb4;
	font-family: 'LasVegasFabulous';
	font-size: 46px;
	margin-left: 10px;
	line-height: normal;
}

.taggerpad {
	margin-top: 110px;
}

.frontpad {
	margin-top: 15px;
}

.footercol {
	float: left;
	width: 350px;
}

.frontcol {
	float: left;
	width: 280px;
	margin-right: 25px;
}

.frontcol h3 {
	font-family: 'TurnpikeRegular';
	color: #00a5d5;
}

.frontcol h2 a {
	color: #003399;
	text-decoration: none;
}

.frontcol h2 a:hover {
	text-decoration: underline;
}

.yellow {
	color: #f4e516;
}

.gray {
	color: #e8e9e8;
}

.padder {
	padding: 30px 0 20px;
}

.icon {
	margin-right: 7px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}