/*   
Theme Name: Photo Lover
Theme URI: http://giteguru.com/
Description: A thematic child theme specifically designed for lovers of photography. With semi-transparent layers and a random background image, and a function to show / hide the image. Requires Thematic theme installed to work. 
Author: Dave Smith
Author URI: http://giteguru.com/
Template: thematic
Version: 1.0
Tags: Thematic, background image, random image, 2 columns left
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');
body{
font-family:arial;
}
#showhide {
float:right;
padding:5px 0 5px 0;
}
#showhide a{
text-decoration:none;
color:#fff;
}
#showhide a:hover, #showhide a:active{
color:#fff;
}
#main{
background:#404040 url(backgrounds/random.php) no-repeat 0 0;
min-height:700px;
width:900px;
}
#container{
margin-right:20px;
}
#secondary{
display:none;
}
.main-aside {
float:left;
position:relative;
width:200px;
}
#content {
margin:20px 0 0 300px;
overflow:hidden;
width:620px;
padding:10px;
background:transparent url(images/filler.png) repeat scroll 0 0;
}
.main-aside h3 {
background:#000;
color:#fff;
text-align:right;
margin-left:20px;
padding-right:9px;
}
.sub-aside h3{
background:#000;
color:#fff;
padding-left:5px;
font-style:normal;
margin-bottom:5px;
}
#main{
padding:0px;
}
body{
background-color:#404040;
}
#primary{
border:0px;
min-height:600px;
width:230px;
margin-top:1px;
}
#header, #branding{
padding:0px;
text-align:right;
}
#blog-title, #blog-description, #showhide{
margin-right:20px;
}
.main-aside li {
list-style:none;
}
.main-aside ul {
text-align:right;
font-size:20px;
text-decoration:none;
line-height:22px;
}
.aside a {
text-decoration:none;
color:#404040;
font-family:arial;
}
.entry-title{
font-family:arial;
background:#000000 none repeat scroll 0 0;
color:#FFFFFF;
font-family:arial;
margin-right:10px;
padding-left:8px;
padding-top:8px;
}
h2.entry-title a{
color:#fff;
}
.main-aside ul {
padding:0 5px;
}
#blog-title a, #blog-title a:active, #blog-title a:hover {
color:#fff;
}
#branding {
margin:0 auto;
width:940px;
}
#primary.aside ul ul li {
background:transparent url(images/filler.png) repeat scroll 0 0;
min-height:20px;
padding:10px;
width:180px;
margin-bottom:50px;
}
.aside a:active, .aside a:hover, .aside .current_page_item a, .entry-title a:active, .entry-title a:hover , a:active, a:hover  {
color:#fff;
}
a:link{
color:#404040;
}
#respond{
padding:5px;
}
#siteinfo{
padding:5px 0 5px;
}
#footer {
border-top:0px solid #CCCCCC;
text-align:center;
}
/*#searchform{
margin:0 0 0 162px;
float:left;
}*/
#aboveheader{
margin:0 auto 0 20px;
float:left;
}
#access{
display:none;
}
.aside ul ul ul li{
color:#404040;
font-size:18px;
margin-left:-30px;
margin-bottom:0px;
}
.entry-content {
padding:22px 10px;
}
#footage{
text-align:center;
clear:both;
margin:0 auto;
width:940px;
color:#666666;
font-size:11px;
line-height:18px;
}
#footage a{
color:#666666;
}
.sub-aside  a:link, a:visited{
color:#404040;
}
.sub-aside{
text-align:left;
}
#subsidiary{
border:1px solid #A1A1A1;
padding:10px;
width:880px;
}
#subsidiary .aside {
width:260px;
padding:10px;
background:transparent url(images/filler.png) repeat scroll 0 0;
}

