/*
Theme Name: CTC 2
Theme URI: 
Description: ctc 2 theme
Version: 1
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, Times, serif;
	background: #E9FFF4 url('http://assets.competetoconserve.com/images/body_bg.jpg') repeat-x 10px -75px;
	color: #333;
	text-align: center;
	}

#page {
	background:#fff url('http://assets.competetoconserve.com/images/container_bg.png') 0 0 repeat-y;
	text-align: left;
	}

#header {
	background: #59AA17 url('http://assets.competetoconserve.com/images/header.png') repeat-y 0 0;
	}
#content {
	font-size: 1.4em;
	min-height:200px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('http://assets.competetoconserve.com/images/footer.png') no-repeat top;
	border: none;
	color:#fff;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.675em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Georgia, Times, Serif;
	font-size: 1.25em;
	font-style:italic;
}

#sidebar2 {
	font-family:Helvetica,Arial, sans-serif;
	font-size: 12px;
	line-height:1.5em;
}
#sidebar2 p {
	font-family:Helvetica,Arial, sans-serif;
	font-size: 11px;
	margin:0 0 10px;
}
#sidebar2 h3 {
	font-family: Georgia, Times, Serif;
	font-size: 15px;
	margin:0 0px 5px;
}


h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #261;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Helvetica, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Helvetica, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Helvetica, Arial, Sans-Serif;
	}
#sidebar ul ul li, #sidebar ul ol li {
	font-size:11px; 
	line-height:1.5em;
	list-style: none;
	color:#337711; 	
}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #358;
	text-decoration: none;
	}

a:hover {
	color: #538;
	text-decoration: underline;
	}
.more-link { 
	margin-left:5px;
	background:#3E9B1B;
	font:13px Helvetica,Arial,sans-serif;
	color:#fff;
	display:inline-block;
	padding:2px 5px;
	letter-spacing:.03em;
}
.more-link:hover {
	background:#C8F1DA;
	color:#066;
	text-decoration:none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Helvetica, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 950px;
	}

#header {
	margin: 0;
	padding: 0;
	width: 950px;
	}

#header h1 { 
	margin:0;
	padding:0;
	width:440px;
}
#header h1 a { 
	position:relative;
	top:0;
	left:0;
	display:block;
	background: transparent url('http://assets.competetoconserve.com/images/logo.png') 0 0 no-repeat;
	height:60px;
	text-indent:-9999px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 10px;
	margin: 0px 0 0;
	width: 540px;
	}

.widecolumn {
	float: left;
	padding: 0 0 20px 10px;
	margin: 0px 0 0;
	width: 540px;
	}
#sidebar {
	float:left;
	padding: 20px 10px 0;
	margin-left: 10px;
	width: 180px;
}

#sidebar2 {
	float:left;
	padding: 20px 0 0;
	margin-left: 0px;
	width: 190px;
}
#sidebar2 > div { padding:10px; }

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
	margin:5px 0 !important;
}

.clear {
	clear: both;
}

.entry-category {
	text-transform: lowercase;
	margin-right: 10px;
}
.commentslink {
	padding: 2px 0 2px 20px;
	background: url('images/comment.png') left center no-repeat;
	margin-right: 10px;
}
.entry-edit a {
	border: none;
	padding: 2px;
	padding-left: 23px;
	background: url('images/pencil.png') left center no-repeat;
	height: 16px;
}
.entry-tags {
	display: block;
	margin: 2px 0;
	padding: 0 0 0 20px;
	background: url('images/tag_blue.png') left center no-repeat;
}
.entry-tags a {
	text-transform: lowercase;
}



#footer {
	padding: 50px 0 0;
	margin: 0 auto;
	width: 950px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height:150%;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding: 0;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.entry div.alignright, .img.alignright, img[align="right"] {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

.entry div.alignleft, img.alignleft, img[align="left"] {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

img.noborder {
	border: none !important;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul li,
#sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	background: transparent url('http://assets.competetoconserve.com/images/inner_bullet.gif') 0 4px no-repeat;
	margin: 3px 0 0;
	padding: 0 0 0 8px;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 0px;
	overflow:hidden;
	}

#sidebar #searchform #s {
	width: 90px;
	}
#sidebar #searchform #s {
	font-size: 1.3em;
	}

#sidebar #searchform input { 
	float:left !important;
	display:inline !important; 
	margin:0 5px 0 0 !important;
	padding:5px 4px; 
	width:95px;
}
#sidebar #searchform button { 
	display:block;
	background-image:none;
	padding: 5px !important;
	font-size: 1.3em !important;
	line-height:1em; 
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform textarea {
	width: 90%;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* HEADER SUBNAV */

#nav {
	clear:both;
	display:block;
	height:26px;
	padding:0 0 0 2px;
	margin:0 5px 0 0;
	font-size:16px;
	line-height:100%;
	letter-spacing:.03em;
	overflow:hidden;
	font-family:Helvetica,Arial, sans-serif;
}
#nav li {
	display:block;
	float:left;
	height:26px;
	margin:0 2px 0 0;
	padding:0;
}
#nav li a { 
	display:block;
	float:left;
	height:26px;
	padding:5px 8px 0;
	color:#dee;
	background-color:#066;
}
#nav li.active a { 
	color:#fff;
	border-color:transparent;
	background-color:#00A4C0;
}
#nav li a:hover,
#nav li a:active { 
	text-decoration:none !important;
	background-color:#0090a9;
	color:#fff;
}
#nav li.active a:hover,
#nav li.active a:active { 
	background-color:#00A4C0;
}
#nav .competitions a:link, #nav .competitions a:visited { 
	background-color:#382E5F;
	color:#fff;
}
#nav .competition_active a,
#nav .competitions a:hover, #nav .competitions a:active { background-color:#483B7A !important;}
#nav .signup a:link, #nav .signup a:visited { 
	background-color:#f48800;
	color:#fff;
}
#nav .signup a:hover, #nav .signup a:active { background-color:#e62;}
#nav #about, #nav #blog { float:right; }
#nav #about a:link, #nav #about a:visited, 
#nav #blog a:link, #nav #blog a:visited { 
	background-color:#01383F;
	background-color:#37851D;
}
#nav #about.active a:link, #nav #about.active a:visited, 
#nav #blog.active a:link, #nav #blog.active a:visited,
#nav #about a:hover, #nav #about a:active, 
#nav #blog a:hover, #nav #blog a:active { background-color:#261;}


