/* 
Theme Name: Desktop
Theme URI: http://www.myownlittleblog.com/desktop-theme/
Description: My first wordpress theme, something different. Using the Ultimate Tag Warrior plugin will display the tag cloud in header automatically.
Version: 2
Author: Ben N.
Author URI: http://www.myownlittleblog.com

*/

body {
 background-image: url(images/header.png);
 background-repeat: no-repeat;
 background-color: #666666;
 margin: 0px;
 padding: 0px;
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
 }
 
blockquote {
 border-left: 2px solid;
 }
 
a:link {
 color: #E1F500;
 text-decoration: none;
 }
 
a:hover {
 color: #C0FE00;
 text-decoration: underline;
 }
 
a:visited {
 color: #BBFFFF;
 text-decoration: none;
 }
 
.post a:link {
 color: #FF8200;
 } 
 
.post a:hover {
 color: #FF4F00;
 text-decoration: underline;
 } 
 
.post a:visited {
 color: #78383F;
 }
 
.sidebar a:link {
 color: #FF8200;
 font-weight: bold;
 } 
 
.sidebar a:hover {
 color: #FF4F00;
 text-decoration: underline;
 font-weight: bold;
 } 
 
.sidebar a:visited {
 color: #78383F;
 font-weight: bold;
 }
 
h3 {
 color: #FFF;
 text-decoration: underline;
 }

#page {
 margin: 0 auto 0 48px;
 width: 900px;
 text-align: left;
 } 
 
#header-tags {
 text-align: justify;
 width: 300px;
 height: 100px;
 padding-right: 100px;
 position: absolute; 
 right: 0px;
 top: 0px;
 }
 
#header {
 margin: 110px 0 40px 0;
 padding-left: 105px;
 }
 
#blog-title {
 font-weight: bold;
 font-size: 28px;
 }
 
#blog-desc {
 font-weight: 700;
 color: #FFF;
 padding-left: 10px;
 }

.post-head {
 background-image: url(images/post-head.png);
 background-repeat: no-repeat;
 width: 500px;
 height: 62px;
 text-transform: capitalize;
 font-size: 18px;
 font-weight: bold;
 padding-left: 5px;
 float: left;
 }
 
.post-main {
 background-image: url(images/post-main.png);
 background-repeat: repeat-y;
 width: 500px;
 padding: 5px;
 font-size: 14px;
 text-indent: 10px;
 float: left;
 }
 
 .post-bottom {
 background-image: url(images/post-bottom.png);
 background-repeat: no-repeat;
 width: 558px;
 height: 100px;
 font-size: 12px;
 padding: 80px 0 0 10px;
 float: left;
 }
  
.sidebar {
	position: absolute;
	font-size: 14px;
	left: 695px;
	top: 211px;
 }
 
.sidebar li {
 list-style: none;
 }

.side {
 border: 1px solid #000000;
 background: #FFFFE9;
 padding-right: 25px;
	}
	
.side ul {
 list-style: none;

 }

.side h2 {
 font-size: 16px;
 }

.side {
 width: 200px;
 }
 
.above-com {
 width: 500px;
 font-weight: bold;
 color: #FFF;
 }
 
p {
 padding: 5px;
 max-width: 495px;
 }
 
ol {
 color: #FFF;
 }

.post ol {
 color: #000;
 }
  
ol li {
 padding: 5px;
 line-height: 0.4em;
 }
 
.post-main ul {
 padding-right: 10px;
}

textarea {
 width: 300px;
 }
 
#footer {
 text-align: left;
 padding: 50px 0 0 20px;
 font-size: 14px;
 }