/*   
Theme Name: Monsoon
Theme URL: http://www.themeflood.com
Description: Monsoon theme for RapidWeaver
Author: Will Woodgate
Author URL: http://www.themeflood.com
Version: 1.1
Revison Date: 5/08/2010
*/

/* @group Reset */
body {
	color: black;
	background: #eaeaea;
	padding: 0;
	margin: 0;
	font: 90%/1.50em "Times New Roman", Times, serif;
}

.clearer {
	clear: both;
}

blockquote {
	margin: 10px;
	padding: 10px;
}

#viewUserGuide {
	display: none;
	visibility: hidden;
}

.external {
	padding-right: 12px;
	background: url(images/editable_images/external.png) no-repeat right center;
}

/* @end */

/* @group Inline Images */

img {
	border-style: none;
}

.image-left {
	float: left;
	padding: 10px;
}

.image-right {
	float: right;
	padding: 10px;
}

/* @end */

/* @group Links */

a:link {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

a:active {
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	font-weight: normal;
	text-decoration: none;
}

/* @end */

/* @group Headers */

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.00em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* @end */

/* @group Lists */

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* @end */

/* @group Extra Content */

.ecName {
	display: none;
}

#extraContainer1 {
	position: absolute;
	top: 0;
	left: 0;
}

#extraContainer2 {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

/* @end */



/* @group Search Bar Functions */

#searchContainer {
	display: none;
	height: auto;
	margin: 0;
	padding: 10px;
	width: 225px;
	background-image: url(images/editable_images/searchbar-bg.png);
	overflow: hidden;
}

#searchContainer form {
	position: relative;
	height: auto;
	padding: 0;
	margin: 3px 0 0;
}

#searchContainer fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

#searchFunction {
	display: block;
	float: right;
	height: 27px;
	margin: 0;
	padding: 0px !important;
}

#searchFunction input {
	background: #fff url(images/editable_images/form_bg.jpg) repeat;
	float: left;
	width: 195px;
	margin: 0;
	padding: 5px 0 0;
	text-indent: 5px;
	border: none !important;
	height: 18px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	overflow: hidden;
}

#searchFunction #searchButton {
	padding: 0;
	height: 25px;
	margin: 0px 0px 0px 5px !important;
	width: 25px;
	border: 1px solid #fff;
	background: #212121;
	color: #ffffff;
}

/* @end */

/* @group Logo */

#fixedTopLeft {
	display: none;
	position: fixed;
	top: 25px;
	left: 25px;
	z-index: 40;
}

#fixedTopRight {
	display: none;
	position: fixed;
	top: 25px;
	right: 25px;
	z-index: 40;
}

#headerLogo {
	display: none;
	position: relative;
	text-align: center;
}

#headerTopLeft {
	display: none;
	position: absolute;
	top: 15px;
	left: 15px;
}

#headerTopRight {
	display: none;
	position: absolute;
	top: 15px;
	right: 15px;
}

#headerBottomLeft {
	display: none;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

#headerBottomRight {
	display: none;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

/* @end */



/* @group Layout */

#main {
	width: 780px;
	background-color: #fff;
	padding: 15px;
	margin: 30px auto 0px;
	position: relative;
}

.widthWrapper {
	width: 780px;
	margin: 0 auto;
	position: relative;
}

/* @end */

/* @group Header */

#header {
	height: 175px;
	background: #5e5e5e url(images/editable_images/header-spring.jpg) 0 bottom;
	display: block;
	position: relative;
}

#titleSloganWrapper {
	display: block;
	background: #fff;
	width: 225px;
	position: absolute;
	top: 0;
	right: 15px;
	padding: 10px;
}

#siteTitle h1 {
	font-variant: normal;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#siteTitle h1 a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #d5d5d5;
	line-height: 1.25em;
}

#siteSlogan h2 {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #929292;
	font: normal normal 85%/1.25em Georgia, "Times New Roman", Times, serif;
}

/* @end */

/* @group Horizontal Navigation */

#nav1 {
	background: #191919;
	display: block;
	height: 2.25em;
	z-index: 1;
}

#nav1 ul, #nav1 ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav1 ul {
	text-align: center;
	padding: 0;
	margin: 0;
}

#nav1 ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav1 ul li a {
	color: #fff;
	padding: 0;
	text-decoration: none;
	margin: 0 15px;
	line-height: 2.25em;
}

#nav1 ul li a.current {
	color: #bed500;
}

#nav1 ul ul {
	display: none;
}