#nav li.home a { 
	text-indent:-999px;
	background-image: url("http://assets.competetoconserve.com/images/icons/house.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width:24px;
	padding:0;
}

ul#subnav {
	position:relative;
	display:block;
	clear:both;
	margin:0 0;
	padding:0;
	font:normal 13px/100% Arial, sans-serif;
	background:#261;
	height:26px;
	overflow:hidden;
}
li.description,
ul#subnav li { 
	float:right;
	display:block;
	list-style:none;
	height:26px;
	letter-spacing:0.025em;
	margin: 0 2px 0 0;
	color:#eee;
	padding:7px 5px 0;
}

ul#subnav li a {
	display:block;
	text-decoration:none;
	color:#fff;
	height:19px;
	padding:7px 5px 0;
}

#subnav li.active a,
#subnav a:hover { 
	background-color:#2CB5CB !important;
}

#subnav.hactive li.active a,
#subnav.hactive a:hover { 
	background-color:#112 !important;
}

#subnav.hactive,
#subnav.hactive a:link, #subnav.hactive a:visited,
#nav li.hactive a:link, #nav li.hactive a:visited { 
	color:#eee;
	border-color:transparent;
	background-color:#01383F;
}




#ad_skyscraper.shadowbox  { text-align:center;}
.shadowbox { }

.blogbox { background-color: #066;}
.siteinfo { background-color: #3E9B1B; }

#sidebar2 div h3,
#sidebar2 div p  { margin: 0 0px; color:#f4f4f4; }
#sidebar2 div h3 { color:#F2EDD9; font-size:15px; margin-bottom:5px; }
#sidebar2 div p  { color:#F2EDD9; font-size:11px; }
#sidebar2 div ul { margin:0;padding:0;margin:0 0 0 1.25em;  }
#sidebar2 div ul li  { color:#F2EDD9; list-style:disc; margin:0 0 5px; font-size:12px; line-height:125%; }

#sidebar2 div a { color:#F2EDD9; text-decoration:none;}
#sidebar2 div a:hover {  text-decoration:underline; }

div#welcome_message h3 { color:#066; }
div#welcome_message p { color:#333; }
#welcome_message a { color:#066 !important; }

.adbanner { 
	float:left;
	width:390px; 
	overflow:hidden;
	text-align:center;
	margin:20px 0 0 10px;
}
.adbanner > div { margin:0;}


/* -------------------------------------------------------------- 
  
   buttons.css
   * Gives you some great CSS-only buttons.
   
   Created by Kevin Hale [particletree.com]
   * particletree.com/features/rediscovering-the-button-element

   See Readme.txt in this folder for instructions.

-------------------------------------------------------------- */


a.button:link, 
a.button:visited, 
button {
  display:block;
  float:left;
  margin:0 0.583em 0.667em 0;
  padding:4px 10px 4px 7px;   /* Links */  
  border:1px solid #ccc;
  border-top:1px solid #e4e4e4;
  border-left:1px solid #ddd;
  background-color:#f2f2f2;
  font-family: Helvetica, Arial, sans-serif;
  font-size:.9em;
  line-height:100%;
  letter-spacing:.03em;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}

button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding:4px 10px 6px 7px;   /* Firefox */
  line-height:16px;           /* Safari */
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}
button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}

/* Button colors
-------------------------------------------------------------- */
/* Standard */
button:hover, a.button:hover {
  	border-color: #c2e1ef !important;
	background-color:#d9faff !important;
	color:#1991a2 !important;
}
a.button:active {
  background-color:#00A4C0;
  border-color: #00A4C0;
  color:#fff;
}
/* Positive */
body .positive {
  	color:#529214;
	padding-left:20px !important;
	background-image: url('http://assets.competetoconserve.com/images/icons/tick.png');
	background-position: 2px 50%;
	background-repeat:no-repeat;
}
a.positive:hover, button.positive:hover {
  background-color:#E6EFC2;
  border-color: #C6D880;
  color:#529214;
}
a.positive:active {
  background-color:#529214;
  border-color: #529214;
  color:#fff;
}
/* Negative */
a.negative, button.negative {
	color:#d12f19;
	padding-left:20px !important;
	background-image: url('http://assets.competetoconserve.com/images/icons/cross.png');
	background-position: 2px 50%;
	background-repeat:no-repeat;
}
a.negative:hover, button.negative:hover {
  background-color:#fbe3e4;
  border-color: #fbc2c4;
  color:#d12f19;
}
a.negative:active {
  background-color:#d12f19;
  border-color: #d12f19;
  color:#fff;
}


/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label { font-weight: bold; }

/* Fieldsets */
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

/* Text fields */
input.text, input.title   { margin:0.1em 0.5em 0.75em 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

/* Textareas */
textarea            { margin:0.1em 0.5em 0.75em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }


/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .5em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }
