/*
Theme Name: FH Freedom blue
Theme URI: http://design.helmschrott.de/
Description: Smart 3-column Design based on Fredrik Fahlstad's 'fUnique 1.0', http://www.fahlstad.se and inspired by Michael Woehrer http://sw-guide.net
Version: 0.1
Author: Frank Helmschrott
Author URI: http://blog.helmschrott.de
*/

/****
Colors:
Red:	#cc0033;
Blue (Links sidebar): #135193;
****/

/*######################################################################################################
  ###### General styles ###############################################################################
  ####################################################################################################*/

* {
font-family: "Lucida Grande","Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
margin: 0;
padding: 0;
}

.description {
font-size: 60%;
text-align: right;
font-style: italic;
color: #F270AE;
line-height: 20px;
font-weight: bolder;
}

body {
background: #e5e5e5 url(images/bg-top.gif) repeat-x;
font: 0.77em/170% "Lucida Grande", Verdana, Helvetica, sans-serif;
color: #333;
}

#wrap {
width: 980px;
overflow: hidden;
position:relative;
margin: 0 auto 0 auto;
background: url(images/wrap.png) repeat-y center;
padding: 0 10px 0 10px;
}

/***************** Links ******************************************************/
a, a:visited, a:hover, a:active { color: #cc0033; font-weight: normal; text-decoration: none; }
a:hover { text-decoration: underline; }
a.feedlink-leftalign { background: url(images/feed-icon-12x12.png) no-repeat 0 50%; padding-left: 18px; }
a.feedlink-rightalign { background: url(images/feed-icon-12x12.png) no-repeat 100% 50%; padding-right: 14px; }
a.trackback-leftalign { background: url(images/trackback-icon-12x12.png) no-repeat 0 50%; padding-left: 18px; }
a.tags-leftalign { background: url(images/tag-icon-12x12.png) no-repeat 0 50%; padding-left: 18px; }

/***************** Images *****************************************************/
/* align right, grey border */

a img { border:0; }
img.rb { border: 1px solid #aaa; float: right; margin: 0 0 5px 5px; padding: 4px; }

/***************** Header *****************************************************/
h1,h2,h3,h4 {
font-weight: bold;
font-family: "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

h2 { font-size: 150%; }
h3 { font-size: 140%; }
h4 { font-size: 130%; }

/***************** Code, Blockquote etc. **************************************/
code {
background-color: #eeeeee;
padding: 5px;
border: 1px solid #cccccc;
}

blockquote {
border-left: 1px solid #aaaaaa;
color: #666666;
margin: 7px 10px 7px 10px;
padding-left: 6px;
font-style:italic;
}

/*######################################################################################################
  ###### Header ########################################################################################
  ####################################################################################################*/

#header {
height: 100px;
margin: 0; 
padding: 0;
background-image: url(images/top.png);
}

/***************** Header Logo ************************************************/
#header #logo {
height: 70px;
width: 980px;
margin: 0 auto 0 auto;
}

/* Uncomment text-ident and background for an logo image instead of the text */

#header #logo h1 {
height: 70px;
margin: 0 0 0 0; padding: 0 0 0 20px;
text-indent: -77777px; 
line-height: 1em;
}

#header #logo h1 a {
background: url(images/logo-205x36.gif) no-repeat 10px 50%;
display: block;
height: 100%; width: 100%;
text-decoration: none;
color: #F270AE;
}

#header #logo h1 a:hover {
color: #ddd;
}

/***************** Header Navigation ******************************************/
#topnav {
height: 29px;
margin: 0px;
width:970px;
margin-left:auto;
margin-right:auto;
border-left: 1px solid #dbe8f7;
}

#topnav ul {
padding: 0px;
white-space: nowrap;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left:0px;
}

#topnav ul li {
display: block;
float:left;
height: 29px;
//	width: 113px;
line-height: 29px;
list-style-type: none;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
border-right: 1px solid #dbe8f7;
}

#topnav ul li.current_page_item a  {
background-color:#cc0033;
border-top: 1px solid #dbe8f7;
}

#topnav ul li a {
display: block;
text-decoration: none;
color:#fff;
height: 29px;
text-align: center;
padding-left:20px;
padding-right:20px;
}

