/*Theme Name:     lifering2010
Description:    Child theme for the Twenty Ten theme 
Author:         manicolaus 
Template:       twentyten*/

@import url("../twentyten/style.css");
/* activate (uncomment) the next three lines to make it a three-column theme @import url('/wp-content/themes/thematic/library/layouts/3c-fixed.css');#access{overflow: visible;}#main{clear: both;}  */
/* Change other colors, experimenting to see what is what    */
/*#access .menu is the font in the main nav menu  */
#access .menu,#access div.menu ul{
	font-family: "Myriad Web Pro", Arial, Helvetica, "Myriad Web Pro", sans-serif;	
	font-weight: bold;	
	font-size: 14px;
}
/* =Menu--------------------------------------------------------------  only lists changed values */
#access {	
background: #080;
}
/* this is the color of the menu text when not hovered over */
#access a {
	display:block;	
	text-decoration:none;	
	color:#ffffff;	
	padding:0 10px;	
	line-height:38px;
}

/* this appears to be the color of the dropdown menu items */
#access ul ul a {
	background:#080;
}
/*This is the color of the menu text when hovered over */
#access li:hover > a,#access ul ul :hover > a {
	color:#000;	
	background:#080;
}

/* Change default link colors on entire site except menu -- from http://aaron.jorb.in/blog/2010/04/introducing-thirty-ten
a link was fdb120, visited was d00c0d hover was  1143d8 active was a67942/*/
a:link{color:#0000ff;}
a:visited{color:#666666;}
a:hover{color:#ff6600;}
a:active{color:#ff0000;}
/* Modify the footer to allow for a bigger description and nicer looking links  */
#site-info{width:250px;}
#site-generator{width: 535px;}

#site-generator a{background: none;padding: 0 7px;}

#jorbin-link a:link, #jorbin-link a:visited, #jorbin-link a:hover,#jorbin-link a:active {color:#990000;}
#generator-link a{-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background:transparent url(../twentyten/images/wordpress.png) no-repeat scroll left center;color:#666666;display:inline-block;line-height:16px;margin-left:1px;padding-left:19px;text-decoration:none;}


/** this is the style for the wide page **/
.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


