/* 
	Theme Name: Franziska Huebler
	Theme URL: http://jeremy.abbett.net
	Description: A hacked together theme for franziska
	Author: Jeremy Abbett
	Author URI: http://jeremy.abbett.com
	Version: 1.0

*/

/* 
BPScript 
http://george-triantafyllakos.kernest.com/fonts/bpscript 
Foundry: George Triantafyllakos, http://www.backpacker.gr/ 
Contributors:  
License: Creative Commons 3.0 Attribution-No Derivative Works, http://creativecommons.org/licenses/by-nd/3.0/ 
 
*/ 
 
@font-face {
	font-family: 'BPScript';
	src: url('http://kernest.com/embed/bpscript');
}



/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}



/* focus styles */
:focus {
	outline: 0;
}


body {
	background: #fff;
	color: #333;
	font-size: 12px;
    line-height: 16px;
	font-family: Verdana, Arial, Serif;
	margin: 0px;
	padding: 0px;
	}


#wrap {
	width: 895px;
    height: 100%;
	margin: 0px;
	padding: 0px;
	}
	
/* Hyperlinks */

a, a:visited {
	color: #00a2ff;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	}
	
a:hover {
	color: #333;
	border-bottom: 1px solid #000;
	}


h3 {
    display: none;
}

/* Header */

#header {
  	background: #fff url("images/bkgrnd.png") repeat-x left top;;
	padding:20px;
	margin-bottom: 20px;
	}
	
	
#header #logo {
	display: block;
	float: left;
	margin-right: 13px;
}

#header #logo a {
	border: none;
}

#header ul {
	list-style: none;
	margin-top: 6px;
	padding: 0;
}

#header ul li {
	display: block;
	float: left;
	margin: 12px 10px 0 0;
	padding: 0;
}


#header h1 {
    font-family: 'BPScript', Arial, Helvetica, Sans-Serif;
		font-size: 20px;
        margin-left: 14px;
        color: #00a2ff;
}

#header h1 a {
    color: #00a2ff;
	text-decoration: none;
	border-bottom: none;
}

#header h1 a:hover {
	border-bottom: 1px dotted #00a2ff;
}
	
	
#header h2 {
    font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-transform: lowercase;
    margin-left: 14px;
	color: #666;
}

#header h2 a{
    color: #666;
	text-decoration: none;
	border-bottom: none;
}	

#header h2 a:hover {
	border-bottom: 1px dotted #00a2ff;
}

#header img {
	border-bottom: 0px;
}
	
/* Sidebar */

#sidebar {
	background-color: #fff;
	float: left;
	width: 200px;
    height: 100%;
	margin: 0px 0px 0px 16px;
	padding: 14px;
    text-align: left;
	}

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

#sidebar a:hover {
	color: #000000;
	background-color: #ffff00;
	text-decoration: none;
	}
	
#sidebar h2 {
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 5px 0px;
	}
	
#sidebar ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li a {
	color: #666;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#sidebar ul li a:visited {
	color: #999;
	}
	
#sidebar ul li a:hover {
	color: #000;
	text-decoration: none;
	}
	
/* Content */

#content {
	margin-left: 0px;
	padding: 0px 25px 25px 98px;
	}

#content p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
    text-align: left;
	}
	
#content p img{
	border: none;
	margin-right: 15px;
	margin-bottom: 0px;
	}
	
#content h1 {
	/*
	color: #999999;
	font-size: 11px;
	font-family: Arial, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	*/
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#content h1 a  {
	color: #8d8d83;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}
	
#content ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 15px 0px;
	}
	
#content ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 2px solid #999999;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#contentmiddle ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
#contentmiddle ul li a {
	color: #888888;
	text-decoration: none;
	}

#contentmiddle ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
.postinfo {
	width: 440px;
	background: #ffffff;
	font-size: 11px;
	color: #999999;
	margin: 0px 0px 60px 0px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #333;
	border-bottom: 1px dotted #babab8;
	line-height: 10px;
	}

.home p {
    font-family: rial, Helvetica, Sans-Serif;
	font-size: 24px;
	line-height: 28px;
	color: #333;
}

.biography p img {
	display: block;
	float: left;
	margin: 0 15px 5px 0;
	padding-bottom: 70px;
}


