/*
Theme Name: The Court
Theme URI: http://www.inspiratechnologies.com	
Description: A sporty theme specifically built for Arena Badminton Team
Author: Jaysone
Version: 1
Author URI: http://www.kennethjaysone.com
/*


/*--Defaults--*/

*	{
	margin: 0;
	padding: 0;
}

html	{
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*--Sructure--*/

body	{
	background: #b4d1ba url(images/web_court3.gif) repeat scroll;
	font-size: 62.5%;
}

#container	{
	max-width: 86em;
	margin: 0 auto;
	margin-top: 5em;
}

#container2	{
	
}

#content	{
	background-color: transparent;
}

/* Header section */

#header	{
	height: 15em;
	background: transparent url(images/arenabadmintonheader.png) no-repeat;
	width: 100%;
}

#header h1	{
	position: relative;
	top: 0.5em;
	left: 0.5em;
	width: 130px;
	height: 130px;
	background: url(images/arenalogo.png) no-repeat;
	text-indent: -9999px;
}

#header span.motto	{
	font: 2em Georgia, "Times New Roman", Helvetica;	
	width: 300px;
	text-align:  center;
	float: right;
	color: #103C73;
}


/* Navigation */
div.mainnav	{
	clear: both;
	font: normal normal bold 1.2em/2.5em "Lucida Grande", Tahoma, sans-serif;
}

div.mainnav ul	{
	width: 100%;
	background-color: #bd0a0a;
	float: left;
	list-style-type:  none;
	margin-top: -0.3em;
}

div.mainnav ul li	{
	float: left;
}

div.mainnav ul li a{
	float: left;
	text-decoration: none;
	color: #fff;
	width: 10em;
	border-right: 0.1em solid #BFBFBF;
	text-align:  center;
}

/* content area for the site */

div#contentwrapper	{
	clear: both;
	background-color: #fff;
	overflow: hidden;
}

#content	{
	clear: both;
}

#maincontent	{
	float: left;
	width: 56em;
	background-color: #fff;
	padding-right: 2em;
}

#sidebar	{
	float: right;
	width: 28em;
	background-color: #fff;
}

#footer	{
	clear: both;
}


/* comments form */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}


/* Post entry */

div .entry	{
	width: 50em;
	margin: 0 auto;
}

div .main	{
	border-top: 1px solid #DBDBDB;
	background: url(images/shadow-bg1.jpg) repeat-y;
}

div .main2	{
	background: url(images/shadow-bottom1.jpg) no-repeat bottom left;
	padding: 3em;
}

div .entry p	{
	font: 1.2em/1.8em Verdana, Arial, sans-serif;
	color: #3F3F3F;
}



/* These are the headers for all the posts */

div .post h2	{
	margin: 1em auto;
	padding: 0.2em;
	font: 2.2em Georgia, Times, "Times New Roman", serif;
	letter-spacing: 0.1em;
	background-color: #003366;
	
}

div .post h2 a:link, div .post h2 a:visited	{
	text-decoration: none;
	color: #fff;
}

div .entry h3	{
	font: 2em Georgia, Times, "Times New Roman", serif;
	color: #BD0A0A;
	padding: 1em 1em 1em 0;
}

/* These are the unordered lists in a post */

div .main2 ul	{
	padding: 0.1em;
	font: 1.4em Georgia, "Times new Roman", Times, serif;
	list-style: square;
	color: #7F0F0F;
}

div .main2 ul li	{
	padding: 0.5em;	
}

/* Postmetadata section in a post */

.postmetadata	{
	padding: 0.5em;
	background-color: #FEDF2D;
}


/* This is the sidebar area */



#sidebar ul	{
	list-style: none;
}

#sidebar ul li	{
	padding: 1em 0.5em;
}

#sidebar ul li#search	{
	padding: 0;
}

#sidebar ul li#calendar	{
	margin-top: 2.5em;
}

#sidebar ul li h2	{
	padding: 0.3em;
	font: 2em Georgia, Times, "Times New Roman", serif;
	background: url(images/sidebarh2.jpg) no-repeat;
}

#sidebar ul li ul li	{
	padding: 0.5em 0.5em;
	font: 1.2em Georgia, Times, "Times New Roman", serif;
}

/* The search form */


/* The calendar */

table#wp-calendar	{
	width: 26em;
	border: 1px solid #DADADA;
	margin: 0 auto;
}

/* Post navigation */

div.postnav	{
	font: 1.5em Georgia, Times, "Times New Roman", serif;
	padding: 1em;
	margin: 1em;
}

/* Footer area */

div#footer	{
	background-color: #BD0A0A;
	margin-bottom: 4em;
	font: 1.8em Georgia, Times, "Times New Roman", serif;
	color: #fff;
	padding: 2em;
}

div#footer a	{
	color: #fff;
}


