/* - - - - - - - - - - - - - - - - - - - - -

Title : Inspire Style

- - - - - - - - - - - - - - - - - - - - - */

@import url("reset.css");
@import url("fonts.css");


/* ------------------------------------------------------------

	css

------------------------------------------------------------ */

body{
	background: #efefef url("images/bg.png") repeat-x top;
	color: #626262;
	text-align: center;
	min-width: 980px;
}

/* links  */

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

/* headings */

h1, h2, h3, h4{
	font-family: QlassikMediumRegular , Arial, Helvetica, "Liberation sans", "Bitstream Vera Sans", sans-serif;
	color: #e62543;
	line-height: 1.2em;
}
h1 { font-size: 4.0em; padding: 0 0 .5em; }
h2 { font-size: 2.2em; padding: 0 0 .535em; }
h3 { font-size: 2em; padding: 1em 0 .57em; }
h4 { font-size: 1.73em; padding: 1em 0 .615em; }
h5 { font-size: 1.33em; padding: 1em 0 .67em; }
h6 { font-size: 1.2em; padding: 1em 0 .8em; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* ------------------------------------------------------------

	page structure

------------------------------------------------------------ */

#page-container{
	text-align: left;
	margin: 0 auto;
	padding-top: 40px;
	width: 960px;
	position: relative;
	background: url("images/shadow_960.png") no-repeat 0 270px;
}
#page{
	width: 960px;
	margin: 0 auto;
}
#page-top{
	padding: 0;
}
#title{
	height: 78px;
	padding: 30px 20px;
	margin: 0 auto;
	position: relative;
}

/* ------------------------------------------------------------

	title

------------------------------------------------------------ */

#title h1, #title p{
	width: 70%;
}
#title h1{
	padding: 0;
	font-size: 3.2em;
	font-family: QlassikMediumRegular , Arial, Helvetica, "Liberation sans", "Bitstream Vera Sans", sans-serif;
	margin: 0 0 0 0;
	color: #fff;
}
#title h1 a{
	color: #fff;
}
#title p{
	font-family: QlassikMediumRegular , Arial, Helvetica, "Liberation sans", "Bitstream Vera Sans", sans-serif;
	color: #ee6b7f;
	letter-spacing: 1px;
	font-size: 1.3em;
	margin: 0 0 0 0;
}
#logo{
	position: absolute;
	right: 0;
	top: 20px;
}

/* ------------------------------------------------------------

	sitemenu-container

------------------------------------------------------------ */

#sitemenu-container{
	position: relative;
	position: absolute;
	top: 0;
	text-transform: uppercase;
	font-size: 12px;
}
#sitemenu-content{
	color: #333;
	padding: 0 20px;
}
#sitemenu-content ul{
	list-style: none;
	overflow: hidden;
	margin: 0;
}
#sitemenu-content ul li{
	float: left;
	margin: 0;
	border-right: 1px solid #e62543;
	width: auto;
}
#sitemenu-content ul li a{
	padding: 10px 20px;
	float: left;
	display: block;
	text-align: center;
	width: auto;
	color: #fff;
}
#sitemenu-content ul li a:hover{
	text-decoration: none;
	background: #c31f39;
}
#sitemenu-content li.currentPage{color: #111;background: #fff url("images/nav_bg.png") repeat-x top;padding: 10px 20px;}
#sitemenu-content li.last-item{border: none !important;}

/* ------------------------------------------------------------

	page-content

------------------------------------------------------------ */

#page-content{
	padding: 330px 30px 30px 20px;
	border-top: none;
	background: #fff url("images/banner.jpg") no-repeat center 30px;
}
				
/* ------------------------------------------------------------

	main-content

------------------------------------------------------------ */

#main-content{
	float: left;
	width: 570px;
	padding: 0;
	margin: 40px 0 0 0;
}
#main-content h2{
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#main-content h3{
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
#main-content ul, 
#main-content ol{
	margin: 0 0 0 20px;
	font-size: 13px;
}
#main-content blockquote{
	font-family: QlassikMediumRegular , Arial, Helvetica, "Liberation sans", "Bitstream Vera Sans", sans-serif;
	margin: 20px 0;
	font-size: 18px;
	line-height: 1.6em;
	padding-left: 15px;
	border-left: 3px solid #ddd;
	color: #999;
}
#main-content .article-summary p{
	margin: 10px 0;
}
#main-content .article-info .timestamp{
	margin: 10px 0 0 0;
	text-align: left;
	color: #999;
	font-size: 12px;
}
#main-content .article-info .comments p{
	color: #999;
	font-size: 12px;
	margin: 0 !important;
}

/* callout */	

.callout-container{}
.callout {
    float: right;
    width:300px;
    margin: 0 0 0 20px;
}
.callout h4 {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	color: #444;
}
.callout ul {}

/* pagelet */

