/*  
Theme Name: PortraitPress
Theme URI: http://wordpress.jepson.no/PortraitPress/
Description: A clean looking personal blog
Version: 1.0
Author: Magnus Jepson
Author URI: http://www.jepson.no
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#f8f8ec url(images/bg.jpg) repeat-x top left;
	color:#150500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:72.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}

img {
border: none;
}

#wrap{
	position:relative;
	margin: 0 5%;
	padding-top:1em;
	text-align:left;
	width:1100px;	
}
#header{
	padding:2.2em 1em 0em 1em;
	text-align:left;
	width:620px;		
	float:left;
	margin-bottom:100px;
}
#portrait {
	background:url(images/char.jpg);
	background-repeat: no-repeat;
	width:190px;
	height:171px;
	margin:20px 0 0 30px;
}
#portrait-bg {
	background:url(images/bg-portrait.jpg);
   background-repeat: none; 
	width:240px;
	height:219px;
	float:right;
	margin-top: 0px;
	margin-right: 50px;
}
#rss-big {
	position:absolute;
	background:url(images/logogray.jpg);
	width:199px;
	height:134px;
	background-repeat: no-repeat;
	top:43px;
	left:-20px;
}
#content{
	font-size:1.2em;
	float:left;
	padding:0em 1em 1em 1em;
	width:600px;
margin-left: 60px;
}
#content a{
	font-weight: bold;
	text-decoration: underline;
        color: #990099;

}
#sidebar{
	font-size:1.1em;
	float:right;
	padding:0em 0 2em 2em;
	width:250px;
	border-left:1px dotted #ccc;
margin-right: 35px;
}


#footer{
	background:url(images/footer-bg.jpg) repeat-x;
	border-top:#cacfb3 1px dotted;
	font-size:1.1em;
	clear:both;
	padding-top:2em;	
	margin-top:1em;		
}

/*************************************
 +Footer
 *************************************/

#footer a {
    color:#b3960e;
}
#footer a:hover {
    color:#424242;
}
#validate{
	color:#b3960e;
	font-size:1em;
	text-align:center;
	padding-top:2.5em;
	padding-bottom:10px;	
}
#validate a:hover{
	color:#fff;
}
#rss {
	background:url(./images/rss.gif) no-repeat;
	padding-bottom:6px;
	padding-left:20px;
}

/*************************************
 +Hn, a and p
 *************************************/
pre{ max-width:550px; }
a{
	color:#4b0082;
	text-decoration: none;
	
}
a:hover{
	color:#7b68ee;
}
h1, h2, h3{
	font-weight:normal;

	margin:0;
}
#header h1{
	font-size:2.5em;
	margin-right:.2em;
	margin-left: 280px;
	margin-top: 0px;
	text-decoration: none;
}
#header h1 a{
	color: purple;
}
#header h1 a:hover{
	color:#7b68ee;
}
#header p{
	color:#333333;
	font-size:1.5em;
	margin:0;
	margin-top:0.3em;
        margin-left: 10em;
	text-align:center;
        font-weight: bold;
	
}
.entrytitle h2{
     display:visible;
}
.entrytitle h2 a {
	color:#8b008b;
}
.entrytitle h2 a:hover{
	color:#505247;
}
.entrytitle h3{
	font-size:1.8em;
	color:#6F6F6F;
}

.entrytitle p{
font-weight: bold;
font-size: 85%;
}


#rss-big a{
	display:block;
	width:110px;
	height:64px;
}
blockquote { 
	border-left:2px solid #333;
	display: block;
	padding: 0 1em;
}
span.boldpurple {
  color: #660066;
  font-weight: bold;
}
span.boldblack {
  color:#000000;
  font-weight: bold;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:1em;
}
.entry img {
	max-width:550px;
	border:0px;
	padding:5px;
	background:#fff;
}
.entry img:hover{
	border:0px;
}
.entry code{
	background:#e3e7cb;	
	color:#999;
	font-size:1.1em;
	padding:.2em;
}
.entrymeta{
	font-size:0.9em;
	padding-top:1em;
	color:#b3960e;
	border-top:1px dotted #ccc;
}
.entrybody h2{
	font-size: 1.4em;
}

.postedby{
	background:url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

.worksheets {
height: 750px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar {

}
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:1em;
	clear:both;
}
#sidebar ul li{
	margin:.3em;
	padding: 0.1em .1em .5em;
}

#sidebar h2{
	color:#6F6F6F;
	font-size:1.5em;
	margin-top:25px;
        

}
div.title{
	color:#6F6F6F;
	font-size:1.5em;
	margin-top:1em;
}

/*************************************
 +Menu
 *************************************/
#menu ul{
	font-size:1.1em;
	list-style: none;
	margin:0;
}
#menu li{
	float: left;
padding-left: 10px;
	
}
#menu li a {
	color:#000000;
	padding: 0.5em .5em 0.3em .5em;
	font-weight:bolder;
	display:block;
	font-size: 1em;
        text-decoration: underline;

	
}
#menu li a:hover{
	background:#fcfee6;
	color:#9400d3;
}
#menu ul li ul {
	display:none;
}
.menu-hover a{
	background:#fcfee6;
}


/*************************************
 +Agreement for Download Buttons
 *************************************/


.agreement ul{
	font-size:1.1em;
	list-style-type: none;
	margin:0;
}

.agreement li{
	float: left;
padding-left: 95px;
	list-style-type: none;
	
}

.agreement li a {
	padding: 0.7em .7em 0.7em .7em;
	display:block;
	font-size: 1em;
	list-style-type: none;
}




/*************************************
+Images
 *************************************/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: none;
}

.wp-caption-dd {
	font-size: 10px;
	line-height: 10px;
	padding: 0 4px 5px;
	margin: 0;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	font-size:1.0em;
	margin:0em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#505247;
	font-size:1em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
	
}
ol.commentlist a{
	color:#b3960e;
}
ol.commentlist a:hover{
	color:#424242;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#e3e7cb;
	border:1px dotted #ddd;
	padding:0.5em;
}
h3.comments{
	font-size:1.3em;
	color:#6C6C6C;
}	

/*************************************
 +Flickr
 *************************************/
#flickr {
	margin:0 1em 0 .5em;
	padding:0em;
}
#flickr img {
	border:0px;	
}
#flickr a {
	background:#FFF;
	border: 1px dotted #ccc;
	float: left;
	display: inline;
	margin:0.7em;
	padding:5px;
	width: 75px;
	height: 75px;
}
#flickr a:hover{
	border: 1px dotted #000;
}
/*************************************
 +Misc
 *************************************/

#ad_block { 
	background:#e3e7cb; 
	padding: 10px 0 10px 0; 
	margin: 1em 0 1em 0; 
	text-align: center; 
}
#ad_block_middle { 
	background:#e3e7cb; 
	padding: 10px 0 10px 0; 
	margin: 1em 0 0em 0; 
	text-align: center; 
}
#download {
	background:#e3e7cb url(./images/bullet.gif) no-repeat;
	background-position: 12px 12px;
	padding:1em;
	padding:10px 10px 10px 40px;
	margin: 0.5em 0 1em 0;
}
d
