/* RESET 
----------------------------------------------------------------------------------------------------*/

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, font, 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 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body 
{
margin-left:100px;
	background-color:Brown;
    font-size: 62.5%;
    font-family: Arial, sans-serif;   
    line-height:1;

}
ol, ul {list-style:none}
blockquote, q {quotes:none}
blockquote:before, blockquote:after, q:before, q:after {content:'';	content:none}
:focus {outline:0}
ins {text-decoration:none}
del {text-decoration:line-through}
table {border-collapse:collapse;border-spacing:0}
a:focus {outline:1px dotted invert}
img{border:0;display:block;}


/* `Safari and Google Chrome CSS
----------------------------------------------------------------------------------------------------*/
 @media screen and (-webkit-min-device-pixel-ratio:0) {
    /*skriv din CSS her*/
}


/* TYPOGRAPHY 
----------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
	color:#2e5a8c;
	font-family:Georgia, Verdana;
	font-weight:400;
	line-height:normal;
}

h1{
	font-size:3em;
	margin:0 0 0.3em;
	padding-left:10px;
}

h2{
	font-size:1.75em;
	margin:0 0 0.5em;
}

h3{
	font-size:1.05em;
}

blockquote{
	background:#f17519;
	color:#fff;
	float:right;
	font-family:Georgia, Verdana;
	font-size:1.4em;
	font-style:italic;
	font-weight:400;
	margin:0 0 0 10px;
	min-height:100px;
	padding:10px 15px 0;
	text-indent:0;
	width:200px;
}

blockquote p
{
	margin:0;
	padding:0;
}

a
{
	color:#336699;
	text-decoration:underline;
}

a:active,a:hover,a:focus
{
	color:Maroon;
	text-decoration:underline;
}


/* FORMELEMENTS 
----------------------------------------------------------------------------------------------------*/
form{padding:0px;margin:0px;}
fieldset{padding:0px;margin:0px;border:0px}
legend{display:none;}
input, textarea, select{font-size:1em;font-family:verdana, Arial;}


/* FLOATS AND CLEARS
----------------------------------------------------------------------------------------------------*/
.left{float:left;}
.right{float:right; clear:both;}
.clear{clear:both;height:0;overflow:hidden;}


/* ACCESSIBILITY
----------------------------------------------------------------------------------------------------*/
.accessibility{position: absolute;top:-999em;left:-999em;color:#999;}


/* CLEARFIX
----------------------------------------------------------------------------------------------------*/
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block; }


/* GRIDS
----------------------------------------------------------------------------------------------------*/
#wrap   {margin:0 auto; width:1024px;overflow:hidden; }
#top    {width: 1024px;padding-top:20px}
#main   {width: 1024px;min-height:660px;background-color:#E8E074; float:left;}
#bottom {width: 1024px;}
.grid_four{margin-left:10px;}
.grid_one, .grid_two, .grid_three .grid_five, .grid_seven {margin-left: 10px;}
.grid_one, .grid_two, .grid_three, .grid_four, .grid_five, .grid_six, .grid_seven, .grid_eight {
	display: inline;
	float: left;
	position:relative;
	margin-right: 0px;
}


.grid_one   {width: 111px;}
.grid_two   {width: 230px;}
.grid_three {width: 353px;}
.grid_four  {width: 561px; border-left:0.5px dashed gray; border-right:0.5px dashed gray; min-height:660px;}
.grid_five  {width: 595px;}
.grid_six   {width: 716px;}
.grid_seven {width: 837px;}
.grid_eight {width: 1024px;}
.grid_first{margin:0}

/*
.grid_one   {background:#868A08} 
.grid_two   {background:#FFFF00}
.grid_three {background:#DF01D7}
.grid_four  {background:#58FAAC}
.grid_five  {background:#2EFE2E}
.grid_six   {background:#088A4B}
.grid_seven {background:#084B8A}
.grid_eight {background:#4B8A08}
#top    {background:#585858}
#main   {background:#A4A4A4}
#bottom {background:#FF0080}
*/


/* TOP 
----------------------------------------------------------------------------------------------------*/

#top .logo {float:left;}
#top .logo span {left:-999em;position:absolute;top:-999em;}


/* SEARCH
----------------------------------------------------------------------------------------------------*/

#top .search{float:right;}
#top .search  input {float:left;margin:0;padding:0;}
#top .search  input.txt {color:#595959;font-size:2em;height:1%;padding:5px 0;width:300px;border-style:solid none solid solid; border-width:2px; border-color:#000}
#top .search input.btn {background-color:#F45842;color:#FFFFFF;cursor:pointer;font-weight:700;height:39px;width:80px;font-size:2em;padding-bottom:3px;border:solid #000 2px;}


/* SERVICENAV 
----------------------------------------------------------------------------------------------------*/

