/*
Theme Name: Clean
Description: Clean website design.
Theme URI: http://ourego.com/wordpress/themes/clean
Author: Hans Larsson
Author URI: www.ourego.com
Version: 10.0.3
*/

@import url("font/Exo/style.css");
@import url("font/Awesome/font-awesome.min.css");

html 										{ background-color: #000000; font-family: 'Arial'; }
body 										{ height: 100%; margin: 0px; }

.content									{ background-color:#ffffff; }
.content .holder							{ margin: 20px auto 40px auto; padding: 20px; max-width: 960px; }

h1											{ color: #666666; font-family: 'ExoThin'; text-transform: uppercase; line-height: 88%; }
h1 strong									{ color: #333333; font-family: 'ExoBlack'; font-weight: normal; }
h2 											{ color: #555555; font-family: 'ExoMedium'; text-transform: uppercase; }
h3 											{ color: #444444; font-family: 'ExoMedium'; text-transform: uppercase; }
p 											{ color: #444444; }
a 											{ color: #3187e6; text-decoration: none; }
a:hover 									{ color: #4d9ff5; text-decoration: underline; }

.aligncenter 								{ display: block; margin-left: auto; margin-right: auto; }

.gallery-wrap 								{ position: relative; width: 100%; }
.gallery 									{ position: relative; width: 100%; }
.gallery img								{ border: none; height: auto; width: 100%; }
.gallery-item 								{ margin: 0; position: absolute; top: 0px; width: 100%; }
.gallery-item .gallery-caption 				{ display: none; /*color: #666666; font-family: 'ExoThin'; text-transform: uppercase; line-height: 88%; position: absolute; top: 7px; left: 7px; padding: 1em; background: rgba(200, 200, 200, 0.9) none; max-width: 260px; z-index: 1000;*/ }
.gallery-controller 						{ height:100%; position: absolute; z-index: 100; width: 100%; }
.gallery-controller a:hover 				{ cursor: pointer; }
.gallery-controller a:hover 				{ text-decoration: none; }
.gallery-controller .dir-button-l 			{ color: #cccccc; font-size: 30px; left: 0px; position: absolute; top: 50%; }
.gallery-controller .dir-button-r 			{ color: #cccccc; font-size: 30px; position: absolute; right: 0px; top: 50%; }
.gallery-controller .jqc-pages 				{ position: absolute; text-align: center; bottom: 0px; width:100%; }
.gallery-controller .jqc-button-pages 		{ color: #cccccc; font-size: 15px; }

.footer										{ font-size: 60%; }
.footer .holder								{ margin: 20px auto 0 auto; padding: 0; max-width: 960px;  }
.footer .holder ul							{ float: left; margin: 0; padding: 0; }
.footer .holder ul.footer-1					{ width: 320px; }
.footer .holder ul.footer-2					{ width: 320px; }
.footer .holder ul.footer-3					{ width: 320px; }
.footer .holder ul.copyright				{ border-top: 1px solid #222222; width: 100%; }
.footer .holder ul li						{ color: #444444; list-style: none; padding: 20px; }
.footer .holder ul li h2					{ border-bottom: 1px solid #222222; color: #444444; font-size: 60%; }
.footer .holder ul li ul li					{ list-style: disc; margin-left: 20px; padding: 0; }


@media only screen and (min-width: 1200px) {}

@media only screen and (min-width: 960px) {}

@media only screen and (min-width: 768px) and (max-width: 959px) {}





/* Admin */

body.wp-editor															{ background-color: #ffffff; padding: 20px 40px 500px 40px; width: auto; }