body { behavior: url("/admin-band/css/csshover3.htc"); } 

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: Arial, Helvetica, sans-serif;
 vertical-align: baseline;
}

html, body {	height: 100%; }

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none; 
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}      

strong {
	font-weight: bold;  
}     

em {
	font-style: italic;
}

hr {
	color:transparent;
	border:none;
	background-color: transparent;   
	height: 10px;
}


/* basic styles
------------------------------------------------------------------*/

html, body {
	height: 100%;
}

body {               
	font:100%/1.18em "lucida grande", "lucida sans", verdana, sans-serif;
	background: #efece4 url("../img/skins/fresh/background.gif") repeat-x center top;  
	color: #1c1919;                  
}                                                 

                         
.clear {
	clear: both;
}

.centered {
	text-align:center;
}

.right {
	text-align:right;
}		

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color: #1c1919;
	line-height: 1.3em;
}



h1 {
	font-size: 2.16em;
}

#mailinglist h1{
	font-size: 1.45em; 
	margin-top: 20px;
}

h2 {
	font-size: 1.64em;                                  
	line-height: 1em;
}

h3 {
	font-size: 1.45em; 
	margin-top: 20px;
}
h3.first {
	font-size: 1.45em; 
	margin-top: 0px;
}

h4 {               
	font-size: 1.18em;          
	margin-top: 20px;
}

h5 {
	font-size: 1em;      
	text-transform: uppercase;
	letter-spacing: 1px;
}

h6 {
	font-size: 0.9em;        
}
/*
p, ul {
	margin: 10px 0px;
	line-height: 1.5em;  
	
}
*/
a, a:visited {    
	font-weight: bold;
	color: #0072bc;      
	text-decoration: none;
         
}       
                
a:hover, #news h3:hover {                      
	color: #a52532;
	
}                 

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {            
}                            

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {   
}

/*page structure
------------------------------------------------------------------*/

#header {
	width: 910px;
	height: 240px;
	margin: 0px auto; 
	position: relative;
	white-space: nowrap;
}       

#header-container {
	width: 100%;
	height: 240px;
	background-color: transparent;
	background-image: url(../img/skins/fresh/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}  

#content-container {
	width: 100%;          
	min-width: 900px;
	height: auto;
	min-height: 400px;
}                                                                                         

#content {    
	font-size: 0.75em;
	width: 900px; 
	min-height: 400px;
	margin: 0px auto;
	position: relative;
}

#news #content {
	background: url("../img/skins/fresh/mainbackground.gif") repeat-y left top;
	background-position: 80px 0px;
}

#news .newsarticle .newscontent img {
	margin: 5px;
 }




#footer {
	width: 870px;
	left:20px;
	padding: 20px 0px 20px 0px;
	position: relative;
	line-height: 1em;
	clear: both;    
	color: #1C1919;
}

#footer p {
	margin-top: 0px;
}

#full-main p, #full-main p {
	margin-top: 1em;
}

#full-main {
	width: 900px;
	height: auto;
	min-height: 500px;
	padding: 0px;
	position: relative;
}        

#main {
	width: 580px;
/*	margin-left: 20px !important;
	margin-left: 14px;
*/
	margin-right: 40px;
	height: auto;
	min-height: 500px;
	padding: 0px;
	float: left;
	position: relative;
}
#news #main{
	width: 660px;
}

#sidebar {
	float: left;
	height: auto;
	min-height: 100px;
	width: 280px;
	padding: 0px;
	margin: 0px;
}     

#news #sidebar{
	width: 200px;
}

#sidebar ul li {
	text-align: left;
	line-height: 1.3em;
	padding: 0px 20px 7px 20px;    
	width: auto;    
	clear: left;
}  

#sidebar ul li.odd {
	background-color: #e1d2c0; 
	padding: 10px 20px;  
}                      

#sidebar ul li.even {
	padding: 10px 20px;  
}

#sidebar ul li a {  
	width: auto;
	height: auto;
	min-height: 10px;
	font-weight: bold;
}

#sidebar ul li ul li a {  
	width: auto;
	height: auto;
	min-height: 10px;
	font-weight: normal;
}                         

#full-main ul {
	margin-top: 20px;
}         

