/*
Theme Name: Surf
Theme URI: http://blogservice.ru
Description: SurfSite Theme
Version: 1
Author: BlogService.ru
*/




html, body { height: 100%; }

body {
	background: #5D2E12 url(images/back.png) 0 repeat;
	color: #330606;
	text-align: center;
	font-family: Verdana, Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px 0 20px 0;
}

* {
	padding:0;
	margin:0;
}



#container {
	background: #FFF url(images/repeat.png) repeat;
	min-height: 100%;
	_height: 100%;
	width: 763px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
/* Header */
h1#header {
	margin: 0;
	height: 559px;
	background: url(images/header.jpg) 0 no-repeat;
/*	text-indent: -1234em; */
}
#header a {
	position: absolute;
	left: 7px;
	top: 2px;
	height: 26px;
	width: 23px;
	text-decoration: none;
}
#header em {
	display: none;
}



#blog_name {
	position: absolute;
	left: 375px;
	top: 60px;
	color: #C8A470;
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size: 28px;

}

#blog_slogan {
	position: absolute;
	left: 379px;
	top: 95px;
	color: #FF9933;
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size: 16px;
	letter-spacing: -0.2px;
	word-spacing: -0.4px;


}

#blog_link {
	position: absolute;
	left: 498px;
	top: 115px;
	color: #997146;
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size: 14px;
	letter-spacing: -0.2px;
	word-spacing: -0.4px;


}


/* Sidebar Positioning */


#sidebar {
	color: #ff6600;
	margin: 0px 30px 0 10px;
	width: 160px;
	float: right;

}



/* Navigation Links */
#pathway {
	position: absolute; 
	left: 570px;
	top: 350px;
	color: #ff6600;
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-size: 12px;
	width: 160px;
	height:1%
}

#mod {
position: relative; /* peekaboo bug fix for IE6 */
min-width: 0; /* peekaboo bug fix for IE7 */
}


#pathway a {
	color: #CD7829;
	text-decoration: none;
}

#pathway a:visited {
	color: #CD7829;
	text-decoration: none;
}

#pathway a:hover {
	color: #F3DCBA;
	text-decoration: none;
}

#menu_view {
	position: absolute;
	left: 240px;
	top: 5px;
	color: #FFCC99;
	margin: 0;
	padding: 0;
	font-weight:bold;
	text-transform: lowercase;
	word-spacing: 3px;
	letter-spacing: 1.5px;
	font-size: 11px;
}

#menu_view a {
	color: #E1D6A4;
	text-decoration: none;

}
#menu_view a:hover {
	color: #FFFFFF;
}


#menu_view ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px;
}
#menu_view li {
	padding: 0 13px 0 4px;
	margin: 0;
	display: inline;
}
#menu_view li a {
	color: #E1D6A4;
	text-decoration: none;
}

#menu_view li a:hover {
	color: #FFFFFF;
}

#menu_two {
	position: absolute;
	left: 250px;
	top: 180px;
	color: #CC9950;
	margin: 0;
	padding: 0;
	font-weight:bold;
	text-transform: lowercase;
	word-spacing: 5px;
	letter-spacing: 1.5px;
	font-size: 12px;
}

#menu_two a {
	color: #E1D6A4;
	text-decoration: none;
}
#menu_two a:hover {
	color: #FFFFFF;
}

#menu_two ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px;
}
#menu_two li {
	padding: 0 13px 0 4px;
	margin: 0;
	display: inline;
}
#menu_two li a {
	color: #E1D6A4;
	text-decoration: none;
}

#menu_two li a:hover {
	color: #FFFFFF;
}



/* Content */
#wrapper {
	width: 502px;
	float: left;
	position: relative;

}


#content {
	padding: 0 0px 10px 40px;
}

#content small {
	font-size: 10px;
	color: #bb720a;
}

#content h2 {
	font-family: times, georgia;
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0 0 0;
}


#concert {
	padding: 0 0 10px 15px;
	margin: 0 0px 0 41px;
	background-color: #fdeecd;
}

#concert h2 {
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0 0 0;
}

.date {
	font-size: 10px;
	color: #bb720a;
	padding: 0 0 10px 0;
	margin: 0 10px 0 0;
	border-bottom: 1px dotted #ee9f2e;
}

