/* 
    This is a part of Hull CAMRA's Website, maintained by Dominic Bell
    Last updated 18th March 2009
                                                        */

/* Default fonts and size, remove all margins and padding */
body {
	margin: 0;
	padding: 0;
	background: #FFAA00;
   	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 100.01%;
}

/* Make sure margins and padding removed */
* {
	margin: 0;
	padding: 0;
}

/* Set up wrap */
#wrap {
	max-width: 1200px;
	min-width: 620px;
}

/* Set up inner wrap */
#wrap-inner {

}

/* Set up header */
#header {
	margin: 0 0 20px 0;
	padding: 15px 15px; 
	text-align: center;
	background-image: url(../pres_images/hullcamralogo_tiny.gif);

}

#header h1 {
	font-family: "comic sans MS", arial, sans-serif;
	font-size: 200%;
	width: 14em;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	text-align: center;
  	color: #000000;
	padding: 0 0 0.1em;
	border-top: 2px solid #999999;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	background-color: #FFFFFF;
}

#header p {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	font-size: 70%;
	line-height: 1.4;
	width: 40em;
	text-align: center;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	background-color: #FFFFFF;
}


/* Picture floats */

div.floatright {
 text-align: center;
 font-weight: bold; 
 float: right;
 margin-left: 0%;
 margin-right: 0%;
}


div.floatleft {
 text-align: center;
 font-weight: bold; 
 float: left;
 margin-left: 0%;
 margin-right: 0%;
}


/* Set up contentcontainer - holds leftcolumn and maincontent */
#contentcontainer {
	float: left;
	left: 0;	
	width: 75%;
}

/* Set up left column */
#leftcolumn {
	float: left;
	width: 19%;
	border-top: 2px solid #999999;
	border-bottom: 1px solid #999999;
}

#leftcolumn div {

}

#leftcolumn ul {
	padding: 0 5px 0 10px;
	font-size: 70%;
	font-weight: bold;
	margin: 0 10% 0 10%;
}

#leftcolumn li {
	margin-bottom: 0.5em;
	list-style-image: url(../pres_images/viking_bullet.gif);
}

#leftcolumn li:hover {
	margin-bottom: 0.5em;
	list-style-image: url(../pres_images/viking_bullet_select.gif);
}

#leftcolumn li a {
	text-decoration: none;
	color: #000000;
}

#leftcolumn a:hover {
	color: #FF3333;
	list-style-image: url(../pres_images/viking_bullet_select.gif);
}

/* Set up main content area */
#maincontent {
	float: right;
	width: 79%;
	background-color: #FFBB11;
}

#maincontent div {
	padding: 10px;
}

#maincontent h1 {
	padding: 0 0 0 0;
	text-align: center;
	font-size: 100%;
}

#maincontent h2 {
	font-weight: normal;
	text-align: center;
	font-size: 90%;
}

#maincontent h2.question {
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-size: 90%;
}

#maincontent h3 {
	font-weight: normal;
	text-align: center;
	font-size: 80%;
}

#maincontent p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 70%;
	line-height: 1.4;
}

#maincontent li {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 70%;
	line-height: 1.4;
}

#maincontent td {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 70%;
	line-height: 1.4;
}


#maincontent img {
	float: left;
	margin: 0 4px 4px 0;
}

#maincontent p.signature {
	font-family: "Comic Sans MS", sans-serif;
	font-style: italic;
	text-align: center;
	font-size: 90%;
}

#maincontent blockquote {
	width: 40%;
	float: right;
	border-top: 3px dotted #999999;
	border-bottom: 2px dotted #999999;
	margin: 0;
}

#maincontent blockquote p {
	margin: 0;
	font-size: 70%;
}

#maincontent blockquote p.source {
	margin: 0;
	font-style: italic;
	font-size: 60%;
}

#maincontent li {

}

/* Set up righthand column */
#rightcolumn {
	float: right;
	right: 0;
	width: 12%;
	border-top: 2px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
}

#rightcolumn div {
	padding: 10px;
}


#rightcolumn p {
	color: #000000;
	font-size: 70%;
	font-weight: bold;
}

#rightcolumn img {
	border: none;
}

#rightcolumn ul {
	padding: 0 0 0 0;
	font-size: 70%;
	font-weight: bold;
	margin: 0 10% 0 10%;
}


#rightcolumn ul li {
	margin-bottom: 5px;
	list-style-type: none;
}

#rightcolumn ul li.title {
	margin-top: 3px;
	margin-bottom: 5px;
	list-style-type: none;
	text-align: left;
 	background-color: #DDDDDD;
}

#rightcolumn ul li a {
	text-decoration: none;
	color: #006699;
	font-size: 87.5%;
}

#rightcolumn a:hover {
	color: #FF3333;
}

/* Set up the footer */
#footer {
	clear: both;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 5px 0;
	text-align: center;
}

#footer ul {
	margin: 2px 0 0 0;
	font-size: 70%;
	font-weight: bold;
}

#footer li {
	display: inline;
	list-style-type: none;
  	border-left: 1px solid;
	padding: 0 5px 0 9px;
}

#footer li:first-child {
	border-left: 0;
}

/* Turns off left borders to get around IE 5/6 bug */
* html div#footer li {
	border-left: 0;
}

#footer ul li a {
	padding: 0 5px;
	text-decoration: none;
	color: #006699;
}

#footer a:hover {
	color: #FF3333;
}

#footer p {
	margin: 2px 0 0 0;
	padding: 0 5px 0 9px;
	font-size: 70%;
	font-weight: bold;
}

/* Fix for boundaries in IE 6 */
* html div#footer ul {
	border-left: 0;
}


/* Alsett clearing method from "Stylin with CSS" by Charles Wyke-Smith*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}




