/* Sweetcron Sandbox CSS - 28/08/08

	Table of Contents:
	Reset
	Typography
	Positioning
	IE Fixes
	3rd Party
			
*/

/* Reset
---------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

.clear {
    clear:both;
}
a {
color: #333;
}
a:hover {
    color:#847071;
}

#credits {
    margin-left:420px;
}
#copyright {
    margin:7px 10px;
    float:left;
}

h2, p#pagination {
    font-size: 15px;   
}

p.site_info, p.date, p.original_link {
    font-size: 10px;   
}

p.original_link a {
    color: #999;
    text-decoration: none;   
}

/* Typography
---------------------------------------------------------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 11px;
	color: #333;
	line-height: 1.7em;
	background: #847071;
}	

h1 {
    font-family:Georgia, "Times New Roman", Times,serif;
    font-size: 18px;   
}

h2 {
  font-family:Georgia, "Times New Roman", Times,serif;
  font-size: 20px;
  font-weight: normal;
  color:#14181A;
  margin: 10px;
  margin-left:0;

}

h1 a {
  text-decoration:none;
  color:#14181A;
}

h2 a {
  text-decoration:none;
  color:#14181A;
}


.text_input{
  background: transparent none repeat scroll 0 0;
  border: none;
  margin-left:10px;
}

div.center_box {
    width: 890px;
    margin: 0 auto;  
    margin-top:10px; 
}

div#header {    
    border: 1px solid #333333;
    width: 910px;
    margin: 0 auto;
    margin-top:5px;
    height: 122px;    
    padding:5px;
    padding-top:0;
    border-style: none none solid none;   
    background-image: url(./belka-top.png); 
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;  
    border: 1px solid #333333;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}
div#navilinks {
	height:40px;	
	 background: #847071;
    margin-bottom: 20px;
    background-color: #D6C3BF;
    border:1px solid #333333;
    padding: 5px 10px;  

    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}

div#navilinks ul li {
	float:left;
	margin-left:10px;
	color: #14181A;
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
}

div#navilinks ul li a{
	text-decoration:none;
	font-size: 11px;
	font-weight:normal;
	font-style:normal;
}
div#navilinks ul li a:hover{
color: #EFEFEF;
}

div#content{
    text-align:justify;
    line-height:20px;
    font-size:11px;
    text-align: justify;
}
#slogan {
    width:300px;
    margin: 0 auto;
    padding-top: 40px;    
    padding-left:670px;
}
.content p{
    text-align: justify;
		margin-bottom: 7px;
}
.content img {
    float:left;
    width: 200px; 
    padding: 5px;
    margin: 5px 5px !important;
    margin-left: 0 !important;
}

#search {
    background : transparent url(input.png) no-repeat scroll 0 0;
		height:21px;

}

ul#navigation {
    margin-left:805px;
    font-size:10px;
    line-height:12px;
}   

ul#navigation a{
    text-decoration: none;
}
  
ul#navigation li {
    display: inline;
    margin-left: 10px;   
}

div#main_container {
 
    width: 600px; 
    float: left;
}

div#sidebar_container {
    display: inline;
    width: 250px;
    float: right;
    margin-left:15px;
		text-align: justify;
    background: #F8F8F8;
    border: 1px solid #DADCDF;
    padding: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}

div#links {
    display: inline;
    margin-top:15px;
    margin-bottom:15px;
    width: 250px;
    float: right;
    clear:right;
    margin-left:15px;
		text-align: justify;
    background: #F8F8F8;
    border: 1px solid #DADCDF;
    padding: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}

div#links ul {
    margin-top:10px;
}

    
p.site_info {
    padding-left: 20px;   
}

ul#activity_list li.item {
    margin-bottom: 20px;
    padding: 10px;
    background-color:#F9F9F9;
    border: 1px solid #DADCDF;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}

li.item img, div#single_container img {
    display: block;
    border: 1px solid #CCC;
    padding: 3px;
    margin: 5px 0;   
}
ul.item_tag_list{

}

#single_container{
    margin-bottom: 20px;
    padding: 10px;
    background-color:#F9F9F9;
    border: 1px solid #DADCDF;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;    
}

ul.item_tag_list li {   
    display: inline; 
}

.tags {    
    margin-top:10px;
    padding:10px;
    background-color:#EFEFEF;
    border: 1px solid #DADCDF;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}
.date {
    float:left;

}
#main {
    margin: 0 auto;
    margin-top: 5px;
    width:910px; 
    padding:5px;
    border: 1px solid #333333;
    background-color: #fff; 
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;    
}


p#breadcrumb, p#pagination {
    background: #FFFFCC;
    margin-bottom: 20px;
    background-color: #F9F9F9;
    border:1px solid #DADCDF;
    padding: 5px 10px;  

    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}

div#sidebar_container h3, div#links h3 {
    border: 1px solid #CCC;
    border-style: none none solid none;
    margin: 10px 0 5px 0;   
}

ul.tag_list li {
    display: inline;
    margin: 0 5px 0 0;   
}

div#comments_container {
    border: 1px solid #EEE;
    border-style: solid none none none;
    padding: 10px 0;
    margin-top: 20px;   
}
#footer {
    margin: 0 auto;
    margin-top:5px;
    border:1px solid #DADCDF;
    width: 910px;
    background-color:#FFF;
    padding:5px;
    font-size:10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;

}
/* IE Fixes (lulz)
---------------------------------------------------------------------------------------- */



/* 3rd Party
---------------------------------------------------------------------------------------- */