/*
Theme Name: Community Tools
Theme URI: http://www.communitytools.info
*/

@import url("960/960.css");
@import url("960/reset.css");

div.menu ul li.current_page_item a {
		border-bottom: 2px solid #5BC748;
}

body {
	background: #fff;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.35;
	padding: 0;
	margin: 0;
}

/* TYPOGRAPHY */

a {
	color: #333;
	border-bottom: 1px solid #ccc;
        padding-bottom: 0px;
	text-decoration: none;
	cursor: pointer;
}

	a:hover {
		color: #333;
		border-bottom: 1px solid #333;
	}

h1 {
	font-size: 36px;
	line-height: 1.1;
	text-align: center;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 1.1;
	margin-bottom: 10px;
	padding: 0;
}

	h2 a {
		border-bottom: 1px solid #ccc;
	}

	h2 a:hover {
		border-bottom: 1px solid #333;
	}

h3 {
	font-size: 22px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 17px;
	line-height: 1.2;
	margin-bottom: 5px;
	padding: 0;
}

.small {
	font-size: 11px;
	display: inline;
}
	.small a {
		padding: 0;
	}

img a,
a img {
	display: block;
	border: none;
}

p {
	margin-bottom: 20px;
}

ul.list li,
ul li {
	list-style-type: circle;
	margin-left: 20px;
}

input {
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	color: #333;
	width: 300px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

textarea {
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
}

.join-button input {
	width: auto;
}

.alignright {
float: right;
margin-left: 15px;
margin-bottom: 15px;
}


/* TYPOGRAPHY > BUTTONS */

a.button,
.join-button input,
.button input {
	background: #222 url(images/button-overlay.png) repeat-x;
	display: inline-block;
	padding: 7px 10px 5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	position: relative;
	cursor: pointer;
	width: auto;
}

.small.button {
	font-size: 11px;
}
.medium.button {
	font-size: 13px;
}
.large.button {
	font-size: 17px;
	padding: 8px 14px 9px;
}

.blue.button {
	background-color: #2daebf;
}
.red.button {
	background-color: #e33100;
}
.green.button {
	background-color: #3C8A2E;
}
.orange.button {
	background-color: #ff5c00;
}
.yellow.button {
	background-color: #ffb515;
}

b, strong, caption, th, thead, dt, legend		{ font-weight: bold; }
cite, dfn, em, i								{ font-style: italic; }
code, kbd, samp, pre, tt, var					{ font-family: mono-space, monospace; }
pre												{ white-space: pre; }
del												{ text-decoration: line-through; }
mark											{ background: rgba(255, 255, 0, 0.4); }
ins												{ color: #f00; }
sup, sub										{ font-size: 80%; }
big												{ font-size: 125%; line-height: 80%; }
abbr, acronym									{ font-size: 85%; text-transform: uppercase; letter-spacing: .1em; }
abbr[title], acronym[title], dfn[title]			{ border-bottom: 1px dotted black; cursor: help; }
sup, sub										{ line-height: 0; }
sup												{ vertical-align: super; }
sub												{ vertical-align: sub; }
blockquote										{ padding: 1.5em; }
hr												{ border-top: 1px dotted #000; color: #fff;
background: none; width: 100%; margin: 10px 0; }
input, select, button							{ cursor: pointer; }
table

									{ font: inherit; width: 100%; }

::selection {
	background: #000; /* Safari */
	color: #fff;
	}
::-moz-selection {
	background: #000; /* Firefox */
	color: #fff;
}




/* LAYOUT */

#header {
	height: 350px;

	position: relative;
	color: #fff;
	margin-bottom: 40px;
}

	#header a {
		color: #fff;
	}

.header-bg {
	background: #163D0E;
	width: 100%;
	height: 350px;
	position: absolute;
}

#header-collapsed {
	height: 100px;
	position: relative;
	color: #fff;
	margin-bottom: 40px;
}

.header-collapsed-bg {
	background: #163D0E;
	width: 100%;
	height: 100px;
	position: absolute;
}

a.logo {
	position: absolute;
	top: 20px;
	left: 100px;
	z-index: 300;
	border: none;
}

	a.logo img {
		width: 70px;
	}

a.logo-small {
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 300;
	border: none;
}

	a.logo-small img {
		width: 60px;
	}

.motto {
	position: absolute;
	top: 30px;
	left: 85px;
	width: 160px;
	color: #fff;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}

#menu {
	background: #3C8A2E;
	padding: 10px 25px;
	display: block;
}

	#menu ul li {
		display: inline-block;
		margin-right: 10px;
		margin-left: 0;
	}


	#menu a {
		padding-bottom: 3px;
		color: #fff;
		border: none;
	}

		#menu a:hover,
                #menu ul li.current_page_item,
                #menu ul li.current_page_parent {
			color: #fff;
			border-bottom: 2px solid #5BC748;
		}