hr#clear {
	clear: both;
	height: 65px;
	visibility: hidden; 
}


h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #ff6600;
	font-weight: bold;
}


hr.clearing {
	height: 1px;
	visibility: hidden; 
	clear:both;
	width: 500px;
	margin: 0;
}


.bigger {
	font-size: 12px;
}

ul#bigger_list {
	margin-left: 5px;
	padding: 0;
	color:	#ff6600;
	font-size: 12px;
	font-weight: bold;
	 line-height: 1.4;
}

#pre_path {
color: #FFFFFF;
}


p, 
pre, 
blockquote, 
form, 
label, 
dl, 
fieldset, 
address {
	margin: 10px 0;
}


fieldset {
	padding:10px;
}
h1 {
	font-size: 16px
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}



/* Word Press Stuff */

small {

color: #330606;
}

.postmetadata {

padding-bottom: 25px;

}

.button {
margin-top: 7px;
margin-left: 97px;
}

.entry {
font-size: 13px;
}

.smaller {
font-size: 10px;
padding-right: 5px;
}

ul, 
ol {
margin: 5px 0 20px 0px;
list-style-type: none;
padding: 0 0 0 0px;
/*border-bottom: 1px dotted #ee9f2e;*/ 
}

* html li { padding: 0 10px 0 10px; }

li, 
dd, 
blockquote, li ul li {
	margin-left: 7px;
	list-style-type: none;
	padding-top: 10px;

}

li#categories h2{
	padding: 0;
	color:	#ff6600;
	font-size: 12px;
	font-weight: bold;
}

li#archives h2{
	padding: 0;
	color:	#ff6600;
	font-size: 12px;
	font-weight: bold;
}

li#meta h2{
	padding: 0;
	color:	#ff6600;
	font-size: 12px;
	font-weight: bold;
}

li#search h2{
	padding: 0;
	color:	#ff6600;
	font-size: 12px;
	font-weight: bold;
}


li#linkcat-1 h2{

		padding: 0;
	color:	#ff6600;
	font-size: 12px;
	font-weight: bold;

}

li#linkcat-2 h2{

		padding: 0;
	color:	#ff6600;
	font-size: 12px;
	font-weight: bold;

}

li#linkcat-3 h2{

		padding: 0;
	color:	#ff6600;
	font-size: 12px;
	font-weight: bold;

}


li#pagenav h2{
	padding: 0;
	color:	#ff6600;
	font-size: 12px;
	font-weight: bold;
}


.post h2 {

		margin: 0 0 2px 0;
/*		background: url(images/headingborder.gif) 0 100% no-repeat; */


}



input {
 color: #330606;
 border: 1px solid #330606; 
 background-color: #C8A470;
 font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;

}

#searchform .buttons {
 font-size: 10px;
 background-color: #330606;
 color: #CC9950;
}

textarea {
 background-color: #FFEBCD;
  color: #330606;
 border: 1px solid #330606; 
font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 11px;


}



#sidebar a {
	color: #ff6600;
	text-decoration: none;
}

#sidebar a:visited {
	color: #C8A470;
	text-decoration: none;

}

#sidebar a:hover {
	color: #CD7829;
}


a:link {
color: #ff6600;
text-decoration: none;
}

a:visited {
	color: #ff6600;
	text-decoration: none;

}
a:hover, a:active {
	color: #ff6600;
	text-decoration: none;
}


#blog_name a {
	color: #C8A470;
	text-decoration: none;
}

#blog_name a:visited {
	color: #C8A470;
	text-decoration: none;

}

#blog_name a:hover {
	color: #CD7829;
}


#footer { 
	margin: 0;
	height: 74px;
	background: url(images/footer.png) 0 no-repeat;
	width: 763px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.footnote {
top: 55px;
	color: #ff6600;
	margin: 40px 0 0 20px;
	font-size: 12px;
	position: relative;
}

#footer a {
	color: #C8A470;
	text-decoration: none;
}

#footer a:visited {
	color: #C8A470;
	text-decoration: none;

}

#footer a:hover {
	color: #CD7829;
}

#spacer {
padding-top: 100px;
}