#sidebar ul.rssMenu li a {
	float: none;         
	line-height: 1.6em;
}
                                                      
/* nav
------------------------------------------------------------------*/

ul#nav {
	position: absolute;
	top: 144px;
	height: 75px;
	float: left;
	font-size: 1.4em;
	background-image: url(../img/skins/fresh/menubackground.gif);
	background-repeat: no-repeat;
	width: 910px;
	line-height:1em;
}                

ul#nav li {
	float: left;
	width: auto;
	min-width: 10px;
	height: 45px;
}  
               
ul#nav li a, ul#nav li a:visited {
	color: #576874;  
	display: block;
	width: auto;
	height: 16px;
	min-width: 10px; 
	/* text-transform: uppercase;  */
	letter-spacing: 1px;  
	padding: 12px 7px 10px;
}              

ul#nav li.first a {
	padding-left: 17px;
}  

ul#nav li.last a {
	padding-right: 0px;
	
}   
    
ul#nav li a:hover {
	/*background: transparent url("../img/skins/slick/nav-hover.gif") left top;*/
	color: #1b1212;
}      
   	
ul#nav2 {
	position: absolute;
	top: 176px;
	left: 716px;
	height: 37px;
	float: left;
	font-size: 1em;
	width: 176px;
	padding: 2px;
}                

ul#nav2 li {
	float: left;
	width: auto;
	min-width: 55px;
	height: 40px;
}  
               
ul#nav2 li a, ul#nav2 li a:visited {
	color: #576874;  
	display: block;
	width: auto;
	height: 16px;
	min-width: 10px; 
	/* text-transform: uppercase;  */
	letter-spacing: 1px;  
	padding: 10px 0px 10px 5px;
}              

ul#nav2 li.first a {
	padding-left: 10px;
}  

ul#nav2 li.last a {
	padding-right: 26px;
}   
    
ul#nav2 li a:hover {
	/*background: transparent url("../img/skins/slick/nav-hover.gif") left top;*/
	color: #1b1212;
}     
	                 
/* global
------------------------------------------------------------------*/

a.xml_icons {
	display: block;
	height: 15px;
	line-height: 15px;
	width: 15px;
	text-indent: -19999px;
	background: transparent url("http://tokyopoliceclub.com/graphics/xml_icon.gif") no-repeat left 0px;
	position: absolute;
	right: 0px;
	top: 3px;
}                                                                                

a.xml_icons:hover {
background-position: left -15px;
}             

p.date {
	color: #a46c44;
	font-weight: bold;  
	font-size: 0.95em;
	line-height: 1em;     
}        

p.permalink {
	font-weight: bold;  
	font-size: 0.95em;         
	line-height: 1em;
}       

.comments_closed {
	display: none;
}
         

/* index
------------------------------------------------------------------*/

#content #main .imgtitle ,
#content #full-main .imgtitle{
	float: none;
	margin: 20px 0px 0px 0px;
}

#content #sidebar .imgtitle{
	float: none;
	margin: 20px 0px 10px 0px;
}              

#content #main .imgtitlefirst ,
#content #full-main .imgtitlefirst{
	float: none;
	margin: 0px 0px 0px 0px;
}

#content #sidebar .imgtitlefirst{ 
	margin: 0px 0px 10px 0px;
}

#index-shows {
	margin-left: 30px; 
	width: 300px;
	padding: 25px 0px 0px 0px;
}                                                  

.black {
	background-color:#000000;
}

#photos  #footer {
	display: none;
}

#sidebar h4, #media h4 {
	display: block;
	text-indent: -19999px;
	width: auto;
	min-width: 40px;          
	position: relative;
}            

#sidebar h4 { 
	margin-left: 20px;
}

#index-shows ul {
	width: 300px;
	height: auto;
	min-height: 30px;
	margin-top: 20px;   
/*	font-size: 0.95em;*/
}        

#index-shows ul li {
	height: auto;
	min-height: 12px;
	padding: 10px 17px 10px 20px;       
	line-height: 1.3em;   
	position:relative;
}                           

#index-shows ul li.odd {
	background-color: #f2e4d6;
}               

#index-shows ul li span.summary {
	display: none;
}       

