/*  
Theme Name: Template
Theme URI: http://www.cardifftaekwondoacademy.com
Description: Custom design for http://www.cardifftaekwondoacademy.com
Version: 1.0

*/



@import 'css/reset.css';
@import 'css/text.css';
@import 'css/760.css';

#wrapper {
  width: 780px;
  margin: 0 auto;
  background-color:#FFFFFF;
}

body {
	margin:0px;
	background-color:#333;
	
	/*background-image: url(images/body_bg.jpg);
	background-position:top;

	background-repeat:repeat-x;

	width:100%;*/
	
}

a
{
	color: #B75753;
	text-decoration: none;
	font-size:17px;
}

a:hover
{
	text-decoration: underline;
}

.alignleft {
	float:left;
	padding-right:5px;

}

.alignleft {
	float:right;
	padding-left:5px;

}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#B75753;
	font-size:20px;
	margin-bottom:8px;

}
#header {
	margin-top:20px;
	background-image: url(https://www.cardifftaekwondoacademy.com/wp-content/uploads/2025/09/header7.jpg);
	background-repeat:no-repeat;
	height:364px;
	/*background-color:#0099FF;
*/
}

#top {
	
	margin-top:17px;
	/*background-color:#00FF00;*/

}

#quote p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-style:italic;
	font-size:30px;
	padding-top:60px;
	text-align:center;

}

/*
-- main-content*/
#main-content {
	/*background-color:#00FF00;*/
	margin-top:-51px;
	z-index:100;

}
#main {
	/*margin-top:20px;*/

}
/*
-- side */
#side {
	
}
#side h2 {
	color:#B75753;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #C3C3C3;

}
#side-inner {
	/*background-color:#73120B;*/
	/*color:#73120B;*/
	padding:0px 10px 10px 10px;
	margin-bottom:10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C3C3C3;

}
#side-inner a {
	font-size:14px;

}
#footer {
border-top:1px solid #C3C3C3;
	height:72px;
	margin-top:20px;
}

#footer p {
	color:#999999;

}


