/*
Theme Name:     Twenty Ten Child
Theme URI:      http: //www.printceramic.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 change the padding at the bottom of the content area */
#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
    margin-bottom: 10px;
    color: #003366;
    text-decoration: none;
    
}

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

.entry-content {
        padding: 0px 0px 0;
        background-color:#fff;
}

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

/* This will remove the underline on links */
input[type="text"],
textarea {
	text-decoration: none;
}
a:link {
	
	text-decoration: none;
}

/* This will remove the headers at the top of each page and post */

.entry-title {
	display: none;
} 



/* 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: 0px;
}


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

#access {
	background: #111;
	display: block;
	float: left;
	height: 30px;
	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: 5px 10px;
	
}

/* Changing the background outside the viewable area */

body {
        background:#fff;
        
}


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

/* Change colour of text */
h4, h5, h6, {
        color: #003366;
        
}


/*
LAYOUT: One column, no sidebar
This will change the width
*/

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

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content - change values
*/

#container {
	float: left;
	margin: 0 -180px 0 0;
	width: 100%;
}
#content {
	margin: 0 220px 0 0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 180px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}