/*
Website created by Jnonymous: http://cargocollective.com/Jnonymous
*/
* {
	margin: 0 auto;
	padding: 0;
}
p { margin:5px 0 10px 0; line-height: 1.2em;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* My Styles Start Here*/
body {
	background: #fff;
	font: 13px 'Helvetica Neue', Helvetica, sans-serif;
    padding: 0;
	color: #7b7b7b;
}
#wrapper, #content {
    margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 740px;
}
#header { 
	height: 100px;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	}
#logo{
	float: left;
	width: 99px;
}
#nav{
	float: right;
	width: 450px;
	text-align: right;
}
#main {
	float: left;
	margin: 0;
	padding: 0;
}
/*################*/
/*### HEADER ###*/
/*################*/
#logo a img{
	width: 239px;
	height: 99px;
	margin-left: -2px;
}

/*###################*/
/*### NAVIGATION ###*/
/*###################*/
#nav h2 a{
	width: 77px;
	height: 16px;
	float:right;
	display: inline;
	margin: 0; padding: 0;
}
#facebook a{
	background: url("images/facebook.jpg") no-repeat 0 0;
	width: 77px;
	margin: 0; padding: 0;
}
#facebook a:hover{
	background: url("images/facebook.jpg") no-repeat 0 -16px;
}
#facebook span{display: none; float: right;}
#navlist{
	padding: 0;
	margin: 0;
	text-align: right;
	margin-top: 78px;
	float: right;
	margin-right: -77px;
	margin-bottom: -18px;
}
#navlist li, #navlist a {
	height:13px;
	display:block;
	padding-bottom: 2px;
	border-bottom: 14px solid #fff;
}
#navlist li a:hover{
	border-bottom: 14px solid #000;	
}
#navlist li a.grey:hover{
	border-bottom: 14px solid #bbb;	
}
#navlist li a.active{
	border-bottom: 14px solid #000;	
}
#navlist li {
	float:left;
	list-style:none;
	display:inline;
	margin-left: 28px;
	margin-top: 8px;
}

#navlist span {
	display: none;
}
/* normal */
#home {
	background:url('images/home.jpg') no-repeat;
	width: 46px;
}
#about {
	background:url('images/about.jpg') no-repeat;
	width: 53px;
}
#team {
	background:url('images/team.jpg') no-repeat;
	width: 73px;
}
#services {
	background:url('images/services.jpg') no-repeat;
	width: 74px;
}
#events-nav {
	background:url('images/events.jpg') no-repeat;
	width: 56px;
}
#projects {
	background:url('images/projects.jpg') no-repeat;
	width: 80px;
}
#contact {
	background:url('images/contact.jpg') no-repeat;
	width: 72px;
}

/*################*/
/*#### Footer ####*/
/*################*/

#footer {
        border-top: 1px solid #ddd;
        clear: both;
        margin: 0;
		padding: 0;
		padding-bottom: 12px;
		padding-top: 8px;
		font-size: 11px;
		margin-top: 40px;
}
#footer p{
      	text-align: right;
}
#footer a {
        color: #7b7b7b;
        text-decoration: none;
}
#footer a:hover {
        color: #000;
        text-decoration: underline;
}


/*###################*/
/*### HOMEPAGE ###*/
/*###################*/

#featured{
	margin-top: 15px;
}

/***  NEWS ON HOME PAGE ***/
#news{
	width: 320px;
	text-align: left;
	float: right;
	margin-bottom: 15px;
	margin-top: 5px;
}
#news-header{
	width: 320px;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-top: 10px;
	padding-bottom: 7px;
}
#news .entrytext h1{
	text-align: left;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
#news .entrytext h1 a{
	margin: 0;
	padding: 0;
	color: #000;
	text-decoration: none;
}
#news .entrytext h1 a:hover{
	text-decoration: underline;
}
/***  EVENTS ON HOME PAGE ***/
#event{
	width: 400px;
	text-align: left;
	float: left;
	margin-bottom: 15px;
	margin-top: 5px;
}
#event-header{ display: block; width: 400px; height: 15px; margin-top: 10px;}
.entry-event{display: block; margin-top: 15px; height: 90px;}

.event-img, .event-text{display: inline; float: left;}
.event-text{padding-left: 10px;}
.post-meta-key{display: none;}
.event-img a img, .event-entry img{
	border: 1px solid #e6e6e6;
}
.event-img a:hover img{
	border: 1px solid #ccc;
}

