@charset "UTF-8";
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries */

/* #Site Styles - same for whole site
================================================== */


body {
	position: relative;
}

body > #nav {
	position: absolute;
	top: -2.5em;
	left: 0;
	width: 100%;
	background-color: #00aeef;
	color: #fff;
	-webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.23);
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.23);
}

body > #nav.close {
	display: none;
}

#nav .holder {
	padding: 2.5em 2.5em 3.5em 6.25em;
}

#nav ul {
	margin: 0;
	padding: .2em 0 0;
}

#nav ul li {
	margin: 0;
	padding: 0.22em 0;
	display: block;
}

#nav ul a,
#nav ul a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 0.750em;
}

#nav ul a:hover,
#nav ul a:focus {
	text-decoration: underline;
	
}

a.menu,
a.menu:visited {
	display: block;
	width: 1.875em;
	height: 1.875em;
	position: absolute;
	top: 0;
	left: 2.5em;
	background-color: #00aeef;
	background-image: url(../images/ico_menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

a.menu:hover,
a.menu:focus {
	background-color: #40c2f3;
}

#nav a.menu,
#nav a.menu:visited {
	top: 2.5em;
	background-color: #40c2f3;
	background-image: url(../images/ico_menu.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#nav a.menu:hover,
#nav a.menu:focus {
	background-color: #000;
}

header > .holder,
#content > .holder,
footer > .holder {
	margin: 0 0 0 2.5em;
}

header {
	margin-top: 2.5em;
	position: relative;
}

header > .holder {
	margin-right: 2.5em;
}

header .title {
	margin-left: 2.875em;
}

header .title h1 {
	font-size: 1.5em;
	line-height: 1.6em;
	font-weight: bold;
}

header .title h1 a,
header .title h1 a:visited {
	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	transition: color 200ms ease;
}
header .title h1 span.target {
	display: block;
}

header .title h1 .slash {
	font-size: 0.9em;
	padding: 0 0.25em;
}

#content {
	width: 58.5em;
	position: relative;
}

#content p,
#content ul {
	width: 40em;
	font-size: 1em;
	line-height: 2.15em;
	/*
	width: 53em;
	font-size: 0.75em;
	line-height: 2.15em;
	*/
	padding-bottom: 0;
	margin-bottom: 0;
}

#content ul {
	padding: 0;
	margin: 0;
}
#content ul li {
	margin-bottom: 0.8em;
}

#content ul ul {
	font-size: 1em;
	padding-left: 2em;
	padding-top: 0.4em;
}

#content ul ul li:before {
	color: #000;
	content: "> ";
}

#content p.padding-top-1 {
	padding-top: 1em;
}

#content p.padding-top-2 {
	padding-top: 2em;
}

#content p.padding-top-3 {
	padding-top: 3em;
}

#content a,
#content a:visited {
	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	transition: color 200ms ease;
	text-transform: uppercase;
	display: inline-block;
}
/*
#content a[href^="http://"],
#content a[href^="https://"], 
#content a[href^="//"],
#content a[href^="http://"]:visited,
#content a[href^="https://"]:visited, 
#content a[href^="//"]:visited {
	color: #818181;
}

#content a[href^="http://"]:hover,
#content a[href^="https://"]:hover, 
#content a[href^="//"]:hover {
	color: #000;
}
*/

#content a.back,
#content a.back:visited {
	margin-top: 3.5em;
	margin-bottom: 1em;
	display: block;
	text-transform: uppercase;
}

#content a.back:before {
	content: "< ";
}

#content form {
	width: 53em;
	margin-top: 2em;
}

#content form legend {
	display: none;
}

