/************************************************
* breadcrumbs 				*
************************************************/

.breadcrumbs {
	width: 535px;
	float:left;
	font-size: 13px;
	color: #666;
	background:#eee;
	margin: 4px 0 15px 0;
	padding: 9px 0 8px 10px;
	border-bottom: 1px solid #ddd;
}

/************************************************
* maincolumn 				*
************************************************/

.maincolumn	{   
	float: right;
  clear: both;
	width: 577px;
  height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
  
/************************************************
* links				*
************************************************/

.maincolumn h2 a:link, .maincolumn h2 a:visited,
.maincolumn h1 a:link, .maincolumn h1 a:visited,
#frontpost h2 a:link, #frontpost h2 a:visited {
	color: #000;
	text-decoration: none;
}	
.maincolumn h2 a:hover, .maincolumn h2 a:active,
.maincolumn h1 a:hover, .maincolumn h1 a:active,
#frontpost h2 a:hover, #frontpost h2 a:active {
	color: #666;
	text-decoration: none;
}
.maincolumn a:link, .maincolumn a:visited,
.date a:link, .date a:visited,
.more a:link, .more a:visited {
	color: #666;
	text-decoration:none;
}
.maincolumn a:hover, .maincolumn a:active,
.date a:hover, .date a:active,
.more a:hover, .more a:active {
	color: #000;
	text-decoration:underline;
}

/************************************************
* frontpost / index.php /					*
************************************************/

#frontpost {		  
	float: left;
  width: 555px;
  height: 353px;
	background: #fff;
	border: 1px solid #ddd;
	font: 12px Arial, Helvetica;
	color: #000;
	line-height: 1.45;
	margin: 0 0 10px 0;
	padding: 10px;
	overflow: hidden;
	}
#frontpost h3 {
  text-align: right;
	background: #eee;
  font-family: "century gothic";
  font-weight: normal;
	font-size: 20px;
	letter-spacing: 2px;
	color: #444;
	text-decoration: none;
	letter-spacing: 2px;
	display:block;
	margin: 10px 0 0 0;
	padding: 0 10px 3px 15px;
	}	
.frontpost_container {
  height: 297px;
	margin: 0;
	padding: 0;
	border: 5px solid #eee;
	border-top: none;
}
.frontpost_container_in {
  position: relative;
  height: 280px;
	margin: 0;
	padding: 5px 10px 10px 10px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#frontpost h2 {
	font-weight: normal;
	font: 22px Arial;
	color: #000;
	text-decoration: none;
	margin: 0 0 3px 0;
	padding: 0;
}	
#frontpost img {
  width: 240px;
  height: 180px;
	border: 5px solid #ddd;
	margin: 5px 10px 0px 0;
	padding: 0;
}
#frontpost p {		
	padding: 0;
	margin: 2px 0 0 0;
	line-height: 1.2;
}
#front {	
	margin: 8px 0 0 0;
	padding: 0;
}
#frontpost .more {
  position: absolute; right: 15px; bottom: 15px;
	padding: 0;
}
#frontpost a.more, #frontpost a.more:visited  {
	color: #666;
}
#frontpost a.more:hover , #frontpost a.more:active {
	color: #000;
}

/************************************************
* content  / index.php, single.php, page.php, 
             archive.php, search.php /*
************************************************/

.content {	
	float: left;
	width: 545px;	
  height: 100%;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 0 10px 0;
	padding: 15px;
	font-size: 13px;
	overflow: hidden;
	}
.content h1, .content h2 {
	font-weight: normal;
	font-size: 22px;
	color: #000;
	text-decoration: none;
	margin: 0 0 3px 0;
	padding: 0;
	}	
.content h1 {
	margin: 0 0 7px 0;
	}	
.date {
	display: inline;
	margin: 0;
	padding: 0;
	font: 12px Arial;
	color: #666;
	}
.content p {
	margin: 0 0 20px 0;
	padding: 0;
	}
.content h3 {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	}
.content ul, .content ol {
  margin: 10px 0 10px 15px; 
  padding: 0; 
  color: #666;
} 
.content ul li, .content ol li {  
  font-size: 13px; 
  margin: 0; 
  padding: 0 0 3px 0; 
  list-style-position: inside;
  list-style-type: disc; 
  color: #000;
} 