/***  SIGN UP ON HOME PAGE ***/
p.sign-up{ 
	font-weight: bold;
	margin-top: 10px;
	padding-top: 10px;
	clear: both;
	}
p.sign-up a{ 
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
	}
p.sign-up a:hover{ color: #7b7b7b;}

/***  NEWS ENTRYS ***/
.entrytext p.more{
	font-size: 10px;
	margin-top: 10px;
}
.entrytext p.more a{
	color: #7b7b7b;
	font-weight: 500;
}
.entrytext p.more a:hover{
	color: #000;
	font-weight: 500;
	text-decoration: underline;
}
.entrytext{
	display: block;
	text-align: justify;
}



/*################*/
/*### CONTACT  ###*/
/*################*/

img.himg{
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.25); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
	margin-bottom: 15px;
	margin-top: 15px;
}
h2.contact-info{
	background: url("images/contact-info.jpg") no-repeat;
	height: 18px; width: 133px;
	margin: 0; padding: 0; 	padding-bottom: 12px;
}
h2.contact-info span{ display: none;}
#cinfos{
	width: 300px;
	float: left;
	margin-right: 42px;
	_margin-right:0px;
	line-height: 1.2em;
	text-align: left;
}
#cform{
	width: 380px;
	float: left;
}
#cform img.drop{
	width: 160px;
	height: 18px;
	display: block;
	padding-bottom: 12px;
}
#cinfos img{ padding-bottom: 15px; margin-left: -2px; display: block; padding-right: 60px;}
h2.name{
	margin: 0; padding: 0;
	color: #000;
	font-weight: bold;
	font: 14px 'Helvetica Neue', Helvetica, sans-serif;
	display: block;
	width: 250px;
}
#cinfos h3.dir{
	color: #7b7b7b;
	font-style: italic;
	font-weight: normal;	
	font-size: 13px;
}
#cinfos h3.addy{
	color: #7b7b7b;
	font-weight: normal;
	font-size: 13px;
}
#cinfos p.mail a{ font-weight: 500; font-size: 13px;}
#cinfos p.mail a:hover{ text-decoration: underline; }
#cinfos p.mail{ padding-bottom: 18px; }



/*---- CONTACT FORM ----*/
.wpcf7-form{
	color: #000;
	clear: both;
	display: block;
	width: 380px;
	padding-bottom: 40px;
}
.wpcf7-form p{ width: 180px;}
#subscribe{ width: 440px;}
p.left{float: left;}
p.right{float: right;}
.wpcf7-form p label{ font-size: 13px; font-weight: 500; }
.wpcf7-form-control-wrap input {
	width: 150px;
	padding: 0;
	height: 14px;
	color: #7b7b7b;
	margin: 2px 0 10px 0;
	background: #fff;
	padding: 5px 8px;
	border: 1px solid #ccc;
}
.wpcf7-form textarea{
	width: 380px;
	height: 140px;
	color: #7b7b7b;
	margin-top: 2px;
	background: #fff;
	padding: 5px 8px;
	border: 1px solid #ccc;
	font: 12px 'Helvetica Neue', Helvetica, sans-serif;
}
p.contact_submit{
	text-align: right;
}
.wpcf7-submit{
	background: url('images/send.jpg') no-repeat;
	width: 60px;
	height: 28px;
	border: none;
	margin-top: 10px;
	margin-left: 340px;
}


