/*
Theme Name: Network!Network!
Theme URI: http://wordpress.org/
Description: Theme created by the fun loving Network9 team.
Version: 1.0
Author: Network9
Author URI: http://www.network9.biz/
*/

body {
	background-color: #ffffff;
	padding: 0px;
	margin: 10px 0px 0px 0px;
    text-align: center;
    font-family: helvetica, arial, verdana;
	font-size: 12px;
	color: #000;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

a {
	font-family: helvetica, arial, verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

#container {
	width: 875px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	background-color: #fff;
}

a.header_blog {
	font-family: helvetica, arial, verdana;
	color: #000;
	font-size: 14px;
	line-height: 1.1em;
	text-decoration: none;
}

a.header_blog:hover {
	color: #999999;
}

#header {
	width: 835px;
	height: 100px;
	background-color: #F6E306;
	padding: 20px 10px 15px 30px;
	position: relative;
}

#tagline {
	position: absolute;
	right: 15px;
	bottom: 13px;
	
}


#navigation {
	width: 845px;
	height: 13px;
	padding: 9px 0px 8px 30px;
	margin: 4px 0px 3px 0px;
	background-color: #D9D8D8;
}

#nav_text {
	padding-right: 32px; 
}

#content_left {
	width: 450px;
	font-family: helvetica, arial, verdana;
	text-align: justify;
	line-height: 20px;
	float: left;
	padding: 30px 65px 10px 30px;
}

.header_left {
	font-family: helvetica, arial, verdana;
	color: #000;
	font-size: 36px;
	line-height: 1.1em;
}

#content_right {
	width: 300px;
	font-family: helvetica, arial, verdana;
	font-size: 16px;
	color: #fff;
	text-align: left;
	line-height: 20px;
	background-color: #000;
	padding: 35px 10px 25px 20px;
	float: left;
}

#content_right a {
	font-family: helvetica, arial, verdana;
	font-size: 16px;
	color: #999999;
}

#content_right a:hover {
	text-decoration: underline;
}

#text_right {
	text-align: left;
	line-height: 20px;
	margin: 5px 0px 30px 47px;
}

/* to hide widget titles */
#text_right h4{
  display: none;
}
  
.header_right_connect {
	font-family: helvetica, arial, verdana;
	color: #EFDD12;
	font-size: 24px;
	line-height: 32px;
}

.header_right_events {
	font-family: helvetica, arial, verdana;
	color: #EFDD12;
	font-size: 24px;
	line-height: 42px;
}

.header_right_contact {
	font-family: helvetica, arial, verdana;
	color: #EFDD12;
	font-size: 24px;
	line-height: 45px;
}

#footer {
	width: 875px;
	height: 22px;
	margin: 0px auto;
	position: relative;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 25px;
	padding: 8px 0px 0px 0px;
	font-family: helvetica, arial, verdana;
	background-color: #D9D8D8;
	font-size: 11px;
	color: #999999;

}

#footer a {
	font-family: helvetica, arial, verdana;
	font-size: 11px;
	color: #999999;
	padding: 0px 8px 0px 8px;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

h2.widgettitle {
	display: none;
}

#text_right ul li {
	list-style-type: none;
}

#text_right ul {
	margin: 0px;
	padding: 0px;
}

li.widget_calendar_upcoming {
	list-style-type: none;
}

li.event {
	margin-bottom: 10px;
}

/*TESTIMONIALS*/

#post-92 table {
	margin: 10px 0px 15px -20px;
}

td.testimonials {
	border-bottom: 1px solid #f6e306;
}


/*CLIENTS*/

.client_info {
	font-weight: bold;
}

/* =Images
-------------------------------------------------------------- */

/*#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}*/
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 7px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


