/*
Theme Name: 2010child
Description: A Child Theme of Twenty Ten
Template: twentyten
*/

@import url(../twentyten/style.css);

#branding img {
	border: none;

}

#site-description {
	width: 280px;
	margin: 0px;
}

#site-title {
	width: 390px;
}

#header {
	padding: 10px 0px 0px 0px;
}

#wrapper {
	-webkit-border-radius: 36px;
	-khtml-border-radius: 36px;
	-moz-border-radius: 36px;
	-o-border-radius: 36px;
	border-radius: 36px;
	-webkit-box-shadow: rgba(0, 0, 128, 0.25) 9px 9px 9px;
	-moz-box-shadow: rgba(0, 0, 128, 0.25) 9px 9px 9px;
	-o-box-shadow: rgba(0, 0, 128, 0.25) 9px 9px 9px;
	-khtml-box-shadow: rgba(0, 0, 128, 0.25) 9px 9px 9px;
	box-shadow: rgba(0, 0, 128, 0.25) 9px 9px 9px;
	border: solid 12px #ae2841;
}

#access {
	background-color: #ae2841;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: solid 2px black;
	-webkit-box-shadow: rgba(0, 0, 128, 0.25) 9px 9px 9px;
	-moz-box-shadow: rgba(0, 0, 128, 0.25) 9px 9px 9px;
	-o-box-shadow: rgba(0, 0, 128, 0.25) 9px 9px 9px;
	-khtml-box-shadow: rgba(0, 0, 128, 0.25) 9px 9px 9px;
	box-shadow: rgba(0, 0, 128, 0.25) 9px 9px 9px;
}

#access a {
	font-size: 18px;
}

#content .entry-title, .widget-title, #content, #content input, #content textarea, a:link {
	font-family: "Georgia", arial, helvetica;
}

a:visited {
	color: #ae2841;
}

.one-column #content {
	margin: 0px auto;
	width: 950px; 
}

#content input[type="submit"] {
	color: white;
}

#primary, #secondary {
	width: 250px;
	float: right;
}

#content {
	margin: 0px;
	float: left;
	width: 600px;
}

#container {
float: left;
margin: 0px;
width: 650px; }

.page-id-6 #primary {
	display: none;
}

a:active, a:hover, a:link {
color: #AE2841;
text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
