/*  
Theme Name: Project: Interaction
Theme URI: original theme http://www.quickonlinetips.com/archives/quickchic/
Description: A theme based on QuickChic, 2-columns white, widget ready, SEO optimized, fast loading, free support wordpress theme by <a href="http://www.quickonlinetips.com/">Quick Online Tips</a>.
Version: 1.0
Author: Katie Koch, based on a theme by Quick Online Tips
Author URI: http://www.pixelkated.com & http://www.quickonlinetips.com/
Tags: white, pink, fixed-width, two-columns, right-sidebar, photoblogging, threaded-comments, sticky-post
*/


/* Begin Typography & Colors 
------------------------------------- */
body {
	font-size: 12px;  
	font-family: Arial, Helvetica, Sans-Serif; 
	background: #fff;
	color: #353c43;
	text-align: center;
	}

p {
	font-size: 12px;  
	font-family: Arial, Helvetica, Sans-Serif; 
	color: #353c43;
	line-height: 1.6em;
	margin-top: 0;
	}

p.date { color: #666; margin-bottom: 0; }

#page {
	background-color: white; 
	text-align: left; 
        }

#header { 
	background: #fff;
	}

 
#content {
	font-size: 12px;
        background: #fff; 
	} 

.narrowcolumn .entry  {
	line-height: 1.6em;
	} 

.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
        background: #f3f3f3;
	}

#footer {
	background: #fff; 
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 2em;
	}

h1, h2, h3, h4 {
	font-weight: bold;
	line-height: 1.25em;
	}

#content h1 {
	font-size: 17px; 
	text-align: left;
	}

#header td { 
	font-size: 1.1em; 
        }

#header .blogtitle { 
	font-size: 30px;
	font-family: 'Arial Narrow', Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	letter-spacing: .05em;
    margin: 0;
    padding:0;
    font-weight: bold;
    display: block;
    width: 297px;
    height: 47px;
    background: url(images/pi_logo.png) 0 0 no-repeat;
    text-indent: -9999px;   
	}

#header h1 { margin: 0;}
  
div.description {
	background: #FFF url(images/plusses_pattern_lt.gif);
	margin: -30px 0 10px 0;
	clear: both;
	overflow: hidden; 
	width: 950px; 
	height: 400px; padding: 0;
	}

p.description, .home-overview p.description {
	color: #e64100;
	text-align: left;
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
	font-size: 24px;
	line-height: 36px;
	}

.desc-bg {
	background: #FFF;
	padding: 10px 20px 14px 20px;
	}

.break-line { 
	height: 10px;
	background: #353c43;
	margin: 10px 0 30px 0;
	clear: both;
	}

.tagline {
	font-size: 14px;
	margin-top: 5px;
	color: #808386;
	}
 
h2 {
	font-size: 21px;
	text-align: left;
	}

h2.pagetitle {
	font-size: 16px;
	}

h2.sub, h2.sub a {
	text-transform: uppercase;
	color: #007d7e;
	font-size: 12px;
	font-weight: bold;
	margin-top: 1em;
	}

.home-post h2.sub a {
	color: #007d7e;
	}

h2.sub a:hover {
	color: #00bcb2;
	text-decoration: underline;
	}

#sidebar h2 { 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	}
 
h3 {
	font-size: 15px;
	}

#header h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #353c43; 
	}

.home-post h1 a:hover {
	color: #353c43;
	}

h1, h1 a, h1 a:visited {
	text-decoration: none;
	color: #353c43;
	}
 

h1 a:hover, {
	text-decoration: none;
	color: #007d7e;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #353c43;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #sidebar h4, #wp-calendar caption, cite {
	text-decoration: none;
	}

h2 a:hover {
    color: #007d7e !important;
	text-decoration: none;
	}

#sidebar h4 { 
	font-size: 1.2em;
	}

 
.commentlist li, #commentform input, #commentform textarea {
	font-size: 1em;
	}

