* {
  margin: 0;
  padding: 0;
  border: 0;

}
li {
	padding:0;
	margin:0;
}
body { 
  line-height: 1.5; 
}

a img { border: none; }
/*--------------------------*/
body {
  background: #f5f5f5;
  font-family: Verdana, Georgia, “Lucida Sans Unicode”, sans-serif;
  font-size: 12px;
  color: #666;
}

/* General */

:focus {
	outline: 0;
}

a {
  text-decoration: none;
}
ul, dt {
	list-style: none;
}


/* Container */

#main_container {
  background: #fff url("images/bck.jpg") repeat-x top !important;

}

.container {
  width: 960px;
  margin: auto;
}

.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

/* Header */

#header {
  height: 156px;
}

.logo {
  float: left;
  height: 156px;
  width: 150px;
    
}

.logo h1 {
  width: 398px;
  height: 156px; 
  margin-top: 30px;  
  background: url(images/logoglu.png) left top no-repeat;
}


.logo h1 a {
  display: block;
  width: 398px;
  height: 156px; 
  color: #fff; 
  font-size: 38px;
  font-weight: bold;
  

}
.logo a * {
	display: none;
}
.logo h2{
	color: #fff;
	font-size: 10px;
	letter-spacing: 2px;
	display: block;
	padding-left: 5px;
	margin-top: -15px;
	font-weight: bold;

}

.logo h1 a:hover{
	color: #fff;
}

ul.menu  {
  float: right;
  margin-top: 5px;
  padding-bottom: 10px;
  width: 377px;
  text-align: center;
  background: url("images/dashed_h.png") no-repeat bottom;
}

ul.menu li {
  display: inline;
  padding: 10px 10px 70px 10px;
  background: url("images/dashed_v.png") no-repeat top right;
  margin-left: -5px;
}

ul.menu  li a {
  color: #fff;
  padding-bottom: 70px;
}

ul.menu  li:hover {
  background: url("images/menu_hov.png") repeat-x top right;
}


.button a {
  display: block;
  width: 324px;
  height: 70px;
  position: relative;
  top: 145px;
  left: 61px;
  background: url("images/call-but.png") no-repeat 0px -70px;   
}

.button a:hover {
  background: url("images/call-but.png") no-repeat 0px 0px;   
}

/* Contents */

#contents {
  float: left;
  width: 660px;
  padding-left: 00px;
  margin-top: 50px;
}
#contents p a:visited,#contents p a:link {
	border-bottom:dotted 1px gray;
}
#contents p a:hover{
	border-bottom: dashed 1px gray;
}
#contents #rss a{
	border:none;
}
#contents p {
	clear: both;
}

#contents ul, #contents ol {
	list-style-type:none;
	color: #696969;
	list-style: decimal;
	text-align: justify;
	background: url("images/dashed_v_g.png") no-repeat right;
	margin-left: 10px;
	padding: 10px 15px 10px 80px;
	text-align: justify;
}
#contents dl {
	list-style-type:none;
	color: #696969;
	margin-left: 10px;
	background: url("images/dashed_v_g.png") no-repeat right;
		padding: 10px 15px 10px 30px;
	text-align: justify;
}
#contents dt{
	font-weight: bold;
}
#contents ul li,#contents dd,#contents dt {
	margin: 5px 0 0 0;

}
#contents ul ul {
	color: #696969;
	list-style: lower-alpha;
	padding: 0 0 0 45px;
	background: none;
}


ul#nav {
	display: block;
	height: 30px;
	width: 100%;
	padding-top:4px;
	clear: both;
	}

#nav li{
	display: inline;
	color: #fff;
	margin: 0 2px;
}
#nav li a {
	
	padding: 5px 15px;
	
	color: #175B7C;
	background-color: #C0DAFF;
}

#nav li a:hover {
	background-color: #c1dc69;
		color: #fff;
		background-color: #175B7C;
}
 




#contents h1 {
  padding-bottom: 0px;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
  color: #424242;
  display: block;
  background: url("images/dashed_h_g.png") no-repeat bottom right;
}

#contents h2 {
  padding-bottom: 0px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  color: #424242;
  display: block;
  background: url("images/dashed_h_g.png") no-repeat bottom right;
}

