/*   
Theme Name: Collinsville Connect
Theme URI: http://greenturtle.com.au/
Description: designed for Collinsville Connect.
Author: Green Turtle Web Design
Author URI: http://greenturtle.com.au/
Version: 1.0

*/


/*Reset default browser CSS
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background-color:#e2e0e0;
}
h1, h2, h3, h4, h5, h6 {
	
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.clear {clear:both;}



/*Layout
-------------------------------------------------------------- */
#primary #news-btn {
	position:relative;
	background-color:#f16935;
	padding:5px 10px 5px 10px;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	width:400px;
	border-radius:5px;
	margin:10px 0px 10px 0px;
}



#head-bg {
	background-image:url(images/head-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FFFFFF;
	height:205px;
}

#content-bg {
	background-color:#e2e0e0;
}

#container {
	float: left;
	min-height:400px;
	padding-top:30px;
	position:relative;
	top:-20px;
	width: 100%;
	background-color:#FFF;
	
}

#content {
margin-left: 20px;
margin-right:14px;
font-family:Arial, Helvetica, sans-serif;

}
#primary {
	float:left;
	overflow:hidden;
	width:700px;
	margin-bottom:80px;
}

#primary h1{
	position:relative;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:36px;
	font-weight:normal;
	margin-top:15px;
	margin-bottom:10px;
	color:#f16935;
}

#primary h2{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	margin-top:15px;
	margin-bottom:10px;
	color:#f16935;
}

#primary p{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin-top:15px;
	margin-bottom:10px;
	color:#333;
	text-align:justify;
	line-height:1.4em;
}

#primary li{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#333;
	text-align:justify;
	line-height:1.4em;
}


#primary a{
	color:#B94214;
	text-decoration:none;

}

#primary a:hover{
	color:#B94214;
	text-decoration:none;

}

#primary img {

	padding: 9px;
border: 1px solid #e5e5e5;
-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
}

#primary input[type=text], #contact input[type=email], #contact textarea{
	display:inline-block;
	padding:7px;
	border:1px solid #666;
	margin-top:5px;
	margin-bottom:3px;
	width:400px;
	margin-right:5px;
	border-radius: 1px;
	
}
#primary textarea{
	height:200px;
	width:410px;
}


#primary input[type=submit]{
	border-radius:7px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb( 205, 205, 205 );
  background-image: -moz-linear-gradient( 90deg, rgb(241,105,53) 0%, rgb(248,173,142) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(241,105,53) 0%, rgb(248,173,142) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(241,105,53) 0%, rgb(248,173,142) 100%);
  width: 112px;
  height: 30px;
  z-index: 57;
  color:#FFF;
  font-size:14px;
}

#primary input[type=submit]:hover {
	background:#f16935;
}

#primary label {
	display:block;
	color:#000;
	margin-top:20px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	line-height:1.4em;
}
	


#feature-box {
	width:180px;
	height:230px;
	display:inline-block;
	float:left;
	margin:10px 20px 10px 20px;
}

#feature-box h2 {
	font-size:14px;
	margin-top:5px;
	line-height:1.5em;
}

#secondary {
	float: right;
	
	width: 220px;
}


/*Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 962px;
}
#header {
	background: #fff;
	height:205px;
	position:relative;
	z-index:100;
	width:100%;

-moz-box-shadow:
        8px 0 8px -8px rgba(0, 0, 0, 0.90),
        -8px 0 8px -8px rgba(0, 0, 0, 0.90);
    -webkit-box-shadow:
        8px 0 8px -8px rgba(0, 0, 0, 0.90),
        -8px 0 8px -8px rgba(0, 0, 0, 0.90);
    box-shadow:
        8px 0 8px -8px rgba(0, 0, 0, 0.90),
        -8px 0 8px -8px rgba(0, 0, 0, 0.90);
}


#header h1{
	position:relative;
	float:right;
	width:700px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:78px;
	font-weight:normal;
	text-align:right;
	margin-top:20px;
	margin-right:20px;
}
#header h2{
	position:relative;
	float:right;
	width:700px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:32px;
	font-weight:normal;
	text-align:right;
	margin-top:-5px;
	margin-right:20px;
}



#logo {
	float:left;
	height:240px;
	width:280px;
	position:relative;
	margin-left:-70px;
	margin-top:20px;
	z-index:100;
}



/*Top menu styling
-------------------------------------------------------------- */
#top-menu {
	width:680px;
	height:50px;
	float:right;
	position:relative;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#nav_menu-2 {
	float: left;
width: 282px;
display: inline-block;
margin-top: 10px;
padding-left: 110px;
}

ul#menu-top-menu  li {
	display:inline-block;
	margin-right:15px;
}

ul#menu-top-menu  li a {
	color:#999;
	text-decoration:none;
}

ul#menu-top-menu  li a:hover {
	color:#000;
	text-decoration:none;
}

#search-3 {
	float:left;
	width:200px;
	display:inline-block;
	margin-top:2px;
}

#search-3 label {
	display:none;
}

div.searchbutton {
	display: inline-block;
position: relative;
left: -25px;
}

div.searchbutton input {
background:url(images/search.png) no-repeat;
width: 20px;
height: 20px;
border: none;
}

input#s {
	padding:5px;
	border:1px solid #999;
	border-radius:8px;
	width:150px;
}



#text-2, .textwidget {
	float:left;
	display:inline;
	color:#FFF;
}

#sm {
	display:inline;
	width:100px;
}

#sm a {
	text-decoration:none;
}

/*Main menu styling
-------------------------------------------------------------- */
#menu {
	width:100%;
	height:41px;
	background-image:url(images/menu-bg.png);
	background-repeat:repeat-x;
	position:relative;
	z-index:50;
}

