/*
Theme Name: Twenty Ten - ciretose child theme
Theme URI: http://ciretose.com/
Description: The 2010 default theme for WordPress with tweaks for ciretose.com
Author: the WordPress team / ciretose.com
Template: twentyten
Version: 1.0
*/

@import url("../twentyten/style.css");


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
//	width: 640px;
	width: 900px;
}

/* =Structure
-------------------------------------------------------------- */

#wrapper {
	margin-top: 20px;
	background: #fff;
	padding: 0 20px;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;


}


/* =Header
-------------------------------------------------------------- */

/* This is the custom header image */
#branding img {
	clear: both;
//	border-top: 4px solid #000;
	border-top: 4px solid #FFF;
	display: block;
//	border-bottom: 1px solid #000;
	border-bottom: 1px solid #FFF;

}



/* =Menu
-------------------------------------------------------------- */

#access {
//	background: #000;
	background: #669;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
}

/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
//	max-width: 640px;
        max-width: 900px;
}