#index-shows ul li a span.location {
	font-weight: normal;
}    
                   
#index-shows ul li div.description, #shows #full-main ul li div.description {
	width: 21px;
	height: 12px;
	display: block;   
	line-height: 12px;
	text-indent: -19999px;  
	position:absolute;
	top: 12px;
	right: 18px;
}

#index-shows ul li div.description a, #index-shows ul li div.description a:visited, #shows #full-main ul li div.description a, #shows #full-main ul li div.description a:visited {
	width: 21px;
	height: 12px;
	margin: auto 0px;
	background: transparent url("http://tokyopoliceclub.com/graphics/ticket.gif") no-repeat center 0px;
	display: block;
}              

#index-shows ul li div.description a:hover, #shows #full-main ul li div.description a:hover {
	background-position: center -12px;
}   

#index-news p {
	margin: 0px 0px 10px 0px;
}

#index-news p.date, #news #main p.date {   
	margin: 9px 0px 10px 0px;
}                
            
#index-news h4, #news #main h4 {
	margin-top: 22px;
}     

#index-permalinks {
	clear:both;
	width: 900px; 
	margin: 0px 30px;
	float: left;
}       

#index-permalinks p {
	float: left;
	width: 260px;
	height: 40px;
	margin: 5px 20px 5px 20px;  
	text-indent: -19999px;
}             

#index-shows-permalink a {
	height: 30px;
	width: 260px;
	background: transparent url("http://tokyopoliceclub.com/graphics/index-shows-permalink.gif") no-repeat left top;
	display: block;
}

#index-news-permalink a {
	height: 30px;
	width: 260px;
	background: transparent url("http://tokyopoliceclub.com/graphics/index-news-permalink.gif") no-repeat left top;
	display: block;
}

#index-elephant_shell-permalink a {
	height: 30px;
	width: 260px;
	background: transparent url("http://tokyopoliceclub.com/graphics/index-elephant_shell-permalink.gif") no-repeat left top;
	display: block;
}     

#index-elephant_shell-permalink a:hover, #index-news-permalink a:hover, #index-shows-permalink a:hover {                                                             
	background-position: left -31px;                                                                                               
}               

#index-elephant_shell-top-box {
	margin-top: 20px;
}        

.index-elephant_shell-box {
	margin-top: 20px;  
	clear: both;
}                

#bio #full-main {
	margin-right: 20px;
	width: 900px; 
	padding
}           

#bio p {
	text-align:justify;
}

/* news
------------------------------------------------------------------*/ 
#main h2, #full-main h2  {
	margin-bottom: 20px;   
	width: 300px;
	height: 38px;  
	text-indent: -19999px;
}

#news #main h2 { background: transparent url("../img/skins/fresh/news.png") no-repeat left top; }                            
#blog #main h2 { background: transparent url("../img/skins/fresh/blog.png") no-repeat left top; }
#bio #full-main h2 { background: transparent url("../img/skins/fresh/bio.png") no-repeat left top; }
#press #full-main h2 { background: transparent url("../img/skins/fresh/press.png") no-repeat left top; }
#music #full-main h2#music { background: transparent url("../img/skins/fresh/music.png") no-repeat left top; margin-bottom:0px;}
#music #main h2#music2 { background: transparent url("../img/skins/fresh/music.png") no-repeat left top; margin-bottom:0px; float: left;}
#music #full-main h2#compilations { background: transparent url("../img/skins/fresh/compilations.png") no-repeat left top; margin-bottom:0px; margin-top:20px;}
#photos #full-main h2 { background: transparent url("../img/skins/fresh/photos.png") no-repeat left top;}




#sidebar h2 {
	margin-bottom: 20px;   
	width: 200px;
	height: 38px;  
	text-indent: -19999px;
}  

#sidebar h2#archive{
	background: transparent url("../img/skins/fresh/archive.png") no-repeat left top;    
	margin-top: 20px;
	margin-bottom: 10px;
}

#sidebar h2#album {
	background: transparent url("../img/skins/fresh/album.png") no-repeat left top;    
	margin-bottom: 10px;
}

#sidebar h2#shows {
	background: transparent url("../img/skins/fresh/shows.png") no-repeat left top;    
} 