.servicenav {float:right;width:600px;}
.servicenav ul{border:0 none;list-style-image:none;list-style-position:outside;list-style-type:none;float:right;}
.servicenav ul li {float:left;min-width:5em;padding:0.5em 0 0.5em 1em;}
.servicenav ul li a.active {color:Maroon;font-weight:700;text-decoration:none;}
.servicenav ul li a {color:#000;font-size:11px;line-height:10px;position:relative;top:-2px;}


/* BREADCRUMB 
----------------------------------------------------------------------------------------------------*/

.breadcrumb{float:left;margin:8px 0 5px;padding:5px 0 5px;font-size:1.2em}
.breadcrumb span{float:left;font-weight:700;color:#000;margin-right:8px; margin-left:20px;}
.breadcrumb ul{list-style-type:none;list-style-position:outside;margin:0;padding:0;float:left}
.breadcrumb ul li{float:left;padding-right:20px; margin-right:10px;}
.breadcrumb ul li a{color:#000;float:left;text-decoration:none;white-space:nowrap;}
.breadcrumb ul li a:hover{color:#595959}
.breadcrumb ul li.active{background:0 none}
.breadcrumb ul li.active a{color:#595959;text-decoration:none}


/* TOOLS 
----------------------------------------------------------------------------------------------------*/

.tools{float:right;font-size:1.2em;margin:5px 0 5px;padding:5px 0 0 0;}
.tools ul{padding:0;margin:0;float:left;}
.tools ul li{padding:0;float:left;list-style:none;padding:0 5px 0 5px;}
.tools ul li a{float:left;color:#000;white-space:nowrap;line-height:1.2em;text-decoration:none;}
.tools ul li a.print{}
.tools ul li a.read{}
.tools ul li a.remove{}
.tools ul li a.share{}
.tools ul li a.increase{}
.tools ul li a.decrease{}
.tools ul li a:active, .tools ul li a:focus, .tools ul li a:hover{text-decoration:underline; }


/* PRIMARY NAVIGATION
----------------------------------------------------------------------------------------------------*/

.primarynavigation{background-color:#E8E074;margin:0;float:left;width:100%;margin:10px 0;font-size:1.5em; height:30px;}
.primarynavigation ul{padding:0;margin:0;float:left;}
.primarynavigation ul li{padding:0;margin:0;float:left;list-style:none;}
.primarynavigation ul li a{float:left;color:#000;padding:10px 15px;text-decoration:none;font-weight:700}
.primarynavigation ul li a:hover{color:Maroon;}
.primarynavigation ul li.active a{background:#f17519;}
.primarynavigation ul li a:active, #primarynavigation ul li a:focus, #primarynavigation ul li a:hover{background:#f17519;}
.primarynavigation ul li a span{cursor:pointer}
.primarynavigation ul li a strong{font-weight:normal;}


/* SECONDAY NAVIGATION
----------------------------------------------------------------------------------------------------*/

.secondarynavigation{width:90%;background-color:Transparent;font-size:1.3em; display:block; height:100px;}
/*.secondarynavigation li{border-top:1px solid #F45842;}*/
.secondarynavigation ul ul{margin-left:-20px;}
.secondarynavigation ul li{padding-left:20px;}
.secondarynavigation ul ul ul{margin-left:-40px;}
.secondarynavigation ul li li{padding-left:40px;}
.secondarynavigation ul li li li{padding-left:60px;}
.secondarynavigation li a{line-height:22px;color:#000;font-weight:700;text-decoration:none}
.secondarynavigation li a:hover{text-decoration:underline}
.secondarynavigation a.active{font-weight:700}


/* CONTENT AREA
----------------------------------------------------------------------------------------------------*/
.manchet{font-size:1.8em;margin-bottom:40px;color:#666666; padding-left:10px;}
.content{font-size:1.5em; padding-left:10px; padding-right:5px;}
.content p{margin-bottom:10px}
.content ul {margin-bottom:10px;padding-left:14px;}
.content ul ul, .content ul ul ul {margin-bottom:0}
.content ul li {
    letter-spacing:0.025em;
    list-style-position:outside;
    list-style-type:disc;
}

/* footernav 
----------------------------------------------------------------------------------------------------*/

#bottom{font-size:1.1em}
#bottom p{float:left}
.footernav {float:right;width:400px;}
.footernav ul{float:right;}
.footernav ul li {float:left;min-width:5em;padding:0.5em 0 0.5em 1em;}
.footernav ul li a.active {color:#595959;font-weight:700;text-decoration:none;}
.footernav ul li a {color:#000;line-height:10px;position:relative;top:-2px;}
.footernav ul li a:hover {color:Maroon}

/* ADDTHIS */
.addthis_button_print span { display: none; }


/*LEFT DIV*/
.leftDiv{width:210px; height:761px; float:left; margin:auto; background-image:url('../media/Grigorie.png'); background-repeat:no-repeat; margin-top:200px; display:inline-block; margin-right:10px;}

/*RIGHT DIV*/
.rightDiv{width:210px; height:761px;float:left; background-image:url('../media/Nicodim.png'); background-repeat:no-repeat; margin-top:200px; display:inline-block; margin-left:0px;}

.carte{
width:120px;
height:180;
margin:10px 20px 10px 20px;
float:left;
}

.carteTitlu{
font-size:1.2em;
height:30px;
}

.carteImg{
width:120px;
height:140px;
margin-top:10px;
}

.dotsBottom
{
	border-bottom:0.5px dashed gray;
}

.rightTools{float:right;}














/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

