@import 'reset.css';

/**
 * ThamesValleyTaekwondo.com main stylesheet
 *
 * @author   Jawish Hameed
 * @version  0.1
 */

body {
    background:#212121 url('../images/bg.jpg') top center no-repeat;
    color:#666;
    font:11px/18px arial, helvetica, serif;
}
a {
    text-decoration:none;
}
h1 {
    color:#ea2626;
    font:bold 28px/32px arial;
    margin:32px 0 10px;
}
h2 {
	color:#ea2626;
	font:bold 20px/24px arial;
	margin:24px 0 10px;
}
h3 {
	color:black;
	font:normal 18px/20px arial;
}
h4 {
	color:black;
	font:bold 12px/14px arial;
}
p {
    margin:5px 0 10px;
}
form span {
    display:block;
    padding: 10px 0 5px;
}
img {
	vertical-align:middle;
}
.center {
	text-align:center;
}
.clear {
    clear:both;
}
.black {
	color:#0c0404;
}
#pg {
	background:#fff;
	border:5px #000 solid;
	border-top:10px #000 solid;
    margin:0 auto;
    width:990px;
}
#hd {
	background-repeat:no-repeat;
	background-position:top center;
    height:192px;
    position:relative;
}
#ft {
	background:#01539b;
    height:200px;
	position:relative;
}

#hd-title {
    position:absolute;
    top:5px;
    left:20px;
}

#hd-nav {
    background:#000 url('../images/nav_bg_black.png') top center repeat-x;
	bottom:0;
	height:50px;
	position:absolute;
	width:100%;
}
#ft-nav {
    background:#01539b;
	height:25px;
	position:absolute;
	top:0;
	width:100%;
}

#ft-nav ul li ul {
	display:none;
}

#bd {
	font:12px/18px arial, helvetica, serif;
	min-height:500px;
}
.bd-cl {
    float:left;
    text-align:left;
	padding:15px 20px 15px;
    width:650px;
}
.bd-cr {
    float:right;
	padding:15px 20px 15px;
	width:250px;
}

#ft-content {
    background:url('../images/ft.png') top center no-repeat;
	color:#fff;
	top:25px;
	padding:10px 20px 20px 20px;
	position:relative;
}
#ft-content a {
	color:#fff;
}

/* ALBUM */
.album-photo img,.album {
	border:1px #ccc solid;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; 
	padding:5px;
	margin:0 5px 10px 0;
	width:160px;
}
.album p {
	text-align:center;
}

.album p a {
	color:#000;
}
.album {
	float:left;
}

/* FORMS */
input.entry {
	border:1px #ccc solid;
	height:15px;
	padding:4px 4px;
	width:260px;
}
textarea.entry {
	border:1px #ccc solid;
	height:155px;
	padding:4px 4px;
	width:260px;
}
label.error {
	color:red;
	padding:0 10px;
}
form td {
	padding:5px;
	vertical-align:top;
}