/*
Theme Name: Box of Ideas print
Theme URI: http://www.gd-graphics.com
Author: Graham Davies
Author URI: http://www.gd-graphics.com
Tags: colourful, header, fixed width, two columns, widgets

Designed for The Dyscovery Centre, University of Wales College Newport

*/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}


body {
	margin: 0px;
	text-align: center;
	font-size: 120%;
	font-family: Arial, Helvetica,  sans-serif;


}
#wrapper {
	width: 960px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
}
#header {
display:none;

}

#header #headbuttons {
display:none;
	
}


/************ graphics banner section *******************/
#graphicsband1 {
display:none;
}


/******** Main Content Area ***************/
#maincontent {
	background-color: #FFFFFF;
	padding: 5px;
	height: 80%;
	margin-top: 10px;
	width: 100%; float: none;
}
#maincontent #leftcolumn {
display:none;
}
#maincontent #pagecontent {
	width: 100%;
}


#maincontent #rightcolumn {
display:none;
}


/************* footer ******************/

#footer {
display:none;

}



.boldpurpletxt {
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}


/* Typography section */


#pagecontent h1, #pagecontent h2, #pagecontent h3, #pagecontent h4, #pagecontent h5 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	line-height:140%;
}
#pagecontent h1 {font-size: 2.2em;}
#pagecontent h2 {font-size: 2.0em;}
#pagecontent h3 {font-size: 1.8em;}
#pagecontent h4 {font-size: 1.6em;}
#pagecontent h5 {font-size: 1.2em;}

#pagecontent p {
	font-family: Arial, Helvetica, sans-serif;
	line-height:150%;
	margin: 10px 0 10px 0;
}

.textwidget {font-family: Arial, Helvetica, sans-serif;
	line-height:150%;
}

.widget {margin:10px 0;}

/* Kubric Leftovers  */

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 1.5em;
	}

h2.pagetitle {
	font-size: 2.0em;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#5d5d5d;
	}
h1.pagetitle {
	font-size: 2.5em;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#000000;
	}
	

.entry p a:visited {
	color: #000000;
	}





/* End Typography & Colors */


.post {
	margin: 0 0 5px;
	text-align: left;
	}

.post hr {

	display: block;
	}


.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}









/* Begin Images */
p img {
	padding: 10px;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.entry p{
	line-height:135%;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}




/* Begin Various Tags & Classes */


.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.widgettitle {font-size:1.3em; line-height:135%; margin:10px 0px; }





#maincontent #pagecontent h1.sectiontitle{
	color:#000; border-bottom:2px dotted #990066;
	font-size: 1.8em;
	margin-bottom:20px;
	font-weight:100;
}