#topnav ul li a:hover {
color: #fff;
background-color: #89a5c9
}

/*######################################################################################################
  ###### Content #######################################################################################
  ####################################################################################################*/

#contentwrap {
width: 500px;
float: left;
display:inline;
margin: 15px 0 0 20px;	/* margin-top: same like #sidebar */
padding: 0 15px 15px 0;
border-right: 1px dotted #cdcdcd;
}

/*######################################################################################################
  ###### Sidebar #######################################################################################
  ####################################################################################################*/

#sidebar {
margin: 15px 0 0 0;	/* margin-top: same like #contentwrap */
float: right;
width: 425px;
}

#sidebar .sb-about {
margin-right: 20px;
background-color: #f9f9f9;
border: 1px solid #e5e5e5;
padding: 10px;
line-height: 1.4em;
}

#sidebar .sb-about p {
margin-top: 5px;
margin-bottom: 10px;
}

#sidebar1 , #sidebar2 {
width: 192px;
float: right;
line-height: 1.5em;
padding-top: 15px;
display:inline;
}

#sidebar1{
margin: 0 20px 20px 0;
padding-top: 15px;
}

#sidebar2 {
margin: 0 20px 20px 0;
}

#sidebar #recentcomments {
clear:both;
margin: 10px 20px 0 0;
}

#sidebar #recentcomments ul li {
font-size: 90%;
list-style: none;
border-bottom: 1px dotted #cdcdcd;
line-height: 1.3em;
padding: 5px 0 5px 0;
}

#sidebar #recentcomments ul li:hover, #sidebar #recentcomments ul li a {
background-color: #f9f9f9;
text-decoration: none !important;
}

#sidebar h2, #sidebar1 h2, #sidebar2 h2{
font-size: 130%;
color: #135193;
font-weight: bold;
margin: 0px; padding: 0px;
border-bottom: 1px dotted #CDCDCD;
}

#sidebar1 p, #sidebar2 p {
margin-bottom: 10px;
margin-top: 10px;
}

#sidebar1 ul, #sidebar2 ul {
list-style: none;
margin: 10px 0 10px 0;
padding: 0;
}

#sidebar1 ul li, #sidebar2 ul li {
}
#sidebar a { color: #135193; }
#sidebar a:hover { color: #cc0033; }

#sidebar1 ul li a, #sidebar2 ul li a {
border-bottom: 1px dotted #d5d7d0;
cursor: pointer;
display: block;
text-decoration: none !important;
margin: 0px;
padding-top: 4px;
padding-right: 0px;
padding-bottom: 4px;
padding-left: 0px;
}

#sidebar1 ul li a:hover, #sidebar2 ul li a:hover {
background: #f9f9f9;
border-bottom-color: #C3B9A2;
}

#sidebar1 ul#feed{
margin: 15px 0px;
padding: 0px;
list-style: none;
}

#sidebar1 ul#feed li{
padding-top: 3px;
padding-bottom: 3px;
}

#sidebar1 ul#feed li a{
background: url(images/feed-icon-16x16-red.png) no-repeat left 50%;
padding-left: 25px;
}

#sidebar1 ul#feed li a:hover{
background: url(images/feed-icon-16x16-blue.png) no-repeat left 50%;
}

/******** SEARCH **********/
#sidebarsearch {
padding: 0;
margin: 15px 0 15px 0;
}

#sidebarsearch #s {
padding: 2px 4px 2px 4px;
border: 1px solid #cbcacc;
width: 145px;
}

#sidebarsearch #s:focus {
border: 1px solid #ff97b1;
background-color: #f9f9f9;
}

#sidebarsearch #s:hover {
border: 1px solid #135193;
}

#sidebarsearch #searchsubmit {
background: #f9f9f9 url(images/button-bg.png) repeat-x;
border: 1px solid #aaa;
border-bottom: 1px solid #858585;
margin: 0 0 0 0;
padding: 1px 2px 1px 2px;
}

#sidebarsearch #searchsubmit:hover {
border: 1px solid #ff97b1;
}
/*********************************************/
/*######################################################################################################
  ###### Post Entry ####################################################################################
  ####################################################################################################*/
/***********************************************************/
h3.entrytitle {
font-size: 170%;
font-weight: normal;
line-height: 100%;
margin: 0; 
padding: 0 0 3px 0;
text-align: left;
display: block;
border-bottom: 1px solid #d1d1d1;
}

