/*
Theme Name: Custom-Sebac
Theme URI: http://inthistogetherct.org
Description: A custom theme for the InThisTogetherCT.org site
Version: 1.0
Author: Joe, based on Kubrick

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color: #333;
	}
	
a, a:link, a:visited {
color:#2a2583;
}

a:hover, a:active {
color:#b6000a;
}
	
#page {
	text-align: left;
	}

#header {
	text-align:center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em
	}

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

#fpbar2 .entry p {
	font-size: 1.1em;
	line-height:1.4em;
}

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

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

#footer {
	background: #eee url('images/footerbg.jpg') no-repeat top;
	border: none;
	}

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

#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	color:#2a2583;
	}
	
.entry p a, .entry p a:link, .entry p a:visited {
	color: #2a2583;
	font-weight:bold;
	text-decoration:none;
	}
	
.entry p a:hover, .entry p a:active {
	color: #b6000a;
	font-weight:bold;
	text-decoration:none;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.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: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
    
    .mythbuster-header {
    width: 790px;
    margin:0px 55px;
    height:50px;
     }

#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #555555;
	line-height:1em;
	padding-top:0px;
	margin-top:0px;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

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

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

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

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



/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0;
	background:url(images/bg1.gif)
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 900px;
	background:url(images/framebg.jpg);
	background-color:#e1e1e1;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	}

#header  {
	background:url(images/headerbg.jpg);
	background-repeat:no-repeat;
	background-color:#e1e1e1;
	margin: 0 0 0 0px;
	padding: 0;
	height: 150px;
	width: 900x;
	text-align:left;
	}
	
#banner {
padding-top:15px;
padding-left:30px;
width:500px;
font-family:Arial;
font-size:14px;
font-style:italic;
font-weight:bold;
line-height:16px;
}

#banner a#logo {
	background:url(images/itt-logo-rollover.jpg);
    height:100px;
    width:500px;
    background-repeat:no-repeat;
    background-position:top;
    display:block;
 }

#banner a#logo:hover {
    background-position:bottom;
 }
 
 #header h1 {
 text-indent:-5000em;
  }

#banner a, #banner a:link, #banner a:visited, #banner a:active {
text-decoration:none;
color:#1e2050;
text-shadow:1px 1px #EEEEEE;
}

#banner a:hover {
text-decoration:none;
color:#b6000a;
}

#banner img {
padding-bottom:5px;
}

#banner, #banner a, #banner a:link, #banner a:hover, #banner a:visited, #banner a:active{
text-decoration:none;
}

#menubar {
background:url(images/menubg.jpg);
height:40px;
width:100%;
}

#nav {
		float:left;
		margin-left:10px;
		margin-top:10px;
		font-weight:400;
	}
	#nav li {
		display:inline;
		padding:0;
		margin-left:9px;
		margin-right:9px;
		font-weight:400;
	}	
	#nav a:link,
	#nav a:visited {
		color:#000;
		background:#b2b580;
		font-size:12px;
		float:left;
		padding-left:5px;
		padding-right:5px;
		margin-left:4px;
		margin-top:5px;
		border:1px solid #42432d;
		text-decoration:none;
		line-height:23px;
		font-weight:400;
	}
	#nav a:hover {
		color:#fff;
		background:#727454;
		margin-top:0px;
		line-height:28px;
		font-weight:400;
	}
 #nav a:active, #nav li .on, #nav li .on a:link {
		background:#fcfcf9;
		color:#2b2f45;
		border-bottom:1px solid #fcfcf9;
		margin-top:0px;
		line-height:28px;
		font-weight:400;
	}

#menubar #search {
float:right;
color:#FFFFFF;
size:12px;
margin-right:60px;
margin-top:10px;
}
	
#didyouknow {
	float:right;
	height:80px;
	width:200px;
	overflow:hidden;
	margin-top:34px;
	margin-right:100px;
	text-align:left;
	font-size:11px;
}
	
#fpbar1 {
	width: 790px;
	margin-left:auto;
	margin-right:auto;
	height:250px;
	padding-top:20px;
	margin-top:20px;
	}

#petitionbox {
float:left;
color:#FFFFFF;
background-image:url(images/petitionbg.jpg);
background-repeat:no-repeat;
width:240px;
height:250px;
margin-right:18px;	
}

#petitionbox #petitionarea {
width:200px;
margin-left:auto;
margin-right:auto;
margin-top:50px;
margin-bottom:5px;
line-height:1.2em;
text-shadow:1px 1px #333333;
}

#petitionbox .newform{
font-size:11px;
padding:1px;
color:#222222;
background-color:#FFFFCC;
}

#petitionbox .submitbutton{
font-size:11px;
}

#fpbar1 #featuredslider {
float:right;
background-color:#8B0000;
width:530px;
height:100%;
}

#fpbar1 #featuredslider .nav {
width:80px;
height:53px;
margin-right:6px;
margin-top:5px;
overflow:hidden;
border: 1px solid #ffffff;
}

#fpbar2 {
	width: 790px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:5px;
	background-image: url(images/fpbar2bg.jpg);
	background-repeat: repeat;
		}
		
#fpbar2 #latest{
float:left;
width:365px;
margin-right:30px;
}

#fpbar2 #actions{
float:left;
width:180px;
margin-right:25px;
}

#fpbar2 #newsfeed{
float:right;
width:180px;
margin-right:5px;
}

#clear {
	clear:both;
	}	
    
#content .myth-head {
font-family:Arial, "sans serif";
font-size:12px;
color:#333;
 }
	
#maininnercontent {
	width: 790px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	margin-top:20px;
}

.narrowcolumn {
	float: left;
	padding: 20px 0 35px 55px;
	margin: 0px 0 0;
	width: 500px;
	}

.post {
	margin: 0 0 20px;
	}
	
.post h2 {
text-align:left;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 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: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	height:78px;
	background-image: url(images/footerbg.jpg);
	background-repeat:no-repeat;
	background-color:#e1e1e1;
	clear: both;
	}

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



/*	Begin Headers */



