/*
Title:     GraphiXe style
Author:    dianakoleva@gmail.com
*/


body, html{
	margin: 0;
	padding: 0;
	font: 13px "Trebuchet MS","Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial;
	color: #d4deed;
	text-align: center;
	background: #1f2e3b;
}

/* ---- master reset  ----*/

div{
	margin: 0;
	padding: 0;
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
}

li.linkcat{
	displaY: none;
}



#linkcat-4{
	border: 1px solid #fff;
}

/* ---- structure   ----*/


#container{
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#top{
	height: 117px;
	background: url(img/bgtop.gif) repeat-x;
}

#logo{
	float: left;
	padding: 10px 0 0 0;
}

#logo span{
	display: none;
}

#logo img{
	display: inline;
	border: 0;
}

#header{
	height: 274px;
	background:url(img/header.jpg) no-repeat;
}

#header span{
	display: block;
	margin: 40px 10px 0 0;
	float: right;	
	width: 400px;
}

#header img{
	display: block;
	margin: 0 0 28px 0;
}

/* ---- menu ----*/

#menu{
	float: right;
	height: 82px;
	margin: 16px 20px 0 0;
	background: url("img/bg_menu.gif") no-repeat;
}


#menu ul {
	list-style:none;
}

#menu li {
	float: left;
	margin:0;
	padding:0;
}

#but{
  display: block;
  width: 83px;
  height: 82px;
  background: url("img/but1.gif") no-repeat 0 0;
}

#but:hover{ 
  background-position: 0 -82px;
}

#but span{
  display: none;
}

#but2{
  display: block;
  width: 85px;
  height: 82px;
  margin: 0 0 0 53px;
  background: url("img/but2.gif") no-repeat 0 0;
}

#but2:hover{ 
  background-position: 0 -82px;
}

#but2 span{
  display: none;
}

#but3{
  display: block;
  width: 81px;
  height: 82px;
  margin: 0 0 0 47px;
  background: url("img/but3.gif") no-repeat 0 0;
}

#but3:hover{ 
  background-position: 0 -82px;
}

#but3 span
{
  display: none;
}

#but4{
  display: block;
  width: 92px;
  height: 82px;
  margin: 0 0 0 48px;
  background: url("img/but4.gif") no-repeat 0 0;

}

#but4:hover{ 
  background-position: 0 -82px;
}

#but4 span{
  display: none;
}

/* ---- end of menuu ----*/

#main{
	background: url("img/midbg.jpg") no-repeat top;

}

#left{
	float: left;
	width: 750px;
	text-align: left;
}

#right{
	float: right;
	width: 185px;
	padding: 25px 0 10px 0;
}

#right ul li{
	padding: 5px 0;
	border-bottom: 1px dashed #818e9c;
	margin: 0;
}

#right ul{
	margin: 7px 0 16px 0;
	padding: 0;
}

#right ul li a{
	font-size: 11px;
	color:#ff7cae;
	text-decoration: none;
}

.single{
	display: block;
}

#tags{
	padding: 16px 0;
	line-height: 19px;
}

#tags a:link{
	font-size: 11px;
	
}

#tags a:visited{
	font-size: 11px;
	color: #fff;
}

a.pink:link{
	color: #FF66CC;
}

a.pink:visited{
	color: #FF66CC;
}

a.pink: hover{
	color: #FF66CC;
}

.sm{
	text-size: 10px;
	text-align: center;
	margin: 15px 0 0 0;
}

/* ----- lists---------*/

ol{
	margin: 45px 0 0 10px;
	padding: 0;
	list-style-type: none;
}

ol li{
	float: left;
	width: 343px;
	margin: 0 25px 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #6a747f;
}

ol li img{
	float: left;
	margin: 0 10px 0 0;
}

/* ----- end of lists -----*/

/* ---- footer ----*/

#footer{
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #6c757f;
	color: #6c757f;
	font-size: 11px;
	text-align: right;
}

#footer a:link{
	text-decoration: none;
	color: #959a9e;
	font-size: 11px;	
}

#footer a:visited{
	text-decoration: none;
	color: #959a9e;
	font-size: 11px;	
}

#footer a:hover{
	text-decoration: underline;
	color: #8e969e;
	font-size: 11px;	
}

/* ---- end of footer ----*/

/* ---- links ----*/

a:link{
	color: #fcd002;
	text-decoration: underline;
	font-weight: normal;
}

a:visited{
	color: #fcb202;
	font-weight: normal;
}

a:hover{
	color: #fcb802;
	font-weight: normal;
}

a {
outline: none;
}

a img{
outline: none;
border: 0;
}

/* ---- end of links ----*/

/* ---- headings ----*/

h1{
	color: #d4deed;
	font-weight: normal;
	font-size: 1.5em;
	margin: 10px 0 10px 5px;
}

h2{
	color: #d4deed;
	font-weight: bold;
	font-size: 1.1em;
	margin: 10px;
}

/* ---- form ----*/

input, textarea{
	border: 1px dashed #9ea5ab;
	margin: 0 0 9px 0;
	font: 0.9em "Trebuchet MS","Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial;
	background: #5a5e62;
	color: #e6e9eb;
}

input{
	height: 22px;
		
}

textarea{
	margin: 0 0 2px 0;
}


/* ---- end of form ----*/

#counter{
	display: inline;
	visibility: hidden;
}


#lightbox{
	background-color:#fff;
	padding: 16px;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 12px; right: 10px; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(img/overlay.png); }

* html #overlay{
	background-color: #000;
	background-color: transparent;
	background-image: url(img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/overlay.png", sizingMethod="scale");
	}