#content form .formline {
	
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="url"],
textarea,
select {
	width: 33em;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus{
	border: 1px solid #000;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

textarea {
	width: 33em;
	max-width: 33em;
	min-width: 33em;
}

#content form .formline input.submit {
	text-transform: uppercase;
	border: none;
	background: #818181;
	color: #fff;
	text-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
#content form .formline input.submit:hover {
	background: #000;
}

aside {
	position: absolute;
	top: 0;
	right: 0;
	width: 13.625em;
	height: 100%;
}

aside img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

ul.fedorgar-self {
	margin: 0;
	padding: 0;
}

ul.fedorgar-self li {
	margin: 0;
	padding: 0;
}

ul.fedorgar-self .year {
	font-size: 0.75em;
	font-weight: bold;
	padding-top: 0.8em;
	padding-right: 1.556em;
	text-align: right;
	line-height: 1;
}

#content a,
#content a:visited {
	text-transform: uppercase;
	font-weight: bold;
}

#content ul.article-gallery {
	margin: 2em 2.5em 0 0;
	padding: 0;
	width: 39em;
}

#content ul.article-gallery:after {
	content: "";
	display: block;
	clear: both;
}

#content ul.article-gallery li {
	margin: 0;
	padding: 0 2px 2px 0;
	float: left;
}

#content ul.article-gallery a,
#content ul.article-gallery a:visited {
	display: block;
	position: relative;
}


#content ul.article-gallery a.open {
	cursor: default;
}

#content ul.article-gallery a .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	filter: alpha(opacity=90);
	opacity: 0.9;
	background-color: #fff;
}

#content ul.article-gallery a img {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

#content ul.article-gallery a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

#content ul.article-gallery a.open:hover img {
	filter: alpha(opacity=100);
	opacity: 1.0;
}

#content ul.article-gallery a img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#content .article-gallery-detail {
	margin-right: 2.5em;
}

#content .article-gallery-detail img {
	max-width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#content .caption {
	font-weight: bold;
	font-size: 0.8em;
	padding-top: 0.35em;
}


footer {
	margin-bottom: 2.5em;
	padding-top: 2em;
	position: relative;
	color: #00aeef;
	font-family: Verdana, Geneva, sans-serif;
}

footer .copy {
	font-size: 0.688em;
}

footer ul {
	margin: 0;
	padding: 0;
	font-size: 0.688em;
}

footer ul li {
	float: left;
}

footer ul li + li {
	margin-left: 0.65em;
	padding-left: 0.65em;
}

footer ul li + li:before {
	content: "|";
	position: relative;
	left: -0.65em;
}

footer a,
footer a:visited {
	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	transition: color 200ms ease;
}

footer:after {
	clear: both;
	content: "";
	display: block;
}

/* Webkit */
::selection {
    background: #000;
    color: #fff;
}
/* Gecko/Mozilla */
::-moz-selection {
    background: #000;
    color: #fff;
}

/* #Page Styles - special styles for unique things on different pages
================================================== */

/* #Media Queries
================================================== */
@media only screen and (max-width: 959px) {
	#content {
		width: 48em;
		position: relative;
	}
	
	#content p,
	#content ul,
	#content form {
		width: 37.5em;
	}

	#content ul.article-gallery {
		width: 28em;
	}
}

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

@media only screen and (max-width: 767px) {
	#content {
		width: 100%;
		position: relative;
	}
	
	aside {
		height: auto;
		width: auto;
		position: relative;
		left: auto;
		top: auto;
		margin: 1.5em 2.5em 1.5em 5.375em;
	}

	ul.fedorgar-self .year {
		padding-right: 0;
		padding-left: 1.556em;
		text-align: left;
	}
	
	#content p,
	#content ul,
	#content form {
		width: 90%;
	}
	
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="number"],
	input[type="date"],
	input[type="url"],
	textarea,
	select {
		width: 94%;
	}

	textarea {
		width: 94%;
		max-width: 94%;
		min-width: 94%;
	}
	
	#content ul.article-gallery {
		width: 90%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

@media only screen and (max-width: 479px) {

	footer ul {
		margin-top: 1.5em;	
	}
	
	footer ul li {
		float: none;
		display: block;
		margin-left: 0;
		padding-left: 0;
	}

	footer ul li + li {
		float: none;
		display: block;
		margin-left: 0;
		padding-left: 0;
	}
	
	footer ul li:before {
		display: none;
	}
	
}

@media only screen and (max-width: 279px) {
    
    }
}

/* for high resolution display */

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {}