/************************************************
*	column    /index.php/							*
************************************************/

#column1, #column2 {  
  float: left;
  width: 263px;
  height: auto;
  margin: 0 15px 0 0; 
  padding: 0;
  overflow: hidden;
}
#column2 { 
  float: right;
  margin: 0; 
}
.category {	
	width: 100%;
	margin: 5px 0 15px 0;
	padding: 5px 0 5px 0;
  color : #2a71c6;
	font-weight: normal;
	font-size: 16px;
	overflow: hidden;
  text-transform: uppercase;
}
.category a:hover, .category a:active { 
  text-decoration: none; 
  color : #666; 
} 
.miniblock { 
  width: 263px;
  height: 150px;
  margin: 0 0 10px 0; 
  overflow: hidden;
}
.miniblock1 {  
  float: left;
}
.miniblock2 {  
  float: right;
}

/*  cat_content	       */

.miniblock h2 {	
	margin: 0 0 5px 0;
	padding: 0;
  color : #000; 
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
}
.miniblock h2 a:link, .miniblock h2 a:visited { 
  color: #000; 
  text-decoration: none; 
}
.miniblock h2 a:hover, .miniblock h2 a:active { 
  color: #666; 
  text-decoration: none; 
} 
.miniblock .date { 
	margin: 5px 0 5px 0;
  padding: 0; 
}
.miniblock img {
  float: left;
  width: 93px;
	height: 70px;
	border: 3px solid #ddd;
	margin: 3px 7px 0 0;
	padding: 0;
}
.mini_post {	
  position: relative; 
  width: 100%;
	height: 85px;
	font-size: 13px;
	margin: 3px 0 0 0;
	overflow: hidden;
	line-height: 1;
	text-align: justify;
}

.miniblock .arrow {   
  position: absolute; right: 0; bottom: 0;
  background: url('/wp-content/themes/Sabrina/images/arrow.gif') 0 0 no-repeat;
  width : 10px; 
	height: 11px;
} 

/************************************************
* post   / index.php, archive.php /*
************************************************/
	
.post {	
	float: left;
  position: relative;
  width: 100%;
  height: 145px;
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
	}
.post p {	
  line-height: 1.2;
}
.post img  {
  float: left;
  width: 150px;
  height: 113px;
	border: 3px solid #ddd;
	margin: 3px 10px 0 0;
	padding: 0;
}
.post .more {
  position: absolute; right: 5px; bottom: 10px;
	padding: 0;
}	
.short { border: 0}

/************************************************
* text   / single.php, page.php, 404.php /*
************************************************/
	
.text {  	
	font-size: 13px;
	display: block;
	padding: 0;
	margin: 15px 0 0 0;
	overflow: hidden;
}
.text img  {
  float: left;
  max-width: 570px;
  height: auto;
	border: 5px solid #ddd;
	margin: 3px 10px 5px 0;
	padding: 0;
}

/************************************************
* tags     / single.php /*
************************************************/

#tags {
  clear: both;
  margin : 0 0 20px 0; 
}
#tags h5 {
  float: left;
  margin : 0 10px 0 0; 
}
#tags p {
  padding : 5px 0 0 0; 
}

/************************************************
* #socializ     	/ single.php /		        	*
************************************************/

#socializ { 
  width : 555px; 
  height: 40px;
  margin: 0;
} 
#socializ img {
  width : 32px; 
  height: 32px;
  background : none; 
  margin: 0 14px 0 0;
  padding: 0;
  font-size: 12px;
  border: 0;
}
#socializ a img {
  margin: 0 14px 0 0;
  font-size: 12px;
  border: 0;
  filter:alpha(opacity=60);	
  opacity:.60; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; 
}
#socializ a:hover img {
  filter:alpha(opacity=100);	
  opacity:1; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/************************************************
* postmetadata    / single.php, page.php, archive.php /*
************************************************/

.postmetadata { 
  clear:both;
	width: 527px;
	height: 16px;
  border-top : 1px solid #ddd; 
  border-bottom : 1px solid #ddd; 
  background : #eee; 
  margin: 10px 0 20px 0; 
  padding : 7px 10px; 
  font-size : 12px; 
  color : #000; 
} 
.postmetadata a { 
  font-size: 12px; 
}
.postmetadata span { 
  font-size : 14px; 
  color : #5d5d5d; 
} 

