/* 
Eikona Three 
Version 1.0
First released 26-08-2011
Copyright 2011 Lucas Tsolakian, Archetypon - All Rights Reserved 
http://archetypon.net/
*/
/* @group main */
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
	/*-webkit-text-stroke: 0.1px #CCC;*/
	letter-spacing: 0.2em;
}

body {
    width: 100%;
	color: #fff;
	font-size: 50%;
	overflow: hidden;
}

a:link{
	border: none;
	outline: none;
	color: #ccc;
	text-decoration: none;
}

a:visited{
	border: none;
	outline: none;
	color: #ccc;
	text-decoration: none;
}

a:hover{
	border: none;
	outline: none;
	color: #ccc;
	text-decoration: none;
}

a:active{
	border: none;
	outline: none;
	color: #ccc;
	text-decoration: none;
}

a:focus {
	border: none;
	outline: none;
	color: #ccc;
	text-decoration: none;
}

.image-fade {
	outline: none;
	text-decoration: none;
	border: none;
	}

a img {
	border: none;
}

ol, ul {
	list-style: none;
}

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

.image-left {
	float: left;
	margin: 5px 5px 5px 0;
	padding: 2px;
	position: relative;
}

.image-right {
	float: right;
	margin: 5px 0 5px 5px;
	padding: 2px;
	position: relative;
}
       
h1, h2, h3, h4, h5 {
	line-height: 1em;}

h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.8em;
}
h5 {
	font-size: 1.6em;
}
h6 {
	font-size: 1.2em;
}

blockquote, .standout {
	padding: 10px;
	font: italic bold 2em Georgia, "Times New Roman", Times, serif;
}

.code{
	padding: 10px;
	font: 1.5em "Courier New", Courier, mono;
}

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 header*/ 

#header_pos1 {
	position: relative;
	bottom: 0;
	right: 0;
	height: 100%;
	text-align: right;
	width: 100%;
	z-index: 100;
}

#header_pos1 h1 {
	display: inline-block;
	padding: 10px;
	color: #FFF;
	font-size: 2.5em;
}

#header_pos1 h2 {
	display: inline;
	margin-right: 20px;
	color: #FFF;
	font-size: 1.2em;
}

#logoContainer1{
	position: relative;
	top: 10px;
	left: 10px;
	padding: 10px;
	z-index: 3;
}

 /*@end*/ 

/* @group superbimage */

#superbgimage {
	display: none;
	background: #333333 url(images/progress.gif) no-repeat center;
}

#superbgimage img {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}

/* @end */

/* @group panel Two */
#container2 {
	position: relative;
	display: none;
	top: 0;
	width: 100%;
}

#panel2 {
	background: transparent url(css/images/bg35.png);
	height: auto;
    /*min-height: 100px;*/
	width: 100%;
    box-shadow: 0px 0px 5px #000;
}

#breadContainer {
	position: relative;
	float: rigth;
	right: 0;
	text-align: right;
	padding: 10px;
}

#breadContainer ul {
	list-style-type: none;
}

#breadContainer li {
	display: inline;
}

/*#footer {
    display: none;
	position: absolute;
	width: 30%;
	text-align: right;
	right: 10px;
	margin-right: 10px;
	bottom: 0;
	padding: 10px;
	font-size: 1em;
	color: #000;
} deleted at r1.2*/

#footer2 {
	display: block;
	position: absolute;
	width: 100%;
	text-align: right;
	right: 0;
	bottom: 0;
	padding: 10px 30px 10px 10px;
	font-size: 1em;
	border-top: 1px solid #FFFFFF;
}

#rw_email_contact {
	padding-left: 0.5em;
}

#showtitle {
	text-align: right;
    right: 20px;
	padding: 12px;
}

.title {
    /*margin-top: 10px;*/
    font-size: 1em;
    margin-right: 20px;
}

.imagecount {
    /*margin-top: 5px;*/
	bottom: 0;
	padding-bottom: 20px;
	margin-right: 20px;	
}


/* @end */

/* @group control */
.prev {
	position: absolute;
	left: 0px;
	width: 50%;
	height: 100%;
	overflow: hidden;
	display: block;
	background: transparent url(css/images/bg0.png);
}

.next {
	position: absolute;
	right: 0px;
	width: 50%;
	height: 100%;
	overflow: hidden;
	display: block;
	background: transparent url(css/images/bg0.png);
}

#controls{
	position: fixed;
	width: 35px;
	height: 140px;
	right: -35px;
	bottom: 42.5%;
}


#info-slide{
    background: url(css/images/graycross18.png) no-repeat center;
    position: absolute;
    z-index: 300;
    top: 4px;
    right: 2px;
    width: 20px;
    height: 20px; 
    color:#FFF;
    text-align: center; 
    text-decoration: none;
    padding: 6px;
}

#info-slide.active{
}

#thumbs-slide{
    background: url(css/images/thumbpoints18.png) no-repeat center;
    position: absolute;
    z-index: 300;
    top: 37px;
    right: 2px;
    width: 20px;
    height: 20px; 
    color:#FFF;
    text-align: center; 
    text-decoration: none;
    padding: 6px;
}
#thumbs-slide.active{
}