/*###################*/
/*### ABOUT PAGE ###*/
/*###################*/
#about-page, #content{
	width: 740px;
	clear: both;
	text-align: justify;
}
#abcinfo{ margin-bottom: 50px;}
#about-text{
	width: 330px;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 80px;
}
h2.about-title{
	background: url("images/about-page.jpg") no-repeat;
	height: 17px; width: 63px;
	margin: 0; padding: 0; 	padding-bottom: 8px; margin-left: -1px;
}
#people{
	width: 390px;
	float: left;
	margin-bottom: 40px;
}
#abcinfo{ padding-bottom: 30px; float: right; width: 330px; margin-top: 0; margin-top: -70px\9;}
#about-text p{
	margin:5px 0 10px 0;
	text-align: justify;
		display: block;
}
#people h2 span, #abcinfo a h2 span, #about-text h2 span, #curating h2 span, h2 span{ display:none ;}
#people p{
	margin:5px 0 10px 0;
	font-size: 13px;
	text-align: justify;
		margin-left: 20px;
}
h2.alya{
	background: url("images/about-alya.jpg") no-repeat;
	height: 17px; width: 238px;
	margin: 0; padding: 0; 	padding-bottom: 8px;
		margin-left: 20px;
}
h2.katy{
	background: url("images/about-director.jpg") no-repeat;
	height: 17px; width: 238px;
	margin: 0; padding: 0; 	padding-bottom: 8px; margin-top: 20px;
		margin-left: 20px;
}
h2.hawk{
	background: url("images/about-hawk2.jpg") no-repeat;
	height: 39px; width: 403px;
	margin: 0; padding: 0; 	padding-bottom: 0px; margin-top: 10px; 
}
h2.eagle{
	background: url("images/about-eagle2.jpg") no-repeat;
	height: 39px; width: 154px;
	margin: 0; padding: 0; 	padding-bottom:0px; margin-top: 25px; 
}
h2.thomas{
	background: url("images/about-thomas2.jpg") no-repeat;
	height: 39px; width: 206px;
	margin: 0; padding: 0; 	padding-bottom: 0px; margin-top: 25px; 
}
h2.our-team{
	background: url("images/team-page.jpg") no-repeat;
	height: 19px; width: 97px;
	margin: 0; padding: 0;
}
h2.service{
	background: url("images/services-page.jpg") no-repeat;
	height: 19px; width: 97px;
	margin: 0; padding: 0; margin-bottom: 20px;
}
h2.our-team-2{
	background: url("images/team-page-3.jpg") no-repeat;
	height: 14px; width: 80px;
	margin: 0; padding: 0; margin-bottom: 13px; margin-top: 3px;
}
h2.service-2{
	background: url("images/services-page-3.jpg") no-repeat;
	height: 14px; width: 76px;
	margin: 0; padding: 0; margin-bottom: 10px; margin-bottom: 13px; margin-top: 3px;
}
a.underlink{ text-decoration: underline;}
#abcinfo a h2{
	background: url("images/about-contact.jpg") no-repeat 0 0;
	height: 19px; width: 309px;
	margin: 0; padding: 0;
}
#abcinfo a:hover h2 {
	background: url("images/about-contact.jpg") no-repeat 0 -19px;
}
p.spacer{ margin-top: 10px;}
#about-text p img{ margin-top: 10px; }
#content #about-page #people{ margin-bottom: 0; padding-bottom: 0;}
/*###################*/
/*### SERVICES ###*/
/*###################*/
#services-page{
	width: 740px;
	margin-top: -3px;
}
#consulting{
	width: 360px;
	float: left;
	margin-bottom: 40px;
	text-align: justify;
}
#curating{
	width: 328px;
	float: right;
	margin-bottom: 40px;
	margin-left: 52px;	
}
#consul2{
	float: left;
	margin-top: 10px;
	margin-bottom: 50px;
	width: 300px;
}
#cur2{
	clear: both;
	float: left;
	margin-bottom: 20px;
	margin-top: 0 ;
	padding-top: 0 !important;	
	margin-top: -20px !important;
}
#ourteam{
	margin-top: -20px !important;
	float: right;
	margin-bottom: 20px;
	width: 400px;
}

#goleft{ 
	width: 300px;
	float: left;
	margin-bottom: 40px;
	}
#goright{ 
	width: 350px;
	float: left;
	margin-left: 40px;
	}
img.serv-img{
	margin-top: 20px;
	padding-left: 5px;
}
img.servi{
	margin-top: 10px;
	padding-left: 5px;
}

#services-page p{
	margin:5px 0 10px 0;
}
#services-page img.simg{
	margin-bottom: 3px;
	margin-left: -1px;
}
#services-page img.curimg{
	margin-bottom: 13px;
	margin-top: 30px;
}
#services #cure{ padding-top: 20px;}
#content #services-page ul { 
         margin-left: 25px; 
         padding:  0 0 0 0; 
}
#content #services-page ul li {
         line-height: 1.4em; 
         margin: 0; 
		list-style: disc; 
		width: 300px;
		text-align: left;
}
#consul{ margin-bottom: 20px;}