.commentlist li {
	font-weight: normal;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p { 
	font-size: 1.1em;
	}

.commentmetadata {
	font-weight: normal;
	}
 
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #808386;
	}
pre  {  
   font: 1em 'Courier New', Courier, Fixed;
   color: #008000;
   background: #F8F8F8;
   padding: 5px;
   line-height:1.5em;
   border: 1px solid #ddd; 
   overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
   white-space: pre-wrap; /* css-3 */
   white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
   white-space: -pre-wrap; /* Opera 4-6 */
   white-space: -o-pre-wrap; /* Opera 7 */
   /* width: 99%; */
   word-wrap: break-word; /* Internet Explorer 5.5+ */
      }

code  {
   font: 1.1em 'Courier New', Courier, Fixed;
   color: #008000;
   padding: 0 2px;
   background: #fff; 
   line-height:1.5em;
   overflow: auto;
       }


acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: 0;
	}

a, a:visited, h2 a:hover, h3 a:hover {
	color: #007d7e;
	text-decoration: none;
	outline: none;
	}

small a { color: #353c43; }

a:hover {
	color: #007d7e; 
        text-decoration: underline;
	}

.entry a { 
        text-decoration: none;
        font-weight:bold;
        }  

.entry a:hover {
	text-decoration: underline; 
        }   

#sidebar a {
	color: #808386;
	}

#sidebar a:hover {
	text-decoration: underline;
        }


.sticky {
        background: #FFF8DC !important; 
        padding: 5px 10px;
        margin: 10px 0;
        }

.dotted {
	border-top: 1px dotted #CCC;
	height: 1px;
	margin: 25px 0;
	}

ul#friends {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ul#friends li {
	border-top: 1px dotted #CCC;
	padding: 0 0 20px 0;
	margin: 0;
	}

ul#friends li h3 a {
	text-decoration: underline;
	color: #007d7e;
	}

ul#friends .kickstarter {
	width: 600px;
	padding: 10px 0 0 0;
	margin-bottom: -10px;
	}

ul#friends .kickstarter li {
	width: 130px;
	float: left;
	margin: 0 20px 0 0;
	border-top: none;
	padding-bottom: 0;
	list-style: none;
	}
	
object {
	margin: 1em 0 1.5em 0;
	}


/* Begin Structure 
------------------------------------- */
body {
	margin: 0 0;
	padding: 0 0; 
	}

#page {
	background-color: white;
	margin: 20px auto 0 auto;
	padding: 0;
	width: 950px; 
	}

#header { 
	margin: 20px 0 20px 0; 
	padding: 5px; 
	float: left;
	width: 340px;  
	}

#header a {
	color: #353c43;
	text-decoration: none;
	}

#header a:hover {
	color: #e64100;
	text-decoration: none;
	}
	
#pag-nav {
	list-style: none;
	margin: 56px 0 0 0;
	padding: 0;
	width: 600px;
	float: left;
	text-align: right;
	background: #FFF;
	}

#pag-nav li {
	display: inline;
	list-style: none;
	margin: 5px 10px;
	/*font-size: 13px;*/ font-size: 14px;
	font-weight: bold;
	}

#pag-nav li.page-item a {
	color: #007d7e;
	/*color: #353c43;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #bbc92c;
	padding: 6px 10px;*/
	}
 
/*#pag-nav li.page-item-366 a, #pag-nav li.page-item-366 a:hover {
	color: #E64100;
	}*/
 
#pag-nav li.current_page_item a {
	color: #00bcb2;
	text-decoration: underline;
	}
 
.narrowcolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 0px 0 0;
	width: 600px;
        background: #fff;
	} 

.post {
	margin: 0 0 40px;
	text-align: left; 
	}
	
#content .post h1 {
	font-size: 21px;
	}

.post-title {
	margin-bottom: 1.5em;
	}

.post hr {
	display: block;
	}

.entry{ 
        /*border-top: 1px solid #ddd;  */
	}