#contents h3 {
  padding-bottom: 0px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  color: #424242;
  display: block;
  background: url("images/dashed_h_g.png") no-repeat bottom right;
}

#contents h4 {
  padding-bottom: 0px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  color: #424242;
  display: block;
  background: url("images/dashed_h_g.png") no-repeat bottom right;
}
.box {
  width: 300px;
  float: right;
  margin: 0 0px 30px 15px;
  background: url("images/dashed_v_g.png") no-repeat right;
  height: 200px;    
}
.box h1, .box h2, .box h3, .box h4, .box h5, .box h6{
	background: url("images/dashed_h_g.png") no-repeat bottom right;
	font-size: 18px;
	text-align: right;	
}
.box a{
color: gray;
}
.box h1 a:hover ,h1 a:hover {
  color: #d5943f;
}

.box p, #contents p {
	margin-left: 10px;
	padding: 10px 15px 10px 5px;
	background: url("images/dashed_v_g.png") no-repeat right;
	text-align: justify;
}
                              
.top_left a {
  background: url("images/ico_top_left.png") no-repeat left center;
  padding: 20px 5px 20px 85px;
}

.top_right a {
  background: url("images/ico_top_right.png") no-repeat left center;
  padding: 20px 5px 20px 70px;
}

.down_left a {
  background: url("images/ico_down_left.png") no-repeat left center;
  padding: 20px 5px 20px 72px;
}

.down_right a {
  background: url("images/ico_down_right.png") no-repeat left center;
  padding: 20px 5px 20px 72px;
}

span.button_post_g a, span.button_post_o a {
  display: block;
  width: 256px;
  height: 46px;
  position: relative;
  top: -10px;
  left: 83px; 
}

span.button_post_g a {
  background: url("images/call-but-post.png") no-repeat right top;  
}

span.button_post_o a {
  background: url("images/call-but-post_o.png") no-repeat right top;   
}

/* Sidebar */

#sidebar {
  float: right;
  margin-top: -70px;
   margin: -70px 10px;
  width: 200px;
  padding: 0 20px 0 20px;
  background: #fff;
  border: 1px solid #dcdcdc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
   
  font-size: 11px;
}


#sidebar ul {
	padding-left: 15px;
	list-style-type: none;
}

#sidebar ul ul {
	list-style: square;
		margin: 0 0 0 0px;
}
#sidebar ul ul li{
	list-style: square;
}
#sidebar li, #sidebar li a {
	list-style: none;

}


#sidebar img {
  margin-top: 10px;
  border: 3px solid #bdbdbd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#sidebar h2 {
  font-size: 18px;
padding: 15px 0 0 0;
background: url("images/dashed_h_g.png") no-repeat bottom right;
}

#sidebar p, #sidebar li {
  padding-top: 3px;
}

#sidebar ul li a {
  display: block;
  font-weight: bold;
  color: #666;

}
#sidebar ul li a:hover {
  color: #d5943f;
}

#sidebar h5 {
	background: url("images/dashed_h_g.png") no-repeat bottom right;
	color:	#696969;
	font-size: 16px;
	margin: 10px 0 10px 0 ;
	padding: 0;
	font-weight: bold;
	text-align: left;

}

#sidebar form{
	clear: both;
	width: 90%;
	height: 45px;
	margin: 0 auto;

}

#sidebar  input {
	width: 150px;
	font-size: 12px;
	padding: 3px;
	margin:0 0 0 15px;
	border: 1px solid gray;
	color: #aaa;
}

#sidebar  input:focus {
		color: #D94F25;
}

.side_meta_info {
  color: #d5943f;
}

#kanaly {
	clear: both;
	margin:0;
	padding: 0;

}
#kanaly h5 {
	font-size: 14px;
	font-weight: bold;
	}
#kanaly ul {
	display: inline;
}
#kanaly ul li{
	display: inline;
	float: left;
}
#kanaly ul li a span{
	display: none;
	
}
#kanaly ul li a {
	display: block;
	width: 120px;
	height:70px;
	
}
#kanaly ul li a:hover {
	display: block;
}
#kanaly .rss:hover, #kanaly .facebook:hover, #kanaly .flaker:hover {
	background-repeat:no-repeat;
	background-position: top left;
}
#kanaly .blip {
	background: url(images/blinker_blip.png) no-repeat 0 25px;
}
#kanaly .blip:hover {
	background-repeat:no-repeat;
	background-position: 0 10px;
}