h3.entrytitle a, h3.entrytitle a:visited {
color: black;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}

h3.entrytitle a:hover {
text-decoration: none;
color: #cc0033;
}

.entry{
margin-top:0px;
}

.entrybody{
margin-top:10px;
margin-bottom: 30px;
}

.entrybody p {
margin-bottom: 15px;
}

.entrymeta1 .meta-time {
background: url(images/icon_date.gif) no-repeat 0 50%;
padding-left: 18px;
margin-left: 1px;
margin-right: 10px;
}

.entrymeta1 .meta-author a {
background: url(images/meta_author.gif) no-repeat 0 50%;
padding-left: 11px;
margin-right: 10px;
}

.entrymeta1 .meta-comments {
background: url(images/icon_comment.gif) no-repeat 0 50%;
padding-left: 18px;
}

.entrymeta1 .meta-category {
background: url(images/icon_category.gif) no-repeat 0 50%;
padding-left: 18px;
margin-right: 10px;
}

.entrymeta2 {
border: 1px solid #e5e5e5;
background-color: #f9f9f9;
margin: 0 0 15px 0;
padding: 5px;
font-size: 90%;
}
.entrymeta2 ul {	
}

.entrymeta2 ul li {
margin-left: 10px;
list-style-type: none;
}

h2.archives{
margin-bottom: 15px;
}

.entrymeta-single{
color: #ADD248;
margin-top: 3px;
margin-bottom: 20px;
}

.entrybody h3 {
margin-bottom: 1.5em;
font-size: 12pt;
font-weight: bold;
}
.entrybody ul, .entrybody ol {
margin-top: 10px;
margin-bottom: 10px;
margin-left:30px;
}

.entrybody li{
padding-top:1px;
padding-bottom:1px;
}

/*######################################################################################################
  ###### Post Comments #################################################################################
  ####################################################################################################*/
ol#commentlist{
margin: 15px 0px 0px;
padding: 0px;
list-style:none;
}

.commentname{
color: #4b5ba2;
}

.commentname a{
color: #333333;
text-decoration: underline;
font: bold 110% "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

/***************** Comment Text ***********************************************/
.commenttext{
min-height:90px;
background: #D5E3F6 url(images/bg-comment-02.gif) repeat-y left top;
}

* html .commenttext { height: 90px; overflow: visible; }

.commbgtop {
background: #ffffff url(images/bg-comment-01.gif) no-repeat left top;
height: 18px;
}
.commbgbottom {
background: #ffffff url(images/bg-comment-03.gif) no-repeat left top;
height: 8px;
}

.commentp{	/* That's the div of the text... */ 
margin-left: 65px;
padding: 6px 12px 10px 10px;
}

.commenttext p{
margin: 0px 0px 10px;
padding: 0px;
}

#commentblock ol li{
margin-bottom: 30px;
}

#commentblock h2{
font-size: 140%;
}

.gravatar {
float: left;
height: 32px;
padding: 8px;
width: 32px;
margin: 10px 0px 0px 10px;
background:  url(images/grav.png) no-repeat;
display: inline;
}

/*######################################################################################################
 ###### Comments Form #################################################################################
 ####################################################################################################*/
 
 #commentsform {
 padding: 0 15px 0 0;
 }
 
 #commentsform p {
margin-top: 5px;
margin-bottom: 5px;
}

#commentsform .label {
font-size: 95%;
}

#commentsform #author, #commentsform #email, #commentsform #url, #commentsform #mcspvalue, #commentsform textarea {
background: #fff;
border: 1px solid #aaa;
padding: .3em;
width: 200px;
}

#commentsform #author:focus, #commentsform #email:focus, #commentsform #url:focus, #commentsform #mcspvalue:focus, #commentsform textarea:focus {
background-color: #f9f9f9;
border: 1px solid #ff97b1;
}

#commentsform textarea {
width: 100%;
font-size: 1em;
line-height: 1.3em;
}

#submit { /* submit button */
background: #f9f9f9 url(images/button-bg.png) repeat-x;
border: 1px solid #aaa;
border-bottom: 1px solid #858585;
margin: 5px 0 0 0;
padding: 2px;
}

