/* @override http://tina.localhost/css/base.css */
@import 'reset.css';
body {
	background: #fff url(/css/img/background_circles.png) top left;
}

@font-face {
	font-family: 'Droid Serif Italic';
	src: url('/css/fonts/droidserif-italic-webfont.eot');
	src: local('☺'), url('/css/fonts/droidserif-italic-webfont.woff') format('woff'), url('/css/fonts/droidserif-italic-webfont.ttf') format('truetype'), url('/css/fonts/droidserif-italic-webfont.svg#webfontXl2bCyoD') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Droid Serif Regular';
	src: url('/css/fonts/droidserif-regular-webfont.eot');
	src: local('☺'), url('/css/fonts/droidserif-regular-webfont.woff') format('woff'), url('/css/fonts/droidserif-regular-webfont.ttf') format('truetype'), url('/css/fonts/droidserif-regular-webfont.svg#webfont0WNGSqKI') format('svg');
	font-weight: normal;
	font-style: normal;
}
a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #068E81;
	-webkit-transition: color 0.2s linear;
}
a:hover {
	color: #068E81;
}
a:active,
a.active {
	color: #7E8083;
	text-decoration: none;
}
h2, h3, h4, 
#header nav li {
	font-family: 'Droid Serif Regular', Georgia, serif;
}
h2, h3, h4 {
	line-height: 40px;
	margin-bottom: 20px;
}
p, li {
	line-height: 20px;
	margin-bottom: 20px;
}

/* @group Layout */
#wrapper {
	width: 940px;
	margin: auto;
	padding-bottom: 50px;
	background: #fff;
	height: 100%;
	margin-bottom: 20px;
}
#content.submenu {
    padding-top: 12px;
}
#main-content {
	padding: 0 20px;
}
/* @end */

/* Clearfixing */
#content:after,
.clearfix,
#header:after {
	content: '.';
	display: inline-block;
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	margin:0;
	padding:0;
	line-height:0;
}
.clear {
	clear: both;
}

/* @group Forms */
.input.required label:after {
	content: ' *';
	display: inline;
	color: #740600
}
form label {
	display: block;
	margin-bottom: 5px;
}
.submit-button {
	border: 1px solid #068E81;
	display: block;
	background: #74CBC8;
	float: left;
	padding: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: inset 1px 1px 1px #93efee;
}
.submit-button input {
	font-family: 'Droid Serif Regular', Georgia, serif;
	font-size: 14px;
	background: #74CBC8;
	border: none;
	color: #fff;
	text-shadow: 0px -1px 1px #068E81;
	-moz-text-shadow: 0px -1px 1px #068E81;
	-webkit-text-shadow: 0px -1px 1px #068E81;
}
.submit-button input:hover {
	cursor: pointer;
}
/* @end */

/* @group Header */
#header {
	margin-bottom: 20px;
}
#header h1 {
	background: url(/css/img/logo.png) center 20px no-repeat;	
	padding-top: 95px;
	margin: 0 auto 20px auto;
	text-align: center;
}
#header h1 a {
	border: none;
	text-decoration: none;
	color: #000;
}
#header h1 span.name {
	text-transform: uppercase;
	font:normal 18px/normal Helvetica, sans-serif;
	letter-spacing: 1px;
	display: block;
}
#header h1 span.tagline {
	font: italic 12px/20px Helvetica, sans-serif;
	letter-spacing: 1px;
	display: block;
}
#header nav {
	position: relative;
	left: -13px;
	width: 102.75%;
	height: 26px;
	
	background: purple;
}
/* ribbon menu */
#header nav ul {
	list-style: none;
	background: #74CBC8;
	height: 26px;
	padding: 0 0 0 100px;
	z-index: 10;
	position: relative;
}
#header nav li {
	width: 123px;
	text-align: center;
	font-size: 16px;
	height: 20px;
	float: left;
	margin: 0;
	padding: 3px 0;
}
#header nav a {
	color: #000;
	text-decoration: none;
	border: none;
}
#header nav a.active,
#header nav a:hover {
	color: #fff;
}
#ribbon-left,
#ribbon-right {
	background-image: url(/css/img/ribbon-ends.png);
	display: block;
	width: 42px;
	height: 14px;
	z-index: 1;
	position: absolute;
	top: 17px;
}
#ribbon-left {
	left: -27px;
	background-position: top left;
}
#ribbon-right {
	right: -27px;
	background-position: top right;
}
/* subnav */
#header nav ul .submenu {
	display: none;
}
#header nav ul li .show,
#header nav ul li:hover .submenu {
	display: block;
}
#header nav ul .submenu {
	position: absolute;
	padding: 0px;
}
#header ul ul {
	margin-top: 3px;
	height: 22px;
	padding: 0px 20px 0px 0px;
	background: #8ce4e3 url(/css/img/submenu-end.png) top right no-repeat;
	width: 100%;
}
#header nav ul li li {
	font-size: 12px;
	line-height: 16px;
	height: 16px;
	width: 100px;
	margin: 0;
}