#kanaly .rss {
	background: url(images/blinker_rss.png) no-repeat 0 15px;
}

#kanaly .flaker {
	background: url(images/blinker_flaker.png) no-repeat 0 15px;
}

#kanaly .facebook {
	background: url(http://www.blacktiephotography.mobi/images/Facebook_Logo%20100.png) no-repeat 0 15px;
	background: url(images/facebook-logo_100x100.png) no-repeat 0 15px;
	
}


/* Footer */

#footer {
  background: url("images/bck_foot.jpg") repeat-x 0 -4px; 
}
#blip-status * {
	display: inline;
}
.foot_info {
  margin: auto;
  width: 960px;
}

.fcol, .fcol2, .fcol3, .fcol4{
	margin: 20px 20px -30px 0px;
   padding: 0px 5px 0px 5px;
   height: 300px; 
}

.fcol {
  width: 280px;
  float: left;

}

.fcol2 {
  width: 240px;
  float: left;

}
.fcol3 {
  width: 211px;
  float: left;

}
.fcol4 {
  width: 88px;
  float: right;
   
 
}


.foot_info h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 6px;
  padding: 0px 0px 8px 0px;
  background: url("images/dashed_f.png") no-repeat center bottom; 
}

.foot_info h5 a {
  color: #306e8f;
  background: url("images/ico_foot.png") no-repeat top right;
  padding: 10px 45px 10px 0; 
}

.foot_info h5 a:hover {
  color: #fff;
}

.foot_info ul li {
  padding: 8px 0px;
  background: url("images/dashed_f.png") no-repeat center bottom; 
}
.foot_info ul.linki li {
  padding: 1px 0px;
  background: url("images/dashed_f.png") no-repeat center bottom; 
	font-size: 11px;
}
.foot_info ul.buttons li { 
background: none;
}
.fcol4  { 
background: none;
}
.foot_info ul li a {
  color: #fff;
  display: block;
}

.foot_info ul li a:hover {
  color: #c3dd6c;
}

.linki li a:hover {
  color: #d5943f;
}

li.foot_ico_1 a {
  padding-right: 50px;
  margin-right: 11px;
  background: url("images/ico_foot_1.png") no-repeat center right;
}

li.foot_ico_2 a {
  padding-right: 50px;
  margin-right: 8px;
  background: url("images/ico_foot_2.png") no-repeat center right; 
}

li.foot_ico_3 a {
  padding-right: 50px;
  margin-right: 12px;
  background: url("images/ico_foot_3.png") no-repeat center right; 
}





.foot_info img {
  border: 3px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0;
  padding: 0;
}

#credits {
  clear: both;
  margin-bottom: 10px;
}

#credits p {
  width: 600px;
  text-align: left;
  margin: 0 0 0 35px;
 
}

#credits p a {
  font-weight: bold;
  color: #666;
  width: 600px;
  text-align: center;
  margin: auto;
  font-size: 11px;
}

#credits p a:hover {
  border-bottom: 1px dotted #666;
}  

#credits ul {
	float: right;
	text-align: right;
	width: 60%;
	margin: -19px 30px 0 0 ;
}

#credits ul li{
	display: inline;
}/*
#credits ul li a{
	color: #000;
	border-right: 1px solid gray;
	padding: 0 7px 0 7px;
}
*/



#credits ul li a {
	background-color: #175B7C;
	padding: 5px 15px;
	color: #fff;
	color: #175B7C;
	background-color: #C0DAFF;
}

#credits ul li a:hover {
	background-color: #c1dc69;
	color: #175B7C;
	color: #fff;
		background-color: #175B7C;
}

.rss_link {
	padding-left: 25px !important;
	background: url(images/RSS_16.png)  no-repeat 5px 5px;
		
}
.rss_link:hover{
	background-color: orange !important;
	background: url(images/RSS_16.png)  no-repeat 5px 5px;
}
.rand_faq {
	padding: 5px !important;}
.rand_faq li{
	list-style: circle;
}	


/*--------------------------------*/
@import url(other.css);