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

styles.css

Project:	Gartner.sk 
Version:	1.0
Author: 	Rastislav Gartner
URL:		www.gartner.sk
Copyright:  Gartner.sk
License:	Gartner.sk
	
----------------------------------------------- */

/* @group Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end */


/* Automatically clear elements for standards-compliant browsers */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Trigger has-layout for IE compatibility */
.clearfix {
	zoom: 1;
}


/* @group Custom
----------------------------------------------- */
body {
	margin: 0 auto;
	background: #f0f0f0 url(../images/pattern.png) repeat left top;
	color: #7d7d7d;
	font: normal 0.9em/1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #4a4a4a;
	text-decoration: none;
}
a:hover {
	color: #181818;
	border-bottom: 1px solid #969696;
}

span.hidden {
	display: none;
}

/* @end */


/* @group pageHeader
----------------------------------------------- */
#pageHeader {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	width: 940px;
	text-align: center;
}

#pageNav {
	float: right;
	text-align: right;
	padding-top: 122px;
}
#pageNav li {
	display: inline;
	margin: 0 0 0 12px;
}
#pageNav li a.selected {
	color: #969696;
}

#pageNavLeft {
	float: left;
	text-align: left;
	padding-top: 122px;
}
#pageNavLeft li {
	display: inline;
	margin: 0 12px 0 0;
}
#pageNavLeft li a {
	padding-left: 10px;
	background: url('../images/arrow-goback.png') no-repeat left center;
}

#pageLogo {
	margin: 0 auto;
	text-align: center;
	width: 330px;
}
#pageLogo #avatar a {
	margin: 10px auto;
	text-align: center;
	width: 90px;
	height: 90px;
	display: block;
	background: url('../images/logo.png') no-repeat center center;
	border: none;
}

#pageLogo h3 {
	color: #181818;
	font-size: 160%;
	line-height: 160%;
}
#pageLogo h3 span.small {
	color: #b0b0b0;
	font-size: 60%;
}

/* @end */


/* @group pageHeadline
----------------------------------------------- */
#pageHeadline {
	clear: both;
	margin: 0 auto;
	padding: 30px 0;
	width: 940px;
	text-align: center;
	border-top: 1px solid #e1e2e3;
}
#pageHeadline h1 {
	color: #4a4a4a;
	font-size: 140%;
	line-height: 140%;
}
#pageHeadline h2 {
	color: #969696;
	font-size: 140%;
	line-height: 140%;
}
#pageHeadline h4 {
	color: #969696;
	font-size: 100%;
	line-height: 140%;
}

/* @end */


/* @group pageDetail
----------------------------------------------- */
#pageDetail {
	clear: both;
	margin: 0 auto;
	text-align: center;
	background: #f0f0f0 url(../images/pattern.png) repeat left top;
}

#pageDetail p.article {
	line-height: 160%;
	margin-bottom: 20px;
}
#pageDetail p strong {
	color: #4a4a4a;
	font-size: 110%;
	font-weight: normal;
}

#pageDetail h1 {
	color: #4a4a4a;
	font-size: 140%;
	line-height: 140%;
	padding: 30px 0 5px 0;
	background: url('../images/h-line-short.png') no-repeat center top;
}
#pageDetail h2 {
	color: #969696;
	font-size: 140%;
	line-height: 140%;
	padding: 20px 0 5px 0;
}

#pageDetail p.light {
	color: #b0b0b0;
}

/* @end */


/* @group pageThumbnails
----------------------------------------------- */
#pageThumbnails {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
	text-align: center;
	background: url('../images/h-line-short.png') no-repeat center top;
}
#pageThumbnails li {
	display: inline;	
}
#pageThumbnails li a {
	float: left;
	width: 220px;
	height: 160px;
	margin: 10px;
	border: none;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-box-shadow: 0 1px 3px #d5d6d7;
	-webkit-box-shadow: 0 1px 3px #d5d6d7;
	box-shadow: 0 1px 3px #d5d6d7;
}

#pageThumbnails li a div.overlayBox {
	margin: 10px;
	display: none;
	opacity: 0.9;
	width: 170px;
	height: 110px;
	text-align: left;
	background: #181818;
	color: #fff;
	padding: 15px;
}
#pageThumbnails li a div.overlayBox span.pType {
	color: #969696;
	font-size: 80%;
}
#pageThumbnails li a:hover div.overlayBox {
	display: block;
}

/* @end */


/* @group pageSocial
----------------------------------------------- */
#pageSocial {
	clear: both;
	margin: 0 auto;
	padding: 30px 0;
	width: 940px;
	text-align: center;
	background: url('../images/h-line-short.png') no-repeat center top;
}
#pageSocial li {
	display: inline;
	margin: 0 6px;
}

/* @end */


/* @group pageFooter
----------------------------------------------- */
#pageFooter {
	clear: both;
	margin: 0 auto;
	padding: 30px 0;
	width: 940px;
	text-align: center;
	border-top: 1px solid #e1e2e3;
}
#pageFooter p {
	color: #bdbdbd;
	font-size: 80%;
}
#pageFooter p.apple {
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	width: 24px;
	height: 24px;
	display: block;
	background: url('../images/apple-logo.png') no-repeat center center;
}

/* @end */