#submit:hover {
border: 1px solid #e6aa45;
}

#commentsform .quicktags {
margin-top: 10px;
}

#commentsform .quicktags input {
background: #f9f9f9 url(images/button-bg.png) repeat-x;
border: 1px solid #aaaaaa;
font-size: .9em;
color: #666;
font-family: Arial, Helvetica, sans-serif;
width: auto;
margin: 1px 2px 2px 0px;
padding: 0px 1px 0px 1px;
}

#commentsform .quicktags input:hover {
border: 1px solid #cc0033;
}

#wp-calendar {
empty-cells: hide;
width: 192px;
background-color: #ffffff;
color: Black;
font-size: 1em;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#wp-calendar #next a {
display: block;
text-transform: uppercase;
background-color: white;
text-decoration: none;
text-align: right;
font-size: 1em;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#wp-calendar #prev a {
display: block;
text-transform: uppercase;
background-color: white;
text-decoration: none;
text-align: left;
font-size: 1em;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#wp-calendar a {
display: block;
background-color: #DFECFB;
}

#wp-calendar a:visited {display: block;
}

#wp-calendar td {
padding: 0;
margin: 0;
text-align: center;
background-color: #ffffff;
}

#wp-calendar #today {
color: #FF1493;
}

#wp-calendar caption {
text-align: center;
padding: 3px 2px 3px 3px;
margin: 0 0 6px 0;
color: #135193;
font-family:  Verdana, Sans-Serif;
font-size: 1.0em;
text-transform: uppercase;
font-weight: lighter;
}

/********* End Calendar *********/

/*######################################################################################################
 ###### Footer ########################################################################################
 ####################################################################################################*/
 
 #footer {
clear: both;
padding: 10px 0 10px 0;
margin: 0 auto 0 auto;
width: 900px;
height: 20px;
text-align: center;
border-top: 1px solid #cccccc;
}

#footer p {
color: #777;
font-size: 0.8em;
}

#footer p a {
color: #333;
}

#footer p a:hover {
color: #135193;
}

/*######################################################################################################
###### Plugins #######################################################################################
####################################################################################################*/
/*************** LINK INDICATION **********************************************/
a.liexternal { background: url(images/link-icon_external.gif) no-repeat right; padding-right: 7px; }
a.liwikipedia { background: url(images/link-icon_wikipedia.gif) no-repeat right; padding-right: 11px; }
a.liftp { background: url(images/link-icon_ftp.png) no-repeat right; padding-right: 13px; }
a.limailto { background: url(images/link-icon_mail.gif) no-repeat right; padding-right: 12px; }
a.liflickr { background: url(images/link-icon_flickr.png) no-repeat right; padding-right: 8px; }
a.liinternal { }
a.lipdf { background: url(images/link-icon_pdf.png) no-repeat right; padding-right: 12px; }
a.lixls { background: url(images/link-icon_excel.png) no-repeat right; padding-right: 12px; }
a.lidoc { background: url(images/link-icon_word.png) no-repeat right; padding-right: 12px; }
a.linsf { background: url(images/link-icon_notes.png) no-repeat right; padding-right: 13px; }
a.lizip { background: url(images/link-icon_zip.png) no-repeat right; padding-right: 12px; }


