/*
Theme Name: digarec
Theme URI: 
Description: digarec Seite
Version: 1
Author: J. Sotiropoulos
Author URI: www.changemod.com
*/


html {
	overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;

}
#logo img {
  margin: 0 10px;
  float:left;
}

#header {
  background: #FFFFFF ;
 height: 90px;
  color: #888888;
  margin-top:10px;
 /*border-top: 1px solid #666;*/
}
body{
  background: #fff;
  
  width:800px;
text-align:center;
margin: 0 auto;
}

/*CONTENT*/

.content{
	text-align:left;
  margin-top:30px;  
}




fieldset {
  border: 1px solid #999;
  
}
/*END CONTENT*/
a { color: #666; }
a:hover { color: #323232; }
h1 a, h2 a, h3 a { 
	text-decoration: none; 
	font: bold 1.3em verdana, Sans-Serif; 
	color: #666;
	
	}

h1, h2, h3, h4, h5, h6,
p, pre, blockquote, label,

p {
	font-size: 80%;
	margin-bottom:1em;
}

strong {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a img {
	border: none;
}

h3 a:link, h3 a:hover, h3 a:visited{
	color: #0099DD;
}
.storycontent {
	padding-right:35px;
	padding-left:35px;
}
.item {
	font: 15px Verdana, sans-serif;
	line-height:1.5em;
	padding-top:25px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

legend a {
	text-decoration:none;
}
.item ul {
	list-style-type: none;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}


.item ol{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}


input{
	font-size: 80%;
}


cite{
	font-size: 95%;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}


/* SEARCH FORM */
#search-theme-form {
	float: right;
  color: #808080;
  font-weight: bold;
  height:0px;
  margin-right: 20px;
}
#search-theme-form .welcome {
  float: left;
  padding: 2px 10px;
  
}
#search-theme-form .search-form {
  display: block;
  float: right;
  width: 573px;
  height: 0px;
  background: #FFFFFF url(images/searchbg.gif) no-repeat right;
  margin: 0 0 5px 0;
}
#search-theme-form .search-form .title {
  color: #808080;
  float: left;
  padding: 12px 2px 0 20px;
}
#search-theme-form .search-form .form-item {
  float: left;
  width: 300px;
  height: 24px;
  background: #FFFFFF url(images/input.gif) no-repeat;
  
  padding: 2px;
}
#search-theme-form .search-form .form-item .form-text {
  float: left;
  width: 292px;
  border: 0px;
  margin: 2px;
  padding: 2px;
}
#search-theme-form .search-form .form-submit {
  float: left;
  width: 65px;
  height: 24px;
  background: #E0691A url(images/submit.gif) no-repeat;
  border: none;
  font: bold 1em Arial, Sans-Serif;
  color: #FFFFFF;
  
  padding: 4px;
}
#search-theme-form .search-form .advanced {
  float: left;
  font-weight: normal;
  padding: 12px 0 0 0;
}
#search-theme-form .search-form .advanced a {
  color: #808080;
}
/* END SEARCH FORM*/

li .categories, li .linkcat, li .pagenav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* TOP NAVIGATION */

#navi{
	font: .8em Verdana, sans-serif;
  text-align: left;
  color: #333;
  height: 26px;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  background: #319C9E;
  width: 780px;
  float:left;
	
}

#navi ul {
  margin: 0;
  padding: 0;
  list-style : none;
}
#navi ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#navi ul li a {
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 4px 10px 6px 10px;
}
#navi ul li a:hover {
  color: #FF6600;
}
.lang {
	margin-left:30px;
}
#navi ul li.current_page_item a,
#navi ul li.current_page_item a:hover,
#navi ul li.current_page_parent a,
#navi ul li.current_page_parent a:hover,
#navi ul li.current-cat a,
#navi ul li.current-cat a:hover{
  color: #FFFFFF;
  height:16px;
  background: #F15A21 url(images/bar.gif)  no-repeat center top;
}
/* END TOP NAVIGATION */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #fff;
	text-align: center;
	background-color: #ffffff;
	padding-top: 4px;
	margin: 10px;

}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


#ft {
	font: .7em Verdana, sans-serif;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	border-top: 1px solid #CCCCCC;
	
}