#intro-map {
	position: absolute;
	background: #fff;
	height: 405px;
	width: 610px;
	right: 5px;
	top: 80px;
	padding: 10px;
	color: #333;

	-moz-box-shadow: 2px 2px 10px #333;
	-webkit-box-shadow: 2px 2px 10px #333;
	box-shadow: 2px 2px 10px #333;
}

	#intro-map .community-caption {
		z-index: 300;
		position: absolute;
		bottom: 10px;
		left: 30px;
		width: 150px;
		padding: 10px;
		background: #fff;
		border: 1px solid #ccc;
		-moz-box-shadow: 0px 2px 10px #666;
		-webkit-box-shadow: 0px 2px 10px #666;
		box-shadow: 0px 2px 10px #666;
	}

		#intro-map .community-caption .community-caption-text {
			position: absolute;
			padding: 5px;
		}

		#intro-map .next-community {
			position: absolute;
			display: block;
			bottom: -35px;
			right: 10px;
		}

			#intro-map .next-community a {
				color: #333;
			}

#submenu {
	font-size: 18px;
	background: #3C8A2E;
	padding: 20px;
	text-align: right;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	#submenu ul li {
		list-style: none;
		margin-left: 0;
	}

	#submenu a {
		color: #fff;
		border: 0;
		display: block;
		opacity: 0.8;
		-moz-opacity: 0.8;
		filter:alpha(opacity=80);
	}

	#submenu a:hover {
		opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
	}


	#submenu a.active,
	 {
		font-weight: bold;
		opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
	}

	#submenu li.current_page_item a {
		font-weight: bold;
		opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
	}

	#submenu li.current_page_parent a {
		font-weight: bold;
		opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
	}

	#submenu li.current_page_ancestor a {
		font-weight: bold;
		opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
	}

	#submenu ul li {
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #2F7023;
	}
        
        #submenu ul li:last-child {
                border: none;
		padding-bottom: 0;
		margin-bottom: 0;
        }

.community-info {
	padding: 15px;
	background: #e2e2e2;
}

.ct-numbers {
	position: absolute;
	width: 150px;
	margin-top: 20px;
	padding: 20px;
	background: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

	.ct-numbers .number {
		font-size: 50px;
		font-weight: bold;
		line-height: 1;
	}

#footer {
	border-top: 1px dotted #ccc;
	padding-top: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
	display: block;
}

.background-highlight {
	background: #ccc;
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	.background-highlight a,
	.background-highlight-green a {
		border-bottom: 1px solid #333;
	}

.background-highlight-green {
	background: #DEFBD2;;
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/* Toolbox */
#toolbox-intro {
	padding: 15px;
	background: #fff;
	height: 450px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #e2e2e2;

	-moz-box-shadow: 0px 2px 20px #ccc;
	-webkit-box-shadow: 0px 2px 20px #ccc;
	box-shadow: 0px 2px 20px #ccc;
}

.toolbox-intro-menu {
}
	.toolbox-intro-menu a {
		border: 0;
		display: block;
	}

	.toolbox-intro-menu a:hover {
	}


	.toolbox-intro-menu ul li {
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #ccc;
	}

.toolbox-back-to-top {
	position: absolute;
	right: 5px;
	bottom: 40px;
}

#slides {

}

	#slides .one-slide {
		border-left: 1px solid #ccc;
		padding-left: 15px;
		height: 380px;
	}

	#slides .one-community-img {
		position: absolute;
		overflow: hidden;
	}

	#slides .community-photo-author {
		z-index: 300;
		position: absolute;
		color: #fff;
		bottom: 60px;
		right: 5px;
		font-size: 11px;
		background: #000;
		opacity: 0.7;
		-moz-opacity: 0.7;
		filter:alpha(opacity=70);
	}

.tools img {
	display: block;
	float: left;
	margin-right: 10px;
	width: 65px;
	height: auto;
}

/* Log */
.single-post {
	border-bottom: 1px dotted #000;
	margin-bottom: 20px;
}
	.single-post h3 {
		margin-bottom: 10px;
	}

	.single-post .date {
		color: #ccc;
		display: inline;
	}

	.single-post .comments {
		display: inline;
		font-weight: normal;
	}

	.single-post .postmetadata {
		margin: 10px 0 20px 0;
		display: block;
	}

		.single-post .postmetadata .tags a {
			background: #444;
			color: #fff;
			padding: 2px 7px 3px 7px;
			margin-right: 5px;
			border: none;
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;
		}

.navigation {
	margin-bottom: 20px;
	display: block;
	height: 25px;
	position: relative;
	top: -15px;
}

	.navigation .alignleft {
		position: absolute;
		left: 0;
		top: 0;
	}

	.navigation .alignright {
		position: absolute;
		right: 0;
		top: 0;
	}

.comment-author {
	font-weight: bold;
	font-style: normal;
	display: inline-block;
}

	.comment-author img,
	.comment-author .says {
		display: none;
	}

.comment-meta {
	display: inline-block;
	font-size: 11px;
}right: 5px;
			border: none;
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;
		}

.navigation {
	margin-bottom: 20px;
	display: block;
	height: 25px;
	position: relative;
	top: -15px;
}

	.navigation .alignleft {
		position: absolute;
		left: 0;
		top: 0;
	}

	.navigation .alignright {
		position: absolute;
		right: 0;
		top: 0;
	}

.comment-author {
	font-weight: bold;
	font-style: normal;
	display: inline-block;
}

	.comment-author img,
	.comment-author .says {
		display: none;
	}

.comment-meta {
	display: inline-block;
	font-size: 11px;
}
