/*  
Theme Name: wcuk2010
Version: 1.0.0
Author: Tony Scott
Author URI: http://tonyscott.org.uk/
Tags: two columns
Description: WordCamp UK 2010 theme
*/

/*
wcuk2010
*/

/*
last update
20100202
*/


/* the reset ---------------------------------- */

/* v1.0 | 20080212 */

/* source http://meyerweb.com/eric/tools/css/reset/  */

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;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------------- */



body {	
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000000;
/*	background: #e9e7d8;  original grey 
	background: #cb987e; */
	background: #000; 
	}
	
	
/* hide from visual browsers */

.invisible, .invisible a {
	 display: none;
	 background: #fff;
	 color: #fff;
	 }	


/* 	
a:link {
	color: #335eff;
	text-decoration: none;
	border-style: none;
	}


a:visited {
	color: #335eff;
	text-decoration: none;
	border-style: none;
	}

	
	
a:hover {
	color: #ff0000; 
	text-decoration: underline;
	border-width: 0px;
	border-style: none;
	}
	
a:active {
	color: #335eff;
	text-decoration: none;
	border-bottom : 1px dotted #0033cc;
	}

*/



a:link {
	color: #0066CC;
	text-decoration: none;
	border-style: none;
	}


a:visited {
	color: #0066CC;
	text-decoration: none;
	border-style: none;
	}

	
	
a:hover {
	color: #ff0000; 
	text-decoration: underline;
	border-width: 0px;
	border-style: none;
	}
	
a:active {
	color: #0066CC;
	text-decoration: none;
	}


/* footer link styles */
	
	
#footer-content a:link {
	color: #0053a5;
	text-decoration: none;
	border-style: none;
	}


#footer-content a:visited {
	color: #0053a5;
	text-decoration: none;
	border-style: none;
	}

	
	
#footer-content a:hover {
	color: #ff0000; 
	text-decoration: underline;
	border-width: 0px;
	border-style: none;
	}
	
#footer-content a:active {
	color: #0053a5;
	text-decoration: none;
	border-bottom : 1px dotted #0033cc;
	}
	

	
	
/* header */



#header {
	padding: 0;
	background: #f2d231;
	}
	
	
#logo 	{	
	width: 850px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	text-align: left;
	/* box-shadow: 10px 10px 5px #888; */

	}
	
#logo span, #logo a {
	height: 43px;
	padding: 0;
	border-style: none;
	text-align: left;
	}
	
#header-date {
	font-size: 46px;
	font-weight : normal;
	/* color: #666666; */
	color: #fff;
	/* padding: 140px 0 0 0; */
	/* padding: 75px 0 0 0; */
	padding: 120px 0 0 0;
	float: right;
	text-shadow: 3px 3px 5px #2E2E2E;
	}


/* navigation */



#nav {
	height: 31px;
	padding: 0;
	background: #2e2e2e;
	border-width: 0 0 1px 0;
	border-color: #000000;
	border-style: solid;
	/*
	border-width: 0 0 1em 0x;
	border-color: #000000;
	border-style: solid;
	*/
	}

#navmain {
	width: 850px;
	height: 31px;
	margin: 0 auto;
	padding: 0;
	background: #2e2e2e;
	text-align: center;
	}
	
#navmain ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-width: 0 0 0 1px;
	border-color: #000000;
	border-style: solid;
	}
	
#navmain li {
	float: left;
	margin: 0;
	padding: 0;
	background: #60605f;
	border-width: 0 1px 0 0;
	border-color: #000000;
	border-style: solid;
	}
	
#navmain li:first-child {
 	border-width: 0 1px 0 1px;
  	border-color: #000;
	border-style: solid;
	margin: 0 0 0 -1px;
}
	
#navmain li a {
	float: left;
	padding: 9px 12px 11px 12px;
	text-decoration: none;
	color: #fff;
	border: none;
	}
	
#navmain li a:hover {
	color: #fff;
	background: #ff0000;
	/* background: #bf00c6; */
	}
	
#navmain li a.current {
	color: #000;
	background: #f2d231;
	border: none;
	}	


#navmain li {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;		
	text-transform: uppercase; 
	}




/* content */	


h1, h2, h3, h4, h5, h6 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000000;
	}
    	
		
#content {
	margin: 0 auto;
	text-align: left;
 	width: 850px; 
	overflow: hidden;
	background: #fff;
	}
	

	
#bodytext {
	width: 565px;
	float: left;
	margin: 18px 0 0 20px;
	padding: 0 0 0 0;	
	}
	
#bodytext h1 {
	font-size: 37px;
	line-height: 100%;
	padding: 0 0 10px 0;
	color : #000;
	}
	
#bodytext h2 {
	font-size: 27px;
	padding: 10px 0 10px 0;
	color : #000;
	}
		
	
#bodytext  {
	font-size: 24px;
	line-height: 145%;
	color: #000;
	padding: 0 0 20px 0;
	}

#bodytext p {
	padding: 10px 0 10px 0;
	}

.note {
	font-size: 15px;
	line-height : 150%;
	}


.pullquote    {
	float : right;
	width : 160px;
	margin-left : 15px; 
	padding : 16px 16px 16px 26px;
	background : #7093b6;
	font-size : 22px;
	font-style : italic;
	line-height : 160%;
	color: #fff;
	}


	
ul.about-list  {
	margin-left: 10px;
	padding-left: 8px;
	list-style-type: disc;
	}
	
.about-list li {
	margin: 0 0 5px 0;
	}


/* info col */
	
	
#info {
	width: 200px;
	padding: 0 20px 20px 10px;
	margin: 0 0 0 630px;
	font-size: 16px;
	line-height: 140%;
	background: #e1dec5;
	}	

#info img  {	
	border-width: 1px;
	border-color: #c0c0c0;
	border-style: solid;
	}

.info-pic-caption  {
	padding: 8px 0 0 0;
	font-size: 21px;
	line-height: 143%;
	}

#info p {
	padding: 0 0 8px 0;
	}

#info h2 {
	font-size : 22px;
	padding: 9px 0 5px 0;
	}

h2#gold {
	padding: 18px 0 5px 0;
	}




/* footer */

	
#footer  {
	padding: 0;
	text-align: center;
	background: #99ccff;
	color: #000;
	}
	
#footer-content {
	width: 850px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	text-align: left;
	font-size: 13px;
	line-height: 100%;
	}
	
#footer-copyright {
	float: left;
	}
	
#footer-site {
	padding: 13px 0 0 0;
	float: right;
	}

#footer-graphic {
	padding: 5px 0 0 0;
	}	



/* wp stats smiley hide */

/* full - works for ie6 */

img#wpstats{display:none;width:0px;height:0px;padding:0px;border:none;overflow:hidden}	
	

