@charset "UTF-8";

/*------- Template Styles -----------*/
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(img/bigpapergraphy.jpg);
	background-repeat: repeat;
}
.projects #container {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.projects #sidebar1 {
	float: right; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	width: 300px;
}
.projects #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 25px;
	margin-right: 325;
	margin-bottom: 0;
	margin-left: 0px;
} 
.projects #footer {
	background-image: url(img/grid.gif);
	background-repeat: repeat;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 35px;
} 
.projects #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*------- TAB Styles -----------*/
.ui-tabs .ui-tabs-hide {
     display: none;
}

/*------- Story Styles -----------*/
.projects #container #mainContent #slides .boxy {
	height: 475px;
	width: 675px;
}
.projects #container #mainContent #slides .boxy h1{
	font-size: 16px;
}
.projects #container #mainContent #slides .boxy p {
	font-size: 12px;
}
.projects #container #mainContent #slides #one .story {
	padding: 15px;
	margin-top: 275px;
}
.projects #container #mainContent #slides #one {
	background-color: #FFF;
	background-image: url(img/projBG_maps.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.projects #container #mainContent a {
	color: #00395C;
	text-decoration: none;
}
.projects #container #mainContent #slides #two {
	background-color: #FFF;
	background-image: url(img/beercamp.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.projects #container #mainContent #slides #two .story {
	padding: 15px;
	margin-top: 275px;
}.projects #container #mainContent #slides #three {
	background-image: url(img/barcamp.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
}
.projects #container #mainContent #slides #three .story {
	padding: 15px;
	margin-top: 275px;
}
.projects #container #mainContent #slides #four {
	background-color: #FFF;
	background-image: url(img/manifestvegan.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.projects #container #mainContent #slides #four .story {
	padding: 15px;
	margin-top: 275px;
}.projects #container #sidebar1 #nav {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(img/post-it.png);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-bottom: 15px;
	height: 225px;
	background-position: center top;
}
.projects #footer #tabs {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.projects #footer #right {
	float: right;
	width: 50%;
	text-align: center;
	margin-top: 25px;
}
.projects #footer #left {
	float: left;
	width: 50%;
	text-align: left;
}
.projects #footer #right .columns {
	float: left;
	width: 40%;
	margin-right: 10px;
	margin-left: 5px;
	text-align: left;
	padding: 10px;
}
.projects #footer #right #line {
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #666;
}
.projects #footer  .links {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.projects #footer .links li {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	line-height: 30px;
	font-size: 12px;
	color: #346482;
}
.projects #footer #left #feeds {
	text-align: left;
	font-size: 12px;
	margin-right: 150px;
	margin-left: 35px;
}

/*Gfeed Styles*/

.projects #footer #left #feeds a{
	font-size:14px;
	color:#003e64;
	text-decoration:none;
}
.projects #footer #right .columns .links li img {
	margin-right: 10px;
}
.projects #footer #right .columns .9to5 {
	margin-top: 25px;
}
.projects #footer #right .columns .links li a {
	text-decoration: none;
	color: #245879;
}
.projects #container #sidebar1 #nav p {
	font-size: 14px;
	text-align: center;
	color: #333;
}
.projects #footer #footerProps {
	padding-top: 15px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 35px;
}
.projects #container #mainContent #slides #two #props {
	font-size: 12px;
	color: #FFF;
	text-align: right;
}
.projects #footer #footerProps p {
	color: #666;
	font-size: 12px;
}