#sidebar h2#audio {
	background: transparent url("../img/skins/fresh/audio.png") no-repeat left top;
	margin-bottom: 0px;
}

#sidebar h2#video {
	background: transparent url("../img/skins/fresh/video.png") no-repeat left top;
	margin-top: 50px;
	margin-bottom: 0px;
}

#news #sidebar h4, #blog #sidebar h4, #shows #sidebar h4 {
	clear: left;
	float: left;     
	margin-top: 2px;  
}                

#main p.permalink {
	margin: 0px 0px 27px 0px;
}              

#main p.date {
	margin-top: 10px;
}    

#news #main h4 {
	margin-top: 20px;
} 
        
.date-bullet {
	float: left;
	width: 85px;
	height: 100%;       
	color: #5c090f;
	font-weight: bold;
}                

div#prevnext {
	float: left;
	width: 560px;
}               

p.prev {
	float:left;
}             

p.next {
	float:right;
}               
                                                          
#news #main h5#comment, #news #main #txpCommentInputForm {
	display: none;
}

div.newspicture {
	display:block;
	float:right;
	margin:0.3em 0 0.3em 0.5em;
	position:relative;
}  

#blog #main p.permalink {
	margin: 0px 0px 27px 0px;
}
            
ol.commments {
	margin: 30px 0px;
}

ol.comments li {
	background: transparent url("http://tokyopoliceclub.com/graphics/comment_top.gif") no-repeat left top;
	padding-top: 2px;       
	margin: 15px 0px 0px;  
	float: left;       
	width: 560px;
}                  

ol.comments li .bottom, #cpreview .bottom {
	background: #ffffff url("http://tokyopoliceclub.com/graphics/comment_bottom.gif") no-repeat left bottom;
	padding: 0px 15px 25px 15px;
}       

#txpCommentInputForm {
	clear: both;
}  

#main h5#comment {
	margin: 30px 0px 10px 0px;     
	clear:both;   
}           

#cpreview {
	float: left;
	clear: both;
	height: auto;
	min-height: 10px;
	background: transparent url("http://tokyopoliceclub.com/graphics/comment_top.gif") no-repeat left top;
	padding-top: 2px;       
	margin: 15px 0px 0px;  
	float: left;       
	width: 560px;
}                 

/* shows
------------------------------------------------------------------*/
#showstable {
	width: 100%;
}

#showstable  td{
	padding: 2px 2px 5px 0px;
	border: 0px;
 }
 
#showstable .odd {
	background-color:#D6E1F2;
}


.showscontrols img {
	float:left;
	display: inline;
}

#shows #full-main ul {   
	float: left;  
	margin-top: 17px;
}               

#shows h3 {
	margin-left: 20px;
	width: 200px;     
	float: left;  
	margin: 20px 0px 0px 20px;     
}
             
#shows #full-main ul li.odd {      
	background-color: #f2e4d6;	
}               

#shows #full-main ul li {
	padding: 12px 20px 12px 20px;       
	width: 860px;  
	line-height: 1em;   
	position: relative;
}

#shows #full-main ul li span.summary:before {
	content: " - ";
}           

#shows #full-main ul li a span.summary, #shows #full-main ul li a span.location {
	font-weight: normal;
}                     

.shows_archive_date {
	font-weight: bold;
	color: #5c090f;
}         

/* videos
------------------------------------------------------------------*/

#videos #full-main h2#musicvideos {
	background: transparent url("../img/skins/fresh/music-videos.png") no-repeat left top;
	margin-bottom: 3px;                
}        
#videos #full-main h2#musicvideo {
	background: transparent url("../img/skins/fresh/music-video.png") no-repeat left top;
	margin-bottom: 3px;                
}  
#videos #full-main h2#livevideos {
	background: transparent url("../img/skins/fresh/live-videos.png") no-repeat left top;
	margin-bottom: 3px;                
} 
#videos #full-main h2#livevideo {
	background: transparent url("../img/skins/fresh/live-video.png") no-repeat left top;
	margin-bottom: 3px;                
} 
#videos #full-main h2#othervideos {
	background: transparent url("../img/skins/fresh/other-videos.png") no-repeat left top;
	margin-bottom: 3px;                
}
#videos #full-main h2#othervideos {
	background: transparent url("../img/skins/fresh/other-video.png") no-repeat left top;
	margin-bottom: 3px;                
} 

