/*-----------------------------------------------------------------------------
Betws-y-Coed Arts Festival (basic)
version:   1.0
author:    PJ WebWorks
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}
/* Class for clearing floats */
.clear {
	clear:both;
}
/* Remove border around linked images */
img {
	border: 0;
}

/* =Typography
-----------------------------------------------------------------------------*/

p, td, th, li, ul, ol, h1, h2, h3, h4, h5, h6  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* =Headings
-----------------------------------------------------------------------------*/
h1 {
	color: #280030;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 1em;
	padding-bottom: 0.5em;
	clear: both;
}
h2 {
	font-size: 0.8em;
	font-weight: bold;
	color: #280030;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
h3 {
	font-size: 0.75em;
	font-weight: bold;
	color: #280030;
	line-height: 140%;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
h4 {
	font-size: 0.75em;
	font-weight: bold;
	color: #280030;
	line-height: 140%;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
p {
	font-size: 0.75em;
	font-weight: normal;
	color: #464646;
	line-height: 140%;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-left: 15px;
}



/* =Links
-----------------------------------------------------------------------------*/
a:link {
	color: #006600;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #009900;
}
a:active {
	color: #006600;
}


/* =Prime positioning
-----------------------------------------------------------------------------*/
body {
	text-align: center;
	min-width: 760px; /* content width plus 20 */
	background-color: #562764;
	background-attachment: fixed;
	background-image: url(../i/back1.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 736px;
	margin: 0px auto 10px;
	text-align: left;
	background-color: #FFFEE6;
	border-right: 2px solid #280030;
	border-left: 2px solid #280030;
}



/* =Topsec
-----------------------------------------------------------------------------*/
#topsec {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	height: 120px;
	background-color: #FFFEE6;
	border-bottom-color: #280030;
}




/* =Primnav
-----------------------------------------------------------------------------*/
#primnav {
}
#primnav ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 736px;
	background: #32073B url(../i/navsliceoff.gif) repeat-x;
	list-style: none;
	font-size: .75em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #280030;
}
#primnav ul li {
	float: left;
}
#primnav ul a {
	padding: 0 2em;
	line-height: 2em;
	text-decoration: none;
	color: #FFFEE6;
	float: left;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #834F99;
}
#primnav ul a:hover {
	color: #FF9;
	background-color: #622A72 !important;
	background: #0D1313 url(../i/navsliceon.gif) repeat-x !important;
}
.here {
	background-color: #622A72 !important;
	background: #0D1313 url(../i/navsliceon.gif) repeat-x !important;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/
#content {
	margin-left: 30px;
	margin-right: 30px;
}




/* =Secondary Content
-----------------------------------------------------------------------------*/
.content1a {
	width: 400px;
	float: left;
}

.content2a {
	width: 270px;
	float: right;
} 



/* =Footer
-----------------------------------------------------------------------------*/
#footer {

}

/* botnav ID */
#botnav p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#botnav p {
	text-align: center;
	padding: 5px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: .7em;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 2px solid #242424;
	border-bottom: 2px solid #242424;
	line-height: 1em;
}
/* printpage ID */
#printpage p {
	font-size: 70%;
	text-align: right;
	margin-top: 10px;
}
#printpage img {
	margin-left: 10px;
}
/* copyrightID */
#copyright { text-align: right; margin-top: 0px; margin-right: 10px; margin-bottom: 5px; margin-left: 10px}
#copyright p {
	font-size: 60%;
	text-align: right;
	line-height: 14px;
}



/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Photos
-----------------------------------------------------------------------------*/
.photobkr {
	float: right;
}
.photobkl {
	float: left;
}
.photobkc {
	margin-right: auto;
	margin-left: auto;
}
.photobkc .horiz2 {
	float: left;
	width: 50%;
}
.photobkr, .photobkl, .photobkc  {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 2px;
	text-align: center;
	clear: both;
}
.photobkr p, .photobkl p, .photobkc p {
	font-size: .7em;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	padding-bottom: 0px;
}



/* =Misc 2
-----------------------------------------------------------------------------*/
#content ul {
	margin-left: 50px;
	font-size: 0.75em;
	color: #464646;
	line-height: 1.4em;
}
/* contact ID */
#contact {
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* float block right */
.bkr {
	float: right;
	width: 550px;
}
/* location map */
.map {
	margin-left: 100px;
}
.notice {
	background-color: #F4FFFF;
	border: 1px solid #005151;
	margin-bottom: 20px;
}
/* logos - horizontal */
.logohoriz img {
	margin-right: 3px;
	margin-left: 3px;
	vertical-align: middle;
}
.logohoriz {
	margin-top: 5px;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.funding {
	background-color: #FFF;
	border: 1px solid #DEC2E7;
	margin-right: 10px;
	margin-left: 10px;
}
.funding p {
	font-size: .7em;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