#content #services-page ul.consul li{
	width: 300px;
}
#content #services-page ul.consul2 li{
	width: 300px;
}
ul.consul{	margin-bottom: 20px;}
#content #services-page ul.serv li{
	width: 250px;
}





blockquote {
	border-left: 1px solid #326ea1;
        color: #555555;
        font-size: 1.00em;
        padding-left: 10px;
        padding-right: 10px;
	margin: 0 30px;
}

a {
	color: #222;
	text-decoration: none;
    outline: none;

}

code {  background: #f5f5f5;
        border: 1px solid #cccccc;
	color: #555555;
        font: 11px Verdana, Arial, 'Helvetica', sans-serif;
        padding: 10px;
	text-align: left;
}


img {
	border: none;
        }

ol, form {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.2em;
}

.entry {
	line-height: 1.2em;
	padding-bottom: 3px;
}

small {
	font-size: 10px;
}


/*################*/
/*### Content  ###*/
/*################*/

#content .entry{
	font-size: 12px;
}
#content .entry p a{
	color: #074291;
	border-bottom: 1px dotted #074291;
}
#content .entry p a:hover{

	border-bottom: 1px solid #074291;
}

#content p.date{
	font-size: 10px;
	margin: 0;
	padding: 0;
	margin-bottom: -4px;
	color: #7e7e7e;
}
.entry img, .entry p{
	float: none;
	display: block;
}

/*############################*/
/*#### Comments #### */
/*############################*/

#comment {
        background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
	font-size: 13px;
	padding-left: 2px;
	vertical-align: middle;
	width: 510px;

}

.commentbody {
	color: #444444;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 0;
}

.commentbody p a {
	color: #7e7e7e;
	border-bottom: 1px dotted #7e7e7e;
    text-decoration: none;
}
.commentbody a.url{ color: #7e7e7e;}
.commentbody a.url, li.commentbody{
	text-transform: uppercase;
	font-family: 'Helvetica Neue Light', 'HelveticaNeue Light', 'Helvetica Neue', sans-serif;
	font-weight: bold;
	font-size:12px;
	margin: 0;
	padding:0;
}
li.commentbody{	
	color: #222;
	border-left: 5px solid #222; 
	padding-left: 15px;
	margin-bottom: 10px;
	}
li.commentbody p{
	font: 12px Georgia, 'Times New Roman', Times, serif;
	text-transform: none;
	color: #222;
	
} 
.commentbody a:hover {
	color: #222;
    text-decoration: none;
}

.commentbody p {
	line-height: 1.2em;
	font-size: 12px;
	color: #222;
}

.commentlink, .comment-edit-link {
	display: none;
}

.commentlist {
	list-style: none;
}


#url {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
        font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	height: 16px;
	padding-left: 5px;
	vertical-align: middle;
}

#submit {
	background: #fafafa;
	border: 1px solid #cccccc;
	color: #444444;
        font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	margin: 0;
	padding: 0 10px;

}

textarea {
        overflow:auto;
font: 10px Georgia, 'Times New Roman', Times, serif;
}
.alignleft {
	float: left;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Helvetica Neue Light', 'HelveticaNeue Light', 'Helvetica Neue', sans-serif;
	margin-right: 3px;
	color: #7e7e7e; 
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Helvetica Neue Light', 'HelveticaNeue Light', 'Helvetica Neue', sans-serif;
	margin-right: 3px;
	color: #7e7e7e; 
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}
.navigation a{
	color: #7e7e7e;
}
.navigation .alignright a:hover{
	color: #222;
}
.navigation .alignleft a:hover{
	color: #222;
}
.date {
	font-weight: bold;
	text-decoration: none;
	font-family: 'Helvetica Neue Light', 'HelveticaNeue Light', 'Helvetica Neue', sans-serif;
	margin-right: 3px;
	color: #888; 
	text-decoration: none;
	text-transform: uppercase;
	font-size: 8px;
}

.postmetadata {
	font-family: 'Helvetica Neue Light', 'HelveticaNeue Light', 'Helvetica Neue', sans-serif;
        background: transparent;
        font-style: none;
font-weight: bold;
        color: #363636;
	margin: -8px 0 10px 0;
	text-align: left;
    clear:both;
	font-size: 8px;
}

