/*  
Theme Name: Wave Addict
Theme URI: http://www.placeoftemplate.com
Description: Get More <a href="http://www.placeoftemplate.com>Free Wordpress Themes</a>
Version: 1.0
Author: Place Of Template
Author URI: http://www.placeoftemplate.com

	Wave Addict
	 http://www.placeoftemplate.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #b10261;
	background-color: #36393D;
	font-family: 'Century Gothic', Arial, Sans-Serif;
	font-size: 14px;
/*	font-weight: bold;*/
/*	line-height: 18px;*/
	text-align: left;
}

#header
{
	width: 1024px;
	margin: 0px auto 0px auto;
	padding: 0px;
	height: 343px;
	background: #000000 url(images/header-bg.jpg) left top no-repeat;
}

#header-logo
{
	float: right;
	margin: 80px 50px 0px 80px;
	color: #fc035e;
	font-family: Arial, Sans-Serif;
	font-size: 36px;
}

#header-logo div
{
	color: #ffffff;
	font-size: 18px;
}

#header-menu
{
	position: absolute;
	float: right;
	width: 1024px;
	margin: -49px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
/*border: 1px solid red;*/
}

.header-menu
{
	float: right;
	width: 122px;
	height: 40px;
	margin-right: 3px;
	background: url(images/menu-bg.png) center center no-repeat;
	text-align: center;
}

.header-menu-select
{
	float: right;
	width: 122px;
	height: 40px;
	margin-right: 3px;
	background: url(images/menu-bg-select.png) center center no-repeat;
	text-align: center;
}

.header-menu a
{
	color: #ffffff !important;
	font-weight: normal !important;
}

.header-menu-select a
{
	color: #061D24 !important;
	font-weight: normal !important;
}

.header-menu div, .header-menu-select div
{
	padding-top: 15px;
}

#page
{
	clear: both;
	width: 1024px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 20px 0px;
	background: #ffffff;
/*	background: #ffffff url(images/page-bg.png) left top repeat-x;*/
	overflow: hidden;
}

#content
{
	clear: both;
	float: left;
	width: 625px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.postheader
{
	width: 620px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	background: url(images/post-header-bg.jpg) center top no-repeat;
	overflow: hidden;
}

.posttitle
{
	margin: 0px;
	padding: 40px 0px 10px 60px;
	font-size: 18px;
/*border: 1px solid red;*/
}

.posttitle a
{
	color: #b10261 !important;
}

.postmeta
{
	margin: 0px;
	padding: 0px 0px 6px 60px;
}

.postcontent
{
	width: 480px;
	margin: 0px;
	padding: 0px 70px;
	background: url(images/post-content-bg.jpg) center top repeat-y;
	overflow: hidden;
}

.postcontent img
{
	display: block;
	margin: 10px 0px;
	max-width: 450px;
}

.postfooter
{
	width: 620px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	background: url(images/post-footer-bg.jpg) center top no-repeat;
	overflow: hidden;
}

.postfootercomment
{
	float: right;
	margin: 73px 0px 0px 0px;
	padding: 0px 70px;
}

blockquote
{
	width: 80%;
	margin: 0px auto 10px auto;
	padding: 30px 10px;
	border: 1px solid #b10261;
	background-color: #f5f5f5;
	text-align: center;
}

#page-nav-prev
{
	float: left;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}

#page-nav-next
{
	float: right;
	margin: 0px 40px 0px 0px;
	padding: 0px;
}

#sidebar
{
	float: right;
	width: 396px;
	margin: 50px 0px 0px 0px;
	padding: 0px;
}

.sidebar-header
{
	margin: 0px 0px 15px 0px;
	font-size: 18px;
	font-weight: bold;
}

.sidebar-links
{
	width: 100%;
	overflow: hidden;
}

.sidebar-links-box
{
	float: left;
	width: 123px;
	height: 123px;
	margin: 0px 3px 5px 0px;
	border: 1px solid #d7d7d7;
}

.sidebar-adsense
{
	width: 380px;
	height: 180px;
	border: 1px solid #DCCA8C;
	background: #FDF9EB;
}

.sidebar-widget
{
	float: left;
	width: 176px;
	margin-top: 20px;
	padding-right: 20px;
}

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

.sidebar-widget li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar a:link, #sidebar a:visited
{
	color: #7A7C7D;
}

.sidebar-widget li
{
	padding: 5px 0px 10px 0px;
	border-bottom: 1px dotted #828485;
	color: #7A7C7D;
}


#footer
{
	clear: both;
	width: 984px;
	margin: 0px auto 0px auto;
	padding: 20px;
	color: #ffffff;
	background: #0D252C url(images/footer-bg.png) left top repeat-x;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
}




a, a:link, a:visited
{
	color: #fc035e;
	text-decoration: none;
	font-weight: bold;
}
	
a:hover, a:focus, a:active
{
	color: #b10261 !important;
	outline: none;
}

a img
{
	border: none;
}

.altlink
{
	color: #b10261;
}
	

form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	padding: 2px 4px;
	border: 1px solid #b10261;
	background: #f5f5f5;
	font-family: 'Century Gothic', Arial, Sans-Serif;
}

input.submit
{
	padding: 2px 5px;
	border: none;
	color: #ffffff;
	background: #1A3A44;
	font-family: 'Century Gothic',Arial, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}