/* @override http://gmai.local/wp-content/themes/gmai/style.css */

/*
Theme Name: Gladstone Multicultural Association Inc.
Theme URI: 
Description: 
Version: 1
Author: Darren Jeacocke
Author URI: 
Tags: 
*/

html {
	background: #e6e6e6 url('images/bg.png') top center repeat-y;
}

/* @group Typography */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 14px;
	ine-height: 18px;
	color: #444;
}

p {
	margin: 10px 0;
}

a {
	color: #5ab;
}

a:focus {
	outline: 1px dotted #000;
}

h2 {
	font-family: helvetica;
	font-weight: normal;
	font-size: 18px;
	margin: 10px 0;
	background: green;
	padding: 5px 7px;
	color: #fff;
}

.post h2 a {
	color: black;
	text-decoration: none;
}

.article {
	padding: 0 10px;
}

h3 {
	font-size: 20px;
	margin: 10px 0;
	color: #000;
}

h3 a {
	color: #000;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

ul {
	list-style: disc;
	margin-left: 20px;
}

/* @end */



#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#header a {
	display: block;
	background: url(images/gmai.jpg) 0 0 no-repeat;
	height: 130px;
	margin: 20px 0;
	text-indent: -9999px;

}

#content {
	width: 550px;
	float: right;
	padding: 0 10px;
	position: relative;
}

#sidebar {
	float: left;
	width: 210px;
	margin: 0;
	background: ;
}

#sidebar ul {
	margin: 0;
}

#sidebar ul {
	margin: 0;
}

#sidebar ul ul {
	margin: 15px 12px;
}

#sidebar li {
	list-style: none;
}

#sidebar li li {
	margin: 5px 0;
}


#footer {
	background: url(images/flags.jpg) center ;
	height: 40px;
	width: 800px;
	margin: 250px auto 0;
}

/* @group Menu */

.current_page_item a{
	color: brown;
}


/* @end */



/* @group Search */

.hidden {
	display: none;
}

#searchform {
	margin: 10px 0;
}

#s {
	padding: 5px 2px;
	width: 140px;
	border: 2px solid #888;
}

#searchsubmit {
	width: 58px;
	font-size: 12px;
}

/* @end */

/* @group Posts */

.posted {
	color: black;
}

.post_footer {
	color: #aaa;
}

#pagination {
	overflow: hidden;
	width: 350px;
	padding: 10px 0;
	margin: 5px 0;
}

#pagination li {
	list-style: none;
}

.newer {
	float: left;
}

.older {
	float: right;
}

p.post-edit-link {
	text-align: right;
	clear: both;
	font-size: 10px;
}

/* @end */

/* @group Events */

.event_date {
	display: block;
	font-size: 10px;
	margin-left: 10px;
	color: #999;
}

.event_info {
	color: #b44;
	margin-left: 10px;
}

/* @end */

/* @group contact */

#contact_info {
	position: absolute;
	top: 65px;
	left: 400px;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
	width: 260px;
	border: 1px solid #aaa;
	padding: 5px;
}

.wpcf7-form-control-wrap textarea {
	height: 220px;
}

/* @end */

/* @group Comments */

#commentform p {
	clear: both;
	margin: 0;
	padding: 5px 0;
}

#commentform label {
	float: left;
}

#commentform #author, #commentform #email, #commentform #url {
	float: right;
	padding: 2px;
	width: 200px;
	border: 1px solid #888;
}

#commentform textarea {
	width: 570px;
	padding: 3px;
	border: 1px solid #888;
}

#comments_list {
	margin: 0;
}

#comments_list li {
	list-style: none;
}

#comment {
	margin: 10px 0;
}

.avatar {
	margin-right: 10px;
}

/* @end */