h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
	}

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

h2 {
	font-size: 2.8em;
	margin-bottom:20px;
	}

h2.pagetitle {
	color:#303030;
	text-decoration: none;
	padding-bottom:12px;
	}
	
h2.pagetitle a, h2.pagetitle a:link, h2.pagetitle a:visited, h2.pagetitle a:hover {
	color:#303030;
	text-decoration: none;
}

h3 {
	font-size: 1.8em;
	padding:0px;
	margin:0px;
	text-decoration:underline;
	}
	
#sidebar h3, #sidebar h3 a, #sidebar h3 a:link, #sidebar h3 a:visited {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.4em;
	color: #6d0f12;
	text-decoration:none;
	margin-top:10px;
	margin-bottom:6px;
	}
	
#sidebar h4, #sidebar h4 a, #sidebar h4 a:link, #sidebar h4 a:visited {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	color: #6d0f12;
	text-decoration:none;
	margin-top:10px;
	margin-bottom:6px;
	}
    
   
#sidebar h3 a:hover, #sidebar h3 a:active, #sidebar h4 a:hover, #sidebar h4 a:active {
color:#6d0f12;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #2a2583;
	}
	
h2 {
color:#303030;
text-decoration: none;
}
	
h2 a, h2 a:visited {
color:#2a2583;
text-decoration:underline;
}

h2 a:hover, h2 a:active {
color:#b6000a;
text-decoration:underline;
}

h3, h3 a, h3 a:visited {
	color: #2a2583;
	margin: 3px 0 0;
	padding: 0;
	}

h3 a:hover, h3 a:active {
	text-decoration: underline;
	color:#b6000a;
	margin: 3px 0 0;
}

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

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

h3.white {
color:#ffffff:
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h4.white, #sidebar #petitionarea h4, #sidebar #petitionarea h4.white {
	color:#FFFFFF;
	font-size: 1.8em;
	padding:0px;
	margin:0px;
}

h4, h4 a, h4 a:link, h4 a:visited{
color: #2a2583;
font-size:1.1em;
}

h4 a:hover, h4 a:active{
color: #b6000a;
font-size:1.1em;
}

h5, h5 a, h5 a:link, h5 a:visited{
color: #2a2583;
size: 1em;
}

h5 a:hover, h5 a:active{
color: #b6000a;
size: 1em;
}



#fpbar2 h2, #fpbar2 h3, #fpbar2 h4, #fpbar2 h5, fpbar2 h6 {
padding-bottom:0px;
margin-bottom:0px;
}

/* End Headers */



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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* 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;
	}

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

.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 {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	margin-top:4px;
	font-size:1em;
	line-height:1.4em;
	margin-left:12px;
	color:#777777;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#sidebar ul li a, #sidebar ul li a:link, #sidebar ul li a:visited{
font-weight:600;
color:#484848;
font-size:1.1em;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#sidebar ul li a:hover, #sidebar ul li a:active {
color:#2a2583;
font-size:1.1em;
text-decoration:none;
}



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

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

#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 {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	font-size:11px;
	padding:1px;
	color:#222222;
	}
	
#searchform .newform{
font-size:11px;
padding:1px;
color:#222222;
background-color:#FFFFCC;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	font-size:11px;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



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

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

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */
#sidebar
{
	padding: 0px 55px 25px 0px;
	margin-top:20px;
	width: 240px;
	float:right;
	background-image:url(images/sidebarbg.jpg);
	background-repeat:repeat-y;
	}
    
 #sidebar #top {
 background-color:#FCFDF8; }   
	
#sidebar #petitionbox {
background-color:#FCFDF8;
clear:none;
margin:0 10px 0 0;
padding-bottom:10px;
}

#sidebar #myth-button {
background-color:#FCFDF8;
clear:both;
display:block;
width:240px;
}

#sidebar #social {
background-color:#FCFDF8;
margin-bottom:10px;
margin-top:0;
padding-bottom:10px;
padding-top:10px;
width:240px;
 }

    #sidebar #social a#facebook {
	background:url(images/facebook-rollover.jpg);
    height:150px;
    width:240px;
    background-repeat:no-repeat;
    background-position:top;
    display:block;
 }

#sidebar #social a#facebook:hover {
    background-position:bottom;
 }
 
 .sidebar-quote {
 font-size:12px;
background-image:url("images/sidebarbg.jpg");
background-repeat:repeat-y;
padding: 10px;
border-bottom: 2 px solid #8f8f8f;
 color:#000000;
 font-family:"Verdana", Arial, sans serif;
 margin:0;
text-align:center;
  }

.sidebar-quote a, .sidebar-quote a:visited, .sidebar-quote a:active {
font-size:12px;
color:#000000;
font-family:"Verdana", Arial, sans serif;
text-decoration:none;
text-align:center;
}


 
 #sidebar #social a#facebook h3 {
 text-indent:-5000em;
  }
	
#sidebar #sidebarinner {
padding-left:10px;
padding-right:10px;
background-image:url("images/sidebarbg.jpg");
background-repeat:repeat-y;
}

#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;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	color:#999999;
	size:.8em;
	}
	
.navigation a, .navigation a:link, .navigation a:visited{
	color:#999999;
	size:.8em;
}

.naviation a:hover, .navigation a:active {
	color: #b6000a;
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;

}
/* End captions */



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