/* @end */

/* @group Footer */
footer p {
	margin: 20px 0;
	text-align: center;
	font-size: 12px;
	font-style:  italic;
}
/* @end */


/* @group Home Page */
.home-images {
	margin-bottom: 20px;
	width: 475px;
	float: left;
}
.news-list {
	clear:  both;
	padding-top: 15px;
	border-top: 1px solid #000;
}
.news-list h2 {
	margin-bottom: 15px;
}
.news-list article {
	width: 300px;
	margin-right: 20px;
	float: left;
}
.news-list article.last {
	margin: 0;
}
.news-list .more {
	clear: both;
	text-align: right
}
.news-item time {
	color: #555;
	font-family: 'Droid Serif Italic', georgia, sans-serif;
	font-size: 12px;
	display: block;
	line-height: 10px;
	margin-bottom: 10px;
}
.page p,
.news-item p {
	margin-bottom: 20px;
}
.page ul,
.page ol,
.news-item ul,
.news-item ol {
	margin: 0 0 20px 20px;
	list-style-position: outside;
}
.page li,
.news-item li {
	margin-bottom: 5px;
	font-size: 13px;
}
/* @end */

/* @group Pages */
.page {
	padding-left: 50px;
}
.page h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.page aside {
	float:right;
	width: 220px;
}
.page aside ul {
	list-style: none;
	margin: 0;
}
.page .body {
	width: 540px;
}
/* @end */

/* @group Category View */
#main-image {
	width: 700px;
	float: left;
}
#main-image .images {
	margin-bottom: 10px;
	position: relative;
	width: 698px;
	z-index: 100;
	padding: 4px;
	overflow: hidden;
}
#main-image .images li {
	width: 100%;
	text-align: center;
	background: url('/img/loading-spinner.gif') center center no-repeat;
}
#main-image .image-loop li {
	position: absolute;
	top: 4px;
	left: 4px;
}
#main-image li {
	list-style: none;
}
#main-image .title {
	font-size: 18px;
	font-family: 'Droid Serif Italic', Georgia, serif;
	color: #7E8083;
	clear: both;
}
#main-image .description {
	font-size: 14px;
	line-height: 20px;
	font-family: 'Droid Serif Regular', Georgia, serif;
}

/* image navigation */
#main-image .image-navigation {
	float: right;
	font-size: 20px;
	height: 22px;
}
#main-image .image-navigation li {
	border: none;
	display: inline-block;
	margin: 0 5px;
	width: 20px;
	text-align: center;
}
#main-image .image-navigation a {
	font-family: 'Droid Serif Regular', Georgia, serif;
	text-decoration: none;
	border: none;
	color: #fff;
	font-size: 10px;
	-webkit-transition: color 0.2s linear;
	-webkit-transition: background 0.2s linear;
	
	background: #888;
	display: inline-block;
	padding: 3px 5px;
	text-align: center;
	vertical-align: middle;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}
#main-image .image-navigation .active a,
#main-image .image-navigation a:hover {
	background: #74CBC8;

}

#main-image .image-navigation .active a {
	color: #fff;
	background: #333;
}

/* category list */
#category-images {
	float: left;
	width: 180px;
	margin-left: 20px;
}
#category-images ul {
	margin-left: 0px;
	list-style: none;
}
#category-images li {
	font-family: 'Droid Serif Regular', Georgia, serif;
	font-size: 12px;
	margin-bottom: 5px;
}
#category-images li a.active {
	color: #7E8083;
	border: none;
}
/* @end */

/* @group Contact */
#ContactForm input,
#ContactForm textarea {
	display: block;
}
#ContactForm div {
	margin-bottom: 20px;
}
h2.bird {
	background: url(/css/img/contact-bird.png) 150px 0px no-repeat;
}
/* @end */

/* @group Editor */
.float-left {
	float: left;
	margin: 10px 20px 10px 0;
}
/* @end */


/* @group Spinner */
.spinner {
	text-align: center;
	position: relative;
}
.spinner div {
	background: #fff;
	opacity: 0.3;
}
.spinner img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
}
/* @end */

/* @group Flash messages */
.message {
	font-size: 18px;
	padding: 10px;
	color: #333;
	background: #dff2f3;
	margin: 0 20px 20px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* @end */