.postmetadata a {
	
	background-color: #f3bd40; 
	padding: 3px 6px;
	margin-right: 3px;
	color: #574125; 
	text-decoration: none;
	text-transform: uppercase;
	}
#content p.postmetadata a:hover {
	background-color: #574125;
	color: #f3bd40;
	}	
.comments {
	font-family: 'Helvetica Neue Light', 'HelveticaNeue Light', 'Helvetica Neue', sans-serif;
    background: transparent;
    font-style: none;
	font-weight: bold;
    color: #363636;
	margin: 5px 0 10px 0;
	text-align: right;
	clear:both;
	font-size: 10px;
	}

	.comments a {
		font-weight: bold;
		text-decoration: none;
		font-family: 'Helvetica Neue Light', 'HelveticaNeue Light', 'Helvetica Neue', sans-serif;
		margin-right: 3px;
		color: #888; 
		text-decoration: none;
		text-transform: uppercase;
		font-size: 10px;
		}
	#content p.comments a:hover {
		color: #222;
		}	
		#content p.comments{
					border-top: 1px solid #ccc;
					padding-top: 5px;
					margin-top: 5px;
		}

.postmetadata2 {
        background: #eeeeee;
        color: #282828;
        border: 1px solid #cccccc;
        font-size: 11px;
        line-height: 1.3em;
	letter-spacing: 0em;
	margin: 0 0 20px 0;
	padding: 5px;
	text-align: left;
        clear:both;
        -moz-border-radius: 10px;
}

/* different postmetadata style for single.php */

.commentheader {
        padding: 0;
        line-height: 1.5em;
		font-weight: bold;
		text-decoration: none;
		font-family: 'Helvetica Neue Light', 'HelveticaNeue Light', 'Helvetica Neue', sans-serif;
		margin-right: 3px;
		color: #222; 
		text-decoration: none;
		text-transform: uppercase;
		font-size: 14px;
		margin-bottom: 15px;
}

.clear {clear:both;}

#commentform p{
	margin-top: -10px;
	margin-bottom: 15px;
}

	
.entry p a img{
	text-align: center;
}	
img.aligncenter {display:block; margin-left:auto; margin-right:auto;}


#content b, #content strong{ font-weight: bold !important;}
#content img.himg{ margin-top: 13px !important;}
#wpstats{display:none;}
.wpcf7-form textarea{ margin-bottom: 10px;}
.wpcf7-list-item-label{display: none;}
.wpcf7-checkbox .wpcf7-list-item input{ width: 30px; padding: 0; margin: 0; margin-left: -5px;}
p label.label_subscribe {padding-bottom: 10px;display:block; margin-left: -10px; font-style: italic;}
p label.label_test{margin-top: 10px; padding-top: 10px; height: 40px;}


	
/*################*/
/*#### SIGN UP FORM ###*/
/*################*/

#mc_embed_signup fieldset {
	border:none;
	padding: 0;
	margin: 0;
	width: 280px;
	}
#mc_embed_signup{
	width: 280px;
	margin-top: 20px;
	float: right;
	margin-left: 30px;
	 margin-bottom: 30px;
}
#mc-embedded-subscribe-form{padding: 0; margin: 0;}	
#mc_embed_signup label{
	display: block;
	font-size: 13px; 
	font-weight: 500;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	color: #000;
	padding-bottom: 3px;
}
#mc_embed_signup input{
	width: 150px;
	padding: 0;
	height: 14px;
	color: #7b7b7b;
	margin: 2px 0 0px 0;
	background: #fff;
	padding: 5px 8px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

#mc_embed_signup #mc-embedded-subscribe{
	background: url('http://akartconsulting.com/news/wp-content/themes/AKart/images/send.jpg') no-repeat;
	width: 60px;
	height: 28px;
	border: none;
	margin-top: 10px;

}
#mc-field-group input #mce-EMAIL{
	width: 200px;
}	
#sign-up{
	padding: 0; margin: 0;
	padding-bottom: 3px;
	font-size: 13px; 
	font-weight: 500;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	color: #7b7b7b;	
	text-align: left;	
}
input #mc-embedded-subscribe.btn{ padding-left:1000px; color:#fff;}
#mc_embed_close{display: none;}
#poweredBy{display:none;}

ul.addressfield{ list-style: none; padding: 0; margin: 0;}

