/* reset */
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	color: #ececec;
	background: #0f6e9a url("../images/bg.jpg") 50% 0% no-repeat;
	font: 13px/21px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ol, ul {
	list-style: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.right {
	float: right;
}

.left {
	float: left;
}


/* site */
#container {
    background-color:#222;
    border: 10px solid #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 90px auto;
    padding: 20px;
    position: relative;
    text-align: left;
    width: 800px;
}

#header{
    background: url("../images/header.png") no-repeat;
    height: 102px;
    margin-top: -15px;
}

#logo {
	height: 102px;
	position: relative;
	text-indent: -1000em;
	width: 200px;
	}

#logo a {
    height: 102px;
	display: block;
	width: 200px;
	}

#logo a:hover {
	background-position: 0 -65px;
	}

#content_text {
    width: 360px;
}

#home_pic {
    background: url("../images/home.jpg") no-repeat;
    height: 602px;
    width: 403px;
}

#contact_pic {
    background: url("../images/contact.jpg") no-repeat;
}

#home_pic, #experience_pic, #contact_pic {
    border: 2px solid #fff;
}

#experience_pic, #contact_pic {
    height: 500px;
    width: 410px;
}

#footer{
    font: 11px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: 20px;
    text-align: center;
}

#clear{
    clear: both
}

#top{
    background: url("../images/star.png") no-repeat;
    height: 368px;
    position: absolute;
    right: -140px;
    top: -80px;
    width: 386px;
    z-index: -1;
}

h1, h2, h3, h4, h5{
    color: #5ac1d2;
}

a{
    color:#5ac1d2;
    text-decoration:none;
}

a:hover{
    color:#fff;
    text-decoration: underline;
}


/* nav */
#nav {
	list-style-type: none;
    position: absolute;
    top: 50px;
    left: 410px;
}

#nav li {
	display: inline;
	float: left;	
}

#nav a {
	color: #fff;
	display: block;
    font: 18px/1.5em 'Helvetica Neue', Helvetica, Arial, 'Calibri', 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'Myriad', Tahoma, 'Geneva', sans-serif;
    margin: auto 10px;
	position: relative;
    text-decoration: none;
	top: -4px;
    z-index: 10;
}

#nav li a:hover {
    color: #5ac1d2;
    text-shadow: 1px 1px 5px #111;
    -webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
	border-bottom: 4px solid #5ac1d2;
}

#home li.home a, #experience li.experience a, #demo li.demo a, #contact li.contact a, #photos li.photos a {
    border-bottom: 4px solid #5ac1d2;
    color: #5ac1d2;
}

#experience td {
    padding-right: 20px;
}


/* photo gallery */

#photo_gallery {
    height: 520px;
}

#photo_gallery .galleria-container {
    position: relative;
    overflow: hidden;
    background: #111;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#photo_gallery .galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

#photo_gallery .galleria-stage {
    position: absolute;
    top: 10px;
    bottom: 60px;
    left: 10px;
    right: 10px;
    overflow:hidden;
}

#photo_gallery .galleria-thumbnails-container {
    height: 55px;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;
}

#photo_gallery .galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}

#photo_gallery .galleria-thumbnails {
    margin-top: -6px;
    padding: 10px;
}

#photo_gallery .galleria-thumbnails .galleria-image {
    height: 40px;
    width: 60px;
    background: #000;
    margin: 0 5px 0 0;
    border: 1px solid #fff;;
    float: left;
    cursor: pointer;
    -moz-box-shadow: 0 1px 3px #666;
    -webkit-box-shadow: 0 1px 3px #666;
    box-shadow: 0 1px 3px #666;
}

#photo_gallery .galleria-thumbnails .galleria-image:hover {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: rotate(5deg);	
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}

#photo_gallery .galleria-counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
    color: #fff;
    z-index: 2;
}

#photo_gallery .galleria-loader {
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
    background: url("../images/photos/classic-loader.gif") no-repeat 2px 2px;
}

#photo_gallery .galleria-info {
    width: 50%;
    top: 15px;
    left: 15px;
    z-index: 2;
    position: absolute;
    display: none !important;
}

#photo_gallery .galleria-info-text {
    background-color: #000;
    padding: 12px;
    display: none;
    /* IE7 */ zoom:1;
}

#photo_gallery .galleria-info-title {
    font-weight: bold;
    margin: 0;
    color: #fff;
	margin-bottom: 7px;
}

#photo_gallery .galleria-info-description {
    font-weight: italic;
    margin: 0;
    color: #bbb;
}

#photo_gallery .galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}

#photo_gallery .galleria-info-close:hover{
    opacity:1;
    filter: alpha(opacity=100);
}

#photo_gallery .galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000;
}

#photo_gallery .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#photo_gallery .galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}

#photo_gallery .galleria-image-nav-left, #photo_gallery .galleria-image-nav-right {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    width: 62px;
    height: 124px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position: 0 46px;
}

#photo_gallery .galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -254px 46px;
    z-index: 2;
}

#photo_gallery .galleria-image-nav-left:hover, #photo_gallery .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#photo_gallery .galleria-thumb-nav-left, #photo_gallery .galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}

#photo_gallery .galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left: auto;
}
#photo_gallery .galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}

#photo_gallery .galleria-thumb-nav-left:hover, #photo_gallery .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}

#photo_gallery .galleria-thumbnails-container .disabled:hover {
    opacity: 0.2;
    filter: alpha(opacity=20);
    background-color: transparent;
}

#photo_gallery .galleria-carousel .galleria-thumb-nav-left, #photo_gallery .galleria-carousel .galleria-thumb-nav-right {
    display: block;
}

#photo_gallery .galleria-thumb-nav-left, #photo_gallery .galleria-thumb-nav-right, #photo_gallery .galleria-info-link, #photo_gallery .galleria-info-close, #photo_gallery .galleria-image-nav-left, #photo_gallery .galleria-image-nav-right {
    background-image: url("../images/photos/classic-map.png");
    background-repeat: no-repeat;
}