/************************************************
* other     / single.php /*
************************************************/

.content .box { 		
	width: 533px;
	height: auto;
  margin: 0 0 20px 0; 
  padding : 15px 0 15px 10px; 
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  border : 1px solid #ddd; 
  overflow: hidden;
  clear: both;
}
#other h4 { 	
  clear: both;
  margin: 0 0 15px 0;
  padding: 0;
}
#other ul { 	
  clear: both;
	margin: 0;
	padding: 0;
}
#other li {  
	float: left;
	width: 255px;
	height: 44px;
	margin: 0 10px 0 0;
	font-size: 13px;
  list-style-type: none; 
	border-top: 1px dashed #999;
	line-height: 1.1;
	display: block;
}
#other img {
  float: left;
  width: 40px;
  height: 40px;
	margin: 2px 10px 2px 0;
	padding: 0;
	border: 1px solid #b8b8b8;
}
#other li .title  a, #other li .title  a:visited {
	text-decoration: none;
	color: #000;
}
#other li .title a:hover , #other li .title a:active {
  margin: 0;	
	padding: 0;
	color: #666;
}
#other li .meta, #other li .meta a, #other li .meta a:visited {
	color: #666;
	font-size: 12px;
	clear: both;
}

/************************************************
* other     / page.php /*
************************************************/

#other_page ul {
  margin: 10px 0 10px 2px; 
  padding: 0; 
  color: #666;
} 
#other_page li {  	
	float: left;
	width: 260px;
  margin: 0; 
  padding: 0 0 3px 0; 
  list-style-position: inside;
  list-style-type: disc; 	
}

/************************************************
* other_page	            /author.php/			*
************************************************/

#author_page .avatar-70 {
  float: left;
  width : auto; 
  margin: 3px 10px 10px 0; 
  border: 3px solid #d3d1d2; 
}
#author_page p {
  margin: 0 0 10px 0; 
}
#author_text { 	
  width : 100%; 
  margin : 0; 
  padding : 10px 0 0 0; 
} 

/********************************************************
*   archiv         / archives.php /                     *    
*********************************************************/

#archives {  		
  margin: 10px 0 0 0; 
} 
#archives h2 { 			
 	width: 100%;  
  float : left; 
  margin: 0 0 10px 0; 
  padding: 0; 
} 
ul.archiv { 	
  float : left; 
  margin: 0 10px 20px 0; 
  padding: 0 0 0 1px; 
  overflow: hidden;
} 
ul#archiv1 { 	 		
 	width: 120px;  
} 
ul#archiv2 { 			
 	width: 155px;  
} 
ul#archiv3 { 			
 	width: 235px;  
  margin: 0 0 20px 0; 
} 
ul.archiv li { 			
 	width: 270px;  
  float : left; 
  margin: 0 0 5px 0; 
  padding: 0; 
  list-style-position: inside;
  list-style-type: disc; 
} 

/************************************************
* category           / map.php /             *
************************************************/

#category {	
	width: auto;
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 16px;
	overflow: hidden;
  text-transform: uppercase;
  color: #000;
  line-height: 1.3 !important;
}
#category a, #category a:visited { 
  color: #000;
} 
#category a:hover, #category a:active { 
  text-decoration: none; 
  color : #666; 
} 
#category span {	
  text-transform: capitalize;
}

/************************************************
* listing           / listing.php /             *
************************************************/

.listing {
  margin: 5px 0 0 0;
}
.listing ul {
  overflow: auto;
  padding: 0 0 0 1px;
  margin : 0; 
}
.listing ul li { 
  float: left;
  width: 250px;
  margin : 0; 
  padding: 0 0 3px 0; 
  list-style-position: inside;
  list-style-type : disc; 
}

/************************************************
* tag_cloud         / tag_cloud.php /		      	*
************************************************/

.tag_cloud { 
  margin: 10px 0 0 0;
  clear: both;
}
.tag_cloud a, .tag_cloud a:visited { 
  float: left;
  width: auto;
  margin: 0;
  padding : 0 2px 1px 2px; 
}
.tag_cloud a:hover, .tag_cloud a:active, .tag_cloud a:focus { 
  float: left;
  margin: 0;
  padding : 0 2px 1px 2px; 
  width: auto;
  text-decoration : none; 
}