#nav1 ul li a:hover {
	color: #69C;
	text-decoration: underline;
}

/* @end */



/* @group Horizontal Navigation 2*/

#nav2 {
	display: none;
	z-index: 1;
}

/* @end */


/* @group Vertical Navigation */

#nav3 {
	text-align: left;
	line-height: 1.25em;
	padding: 0;
	margin: 0 0 15px;
}

#nav3 .current {
	text-decoration: none;
	font-weight: normal;
}

#nav3 li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#nav3 ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav3 a {
	display: none;
	padding-bottom: 0px;
	margin: 0px;
}

#nav3 ul ul {
	padding: 0px;
	margin: 0;
	display: block;
}

#nav3 ul ul a {
	display: block;
	text-decoration: none;
	line-height: 1.50em;
	background: none;
	padding: 0;
}

#nav3 ul ul ul a {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
}

#nav3 ul ul ul ul a {
	padding-left: 30px;
	padding-right: 15px;
	margin: 0px;
}

#nav3 ul ul ul ul ul a {
	padding-left: 45px;
	padding-right: 15px;
	margin: 0;
}

/* @end */

/* @group Content and Sidebar */

#contentContainer {
	display: block;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 10;
	position: relative;
}

#contentContainer #content {
	margin-right: 200px;
	color: #5e5e5e;
}

#aside {
	float: right;
	display: block;
	width: 150px;
	padding: 15px;
	border: 1px solid #eaeaea;
	color: #5e5e5e;
}

#contentContainer #content h1,
#contentContainer #content h2,
#contentContainer #content h3,
#contentContainer #content h4,
#contentContainer #content h5,
#contentContainer #content h6 {
	border-bottom: none;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

/* @end */

/* @group Footer */

#footer {
	display: block;
	text-align: center;
	color: #929292;
	font-size: 80%;
	margin-bottom: 20px;
	margin-top: 5px;
}

#footerLinks {
	font-size: 90%;
	display: none;
	padding: 0;
	z-index: 25;
	margin: 0;
}

#footerLinks ul {
	padding: 0;
	margin: 0 0 0 -10px;
}

#footerLinks li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#footerLinks li:last-child {
	border-right: none;
	padding-left: 0;
}

#footerLinks a {
	display: inline;
	padding: 0 10px;
	margin: 0;
}

#footerLinks ul ul {
	display: none;
}

/* @end */

/* @group Breadcrumbs */

#breadcrumb {
	padding: 0;
	z-index: 25;
	margin: 0;
}

#breadcrumb ul {
	padding: 0;
	margin: 0 0 0 -4px;
}

#breadcrumb li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

/* @end */




/* @group Blog */

.blog-archive-background {
	
}

.blog-entry-summary {
	margin-bottom: 15px;
}

.blog-archive-headings-wrapper {
	border-bottom: 1px solid;
}

.blog-archive-entries-wrapper {
	
}

.blog-archive-entries-wrapper .blog-entry {
	
}

.blog-archive-month {
	font-size: 2.2em;
	letter-spacing: -1px;
}

.blog-archive-link {
	
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	
}

/* Blog Tag Cloud */