.video_capsule_small {
	width: 110px;
	margin: 10px 10px 0px 0px;
	padding: 10px;
	float: left;
	display: block;
	height: 140px;              
	text-align: center;   
	background-color: #D6E1F2;
}    

.video_capsule {
	width: 273px;
	margin: 20px 20px 0px 0px;
	padding-top: 15px;
	float: left;
	display: block;
	height: 170px;              
	text-align: center;   
	background-color: #D6E1F2;
}            

.video_capsule:hover {
background-color: #f2e4d6;
}

#music .video_capsule {
	width: 110px;
	margin: 10px;
	padding: 5px;
	float: left;
	display: block;
	height: 140px;              
	text-align: center;
}   


#music .video_capsule  p {
	font-size: 10px;
}

/* music
------------------------------------------------------------------*/
             
#music #full-main h2.releases {
	background: transparent url("../img/skins/fresh/releases.png") no-repeat left top;
	width: 143px;
	margin-bottom: 3px;                
}

#music #full-main h2.compilations {
	background: transparent url("../img/skins/fresh/compilations.png") no-repeat left top;
	width: 212px;
	margin-bottom: 3px;                
}

.capsule {
	border:0px solid #000000;
	float:left;      
	background-color: #d6e1f2;      
	margin: 20px 20px 0px 0px;
	text-align: left;
	padding: 17px;	      
}

#music .capsule {
	text-align: center;
	width: 150px;
	height: 180px;      
}             

#contact .capsule:hover ,
#videos .capsule:hover ,
#music .capsule:hover {
	background-color: #f2e4d6;     
} 

#music .capsule a img {
	width: 150px;
	height: 150px;   
	margin-bottom: 10px;
	float: left;
}              

#music .capsule a { 
	width: 156px;    
	clear: left;
	font-weight: normal;
}

#press .capsule{ 
	width: 870px;
	float: none;
	margin: 0px;
}

#video.capsule{ 
	width: 260px;    
	clear: left;
	font-weight: normal;
}


#main .back {
	float: right;
	font-size: 1em;
	width: auto;
}           

.album_cover img {
	width: 290px;
	height: auto;
}                                 

.album_cover {
	float: left;
}                

#music #media {
	float: right;   
	width: 280px; 
	padding: 25px 20px 0px 20px;      
	height: auto;
	min-height: 400px;     
}     

.album_info {
	width: 200px;
	padding: 2px 20px;
	float: left;
}         

.buylink {
	width: 560px;     
	float: left;   
	clear:left;
}

.album_info ol {
	list-style: decimal inside;  
	font-size: 0.9em;
}          
     

#media h4 {
	border-bottom: 1px solid #d3afa8; 
	padding-bottom: 5px;  
	line-height: 1em;  
	float: left;
	clear: left;
	width: 100%;
	margin-top: 30px;
}              

.also_available {
	clear: left;     
	font-size: 0.9em;
}      

.buylink {
	line-height: 1.7em;  
	font-size: 1.1em;
}                  

.audio_capsule {
	width: 280px;
	height: 44px;    
    margin: 10px 0px 30px 0px; 
	/*float: left;*/
}                  
            
.audio_player {
	/* border:5px dotted #000000; */
	width: 260px;
	padding: 10px;
	height: 24px; 
	background-color: #d6e1f2;   
    margin-top: 10px;
    float: left;  
}             

.audio_capsule h6 {
	font-weight: normal; 
}    

#media .video_capsule img {
	width: 80px;
	height: auto;
	float: left;    
	margin-right: 10px;  	
}                     

#media .video_capsule {
	height: auto;
	min-height: 20px;
	width: 280px;    
	padding: 0px; 
	font-size: 0.9em;
	text-align: left;     
	background-color: transparent;
}               

/* footer
------------------------------------------------------------------*/

#promofact {
	position: absolute;
	top: 23px;
	right: 28px;
	width: 360px;     
	text-align: right; 
	line-height: 1.8em;  
	padding-right: 110px;                                              
}                     
                