.narrowcolumn .postmetadata {

	padding-top: 5px;

	}

.postmetadata {
	clear: left;

       }

.team-member {
	margin-bottom: 30px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
	clear: left;
	}

.team-member h3 {
	margin-top: 0;
	margin-bottom: 15px;
	}

.team-member p {
	margin-top: 0;
	}

.intro {
	font-size: 16px; 
	line-height: 26px; 
	font-family: Georgia, 'times new roman', serif; 
	font-style: italic; 
	padding: 10px 0 20px 0;
	margin-bottom: 10px;
	padding-bottom: 0;
	}
 
#footer {
    color: #353c43;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 10px;
    font-size: 12px;
	margin: 20px auto 10px auto;
	width: 100%;
	clear: both;
    border-top: 5px dotted #ddd;
	}

#footer .col1, #footer .col2 {
	float: left;
	width: 180px;
	}
	
.col3 {
	clear: both;
	height: 11px;
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #adb0b2;
	padding-top: 10px;
	}

#footer .col4 {
	float: left; 
	width: 590px; 
	text-align: center;
	padding-top: 20px;
	}

#footer .col4 h3 {
	color: #808386;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 6px;
	}

#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	}

#footer h2.sub {
	color: #adb0b2;
	margin-bottom: 8px;
	}

#footer ul {
	margin: 0 0 20px 0; 
	padding: 0;
	list-style: none;
	}

#footer ul li {
	margin: 4px 0; 
	padding: 0;
	font-size: 12px;
	}

#footer ul li a {
	color: #808386;
	}

#footer p.copyr {
	float: left;
	text-align: right;
	width: 590px;
	font-size: 11px;
	padding-top: 76px;
	}

#footer #social-media li, #sidebar #social-media li {
	margin-bottom: 8px;
	}

#footer #social-media li a, #sidebar #social-media li a {
	padding-left: 22px;
	height: 16px;
	display: block;
	}

#social-media li.kickstarter a { background: url(images/kickstarter-icon.png) 0 0 no-repeat; }
#social-media li.twitter a { background: url(images/twitter.png) 0 0 no-repeat; }
#social-media li.facebook a { background: url(images/facebook.png) 0 0 no-repeat; }
#social-media li.vimeo a { background: url(images/vimeo.png) 0 0 no-repeat; }
#social-media li.sva a { background: url(images/sva.png) 0 0 no-repeat; }

#footer .col4#get-involved-yes { padding-top: 50px; }

#get-involved-yes a {
	padding: 15px 30px;
	background: #adb0b2;
	color: #FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	}

#get-involved-yes a:hover {
	background: #00bcb2;
	}

.home-overview, .home-post {
	margin-top: 20px;
	}

.home-overview {
	float: left;
	width: 580px;
	}

.home-overview p {
	font-size: 14px;
	margin-top: 0;
	}

.home-overview a {
	color: #808386;
	}

.home-post {
	width: 330px;
	margin-left: 620px;
	}

#content .home-post h1 {
	margin-top: 10px;
	}

.home-post .entry {
	border-top: 0;
	}

.learn-link {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.learn-link li {
	margin-bottom: 10px;
	}

.learn-link small {
	color: #353c43;
	}

.learn-link li a {
	background: url(images/plus.png) 0 0 no-repeat;
	padding-left: 20px;
	font-size: 16px;
	color: #808386;
	}

.learn-link li a:hover {
	color: #007d7e;
	}


/*	Begin Headers
------------------------------------- */
#content h1   {
	margin: 15px 0 0 0; 
	}

h2     {
	margin: 30px 0 0;
	}

h2.titles {
	font-size: 21px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
	}

h2.pagetitle, h2.pagetitle {
	margin-top: 20px;
	text-align: center;
        }

#sidebar h2 {
	margin: 10px 0 0;
	padding: 0;
	}

#sidebar h4 {
	font-family: Georgia, "Times New Roman", Times, serif;  
	margin: 10px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h5 {
	margin-bottom: 0;
	}