/*---------- Gallery ZenPhoto ----------------*/
#gmain {
background:#FFFFFF none repeat scroll 0%;
border-color:#E6E6DF;
border-style: none;
border-width:1px 1px 5px;
border-right: 1px dotted #cdcdcd;
float:left;
margin:8px;
padding:0px 15px 5px;
width:490px;
}
#gallerytitle {
border-bottom:1px solid #E6E6DF;
margin-bottom:12px;
margin-top:10px;
padding-bottom:14px;
padding-top:10px;
width:inherit;
}
h2g {

color: Black;
text-decoration:none;
font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
font-weight:normal;
margin:0pt;
padding:0pt;
font-size:170%;
line-height:100%;
text-align:left;
font-size-adjust:none;
font-style:normal;
font-variant:normal;

/*color:#666666;
font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
font-size:100%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-top:5px;*/
}
h2g a:link, h2g a:visited, h2g span {
color:#C0C0C0;
}
.albums {
width:inherit;
}
.album {
background:#FBFCFD none repeat scroll 0%;
clear:both;
margin-bottom:12px;
padding:10px;
width:inherit;
}
.album img {
float:left;
}
.album h3 {
margin:0pt;
padding:0pt;
}
.album h3 a {
color:#135193;
display: inline;
padding:0px 0pt 0px;
width:340px;
}
.album p {
margin:0pt;
}
.albumdesc small {
color:#8DB8CF;
float:right;
line-height:100%;
margin-top:0px;
width:120px;
}
.albumdesc {
color:#666666;
float:right;
font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-bottom:10px;
margin-left:0pt;
margin-top:0px;
width: 80%;
}
.albumdesc a:visited {
color:#666666;
}
images {
width:inherit;
}
.image {
margin:0pt;
padding:0pt;
width:inherit;
}
#image {
line-height:0pt;
text-align:center;
}
.imgnav {
background:#EEF5F9 none repeat scroll 0%;
border:1px solid #D5E6EE;
float:right;
margin-top:8px;
text-align:center;
width:130px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
color:#237898;
display:block;
float:left;
font-size:120%;
height:100%;
line-height:200%;
padding:4px 0pt;
text-decoration:none;
width:50%;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
background-color:#FFFFFF;
color:#002E5B;
text-decoration:none;
}
.imgnav .imgprevious a {
float:left;
}
.imgnav .imgnext a {
float:right;
}
#narrow {
margin:0pt auto;
width:440px;
}
.imagethumb a {
background-color:#FFFFFF;
display:block;
line-height:0px;
margin:6px;
padding:2px;
}
.imagethumb a:visited {
background:#F2F7F9 none repeat scroll 0%;
}
.imagethumb a:hover {
background-color:#CCDCEA;
}
.imagethumb {
float:left;
}
#comments {
}
.error {
color:#CC3333;
font-weight:bold;
}
.comment {
background:#FBFCFD none repeat scroll 0%;
border:1px solid #E7F0F5;
margin-bottom:12px;
padding:10px;
}
.commentmeta {
margin-bottom:12px;
}
.commentauthor {
font-weight:bold;
}
.commentdate {
color:#8DB8CF;
font-size:85%;
margin-top:12px;
}
h6 {
color:#999999;
font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
font-size:22px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-bottom:20px;
margin-top:10px;
}
.inputbox {
padding:2px;
width:250px;
}
textarea {
color:#5A5A4B;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:100%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:200%;
padding:4px;
width:100%;
}
.checkbox {
cursor:pointer;
}
.pushbutton {
cursor:pointer;
padding:5px 10px;
}
label {
cursor:pointer;
}
label:hover {
color:#000000;
}
#credit {
color:#96967E;
float:left;
font-size:85%;
margin-left:10px;
text-align:left;
width:490px;
}
#credit a {
color:#96967E;
text-decoration:none;
}
#credit a:hover {
color:#BDBDAE;
text-decoration:none;
}
#albumDescEditable {
margin-bottom:12px;
width:auto;
}
#imageDescEditable {
margin-top:12px;
width:auto;
}
#imageDesc, #exif_link {
	margin-bottom: 4px;
}

#exif_link {
  float: right;
}

ul.pagelist {
clear:both;
list-style-type:none;
margin:20px 0pt 0pt;
padding:0pt;
}
ul.pagelist li {
display:inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
padding:4px;
}
ul.pagelist li.current a {
color:#5A5A4B;
cursor:default;
font-weight:bold;
text-decoration:none;
}
ul.pagelist li.prev {
margin-right:10px;
}
ul.pagelist li.next {
margin-left:10px;
}
.disabledlink {
color:#DDDDDD;
cursor:default;
}
.pagenav {
clear:both;
}

/* Tags
------------------------------ */
.taglist ul {
	display: inline;
	list-style-type: none;
}

.taglist li {
	display: inline;
	list-style-type: none;
	padding-right: 3px;
	float: left;
}

#RandomImage a {
background-color:#FFFFFF;
background-image:none;
border-bottom-style:none;
border-color:#999999;
display:block;
padding-left:2px;
text-decoration:none;
width:10px;
}
#RandomImage a:hover {
background:#E0E6E0 none repeat scroll 0%;
color:#333333;
}

