/*
Theme Name: Dolphin 2k11
Theme URI: http://www.tursiops.cc/
Description: 2011
Author: Tursiops Truncatus Studios
Author URI: http://www.tursiops.cc
Version: 1.0
Tags: tan, green, purple, two-columns, custom-header, custom-background

License: &copy; Tursiops Truncatus Studios, All Rights Reserved
License URI:

Custom theme designed for Tursiops Truncatus Studios homepage
*/

body {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	background: url('images/sandy.png');
}


a:link    { color: rgb(62,0,127); }
a:visited { color: rgb(62,0,127); }
a:hover   { color: rgb(47,89,51); }
a:active  { color: rgb(47,89,51); background: rgba(0,0,0,0.08); }

#logo { position: absolute; z-index:100; top:15px; left: 12ps;}

img {border: none;}

#gallery {
	background: rgba(195,239,201,0.8);
	width: 214px;
	position: absolute;
	top: 162px;
	left: 54px;
	padding-top: 180px;
}

#banner {
	position: absolute;
	top: 38px;
	left: 315px;
	width: 632px;
}

#main {
	position: absolute;
	top: 292px;
	left: 315px;
	width: 632px;
}

#bannerImage {
	border: 1pt solid black;
	margin-bottom: 0px;
	display:block;
}

figure {
	display: block;
	border: none;
	background: rgba(255,255,255,0.8);
	padding:1em 0em;
	margin:1em;
	text-align: center;
	font-size: 80%;
}

figure img {
	border: 1pt solid black;
}

figure p {
	margin: 0;
}

.galleryGameName {
	margin-top: 2pt;
}

.galleryLink {
	color: rgb(62,0,127);
	padding: 0em 1em;
	font-weight: bold;
	text-align: right;
}
	
.galleryLink a {
	color: inherit;
	text-decoration: none;
}

section {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1pt solid black;
	background: rgba(255,255,255,0.8);
	padding:1em;
	margin-bottom:1em;
}

section h2 {
	margin-top: 0;
}

section h3 {
	margin-top: 0;
}

footer {
	font-size: 80%;
}

.moreSection {
	text-align: right;
	margin: 0;
}

.moreSection a {
	text-decoration: none;
}

.newsMoreLink {
	text-align: right;
	font-weight: bold;
	margin-bottom: 0;
}

.newsMoreLink a {
	text-decoration: none;
}

.frontPageNewsDate {
	font-weight: bold;
	float: right;
	margin-top: 0;
}

.shortArticleThumb {
	float: left;
	margin-right: 1em;
}

ul.inSectionNews {
	list-style-type: none;
	padding: 0;
}

/* =Captions
-------------------------------------------------------------- */

.wp-caption {
	padding: 1em;
	border: 1px solid #CCC;
	background: #EEE;
	-webkit-border-radius: 7pt;
	-moz-border-radius: 7pt;
	border-radius: 7pt;
}

.wp-caption img {
	border: 1px solid black;
}

.wp-caption-text {
	font-size: 80%
}

.alignright {
	float: right;
	margin-left: 0.5em;
}

.alignleft {
	float: left;
	margin-right: 0.5em;
}

/* =Search Box
-------------------------------------------------------------- */

.screen-reader-text {
	display: none;
}

input {font-size: inherit;}

#searchform {
	display:inline-block;
	font-size: 80%;
	float: right;
	margin: 0 0 3px;
	padding: 0;
	}

/* =Menu
-------------------------------------------------------------- */

#topmenu {
	background: rgba(255,255,255,0.8);
	color: rgb(62,0,127);
	display: block;
	float: left;
	margin-top: 0;
	margin-bottom: 0.25em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
#topmenu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#topmenu li {
	float: left;
	position: relative;
}
#topmenu a {
	display: block;
	color: inherit;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#topmenu ul ul {
	/*box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);*/
	border:1px solid black;
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 200;
}
#topmenu ul ul ul {
	left: 100%;
	top: 0;
}
#topmenu ul ul a {
	background: rgba(251,250,245,1.0);
	color:inherit;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#topmenu li:hover > a,
#topmenu ul ul :hover > a {
	background: rgba(96,46,143,1.0);
	color: rgb(255,255,255);
}
#topmenu ul ul a:hover {
	background: rgba(96,46,143,1.0);
	color: rgb(255,255,255);
}
#topmenu ul li:hover > ul {
	display: block;
}

#homeMenuIcon {
    /*padding-top: 12px; height of the replacement image */
    /*height: 0px;
    overflow: hidden;*/
    background-image: url("images/home.png");
    background-repeat: no-repeat;
}