#nav_menu-3 {
	float:left;
	width:765px;
	height:41px;
	display:inline-block;
	text-align:right;
	margin-top:-55px;
	margin-left:207px;
}

ul#menu-main-menu  li {
	display:inline-block;
	margin-right:15px;
}

ul#menu-main-menu  li a {
	display:inline-block;
	height:21px;
	padding:10px 15px 10px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
	text-decoration:none;
}

ul#menu-main-menu  li a:hover {
	color:#FFF;
	background-image:url(images/menu-hover.png);
	background-repeat:repeat-x;
	text-decoration:none;
}

/*ad space styling
-------------------------------------------------------------- */


#prem-ads {
	float:right;
	width:200px;
	margin-right:3px;
	margin-bottom:15px;
	margin-top:30px;

}

#prem-ads p{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	font-weight:bold;
	color:#f16935;
	text-align:justify;
}

#prem-ads img {
border: 1px solid #e5e5e5;

	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}

/*footer styling
-------------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
}


#footer-container {
	float: left;
	position:relative;
	top:-20px;
	min-height:200px;
	padding:20px;
	padding-left:38px;
	margin-top:0px;
	width: 904px;
	background-color:#FFF;
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 5px 5px rgba(0, 0, 0, 0.75);
box-shadow:         0px 5px 5px rgba(0, 0, 0, 0.75);
border-top:solid #000 14px;	

}

#foot-widget-1 {
	float:left;
	width:530px;
	height:530px;
	padding:15px;
	margin-right:20px;
border: 1px solid #e5e5e5;
-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
font-family:Arial, Helvetica, sans-serif;
color:#666;
font-size:14px;
line-height:1.5em;

}




#foot-widget-3 {
	float:left;
	width:260px;
	height:530px;
	padding:15px;
	margin-right:0px;
	border: 1px solid #e5e5e5;
-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
font-family:Arial, Helvetica, sans-serif;
color:#666;
font-size:14px;
line-height:1.5em;
}

#foot-widget-3 a {

}

#foot-widget-1 h2, #foot-widget-2 h2, #foot-widget-3 h2, #foot-widget-4 h2, #foot-widget-links h2 {
	color:#F16935;
	font-family:Georgia, Times New Roman, serif;
	font-size:22px;
	margin-bottom:10px;
	width:100%;
	height:35px;
}

#foot-widget-1 h2 {
	background-image:url(images/news-icon.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#foot-widget-2 h2 {
	background-image:url(images/forum-icon.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#foot-widget-3 h2 {
	background-image:url(images/calendar-icon.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#foot-widget-1 h3, #foot-widget-2 h3, #foot-widget-3 h3, #foot-widget-4 h3, #foot-widget-links h3 {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	margin-bottom:3px;
}

#foot-widget-1 p, #foot-widget-2 p, #foot-widget-3 p, #foot-widget-4 p, #foot-widget-links p {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:3px;
	text-align:justify;
	line-height:1.5em;
}


#foot-widget-1 a, #foot-widget-2 a, #foot-widget-3 a, #foot-widget-4 a {
	font-size:14px;
	font-weight:bold;
	color: #B94214;
text-decoration: none;
border-bottom: 1px dashed #ccc;
	font-family:Arial, Helvetica, sans-serif;

}


#foot-widget-4 {
	float:left;
	width:260px;
	height:230px;
	padding:10px;
	margin-top:20px;
	margin-right:0px;

}

#foot-widget-links {
	float:left;
	width:562px;
	height:230px;
	padding:10px;
	margin-top:20px;
	margin-right:20px;
}

#foot-credits {
	width:100%;
	margin-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	font-size:12px;
	margin-bottom:50px;
}
#foot-credits a {
	display:inline;
	margin-left:20px;
	color:#000;
	text-decoration:none;
}
	

/*forum styling
-------------------------------------------------------------- */

.bbp-author-ip {
	display:none;
}
div.bbp-template-notice {
	display:none;}
	
.bbp-reply-form code, body.page .bbp-topic-form code, body.single-topic .bbp-reply-form code, body.single-forum .bbp-topic-form code, body.topic-edit .bbp-topic-form code, body.reply-edit .bbp-reply-form code {
	display:none;
}

.form-allowed-tags {
	display:none;
}

.bbp-pagination-count {
	display:none;
}

.bbp-reply-permalink {
	display:none;
}

/*subscription form styling
-------------------------------------------------------------- */

#subscription {
	
}

#subscription h2 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:22px;
	color:#f16935;
}

#subscription .mc4wp-success {
	font-size:10px;
color: #333;
background-color: transparent;
border:none;
}

#subscription input[type=text], #subscription input[type=email] {
	padding:10px 5px 10px 5px;
	font-size:14px;
	margin:10px 0px 10px 0px;
}

#subscription input[type=submit]{
	border-radius:7px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb( 205, 205, 205 );
  background-image: -moz-linear-gradient( 90deg, rgb(241,105,53) 0%, rgb(248,173,142) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(241,105,53) 0%, rgb(248,173,142) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(241,105,53) 0%, rgb(248,173,142) 100%);
  width: 112px;
  height: 30px;
  z-index: 57;
  color:#FFF;
  font-size:16px;
}

#subscription input[type=submit]:hover {
	background:#f16935;
}

.fc-state-highlight {
/* TODO: add .fc-today to <th>; */
background: #eec6b7;
}
.fc-event-skin {
border-color: #f06834;
background-color: #f06834;
color: #fff;
text-align:center;

}


#comments-title {
	display:none;
}
li.commentlist, li.comment {
	list-style:none;
}

p.nocomments {
	display:none;
}
.entry-meta, .meta-sep, a.edit, span.comments-closed-link {
	display:none
}
.entry-content {
	margin-bottom:30px;
}
.comments-link {
	display:none;
}