.curriculum h3 { margin-top: 0;}
.curriculum p { margin-top: 0; margin-bottom: 2em;}

p {
	line-height: 1.6em;
	}


/* Begin Images
------------------------------------- */
p img {
	padding: 0;
	max-width: 100%;
	}
 
.entry img {
        padding:5px; 
        }

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 15px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	} 


/* Begin Lists 
------------------------------------- */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 20px; 
	padding-left: 10px; 
	} 

html>body .entry li {
	margin: 2px 0 2px 10px;
	}

.entry ol {
	padding: 0 0 0 20px;
	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: 25px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#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: 6px 0 0;
	padding: 0;
	} 



/* Begin Form Elements
------------------------------------- */
#searchform, .entry form {
	margin: 5px 0;
	padding: 5px 3px; 
	text-align: left;
	}

.rss { font-size: 11px; }

#searchform input, .entry form input, .entry form textarea {
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
       }

#sidebar #searchform #s, .entry form input {
	width: 180px;
	padding: 2px;
	height: 18px;
	}

#sidebar #searchform #s {
	margin-right: 4px;
	}

.entry form textarea {
	padding: 2px;
	width: 360px;
	}

#sidebar #searchsubmit, .entry form #submit {
	padding: 4px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

.formbutton{
   cursor: hand;
   border: solid 1px #ccc;
   background:#007d7e;
   color:#fff;
   font-weight:bold;
   padding: 1px 2px;
}


.entry form {  
	text-align: left;
	}

.entry form #submit {
	background: #007d7e;
	color: #FFF;
	width: 60px;
	height: 22px;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
        border: 1px solid #007d7e;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
        border: 1px solid #007d7e;
	}

#commentform #submit {
	margin: 0;
	float: left;
	} 



/* Begin Comments
------------------------------------- */
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
        margin: 0;
	text-align: left;
	}

.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;
	}

img.avatar {
        float:left; 
        margin: 0;
        padding: 0 4px 0 0; 
        vertical-align:middle;
        }
 
ol.commentlist li div.comment-meta { font-size:9px; }
ol.commentlist li div.comment-meta a { color:#999 !important; }
ol.commentlist li div.comment-meta a:hover { color:#06c !important;  text-decoration:underline; }
ol.commentlist li p { font-size:1em; margin:0 0 1em; }
ol.commentlist li ul { font-size:1em; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:1em; } 
ol.commentlist li div.reply a { text-decoration:none; background: #f3f3f3; padding: 5px;} 
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li.comment { border:1px solid #d5d5d5; padding:1em; }
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li ul.children li.depth-2 { border-left:3px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:3px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:3px solid #999; margin:0 0 .25em .25em; }


/* Begin Sidebar 
------------------------------------- */
#sidebar {
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 25px 0 10px 20px;
    margin: 0px 0 10px 670px;
	width: 270px;
    background: #fff;
	font-size: 14px; 
    border-left: 2px dotted #ddd;          
        }

#adbox { 
        text-align: center;
        padding: 5px;
        margin: 0 0 5px 0;
        background: #ffffff;
        border: 1px solid #ddd;
        }

#sidebar_low {
	clear:both;
	}

#l_sidebar {
	width:170px;
	float: left; 
        padding: 5px;
        border: 1px solid #DDD;
        background: #f6f6f6;
        }

#r_sidebar {
	width:170px;
	float: right; 


        padding: 5px;


        background: #f6f6f6;
        border: 1px solid #DDD;
        }



#sidebar form {

	margin: 0;
	} 



/* Begin 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: 3px solid #e64100;
	}

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;
    font-size: 1.3em;
   	clear:both;
   	} 
   
.tags {
	clear: both;
	border-bottom: 1px solid #CCC;
	padding-top: 20px;
	padding-bottom: 6px;
	}

/* 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;
}

.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;
}


.line {
	height: 1px;
	background: #cecece;
	margin: 1.5em 0;
	}