/*
904339 = RED
0067AC = BLUE
FFD353 = ORANGE
*/

@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(http://fonts.googleapis.com/css?family=Ubuntu);

body {
	color: #272727;
}
p {
	text-align: justify;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
	color: #8D8D8D;
}
h1 {
	text-transform: uppercase;
	letter-spacing: 1px;
/*	text-shadow: #DDD 1px 1px 2px;*/
}

a, a:link {
	color: #0067AC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFD353;
}

#footer {
	text-align: center;
	color: #fff;
	font-size: 10px;
}
.loginout {
	color: #272727;
}
#footer-region a {
	color: #FF9;
	text-decoration: none;
}

h2 {
	font-family: "Yanone Kaffeesatz", Arial, sans-serif;
	font-variant: small-caps;
	letter-spacing: 1px;
/*	border-bottom: 1px solid #002CD5;*/
}
h2 a {
	text-decoration: none;
	color: #0067AC;
	font-weight: normal;
}

/*BLOG PAGES+++++++++++++++++++++*/
h2.blogTitle {
	border-bottom: 1px solid #0067AC;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 0;
}
h2.blogTitle a:hover {
	text-decoration: none;
}
.submitted {
/*	display: block;*/
	font-family: "Yanone Kaffeesatz", Arial, sans-serif;
	font-size: 13px;
	color: #904339;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
}
.submitted a {
	color: #904339;
}

span.commentNum {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.page-blog .item-list ul {
	margin-bottom: 2em;
}
.page-blog .item-list ul li {
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 0;
	padding-left: 0;
}
.page-blog .item-list ul li a {
	padding: .5em;
	background-color: #0067AC;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.page-blog .item-list ul li a:hover {
	text-decoration: none;
	background-color: #FFD353;
}

/*BLOCKS ++++++++++++++*/
.block h2 {
	font-family: Arial, Helvetica sans-serif;
	font-variant: normal;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: .5em;
}

/*UPCOMING EVENTS++++++++++++++++*/
#block-views-events-block_1 h2 {
	border-top: 1px solid;
	border-bottom: 1px solid;
	text-align: center;
	color: #0067AC;
}
body.node-type-event .event-field-field-date,
body.page-events .event-field-field-date {
	font-size: 24px;
	font-weight: bold;
	background-color: #0067AC;
	color: white;
	padding: .5em 0;
	margin-bottom: 1em;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-align: center;
}

body.node-type-event #main-content h2,
body.page-events #main-content h2 {
	font-family: "Ubuntu", Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-align: center;
}
body.node-type-event #main-content h2 a,
body.page-events #main-content h2 a {
	color: #904339;
}


/*BUTTON LINKS TO CITIES ++++++++++++++++++++++++++++++++++*/
/* SOCIAL ICONS ===============*/
.buttonContainer {
	position: relative;
}
a.url {
	text-indent: -9000px;
	cursor: pointer;
	display: block;
	padding: 0;
	margin: 0;
}
a.city {
	height: 75px;
	width: 220px;
	margin-bottom: 5px;
}
a.button2 {
	width: 140px;
	height: 75px;
}
a.social {
	width: 60px;
	height: 65px;
}
a#clinton {
	background: url('images/button-cities.jpg')  no-repeat scroll 0 0;
}
a#clinton:hover {
	background: url('images/button-cities.jpg')  no-repeat scroll -220px 0;
}
a#damascus {
	background: url('images/button-cities.jpg')  no-repeat scroll 0 -75px;
}
a#damascus:hover {
	background: url('images/button-cities.jpg')  no-repeat scroll -220px -75px;
}
a#fairfield {
	background: url('images/button-cities.jpg')  no-repeat scroll 0 -150px;
}
a#fairfield:hover {
	background: url('images/button-cities.jpg')  no-repeat scroll -220px -150px;
}

a.button2 {
	margin-bottom: 5px;
}

a#signup {
	background: url('images/button-quick.jpg')  no-repeat scroll 0 0;
}
a#signup:hover {
	background: url('images/button-quick.jpg')  no-repeat scroll -140px 0;
}
a#calendar {
	background: url('images/button-quick.jpg')  no-repeat scroll 0 -75px;
}
a#calendar:hover {
	background: url('images/button-quick.jpg')  no-repeat scroll -140px -75px;
}

/*------------SOCIAL MEDIA LINKS ------------*/
a#facebook {
	background: url('images/button-quick.jpg')  no-repeat scroll 0px -151px;
	float: left;
}
a#facebook:hover {
	background: url('images/button-quick.jpg')  no-repeat scroll -140px -151px;
}
a#twitter {
	background: url('images/button-quick.jpg')  no-repeat scroll -80px -151px;
	margin-left: 20px;
	float: left;
}
a#twitter:hover {
	background: url('images/button-quick.jpg')  no-repeat scroll -220px -151px;
}


/*EVENTS ++++++++++++++++++++++++++++++++*/
.block .view-events h3 {
	margin-bottom: 0;
}
.block .view-events .event-body p {
	text-align: left;
}
.block .view-events .event-date {
	color: #ccc;
	margin-bottom: 10px;
}


/*FORMS ========================================*/
input[type="text"],
html.js .webform-component .resizable-textarea textarea {
	border:1px solid #ccc;
	padding: 3px 5px;
	font-size: 1.2em;
	width: 300px;
}
.block input[type="text"] {
	border:1px solid #ccc;
	padding: 3px 5px;
	font-size: 1.2em;
	width: 200px;
}
.block input[type="submit"] {
	background-color: #ffc;
	border:0 solid #ccc;
	padding: 3px 5px;
	font-size: 1.2em;
/*	width: 200px;*/
}
form.webform-client-form label {
	color: #7E7E7E;
}
form.webform-client-form label {
	text-transform: uppercase;
}

/*ADMIN MENU OVERRIDES ++++++++++++++++++++++++++++++++++++++++++*/
#admin-menu {
	font-size: 13px;
}
table {
  margin: 1em 0;
  width: 100%;
}
tr.odd {
	background-color: #D6E2E8;
}
td {
  padding: 0.3em;
}
.token-tree {
	font-size: .95em;
}
div.view div.views-admin-links {
	width: 250px;
}
.views-admin-links ul.links li {
	padding: 0 .3em;
}
.tabs ul.primary {
	margin-bottom: 0;
}

/*BLOCK LINKS INSIDE LIST ITEMS +++++++++++++++++++++++++*/
#sidebar-left .block .content ul {
	list-style-type: none;
/*	margin-right: 15px;*/
	padding-left: 0;
	padding-right: 0;
}
#sidebar-left .content ul li {
	list-style-image: none;
	list-style-type: none;
	text-transform: uppercase;
	padding: .3em 0 .3em .5em;
	margin-left: 0;
	border-bottom: 1px solid #ccc;
}
#sidebar-left .content ul li.odd {
	background: #ededed;
}