.dynamic-col-2 h1 {
        font-family: Arial, Helvetica, Sans-Serif;
        margin-bottom: 4px;
		font-weight: bold;
		text-transform: capitalize;
		font-size: 15px;
        color: #000;
}


/*-----------------------------------------------------------------------------------------------
  Project Items
-----------------------------------------------------------------------------------------------*/


.projects ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.projects ul li {
	float: left;
	height: 250px;
	width: 210px;
	margin: 0 25px 25px 0;
	color: #b3afad;
	line-height: 15px;
	overflow: hidden;
}

.projects ul li img {
	display: block;
}

.projects ul li img.work-image {
	margin-bottom: 10px;
}

.projects ul li img.work-title {
	margin-bottom: 5px;
}

.projects ul li a:link img.work-image, .projects ul li a:visited img.work-image {
	padding: 3px;
	border: 2px solid #f3efed;
}

.projects ul li a:hover img.work-image {
	border-color: #00a2ff;
}

.projects h4 {
        font-family: 'BPreplay', Arial, Helvetica, Sans-Serif;
        margin-bottom: 4px;
		font-weight: bold;
		text-transform: capitalize;
		font-size: 15px;
        color: #000;
}

.projects h4 a {
    color: #000;
}

.projects h4 a:hover {
	border-bottom: 1px dotted #00a4d3;
}
	
/* Footer */

#footer {
	border-top: 3px solid #f3efed;
    font-family: 'BPreplay', Arial, Helvetica, Sans-Serif;
	color: #333;
	margin: 0px;
	padding: 20px 0px 10px 98px;
	text-align: left;
	}
	
#footer a, #footer a:visited {
	color: #333;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #999;
	}

/* Search Form */

#searchdiv {
	margin: 0px;
	padding 0px;
	}
	
#searchform {
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 6px;
	overflow: hidden;
	}

#searchform pre {
	margin-top: 0px; 
	margin-bottom: 0px;
	}
	
#s {
	background: #eeeeee;
	width: 190px;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 4px;
	margin: 10px 10px 0px 0px;
	border: none;
	}

/* Comments */
	
#commentblock {
	width: 480px;
	background: #ffffff;
	color: #333333;
	float: left;
	padding: 10px 20px 0px 0px;
	margin: 10px 0px 10px 0px;
	}
	
ol #commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
        color: #444444;
	margin: 15px 0px 20px 0px;
	padding: 25px 30px 20px 30px;
	width: 400px;
	background: #ffffff url(images/comment_text.gif) no-repeat top;
	}

.commenttext-admin {
	clear: both;
        color: #444444;
	margin: 15px 0px 20px 0px;
	padding: 25px 30px 20px 30px;
	width: 400px;
	background: #ffffff url(images/comment_text.gif) no-repeat top;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
	}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.textwidget {
	color: #999999;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	}

#text-3 a {
	color: #999999;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

#text-3 a:hover {
	color: #000000;
	text-decoration: none;
	}

#text-4 a {
	color: #999999;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

#text-4 a:hover {
	color: #000000;
	text-decoration: none;
	}

#text-4 h2 {
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 10px 0px;
	}

input, textarea {
        border: 1px solid #8d8d83;
       }

#commentblock ol {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#commentblock li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#commentblock ol li {
	margin: 0px 0px 50px 0px;
	padding: 0px;
	}

.customvalue {
	color: #3399cc;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	margin-top: 20px;
	}

span.displaynone { display:none; }

.clear {
	clear: both;
}


/*-----------------------------------------------------------------------------------------------
  Flickr
-----------------------------------------------------------------------------------------------*/


.flickr {
    text-align:left;
    width: 600px;
    padding: 10px 0 10px 3px;
}

.flickr img {
    width: 72px;
    height: 72px;
    margin: 1px 4px;
    border: 1px solid #666;
}

/*.flickr img:hover {
    width: 72px;
    height: 72px;
    margin: -6px -3px;
    border: 1px solid #000;
}*/

.flickr span {
    float:left;
    width: 56px;
    font-size: 14px;
    color: #666;
}

.flickr span a { color: #666; }

.flickr small {
    font-size:9px;
}

/* dynamic columns
http://www.robsearles.com/2009/07/05/wordpress-multiple-content-columns/ */

div.dynamic-col-1 { float: left; width: 600px; padding-right: 10px;}
div.dynamic-col-2 { float: left; width: 285px;padding-right: 0px;}