p.indicate-required{ color: #B50808; font-style: italic; margin-bottom: 0;padding-bottom: 10px;}
.note-required{ color: #B50808;}
	
	
	
	
	
	
	.entrytext {margin-top:20px; margin-bottom: 20px;}
	h1, h1 a{
		margin: 0; padding: 0;
		color: #000;
		font-weight:bold;
		font-weight: 800;
		font: 15px 'Helvetica Neue', Helvetica, sans-serif;
	}
	h1 a:hover{
		text-decoration: underline;
	}

	
	
	.entrytext a{
		color:#7b7b7b;
		text-decoration: underline;
	}
	.entrytext a:hover{
		color:#000;
		text-decoration: underline;
	}
	
p.required{ color: #B50808; font-style: italic; margin-bottom: 10px;}	
span.contact_required{ color: #b50808;}
	


/****  NEWS PAGE  ****/	
#news-page h1{
	text-decoration: none;
	font-weight: bold !important;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#news-page {
	width: 540px;
	float: left;
}
.news-entry{
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
.news-entry p a{color: #7b7b7b; text-decoration: underline;}
.news-entry p a:hover{ color: #000;}


.news-entry h1, .news-entry h1 a{
	margin: 0; padding: 0;
	color: #000;
	font-weight: bold !important;
	font: 15px 'Helvetica Neue', Helvetica, sans-serif;
	
}
.news-entry h1 a:hover{
	text-decoration: underline;
}

/****  INDIVIDUAL EVENT PAGE  ****/	
#event-page h1{
	text-decoration: none;
	font-weight: bold !important;
	text-transform: uppercase;
}

#event-page {
	width: 540px;
	float: left;
}
.event-entry p a img, .event-entry p img{
	border: 1px solid #e6e6e6;
}
.event-entry p {
	margin-bottom: 10px;
	margin-top: 0;
	padding-top: 0;
}
.event-entry { margin: 0; padding: 0; margin-top: 10px;} 

/****  SIGN UP SIDEBAR  ****/	
h1.signup{
	margin: 0; padding: 0;
	color: #000;
	font-weight:bold !important;
	font: 15px 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
}
#sidebar, #mc_embed_signup {
        width: 170px;
        float: right;
}
#mc_embed_signup p{ width: 170px;}
#mc_embed_signup{ margin: 0; padding: 0; margin-top: 10px;} 	
#sidebar{ padding-bottom: 30px;}



/****  NEW ****/
/****  SIGN UP SIDEBAR  ****/
h1.signup2{
	display: block;
	margin-top: 40px;
	margin-bottom: 15px;
}
.past-text h1 a{
	color: #8a8a8a;
	font-size: 11px;
	font-weight: bold;
	margin: 0; padding: 0;
}
.past-text h1 a:hover{
	color: #000;
}
.past-text h1{
	margin: 0; padding: 0;
	width: 170px;
	line-height: .7em;
	text-align: left;
	margin-top: 3px;
}
.past-event{
	display: block;
	float: left;
	width: 170px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.past-event img{ width:170px;}
#event-list{ margin-bottom: 40px;}
#sidebar{ margin-bottom: 40px;}
#event-list .event-text h1{
	width: 300px !important;
	text-transform: none;
}

.past-img a img{
	border: 1px solid #e6e6e6;
}

#event-list h1{
	text-decoration: none;
	font-weight: bold !important;
	text-transform: uppercase;
}
#event-list .event-text{ margin-top: 30px;}
#event-list {
	width: 540px;
	float: left;
}

.navigation{
	display: block;
	padding-top: 15px;
	height: 20px;
	clear:both;
	float:none;
}	
.navigation a{
	clear:both;
	float:none;
	color: #8a8a8a;
	background-color: #e6e6e6;
	padding: 3px 5px;
}

.event-text h1{ width: 205px;}
#news-page .news-entry a img.size-thumbnail{ width:170px; margin-right: 8px; margin-bottom: 8px;}
.news-entry p {margin-bottom: 10px;}
.news-entry .wp-caption-text{ text-align: center; font-style: italic;}
.news-entry .wp-caption{margin-bottom: 10px;}

a.read_more{
	font-size: 7pt;
	color: #B50808;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-style:italic;
}

p.pcred{
	padding-right: 5px;
	font-style: italic;
	font-size: 11px !important;
	text-align: right !important;
}