/*
Theme Name: EastSide Connect
Theme URI: http://www.carsenklock.com/resources/
Description: A clean wordpress layout for East Side Groups
Version: 1.3.1
Author: Mission Communicate
Author URI: http://missioncommunicate.com/

Theme reworked based on the excellent work of Carsen Klock and the Simple Blue theme.
*/

body {
	background: #EFEDED;
	font: 0.75em Arial;
	color: #555555;
	margin: 0px;
	text-align: center;
}
img {
	border: none;
}
a {
	color: #663dff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4,h5 {
	margin: 0px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
/* Centers the layout */
.centered {
	margin: 0 auto;
	width: 784px;
	background: url(images/page_bg.gif) repeat-y;
	padding: 4px 0px;
}
/* Header */
#header {
	margin: 0px auto 0px auto;
	background: url(images/group-header.jpg);
	width: 761px;
	height: 150px;
	text-align: left;
}
#header h1 {
	margin: 0px;
	text-indent: -2000px;
	padding: 0px 0px 0px 34px;
	color: #ffffff;
	font: 1.7em Arial;
}
/* Navigation */
#navigation {
	text-align: center;
	font: 1.0em Trebuchet MS, Arial;
	padding-top: 40px;
}
#navigation ul {
	margin: 0px;
	padding: 50px 0px 0px 20px;
	list-style: none;
	display: table;
}
#navigation ul li {
	margin: 0px;
	padding: 0px 5px;
	display: table-cell;
}
#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #231560;
	padding: 5px 15px;
}
#navigation ul li a:hover {
	display: block;
	text-decoration: underline;
	color: #938e73;
}
#navigation ul li a span {
	display: block;
	padding: 9px 20px 8px 20px;
}

/* Container */
#container {
	width: 728px;
	margin: 0 auto;
	text-align: left;
	padding-top: 5px;
}
/* Top ad */
.ad {
	text-align: center;
	margin-bottom: 20px;
}
/* First header */
.header1 {
	background: url(images/h1.gif);
	border-left: 1px solid #156CB2;
	border-right: 1px solid #156CB2;
	font-size: 1.1em;
	color: #ffffff;
	text-align: center;
	padding: 6px 0px;
	width: 400px;
	float: left;
	font-family: Trebuchet MS, Arial;
}
.header2 {
	background: url(images/h1.gif);
	border-left: 1px solid #156CB2;
	border-right: 1px solid #156CB2;
	font-size: 1.1em;
	color: #ffffff;
	text-align: center;
	padding: 6px 0px;
	width: 300px;
	float: right;
	font-family: Trebuchet MS, Arial;
}
/* Second Header */
.header3 {
	background: url(images/h2.gif);
	font-size: 0.9em;
	color: #666666;
	text-align: right;
	padding: 7px 10px 6px 0px;
	font-family: Trebuchet MS, Arial;
}
#content {
	padding: 5px;
	line-height: 1.8em;
	font-size: 1.2em;
	float: left;
    width: 550px;
}
#content .details {
	font-size: 0.9em;
	color: #777777;
}


#content img {
	margin:4px;
	padding:3px;
	background: #efefef;
	border: 3px solid #efeded;
}

#content a img{
	border:none;
	padding:0;
	margin: 0;
}

/* Footer */
#footer {
	text-align: center;
	font-size: 0.9em;
	line-height: 1.9em;
}
#col1 {
	float: right;
	padding: 5px 5px 95px 5px;
    width:150px;
    background: url(images/group-join.jpg) no-repeat right bottom;
}


#col1 ul li{
	margin-left:-35px;
}
#col1 ul{
	list-style-type: none;
}

#col1 h1 a{
	line-height: 2em;
/*	background: url(images/bbutton.gif) no-repeat left;
	padding-left: 10px; */
}

#col1 h1 a:hover{
	background: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*TopnavStyling */

#topnav {
	height: 40px;
	padding: 5px;
	font-size:.9em;
	clear: both;
	text-align: left;
	font-weight: 600;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#topnav {
	margin: 0;
	padding-top: 10px;
}

#topnav li {
	list-style-type: none;
	display: inline;
	margin: 0 10px;
	padding: 0 6px 0 0;
}

#topnav li a {
	text-decoration: none;
	color: #fff;
}

#topnav li a:hover {
	color: #222;
}

/*groups detail page */
#groupmeta {
	width: 195px;
	float: left;
	border-right: 2px dotted #676767;
	margin-right: 7px;
	font-size:.9em;
}

#groupmeta h4 {
	float: left;
	margin-right: 5px;
}

#content.groupwide{
	width: 700px;
}

/*cforms */

form.cform{
	clear:left;
	margin: 0 0 0 280px;
}

div.cf_info{
	float:right;
}

p.linklove{
	display: none;
}

/*Admin Bar Styling */
#wp-admin-bar {
	align:center; 
	margin:0; 
	padding:5px; 
	background:#f9f9f9; 
	border:1px solid #666; 
	clear:both; 
	text-align:center;
}
#wp-admin-bar ul {
	margin:0; 
	padding:0;
}

#wp-admin-bar ul li {
	list-style-type:none; 
	display:inline; 
	margin:0 10px; 
	padding:0;
}

/*sidebar styling */
#col1 ul li {
	margin-bottom:1em; 
	font-weight:bold;  
	border-bottom:3px solid #ddd;
}
