/*
The Summer Crew CSS, based on the UpDown-Waves from http://the-grayline.com
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}
a img {border: none;}

body {
	background: #FFF;
	color: #000;
	font: normal 70% Georgia;
	
}

p, code, ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.6em Courier;}
h2 {font: normal 1.6em Courier;}
h3 {font: bold 1em Courier;}

h1, h2, h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Courier,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	
	background: #FFF;
	font-size: 1.4em;
	margin: 0 auto;
	width: 680px;
}

.outer-container {
	padding-bottom: 15px;
}

/* header & title */
.header {
	background: #222 url('img/header.jpg') no-repeat;
	height: 266px;
	text-align: left;
}
.header .title {
	display: none 
        
}
.header .title .sitename a {
	display: none 
	
}


/* top nav */


.path { 
        width: 666px; 
        float: left;
        border-top: 4px solid #fff;
        background: #efefef;
	font: 1.4em Courier;
	padding: 7px 7px 9px 7px;
        word-spacing: 5px;
}

.path li, .path ul {display: inline;
}

.path a {
	color: #cc0000;           
	text-decoration: none;
    
}
.path a:hover {
	color: #000;
	text-decoration: none;
}

#itunes {
          float: right;
}

/* main */
.main {
	border: 1px solid #efefef;
        background: url('img/main.gif') repeat-y;
	padding: 8px 0 0;
}

/* content */
.content {
	float: left;
	width: 460px;
	padding-left: 10px;
  
}
.content .descr {
display: none; 
       
}
.content li {

	line-height: 1.4em;
	list-style: url('img/li.gif');
	margin-left: 18px;
}
.content p {

        font: 1em Georgia;
        line-height: 200%; 
}

/* sidebar */

.navigation {
	
        float: right;
        text-align: left;
	width: 180px;
	background: #efefef;
        margin-top: 10px;
}
.navigation h2 {
        width: 180px; 
        text-align: left;
        color: #000; 
	font: 1.4em Courier;
	line-height: 30px;
	margin: 0;
	padding-left: 10%;
        padding-bottom: 5%;
        padding-top: 8px;  
}
.navigation ul {
        padding: 0;
  width: 180px; 
	
}

.navigation li a {
        text-align: left;
        display: block;
        border-top: 2px solid #fff;
	font-size: 1em;
	color: #CC0000;
	padding: 8px 0 8px 13%;
	text-decoration: none;
	
}
.navigation li a:hover {
	background: #EFEFEF;
	color: #000;	
}

a {text-align: left; 
   color: #CC0000;}
a:hover {color: #000;}


/* footer */

.footer {
        background: #EFEFEF;
	padding: 2% 2% 2.5% 2%;
	border-top: 3px solid #FFFFFF;

}

#pic {float: left;
       margin-right: 10px}

#text {text-align: left;
       font-size: .8em;
      }

.footer li a {
	
	text-decoration: none;
}
.footer a {
         color: #CCOOOO;
}

.footer a:hover {
	
color: #654;	

}


/* posts */
.post h1 a {
	border-bottom: 1px dashed #CC0000;
	color: #CC0000;
	text-decoration: none;
}
.post h1 a:hover {
	border-color: #000;
	color: #000;
}

.post h1 {
	color: #CC0000;
}

.post {margin: 5px 0 25px;}
.post .info{
	background: #EFEFEF;
	border: 1px solid #E3E4E4;
	color: #000;
	margin: 2px 0 4px;
	padding: 5px 10px;
}
.post img {
	border: 4px solid #DDD;
	margin: 4px 0;
}
.post a img {border: 4px solid #DDD;}
.post a:hover img {border-color: #CCC;}

.info a {
          text-decoration: none;
}
.info a:hover {
               color: #000; 
               text-decoration: underline;}

