/*  
Theme Name: IQAP Group
Theme URI: http://www.iqapgroup.com
Description: Another theme that people love to use
Author: Kashmir Creative
Author URI: http://www.kashmircreative.com
Author Description: IQAP Group Wordpress Theme
*/

body {
	margin: 0;
	padding: 0;
	color: #666666;
	font: 16px "Trebuchet MS", sans-serif;
	background: #be3869;
	border-bottom: 8px solid #efefef;
}

#header_wrapper {
	width: 100%;
	height: 200px;
	background: #ffffff url(images/header.jpg) no-repeat left top;
}

#header {
	width: 800px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	background: 0px 0px;
}

#menu {
	width: 100%;
	height: 30px;
	background: #be3869;
	border-bottom: 8px solid #8d284e;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	margin-right: auto;
	margin-left: auto;
}

#content {
	width: 800px;
}

#main {
	width: 60%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#sidebar {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 30%;
	margin-left: 40px;
}

#posts {
	margin-bottom: 20px;
}

#footer {
	clear: both;
	width: 800px;
	height: 100px;
	margin-left: 20px;
	color: #ffffff;
}

#block {
	margin-top: 20px;
}

img {
	padding: 5px;
}

h2 {
	font-size: 18px;
}

/* @group menu */

#menu a {
	color: #ffffff;
}

#menu a:hover, #menu .current_page_item {
	background: #8d284e;
	color: #ffffff;
}

#menu li {
	float: left;
	width: 100px;
}

#menu a {
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0;
	text-align: center;
	width: 100px;
}

/* @end */

/* @group pages */

.page_heading {
	font-size: 22px;
	color: #be3869;
}

.page_text {

}

/* @end */

/* @group sidebar */

#sidebar input {
	width: 90%;
	color: #999999;
	font: 16px "Trebuchet MS", sans-serif;
}

/* @end */

/* @group tags */

strong {
	background: #ffffcb;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

a:link {
	color: #be3869;
	text-decoration: none;
}

a:visited {
	color: #be3869;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #be3869;
}

/* @end */

/* @group posts */

.post_heading {
	font-size: 22px;
}

.post_author {

}

.post_category {

}

.post_text {

}

.post_link {
	color: #999999;
}

/* @end */

/* @group comments */

#comments li {
	background: #ffffcb;
	padding: 5px;
}

#comments li.alt {
	background: #ffffcb;
	padding: 5px 15px;
}

.comment_heading {
	font-size: 22px;
	color: #be3869;
}

.comment_author {
	color: #666666;
}

.comment_moderation {

}

.comment_text {
	color: #666666;
}

/* @end */

/* @group form */

.form_heading {
	font-size: 22px;
	color: #be3869;
}

.error_heading {
	font-size: 22px;
	color: #be3869;
}

.form_required {
	color: #ff5f4d;
	font-weight: bold;
}

input {
	font: 16px "Trebuchet MS", sans-serif;
	color: #999999;
	width: 60%;
	padding: 5px;
}

textarea {
	font: 16px "Trebuchet MS", sans-serif;
	color: #999999;
	width: 80%;
	padding: 5px;
}

.submit {
	padding: 5px;
	width: 10%;
	font: 16px "Trebuchet MS", sans-serif;
	color: #666666;
}

/* @end */

/* @group footer */

#footer a:link {
	color: #ffffff;
}

#footer a:visited {
	color: #ffffff;
}

#footer a:hover {
	background: #8d284e;
	color: #ffffff;
}
	
/* @end */