#right-slide{
	background: url(css/images/right18.png) no-repeat center;
	position: absolute;
	z-index: 300;
    top: 75px;
    right: 1px;
    width: 20px;
    height: 20px; 
    color:#FFF;
    text-align: center; 
    text-decoration: none;
    padding: 6px;
}
#right-slide.active{
}

#left-slide{
	background: url(css/images/left18.png) no-repeat center;
	position: absolute;
	z-index: 300;
    top: 105px;
    right: 2px;
    width: 20px;
    height: 20px; 
    color:#FFF;
    text-align: center; 
    text-decoration: none;
    padding: 6px;
}
#left-slide.active{
}

/*#panel-slide{
    background: url(css/images/x4.png) no-repeat center;
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 20px;
    height: 20px; 
    color:#FFF;
    text-align: center; 
    text-decoration: none;
    padding: 10px;
    z-index: 3;
	border: 1px solid white;
}
#panel-slide.active {
}*/

/* @end */

/* @group thumbs */

#wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(css/images/bg50.png);
}

#contentContainer {
	position: relative;
	width: 80%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
	top: 0;
	padding: 0;
	/*border: 1px solid #000;*/
}

#photos {
	display: none;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	width: 610px;
}

#photos a {
	display: inline-block;
	padding-bottom: 5px;
	margin: 5px 7px 10px 0;
}

#photos a.activeslide {
	padding-bottom: 4px;
	/*border-bottom: 1px solid #cccccc;*/
}

/* @end */

/* @group content */

#overlay {
	height: 0;
	width: 100%;
}

#cover{
	background-image: url(images/bg0.png);
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
}
.clearer {
	clear: both;
}

#headerContainer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
}

#clearFooter{
	display: none;
}

#content {
	position: relative;	
	padding: 10px;
	margin: 0 20px 20px 20px;
}

#content img {
	padding-right: 5px;
}

#sidebarContainer {
	display: none;
}
/* @end */

/* @group navContainer */

#navContainer {
    position: relative;
    min-height: 50px;
    bottom: 0;
	display: inline;
	z-index: 200;
	width: 100%;
}

#navContainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	z-index: 200;
}

#navContainer a {
	display: inline;
	text-decoration: none;
	z-index: 20;
	padding: 0;
}

#navContainer li {
	float: left;
	position: relative;
	line-height: 33px;
	display: inline;
	margin: 0;
}

/* Top Level */

#navContainer li a {
    font-size: 1.2em;
	display: block;
	text-decoration: none;
	z-index: 20;
	margin: 0 5px 0 20px;
	top: 0;
}

#navContainer li p {
	display: block;
	text-decoration: none;
	cursor: default;
	z-index: 30;
	margin: 0;
	padding: 0px 25px 0px 15px;
}

/* Second Level */

#navContainer ul ul {
	position: absolute;
	bottom: 33px;
	display: none;
	margin: 0;
	padding: 0;
	width: 135px;
}

#navContainer ul ul li {
	position: relative;
	line-height: 26px;
	margin: 0;
	display: block;
	padding-bottom: 3px;
	width: 135px;
}

#navContainer ul ul li a {
    font-size: 1em;
	display: block;
	text-decoration: none;
	z-index: 20;
	padding-left: 5px;
	/*background: url(css/images/bg50.png) repeat 5px 0;*/
}

#navContainer ul ul li p {
	display: block;
	text-decoration: none;
	cursor: default;
	z-index: 30;
	margin: 0;
	padding: 0 15px 0 0;
}

/* Third Level */

#navContainer ul ul ul {
	bottom: 0;
	left: 114px;
	padding: 0;
	margin: 0;
	width: 150px;
}

#navContainer ul ul ul li {
	margin: 0;
	padding-top: 1px;
}

#navContainer li:hover ul ul, #navContainer li:hover ul ul ul, #navContainer li:hover ul ul ul ul {
	display: none;
}

#navContainer li:hover ul, #navContainer li li:hover ul, #navContainer li li li:hover ul, #navContainer li li li li:hover ul {
	display: block;}


/* @end */

/* @group Extra-Content */
#myExtraContent1 {
	position: relative;
	top: 0;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	height: auto;
	/*overflow: hidden;*/
	line-height: 1em;
	font-size: 1em;
	padding-bottom: 5px;
}

#extraContainer1 {
}

/* @end */

/* @group Blog */
.blog-entry {
	padding: 20px 20px 100px 0;
	color: #000;
}

.blog-entry-title {
	font-size: 1.5em;
	letter-spacing: -1px;
	color: #000;
}

.blog-entry-date {
	padding-left: 0;
	margin-bottom: 15px;
	letter-spacing: -1px;
	color: #000;
}

.blog-entry-category {
	
}

#blog-categories:before {
	content: "categories:";
	display: block;
	margin-bottom: 5px;
	font-size: 1.6em;
	color: #000;
}

