/* 
	Theme Name: Advertising Know How
	Theme URL: http://advertisingknowhow.com/
	Description: Customised WordPress Theme for <a href="http://advertisingknowhow.com/">Advertising Know How</a>.
	Author: http://wpcreations.com/
	Version: 1.0
		
*/


body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #4a4949;
	background: #9696B4 url(images/body-bg.jpg) center top repeat-x;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 1.3;
}

#wraper
{
	width: 786px;
	margin: 0px auto 0px auto;
	background: #ffffff;
	overflow: hidden;
}

#header
{
	height: 258px;
	background: url(images/header-bg.jpg) center top no-repeat;
overflow: hidden;
}

#header-subscribe
{
	margin: 180px 0px 0px 600px;
}

#header-search
{
	margin: 0px 0px 0px 600px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

#search
{
	margin-top: 3px;
}

#search #s
{
	width: 100px;
}

#page
{
	height: 100%;
	background: url(images/page-bg.jpg) center top repeat-y;
	overflow: hidden;
}

#content
{
	float: left;
	width: 470px;
	padding: 0px 50px 0px 50px;
}

.posttitle
{
	margin: 0px;
	padding: 0px;
	color: #1D1D1D;
	font-size: 17px;
	font-weight: bold;
}

.posttitle a
{
	color: #1D1D1D !important;
}

.postmeta
{
	padding: 10px 0px 0px;
	color: #1f6adf;
	font-size: 10px;
}

.postcontent
{
	padding: 0px 0px 10px;
}

blockquote
{
	width: 90%;
	margin: 0px auto 10px auto;
	padding: 10px;
	border: 1px solid #1f6adf;
	font-style: italic;
}

#page-nav-prev
{
	float: left;
	margin: 0px;
	padding: 0px 0px 20px;
}

#page-nav-next
{
	float: right;
	margin: 0px;
	padding: 0px 0px 20px;
}


#sidebar
{
	float: left;
	width: 200px;
}

#sidebar-scoop
{
	margin-bottom: 10px;
	color: #666666;
	font-size: 10px;
}

#sidebar-scoop div
{
	margin-bottom: 2px;
	padding: 8px;
	border: 1px solid #dddddd;
}

#sidebar-scoop input
{
	width: 128px;
	padding: 2px 4px;
	border: none;
	border-top: 1px solid #848484;
	border-left: 1px solid #848484;
	color: #666666;
	background: #FFFFA0;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10px;
}

#sidebar-scoop input.submit
{
	width: auto;
	padding: 0px 0px;
	border: 1px outset #eeeeee;
	color: #999999;
	background: #F0F0F0;
	font-weight: bold;
	cursor: pointer;
}

.sidebar-widget
{
	width: 200px;
}

.sidebar-header
{
	margin-bottom: 10px;
	padding: 10px 0px 0px 10px;
	color: #3155a2;
	font-size: 12px;
	font-weight: bold;
}

.sidebar-content
{
	padding: 0px 0px 5px;
	color: #303030;
	font-size: 10px;
}

#sidebar a
{
	color: #303030 !important;
}

#sidebar a:hover, #sidebar a:focus, #sidebar a:active
{
	color: #2B519B !important;
}

.sidebar-widget ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebar-widget li
{
	padding: 0px 0px 5px 10px;
	background: url(images/sidebar-li.jpg) 0px 5px no-repeat;
	list-style: none;
}


#footer
{
	clear: both;
	padding: 92px 0px 50px;
	background: #9696B4 url(images/footer-bg.jpg) center top no-repeat;
	font-size: 10px;
	text-align: center;
}


a, a:link, a:visited
{
	color: #1f6adf;
	text-decoration: none;
}
	
a:hover, a:focus, a:active
{
	color: #2B519B !important;
	outline: none;
}

a img
{
	border: none;
}


form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	padding: 2px 4px;
	border: 1px solid #7C8892;
	background: #ffffff url(images/form-input-bg.jpg) left top no-repeat;
	font-family: Arial, Sans-Serif;
}

input.submit
{
	height: 22px;
	padding: 0px 5px;
	border: 1px solid #00236F;
	color: #ffffff;
	background: #2B519B;
	font-weight: bold;
	cursor: pointer;
}
