/*
Theme Name:     Twenty Ten Child
Theme URI:      http: //www.fotoceramic.com/
Description:    Child theme for the Twenty Ten theme 
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");


/* This will remove the borders from header image*/

#branding img {
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
}

/* This will remove the padding at the top of the header image */

#wrapper {	
	margin-top: 0px;
	padding: 15px;
}

#header {
	padding: 0;
}



/* This will reduce the padding above main content area */
#main {
    
        padding: 10px 0 0;
}


/* This is a new class to add a border to the columns in a page or post */
.column-post{
	border:1px #ccc solid;
        background-color:#fff;
        padding: 10px 30px 0;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
}  




/* This is to ensure bullets in list are circles and will indent list */

ul {
	list-style-type:circle;
	text-indent:10px;
}  

/* This is to add a new class for white text 
.white-text { 
	color: #fff;
	text-align:justify; 
	float: left; 
	padding: 10px;
}*/

/* This is to add a new class for the date on the navbar */
.navdate { 
	color: #fff; 
	float: left !important;
	border: 0 !important;
	padding: 10px;
}


/* Menu - This will change height and colour of navigation bar 
and the separation of the nav buttons
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	height: 25px;
	width: 940px;
	
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 20px;
	padding: 0 20px;
	text-decoration: none;
}

/* Remove underline on faqs */
a:link {text-decoration: none;
}




/* Stop headings from clearing images */
h1, h2, h3, h4 {
	clear: none;
}







/*
LAYOUT: One column, no sidebar
This will increase the width to 920px
*/

.one-column #content {
	margin: 0 auto;
	width: 938px;
}