.pagelet{
	margin-bottom: 20px;
	padding: 15px;
	border-top: 5px solid #e62543;
}
.pagelet ul, .pagelet ol{font-size: 12px;list-style: none;margin: 0 !important;}
.pagelet ul li, .pagelet ol li{font-size: 12px;list-style: none;margin: 0 !important;display: inline;}
.pagelet ul a{display: block;border-bottom: 1px solid #ddd;padding: 5px 0 5px 20px;background: url("images/document-text.png") no-repeat left;}
.pagelet-body {
	font-size: 12px;
}

/* bordered */

.bordered{
	padding: 15px;
	background: #fafafa;	
	border-top: 5px solid #e62543;
	-webkit-box-shadow: 0 0 5px #aaa;
	-moz-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}

.continue-reading-link:before{
    content: "»"; 
}
	
/* forms */	

form label{
	font-weight: bold;
}
form input.fullWidth, form textarea{
	border: 1px solid #CCC;
	padding: 6px;
	margin-bottom: 20px;
	font-size: 13px;
}
form textarea{
	overflow: auto;
}
form input.submit{
	margin: 0 auto;
	float: left;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
}

/* used on photo grid pages ... */
 
.gridItem {float:left;position:relative; width:138px; height:198px; overflow:hidden;margin:0 4px 4px 0; text-align:center; padding: 4px 0;}
.gridItem h3 {line-height:1.4em; font-weight:normal; padding: 0; text-align:center; position:absolute; top:145px; left: 0;width:138px;border: none !important;font-family: Arial, Helvetica, "Liberation sans", "Bitstream Vera Sans", sans-serif;}
.gridItem img {margin: auto!important; display:block;-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(white));}
	
/* used on index summary pages */

#index, .photogrid-index, general-index{margin-top: 25px;overflow: hidden;height: 1%;display: block;clear: both;}
.photogrid-index h3 a {text-decoration:none;font-weight:normal;font-size: 14px;color: #666;}
#index img{margin-right: 5px;}
.listing-index ul {}
	
/* ----------- individual photo ---------------- */

.photo-navigation{position: relative;margin: 0 auto 5px auto;width: 200px;height: 40px;}
.photo-navigation .previous-page .imageLink,.photo-navigation .collection-index .imageLink, .photo-navigation .next-page .imageLink {display: block; text-indent: -10000px;width: 34px; height: 34px;}
.photo-navigation .previous-page .imageLink{background: url("images/arrow_l.gif") no-repeat;}
.photo-navigation .previous-page .imageLink:hover {background: url("images/arrow_l.gif") no-repeat 0 -34px;}
.photo-navigation .next-page .imageLink {background: url("images/arrow_r.gif") no-repeat;}
.photo-navigation .next-page .imageLink:hover {background: url("images/arrow_r.gif") no-repeat 0 -34px;}
.photo-navigation .collection-index .imageLink {background: url("images/arrow_list.gif") no-repeat;position: absolute;right: -17px;}
.photo-navigation .collection-index .imageLink:hover {background: url("images/arrow_list.gif") no-repeat 0 -34px;}
.ImageElement, .VideoElement { text-align:center;}

/* navigation links */

#previous-photo	{
	position: absolute;
	left: 0;
	top: 0;
}
#next-photo {
	top: 0;
	position: absolute;
	right: 0;
}
#photo-list{
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 0;
}

/* ------------------------------------------------------------

	sidebar-container

------------------------------------------------------------ */

#sidebar-container{
	float: right;
	width: 300px;
	padding: 0;
	margin: 60px 0 0 0;
}
#sidebar-container h2,#sidebar-container h3,#sidebar-container h4{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	color: #444;
}
#sidebar-container p{margin: 0;font-size: 13px;}
	
/* ------------------------------------------------------------

	page-bottom

------------------------------------------------------------ */

#page-bottom{
	border-top: 3px solid #ddd;
	padding: 15px 20px;
	margin: 20px 0;
	font-size: 12px;
}
#page-bottom a{}

/* ------------------------------------------------------------

	global

------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 { margin: 15px 0 0 0; }
p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }
a img{ border:none; }
hr, .hide, .hidden {display: none;}
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
.left{ float:left;width: auto; }
.right{ float:right;width: auto; }

/* custom */
.no-sidebar #main-content{
	width: 900px;
}
.no-sidebar #sidebar-container{
	display: none;
}

/* images */
img.narrow {
	float: left;
	margin: 5px 10px 5px 0;
}
img.wide {
	display: block;
	margin-bottom: 15px;
}

/* ------------------------------------------------------------

	browser issues

------------------------------------------------------------ */

.floatclear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.floatclear {display: inline-block;}

/* hides from IE-mac \*/
* html .floatclear {height: 1%;}
.floatclear {display: block;}
/* end hide from IE-mac */

/* end */#page-content { background-image: url("../_Media/antonov.jpeg"); }