ul.blog-tag-cloud {
	margin: 15px 0px 0px;
	padding: 0px;
	text-align: justify;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

.blog-tag-size-1 {
	font-size: 0.8em;
}

.blog-tag-size-2 {
	font-size: 0.85em;
}

.blog-tag-size-3 {
	font-size: 0.9em;
}

.blog-tag-size-4 {
	font-size: 0.95em;
}

.blog-tag-size-5 {
	font-size: 1em;
}

.blog-tag-size-6 {
	font-size: 1.05em;
}

.blog-tag-size-7 {
	font-size: 1.1em;
}

.blog-tag-size-8 {
	font-size: 1.15em;
}

.blog-tag-size-9 {
	font-size: 1.2em;
}

.blog-tag-size-10 {
	font-size: 1.25em;
}

.blog-tag-size-11 {
	font-size: 1.3em;
}

.blog-tag-size-12 {
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {
	font-size: 1.55em;
}

.blog-tag-size-17 {
	font-size: 1.6em;
}

.blog-tag-size-18 {
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {
	font-size: 1.75em;
}

/* Main Blog entries */

.blog-entry {
	padding-bottom: 20px;
}

.blog-entry-title {
	margin: 0px;
	padding-bottom: 5px;
	font: normal 1.25em/1.00em Georgia, "Times New Roman", Times, serif;
}

.blog-entry-title a {
	text-decoration: none;
	padding-bottom: 5px;
}

.blog-entry-date {
	line-height: 1.00em;
	padding-bottom: 10px;
}

.blog-read-more {
	display: inline;
}

.blog-entry-body {
	
}

.blog-entry-comments {
	
}

p.blog-entry-tags {
	
}

/* Styles the category link/s in the main Blog entry */

.blog-entry-category a {
	
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	
}

#blog-archives br,
#blog-categories br,
#blog-rss-feeds br {
	display: none;
}

/* styles the archives in the blog sidebar */

#blog-archives {
	margin-top: 15px;
}

.blog-archive-link-enabled {
	background-repeat: no-repeat;
	display: block;
}

.blog-archive-link-disabled {
	background-repeat: no-repeat;
	display: block;
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	margin-top: 15px;
}

.blog-category-link-enabled {
	display: block;
}

.blog-category-link-disabled {
	display: block;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	margin-top: 10px;
}

.blog-rss-link {
	background-repeat: no-repeat;
	background-image: url(images/editable_images/rss.png);
	background-position: left center;
	padding-left: 15px;
	padding-right: 15px;
}

.blog-comments-rss-link {
	background-repeat: no-repeat;
	background-image: url(images/editable_images/rss.png);
	background-position: left center;
	padding-left: 15px;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	
}

.filesharing-item {
	padding-bottom: 15px;
	padding-top: 15px;
}

.filesharing-item-title a:link {
	font-weight: normal;
	margin-bottom: 0px;
	text-decoration: none;
}

.filesharing-item-title a:hover {
	font-weight: normal;
	text-decoration: none;
}

/* @end */

/* @group Flash */

#flashcontent {
	text-align: center;
}

/* @end */

/* @group Photo Album */

.album-title {
	margin-bottom: 0px;
	font: bold 1.25em Georgia, "Times New Roman", Times, serif;
}

.album-description {
	margin-bottom: 50px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 20px;
}

.thumbnail-frame {
	background-image: url('images/theme_files/loading_background.png');
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 5px;
}

.thumbnail-frame:hover {
	
}

.thumbnail-frame a {
	
}

.thumbnail-frame a:hover {
	background: transparent;
}

.thumbnail-frame img {
	margin: auto;
	border: none;
	padding: 0px;
}

.thumbnail-caption {
	margin: 0;
	width: 100%;
	height: 38px;
	display: block;
	padding: 0 0 0 5px;
}

/* CSS Formatting for Single Page (Photo view) */

.photo-background {
	text-align: left;
}

.photo-navigation {
	width: 200px;
	float: left;
	margin: 15px 15px 0;
	padding: 15px;
}

.photo-links {
	
}

.photo-navigation a:link,
.photo-navigation a:visited {
	
}

.photo-navigation a:hover {
	background: transparent;
}

.photo-frame {
	background-image: url('images/theme_files/loading_background.png');
	padding: 0px;
	position: absolute;
	left: 260px;
	top: 15px;
}

.photo-title {
	margin: 0;
	font: normal 1.25em Georgia, "Times New Roman", Times, serif;
}

.photo-caption {
	margin: 0;
}



/* Styling Exif Data */

.exif-data {
	font-size: 0.75em;
	line-height: 1.5em;
	clear: left;
	margin-left: 15px;
	margin-top: 15px;
	padding: 15px;
	float: left;
	width: 200px;
}

.exif-data p {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Movie Page */

.movie-description {
	margin-top: 15px;
}

/* @end */

/* @group Movie Album */

.movie-page-title {
	font-weight: bold;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.movie-page-description {
	margin-bottom: 15px;
}

.movie-thumbnail-frame {
	width: 134px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.movie-thumbnail-frame:hover {
	
}

.movie-thumbnail-frame img {
	padding: 1px;
	margin-bottom: 5px;
}

.movie-thumbnail-caption {
	
}

/* CSS formatting for Singular Quicktime Movies */

.movie-page-title {
	font-weight: bold;
	margin-bottom: 0px;
}

.movie-page-description {
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	width: 132px;
	display: inline;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1px;
	font-size: 1em;
	position: relative;
	z-index: 10;
}

/* @end */

/* @group Contact Form */

form {
	margin: 0px;
	padding: 0px;
}

.message-text {
	font-weight: bold;
	font-style: normal;
}

.form-input-field {
	font-size: 1.25em;
	width: 99%;
}

.form-input-button {
	font-size: 1.5em;
}

/* @end */