/*
Created by Webstone

December 2011

www.webstone.ro

contact@webstone.ro
*/

/* Foundation v2.1.1 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Special Font
:: Links
:: Headings
:: Navigation
:: Page: Home
:: Page: Name 2
:: Miscelaneous Styles
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
body {
	background: #fff url('/simg/bg_body.jpg') repeat-x center top;
}

/* Special Font */
h1, h2, h3, h4 {
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
}

/* Links */
a {
	color:  #309eb3;
}
a:hover {
	color:  #247D87;
}
.more, a.more:link, a.more:hover, a.more:hover, .more2, a.more2:link, a.more2:hover, a.more2:hover {
	cursor: pointer;
	display: block;
	float:  right;
	text-align: right;
	background: url(/img/bg_arrows.png) no-repeat;
	background-position: right -5px;
	padding: 0px 17px 0 0;
}
.more2, a.more2:link, a.more2:hover, a.more2:hover {
	font-weight: bold;
	background-position: right -95px;
}
a.more:hover, a.more2:hover {
	
}

/* Headings */
h1 {
	margin:30px 0 0 0;
	padding-bottom: 4px;
}
h2.blue {
	color: #309eb3;
}
h3 {
	padding-bottom:  10px;
}
h4 {
	padding-bottom: 10px;
}

/* Footer */
#footer {
	background: #f5f5f5 url('/img/bg_footer.gif') no-repeat center top;
}


/* Buttons */
.green.button			{ background-color: #309eb3;  }
.nice.green.button		{ border: 1px solid #247D87;  }
.green.button:hover, .green.button:focus		{ background-color: #247D87; 	}
.medium.button 			{ font-size: 14px; padding: 8px 20px 10px; width: auto; }


/* Navigation */
.nav-bar { clear: both; height: 20px; border: 0; }	
.nav-bar>li { float: left; display: block; position: relative; padding: 0; margin: 0 5px 5px 0; border-right: 0; line-height: 45px; }
.nav-bar>li>a { color: #fff; position: relative; font-size: 16px; padding: 0 20px; display: block; text-decoration: none; font-size: 15px; font-size: 1.5rem; }
.nav-bar>li>input { margin: 0 16px; }
.nav-bar>li ul { margin-bottom: 0; }
.nav-bar>li li { line-height: 1.3; }
.nav-bar>li.has-flyout>a { padding-right: 36px; }
.nav-bar>li.has-flyout>a:after { content: ""; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #2a85e8; display: block; position: absolute; right: 18px; bottom: 20px; }
.nav-bar>li:hover>a { color: #000; z-index: 2; }
.nav-bar>li:hover>a:after { border-top-color: #141414; }
ul.nav-bar.button { padding-left: 0; padding-right: 0; }
ul.nav-bar.green.button:hover, ul.nav-bar.green.button:focus		{ background-color: #309eb3; 	}
@media only screen and (max-width: 767px) {
	.nav-bar.nice.radius.large.green.button {
		height: auto;
	}
	.nav-bar.nice.radius.large.green.button>li {
		display: block;
		float: none;
		clear: both;
		width: 100%;
		height: 40px;
		padding: 0 0 0 0;
	}
	.nav-bar.nice.radius.large.green.button>li>a {
		line-height: 40px;
		vertical-align: middle;
		text-align: center;
	}
}

.last {
	margin-right: 0 !important;
}


/* Languages */
#languages {
	padding-top: 10px;
	font-size: 12px;
}
#languages a:link, #languages a:visited, #languages a:hover {
	color: #9d9d9d;
}
#languages a.current:link, #languages a.current:visited, #languages a.current:hover {
	color: #000;
}
#languages a:hover {
	color: #000;
}

/* -----------------------------------------
	Page: Home
----------------------------------------- */
div.panel-simple { 
	padding: 20px 20px 2px 20px;
	background: #fff;
	margin: 0 0 20px 0;
	border: 1px solid #e4e4e4;
}





/* -----------------------------------------
	About
----------------------------------------- */
table.members-table tbody tr,
table.members-table tbody tr.even,
table.members-table tbody tr.alt { background: #fff; border-bottom: 1px solid #ddd; }
table.members-table tbody tr:nth-child(even) { background: #fff; border-bottom: 1px solid #ddd; }




/* -----------------------------------------
	Miscelaneous
----------------------------------------- */
.clear {
	clear: both;
}
.italic {
	font-style: italic;
}
.row {
	max-width: 1200px;
}
.no-white-space, .nowrap {
	white-space: nowrap;
}
hr.thick-blue {
	clear: both;
	border: solid #7F972E; border-width: 4px 0 0; clear: both; margin: 12px 0 18px; height: 0;
}
.intro {
	margin:  0;
	padding:  0;
}
.radius { 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.float-left {
	float:  left;
}
img.float-left {
	float: left;
	margin: 0 20px 20px 0;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}