/* 
Theme Name:  Thecages
URI: http://www.individuated.org 
Description: A thematic child theme based on <a href="http://www.themelab.com/2008/08/30/monochromatic-a-thematic-child-theme/">Monochromatic Theme</a> by Theme Lab Author
Author:  Werner Pyke
URI:  http://www.individuated.org
Template: thematic 
Version: 0.1 
*/  
@import url("../thematic/style.css");  

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color:#000;     
	text-decoration:underline; 
}

#wrapper {
	border-top:9px solid red;
}

#header {
	background: #ffffff none repeat scroll 0 0;
	text-align:center; 
}

#header #branding {
	background: url(images/header_bars.png) repeat-x;
	padding-top:   25px;
	width:         100%;
	border-bottom: 1px solid #D9D7C3;
}

#header #branding #blog-title {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 50px;
	border: none;
	padding:0; 
}


#header #branding #blog-title a {     
	color: #3D5C85;     
	text-decoration:none; 
}  

#header #branding #blog-description {     
	color:#000;     
	padding:8px 0 8px 0; 
}  

#header #access { 
	background: transparent;     
	border:	none; 
}  

#header #access #menu ul {     
	text-align:center;     
	clear:none; 
}  

#header #access #menu li.current_page_item a {     
	background-color:	#7FAABB;
	color:		        #FFFFFF;
	border:		        1px solid #ABC6CF;
	font-size:		    0.84em;
	margin:		        0px 5px 0px 0px;
}

/*
#header #access #menu li.current_page_item a:hover {     
	background-color:	#F0F0F0;
	border:		1px solid #ABC6CF;
	font-size:		0.84em;
	color:		#6291A5;
	margin:		0px 5px 0px 0px;
}
*/

#header #access #menu li.page_item a {     
	background-color: #F0F0F0;
	border:		      1px solid #ABC6CF;
	font-size:		  0.84em;
	color:		      #6291A5;
	margin:		      0px 5px 0px 0px;
}

#header #access #menu li.page_item a:hover {     
	background-color:	#7FAABB;
	color:		#FFFFFF;
	border:		1px solid #ABC6CF;
	font-size:		0.84em;
	margin:		0px 5px 0px 0px;
}

/*
#header #access #menu a {     
	float:none;     
	display:inline;     
	background:#fff;     
	color:#000;     
	border-top:1px solid #000;     
	border-left:1px solid #000;     
	border-right:1px solid #000;     
	border-bottom:1px solid #000; 
}  

#header #access #menu a:hover {     
	background:#ccc;     
	color:#000;     
	border-color:#000; 
}

#header #access #menu a:focus {     
	background:#c0c0c0;     
	color:#000;     
	border-color:#000; 
} 
*/ 

#main {     
	padding: 24px 0;
    width:   1060px;
}

#main #container {
      float:left;
      width: 720px;
}

#main div.aside {
      margin-bottom: 30px;
      background: url(images/sidebar_bg.gif) no-repeat;
}

#tag_cloud a {
	text-decoration: none;
}

#tag_cloud a.tag-link-1 { color: #0000FF; } 
#tag_cloud a.tag-link-2 { color: #0A0FEB; }
#tag_cloud a.tag-link-3 { color: #141FD6; }
#tag_cloud a.tag-link-4 { color: #1F2EC2; }
#tag_cloud a.tag-link-5 { color: #293DAD; }
#tag_cloud a.tag-link-6 { color: #334D99; }
#tag_cloud a.tag-link-7 { color: #3D5C85; }
#tag_cloud a.tag-link-8 { color: #476B70; }
#tag_cloud a.tag-link-9 { color: #527A5C; }
#tag_cloud a.tag-link-10 { color: #5C8A47; }
#tag_cloud a.tag-link-11 { color: #669933; }
#tag_cloud a.tag-link-12 { color: #778833; }
#tag_cloud a.tag-link-13 { color: #887733; }
#tag_cloud a.tag-link-14 { color: #996633; }
#tag_cloud a.tag-link-15 { color: #AA5533; }
#tag_cloud a.tag-link-16 { color: #BB4433; }
#tag_cloud a.tag-link-17 { color: #CC3333; }
#tag_cloud a.tag-link-18 { color: #DD2233; }
#tag_cloud a.tag-link-19 { color: #EE1133; }
#tag_cloud a.tag-link-20 { color: #FF0033; }

#main #container #content {
      width: 720px;
}

.comments-link a {     
	color:#000; 
}  

#comments {     
	background:#c0c0c0; 
}  

#comments li {     
	background:#181E24;     
	border-top:1px solid #000; 
}  

#respond {     
	background:#181E24;     
	border-top:1px solid #000; 
}  

#comments li.byuser {     
	background:#8A8A8A;     
	border-color:#303030;  
}  

#login a {     
	color:#fff; 
}

#footer {
	background-color: #000000;
	border-top:	2px solid red;
	color:	#FFFFFF;
	padding: 0px;
}

#footer #subsidiary {
	width: 80%;
}

#footer #subsidiary .aside {
	width: 50%;
}

#footer #siteinfo {
	clear:	both;
	margin:	nonef;
	width: 	80%;
	text-align:center; 
}

