body {
	margin: 0;
	padding: 0;
	background: #EBEBEB url(images/img01.png) repeat-x left top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
}

h1, h2, h3 {
	margin-top: 0;
	color: #8C0209;
}

h1 {
	font-size: 1.3em;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #003366;
}

a:hover {
	border-bottom: 1px;
	color: #000066;
 text-decoration: underline;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 1000px;
	height: 183px;
	margin: 0 auto;
	}

/* Header */

#logo {
	width: 960px;
	height: 130px;
	margin: 0 auto;
	background: url(images/img01.png) no-repeat left top;

}


#logo span {
	width: 220px;
 height: 62px;
	padding: 0px;
 margin: 0 auto;
	background: url(images/iplay_logo.png) no-repeat left top;

}



#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: #000066;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 15px 25px 0px 25px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #99CCFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

#menu .first {
	background: none;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: url(images/img07.gif) repeat-y left top;
}

#page-no-background {
	width: 960px;
	margin: 0 auto;
}

#page-bg {
 background: url(images/img06.gif) no-repeat left top;
	padding: 0px 10px;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 10px 40px 0px 40px;
}

#content-wide {
	float: left;
	width: 650px;
	padding: 10px 40px 0px 40px;
}

#content-extra-wide {
	float: left;
	width: 700px;
	padding: 10px 40px 0px 40px;
}

.post {
	padding-bottom: 10px;
	line-height: 1.2;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	letter-spacing: -1px;
	font-size: 1.7em;
	font-weight: normal;
	background: url(images/img04.gif) repeat-x left bottom;
}

.title a {
	border-bottom: none;
	color: #454545;
}

.title a:hover {
	color: #000066;

}

.byline {
	background: url(images/img04.jpg) repeat-x left bottom;
	padding-bottom: 0px;
	font-size: 1em;
	font-weight: normal;
}

.tag {
	padding: 0 15px;
}

.entry {
	line-height: 1.2;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
	color: #000066;
}

/* Sidebars */

#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 210px;
	padding: 0;
	font-size: 12px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 10px 0;
}

.sidebar li ul {
	padding: 5px 0px;
}

.sidebar li li {
	margin: 0 10px 0 5px;
	padding: 8px 0px;
	background: url(images/img04.gif) repeat-x left bottom;
}


.sidebar li h2 {
	height: 34px;
	margin: 0 0 0 0;
	padding: 12px 15px 0px 15px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.sidebar a {
}

.sidebar a:hover {
	color: #000066;

}


/* Footer */

#footer {
	width: 100%;
	height: 70px;
	margin: 0 auto;
	background: #000000;
	color: #E7E7E7;
}

#footer-bg {
	width: 960px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a {
	color: #E7E7E7;
}

#footer a:hover {
	color: #99CCFF;

}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}

