/*
* 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
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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%;
		vertical-align: baseline; }
	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; }


/* #Basic Styles
================================================== */
	body {
		font-family: arial, helvetica, sans-serif;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
h1{
margin: 0 0 0.5em 0;
padding: 0;
 font-family: Lato, Palatino, Times New Roman, Serif;
  color: #211651;
  font-weight: 400;
  font-size: 220%;
  line-height: 120%;
}

h2{
  margin: 0 0 0.5em 0;
  padding: 0;
  font-family: Lato, Palatino, Times New Roman, Serif;
  font-weight: 600;
  color: #211651;
  font-size: 140%;
  line-height: 120%;
}
h3{
  margin: 0 0 0.5em 0;
  padding: 0;
  font-family: Lato, Palatino, Times New Roman, Serif;
  font-weight: 600;
  color: #211651;
  font-size: 120%;
  line-height: 120%;
}

.telBox{
border-bottom: 8px solid #fec524;
margin-bottom: 20px;
}
h2 .tel{
  display: block;
  padding-top: 0.2em;
  font-weight: 800;
  font-size: 160%;
}

p.intro{
  font-family: Lato, Palatino, Times New Roman, Serif;
  font-size: 100%;
  font-weight: 800;
}
p, li{
margin: 0 0 1em 0;
padding: 0;
color: #666;
font-size: 87.5%;
  line-height: 130%;
}

/* #Links
================================================== */
a:link,
a:visited{
color: #211651;
text-decoration: underline;
}
a:hover,
a:active,
a:focus{
color: #fff;
background: #211651;
text-decoration: none;
}
	p a, p a:visited { 
  line-height: inherit; 
}

.moreLink a{
	text-decoration: none;
	}
.moreLink .ss-icon{
	position: relative;
	top: 0.1em;
	}

/* #Lists
================================================== */
	ul, ol { margin-bottom: 1em; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }



ul.linklist{
margin: 0.5em 0 1em 0;
padding: 0;
list-style: none;
}

ul.linklist li{
margin: 0 0 0.5em 0;
padding: 0.2em 0 0.2em 25px;
background: url(http://www.bdsgn.hu/old/images/content-pointer.gif) top left no-repeat;
background-position: 0 0.2em;
line-height: 1.4em;
font-weight: bold;
}

aside ul.linklist li{
padding: 0.4em 0 0.4em 30px;
background: url(http://www.bdsgn.hu/old/images/link-icon.gif) top left no-repeat;
background-position: 1px 0.3em!important;
display: block;
}

ul.linklist li a:link,
ul.linklist li a:visited{
text-decoration: none;
color: #666;
}

ul.linklist li a:hover,
ul.linklist li a:active,
ul.linklist li a:focus{
text-decoration: underline;
color: #c00;
  background: none;
}

.pointerList li,
.tickList li,
.docList{
	padding-left: 1.8em;
	}

.pointerList {
  list-style: none;
}

.pointerList.blocks li{
	margin: 0;
	padding: 0;
	}
.pointerList.blocks li:before {
  content: "";
  display: none;
}
.pointerList.blocks li a:link,
.pointerList.blocks li a:visited{
	display: block;
	padding: 10px 10px 10px 1.8em;
	margin: 0 0 4px 0;
	background: #ececec;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-m-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	}
.pointerList.blocks li a:link:before,
.pointerList.blocks li a:visited:before {
  content: "\25BB";
  font-family: "SSStandard";
  font-size: 87.5%;
  margin-left: -1em;
  padding-right: 0.8em;
  color: #211651;
}
.pointerList.blocks li a:hover,
.pointerList.blocks li a:active,
.pointerList.blocks li a:focus{
	display: block;
	padding: 10px 10px 10px 1.8em;
	margin: 0 0 4px 0;
	background: #211651;
	text-decoration: none;
	}
.pointerList.blocks li a:hover:before,
.pointerList.blocks li a:active:before,
.pointerList.blocks li a:focus:before {
  content: "\25BB";
  font-family: "SSStandard";
  font-size: 87.5%;
  margin-left: -1em;
  padding-right: 0.8em;
  color: #fff;
}

.pointerList li:before {
  content: "\25BB";
  font-family: "SSStandard";
  font-size: 87.5%;
  margin-left: -1.8em;
  padding-right: 0.8em;
  color: #211651;
}
.tickList {
  list-style: none;
}

.tickList li{
	margin: 0 0 0.5em 0;
	}

.tickList li:before {
  content: "\2713";
  font-family: "SSStandard";
  font-size: 87.5%;
  margin-left: -1.8em;
  padding-right: 0.8em;
  color: #211651;
}
.docList {
  list-style: none;
}
.docList li:before {
  content: "?";
  font-family: "SSStandard";
  font-size: 87.5%;
  margin-left: -1.8em;
  padding-right: 0.8em;
  color: #211651;
}


/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }
		
img.border{
  border: 4px solid #fff;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
img.shadow{
box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

img.addbottompad{
  margin-bottom: 20px;
}


/* #Buttons
================================================== */


/* #Forms
================================================== */


/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


a:focus{
	outline: none;
	}


/* #Site Map
================================================== */

.sitemap > li{
display: block;
border: 2px solid #ececec;
}
.sitemap li a{
display: block;
padding: 10px;
background: #ececec;
text-decoration: none;
font-weight: bold;
}
.sitemap li a{
}
.sitemap ul{
margin: 10px 0 0 0;
}
.sitemap ul li a{
display: block;
margin-right: 10px;
padding: 10px 10px 10px 10px;
background: #ececec;
border-left: 10px solid #fff;
font-weight: normal;
}
.sitemap li a:link,
.sitemap li a:visited,
.sitemap ul li a:link,
.sitemap ul li a:visited{
background: #ececec;
}
.sitemap li a:hover,
.sitemap li a:active,
.sitemap li a:focus,
.sitemap ul li a:hover,
.sitemap ul li a:active,
.sitemap ul li a:focus{
background: #211651;
}