#promofact a {
	height: 18px;
	width: 110px;
	display: block;
	text-align: left;
	position: absolute;
    top: 0px;
    right: 0px;
}                                





/* shows
***********************************************************/

#showsbuttons {
	border: 5px solid #A0A0A0;
	width: 400px;
	white-space: nowrap;
	vertical-align:middle
}

#showsbuttons span {
	vertical-align: middle;
	padding: 0px 30px 0xp 5px;
	height: 40px;
}


.albumpage #content {
	background:transparent url(<?=$this->webroot?>img/skins/fresh/mainbackground.gif) repeat-y scroll left top !important;
}

#lyricsContainer {
	position: absolute;
	z-index: 99;
	height: 430px;
	width: 600px;
	left: 50%;
	top: 51px;
	margin-left: -300px;
	background-color: #CCAACC;
	padding: 20px;
	border: dashed #000000 5px;
}

#lyricsTitle {
	font-size: 24px
}
/****Paging****/

.paging div {
	display: inline;
}
/*
.paging div.disabled {
	display: none;
}
*/
.entry-footer, .trackback-footer, .comment-footer {
	border-top:1px dotted #bfbaae;
	clear: both;
	color:#bfbaae;
	font-family:'Trebuchet MS',Verdana,sans-serif;
	font-size:x-small;
	font-weight:bold;
	line-height:normal;
	margin:0 0 10px;
	padding:3px;
	text-align:left;
}


#press h3 {
	font-size: 1.45em; 
	margin-top: 0px;
}

h4 #media {               
    margin-top: 0px;
}
ul#nav
}

#music h3 {
	margin-top: 0px;
	width: 500px;     
	float: left;     
}

.c{
	text-align: center;
}

.m0 {
	margin: 0px;
}

 .leftlist {
	width: 450px;
	margin: 0;
	float: right;
 }
 
  .rightlist {
	width: 450px;
	margin: 0;
	float: right;
 }
 
 
 /*********Mailinglist****************/
 
 
 
 
 
 
 
 
 
 
 
 /* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/*cake-sql-log*/
table.cake-sql-log  {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
.cake-sql-log th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
.cake-sql-log th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
.cake-sql-log th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table.cake-sql-log  tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table.cake-sql-log  tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
.cake-sql-log td.actions a {
	margin: 0px 6px;
}
table.cake-sql-log  {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

#photo-bucket img {
	margin: 4px 4px;
}

.post-footer {
	border-top:1px solid #AAAAAA;
	color:#AAAAAA;
	font-size:10px;
}

.post-footer .date {
	float: right;
	text-align:right;
}

.post-footer .share_it {
	float: left;
	text-align:right;
}

#tweet ul li{
	clear:left;
	line-height:1.3em;
	padding:0 0 7px 0px;
	text-align:left;
	width:auto;
}


/* ******************************************************
=SHARE IT
******************************************************* */

.share_it {
float:left;
}
.shareit_more {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
clear:both;
display:block;
float:left;
margin-top:2px;
padding:0;
width:100%;
}
.share_it .digg_badge_left {
float:left;
margin-right:10px;
text-align:left;
width:52px;
}
.share_it .digg_badge_right {
float:left;
margin-left:10px;
text-align:center;
}
.share_it .bookmarks {
	display:block;
	float:left;
	margin-top: 5px;
}
.share_it .bookmarks .shareit_row {
	display:block;
	margin:0 auto;
}
.shareit_bookmark {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	display:inline;
}
.shareit_bookmark img {
	padding-left:2px;
	padding-right:2px;
}
.shareit_bookmark a img {
	opacity:0.5;
}
.shareit_bookmark a:hover img {
	opacity:1;
}
.share_it .bookmarks .shareit_bookmark img {
	display:inline;
	padding-left:2px;
	padding-right:2px;
}
.share_it .bookmarks .shareit_bookmark a {
	display:inline;
	opacity:0.5;
}
.share_it .bookmarks .shareit_bookmark a:hover {
	opacity:1;
}
.share_it .shareit_more a {
	color:#333333;
	font-size:10px;
}
.share_it .shareit_more {
	text-align:left;
}