/** 
*	CSS FILE FOR INSIDEOUTWALES.CO.UK
**/
body{
	border:0;
	margin:0 auto;
	padding:0;
	font: small/150% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	/*font-size:62.5%;*/
	background-colour:#222222;
	background-repeat:repeat-x;
}
.topGrad{
	background-color:#222222;
}

#wrapper{
	width:100%;
	min-height:300px !important;
	height:300px;
	height:auto;
	margin:0 auto;
	/*padding-top:10px;*/
	background-color:#FFFFFF;
	background-image:url(../../images/wrapperGrad.jpg);
	background-repeat: repeat-x;
	border-top:5px solid #474747;
}
#top{
	position:relative;
	width:770px;
	height:150px;
	margin:0 auto;
	padding:0;
	background-colour:#CCCCCC;
	background-repeat:repeat-x;	
}

#main{
	width:820px;
	padding-left:25px;
	padding-right:25px;
	background:url(../../images/main_border.png) repeat-y;	
	margin:0 auto;
	font:1.2em;	
}

#left{
	margin-top:18px;
	margin-left:10px;
	margin-bottom:10px;
	font-size:1.2em;
	width:280px;
	float:left;
}

#content{
	width:480px;
	min-height:300px !important;
	height:300px;
	height:auto;
	display:block;
	font-size:1.2em;
	float:left;	
}


#footer{
	clear:both;
	height:150px;
	background-color:#222222;
	
}
#footerContainer{
	width:770px;
	margin:0 auto;
}


/**
*	Navigation
**/

#mainNav{
	position:absolute;
	bottom:0px;
	margin:0;
	padding:0;
	height:40px;
	float:left;
	
}
#mainNav li{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#mainNav li a{
	height:40px;
	display:block;
	text-decoration:none;
	text-indent:-5000px;
}

#bookNav{
	list-style:none;
	margin:0;
	padding:0;
}

#bookNav li{
	width:250px;
	margin-top:5px;
	position:relative;
}

#bookNav a{
	width:250px;
	height:40px;
	display:block;
	text-indent:-5000px;
}

#bookNav a:hover, #mainNav a:hover{
	background-position:bottom left;
}

.home{
	background:url(../../images/home.jpg);
	width:74px;
}
.theBooks{
	background:url(../../images/theBooks.jpg);
	width:117px;
}
.contact{
	background:url(../../images/contact.jpg);
	width:97px;
}

.quiz{
	background:url(../../images/quiz.jpg);
	width:97px;
}

.history{
	background:url(../../images/highlightsOfWelshHistory.jpg);
}
.voices{
	background:url(../../images/greatWelshVoices.jpg);
}
.festivals{
	background:url(../../images/greatWelshFestivals.jpg);
}
.traditions{
	background:url(../../images/welshTraditionsAndTraits.jpg);
}
.sport{
	background:url(../../images/welshSportingStars.jpg);
}
.icons{
	background:url(../../images/welshIcons.jpg);
}
.storyOfWelsh{
	background:url(../../images/storyWelsh.jpg);
}
.exploringPlacenames{
	background:url(../../images/exploringPlaceNames.jpg);
}
.saintSinners{
	background:url(../../images/saintSinners.jpg);
}

#bookNav li a.select, #mainNav li a.select{
background-position: bottom left !important;
}

/**
*	End of Navigation
**/

a, a:link, a:visited{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a:active, a:hover, a:visited:hover{
	color:#2f96be;
	text-decoration:underline;
}

/**
*	Positional Elements
**/

.hidden{
	display:none;
}
.visible{
	display:block;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.clearBoth{
	clear:both;
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}

.footerSmall{
	font-size:1em;
	color:#CCCCCC;
}
.footerBig{
	font-size:1.6em;
	color:#CCCCCC;
}
h1{	font-size:2em; }
h2{ font-size:1.6em; color:#2f96be; }

p img{
	float:left;
	margin:5px;
}