/*.blog-entry-title a:link{color: #fff;}*/

.blog-category-link-enabled {
	
}

.blog-category-link-disabled {
	
}

.blog-entry-body {
	color: #fff;
}

.blog-entry-comments {
	margin-top: 10px;
	font-size: 0.9em;
}

.blog-archive-background {
	
}

#blog-archives:before {
	content: "archives:";
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 30px;
	font-size: 1.6em;
	color: #000;
}

.blog-archive-headings-wrapper {
    margin-left: 52px;
	height: 135px;
	text-align: left;
	position: relative;
}

.blog-archive-entries-wrapper {
	position: relative;
	padding: 0px 0px 20px 0px;
	margin: 10px 0 120px;
	text-align: left;
	margin-left: 52px;
}

.blog-archive-entries-wrapper .blog-entry {
	padding: 10px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px
}

.blog-archive-entries-wrapper .blog-entry-body {
	padding: 10px 0px 20px 0px;
	margin: 0px 30px 0px 30px;
	border-bottom: #ddd 1px;
	text-align: justify;
}

.blog-archive-month {
	color: #000;
	font-size: 2em;
	margin: 30px 0 5px 0;
}

.blog-archive-link {
	padding-left: 0px;
	font-size: 1.6em;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	color: #000;
	border-bottom-color: #000;
}

#blog-categories {
	padding-top: 30px;
}

#blog-rss-feeds:before {
	content: "feeds:";
	display: block;
	margin-bottom: 5px;
	font-size: 1.6em;
	color: #000;
	padding-top: 30px;
}

#blog-rss-feeds {
}

.blog-read-more {
	margin: 30px 0 0 5px;
	display: block;
	float: right;
}

ul.blog-tag-cloud:before {
	content: "tag cloud:";
	display: block;
	padding-top: 30px;
	margin-bottom: 5px;
	font-size: 1.6em;
	color: #000;
}

ul.blog-tag-cloud li a:after {
	content: ", ";
}

ul.blog-tag-cloud {
	margin: 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;
}

/* @end */

/* @group Sitemap */

.rw-sitemap {
	display: block;
}

.rw-sitemap ul {
	padding: 0 0 10px 10px;
}

.rw-sitemap ul li {
	padding: 2px;
}

.rw-sitemap ul li ul li {
}

.rw-sitemap ul li a {
	border: none;
}

.tree {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	font-weight: bold;
}

.filesharing-item {
	margin-bottom: 10px;
}

.filesharing-item-title a:link {
	margin-bottom: 5px;
	font: 2em;
}

.filesharing-item-title a:hover {
	
}

.filesharing-item-title a:visited {
	
}

.filesharing-item-description {
	
}

/* @end */

/* @group Contact Form */

form {
}

.message-text {
}

.required-text {	
}

.form-input-field {
	width: 30%;
}

.form-input-button {
}

/* @end */

/* @group Quicktime Page */

.movie-description {
	
}

/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-size: 1.2em;
}

.movie-page-description {
	font-size: 1em;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.movie-thumbnail-frame {
	width: 132px;
	height: 132px;
	float: left;
	position: relative;
	margin-right: 30px;
	margin-bottom: 10px;
	text-align: center;
	padding: 2px;
}

.movie-thumbnail-frame:hover {
	
}

.movie-thumbnail-caption {
	
}

/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin: 10px;
}

.movie-title {
	letter-spacing: 2px;
	font-size: 2em;
}

.movie-frame {
	margin-bottom: 10px;
}

/* @end */

/* @end */

/* @group Contact Form */

.message-text {
	margin-top: 20px;
}

.required-text {
	
}

.form-input-field {
	background: #f4f4f4;
	width: 30%;
}

.form-input-button {
}

/* @end */
	

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	font-size: 1.5em;
	letter-spacing: 1px;
	/*font-weight: bold;*/
	margin-bottom: 2px;
	line-height: 1.2;
}

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

.album-wrapper {
	display: block;
	position: absolute;
	top: 120px;
	margin-bottom: 200px;
}

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

.thumbnail-frame {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 10px;
}

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

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
}

.thumbnail-frame {
	padding: 5px;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
	font-size: 1em;
}

/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 0 auto;
	text-align: center;
}

.photo-navContainerigation {
	padding: 20px 40px 10px;
	margin-bottom: 20px;
	text-align: center;
}

.photo-links {
}

.photo-navContainerigation a:link, .photo-navContainerigation a:visited {

}

.photo-navContainerigation a:hover {
}

.photo-frame{
	padding: 2px;
	margin: 0 auto;
	text-align: center;
}

.photo-title {
	font-size: 2.5em;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

.photo-caption {
	font-size: 1.1em;
	margin: 0;
}

/* @end */
	
/* @end */



/* @group iDevices */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){ 
#overlay{
   height: auto; 	
}
#panel {
	min-height: 130px;
}
}

@media only screen and (max-device-width: 480px){
#overlay{
   height: auto; 
}
#panel {
	min-height: 130px;
}
}

/* @end */