/*
Theme Name: Family, Love, and Paper
Theme URI: http://teamsaip.com/
Description: Team Saip's theme.
Version: 1.0
Author: Matt Saip
Author URI: http://mattsaip.com/
*/



/* Begin Typography & Colors */

#content {
	
	}



.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
        border: 1px solid;
	}

.commentlist li ul li {
}

.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;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

#commentform p {

	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {

	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	font-size: 12px;
	}

small {
	font-size: 10px;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{

	}


#wp-calendar #prev a, #wp-calendar #next a {
	
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {

	}


.post {
	
	}

.post hr {
	display: block;
	}


.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;
}

/* End Structure */

/*	Begin Headers */
h1 {
	
	}

h2.pagetitle {
	
}

#sidebar h2 {
		font-size: 36px;
        color: #282017;
		font-family:"jr!handRegular", Georgia, "Times New Roman", Times, serif;
	}

/* 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;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul 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-type: none;
        list-style-image: none;
	}

#sidebar ul li {
        margin: 0;
	}

#sidebar ul p, #sidebar ul select {
	
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	padding: 0 0 15px 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	
	}

ol li, #sidebar ul ol li {
	
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 7px 7px 0 7px;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;\
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
        border: 1px solid;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
        text-align: left;
	}
#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 {
	background: #fff;
	padding: 10px;
        border: 1px solid;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
        border: 1px solid;

	}
.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
{

	}

#sidebar form {

	}
/* 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: none;
	}

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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 0 0 35px 0;
	}
/* 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: 0 10px 10px 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 */

/* Team Saip */

*              { margin: 0; padding: 0px; }
html           { margin: 0; padding: 0px; }
body           { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #6a5c4c; background: #dcd9cf url(/_img_v7/bg_tile.png) fixed 0 0 repeat; margin: 0; padding: 0px; }
p              { margin: 10px 0px 10px 0px; line-height: 18px; }
h1 	           { font-size:32px; }
h2             { font-size:24px; }
h3             { font-size:20px; }
h4             { font-size:18px; }
h5             { font-size:16px; }
h6             { font-size:14px; }
.alignright    { text-align: right; }
.bold          { font-weight: bold; }
.darkbrown     { color: #282017; }
.clearboth     { clear: both; font-size: 0px; height: 0px; line-height: 0px; }
.clearleft     { clear: left; }
.clearright    { clear: right; }
.floatleft     { float: left; }
.floatright    { float: right; }
.gigantic      { font-size: 48px; }
.smaller       { font-size: 10px; }
.largest       { font-size: 14px; }
.white         { color: #ffffff; }
.spacer_20     { font-size: 1px; height: 20px; line-height: 20px; }
.spacer_10     { font-size: 1px; height: 10px; line-height: 10px; }
.spacer_5      { font-size: 1px; height: 5px; line-height: 5px; }
.pad10         { padding: 10px; }
.underline     { text-decoration: underline; }
.white         { color: #fff; }
.blue          { color: #6f8daf; }
a              { color: #282017; text-decoration:none; font-weight: bold; border-bottom: 1px dashed #6a5c4c; padding: 2px; }
a:link         { color: #282017; text-decoration:none; font-weight: bold; border-bottom: 1px dashed #6a5c4c; padding: 2px; }
a:visited      { color: #282017; text-decoration:none; font-weight: bold; border-bottom: 1px dashed #6a5c4c; padding: 2px; }
a:hover        { color: #fff; text-decoration:none; background: #6f8daf; font-weight: bold; border-bottom: 1px dashed #fff; padding: 2px; }
a:active       { color: #fff; text-decoration:none; background: #6f8daf; font-weight: bold; border-bottom: 1px dashed #fff; padding: 2px; }

/* @font-face {  
  font-family: "FGCherylHand";  
  src: url(/_font/FGCherylHand.eot);   
  src: local("FGCherylHandT"), url(/_font/FGCherylHand.ttf) format("truetype"); } */

@font-face {
	font-family: 'jr!handRegular';
	src: url('/_font/jr!ha___.eot');
	src: local('jr!hand Regular'), local('Jrhand'), url('/_font/jr!ha___.ttf') format('truetype');
}

.em_font { font-family:"jr!handRegular", Georgia, "Times New Roman", Times, serif; } 

#bottom_container      { position: relative; width: 970px; overflow: hidden; margin: 0 auto; text-align: center; }

#em_font_header        { float: right; margin-top: 8px; }

a.tt-flickr            { margin: 0; padding: 0; border-bottom: none; }
a.tt-flickr:link       { border-bottom: none; padding-bottom: 1px; }
a.tt-flickr:visited    { border-bottom: none; padding-bottom: 1px; }
a.tt-flickr:hover      { border-bottom: none; background: #6f8daf; padding-bottom: 1px; }
a.tt-flickr:active     { border-bottom: none; background: #6f8daf; padding-bottom: 1px; }
a.tt-flickr img        { border: 1px solid #282017; }

.flickr-photos a       { margin: 0; padding: 0; border-bottom: none; }
.flickr-photos a img   { border: 1px solid #282017; }
.flickr-photos a:link         { border-bottom: none; padding-bottom: 1px; }
.flickr-photos a:visited      { border-bottom: none; padding-bottom: 1px; }
.flickr-photos a:hover        { border-bottom: none; background: #6f8daf; padding-bottom: 1px; }
.flickr-photos a:active       { border-bottom: none; background: #6f8daf; padding-bottom: 1px; }

#footer                {  }
#footer_content        { margin: 15px 0; text-align: center; }

#header                { position: relative; width: 970px; margin: 0 auto; text-align: center; z-index: 1003; }
#header a              { text-decoration: none; border: none; background: none; }
#header a:link         { text-decoration: none; border: none; background: none; }
#header a:visited      { text-decoration: none; border: none; background: none; }
#header a:hover        { text-decoration: none; border: none; background: none; }
#header a:active       { text-decoration: none; border: none; background: none; }
#header_bg             { background: url(/_img_v7/bg_header_tile2.png) 50% 0 repeat-x; height: 95px; }
#header_logo           { background: url(/_img_v7/team_saip_logo.png) no-repeat; width: 144px; height: 123px; position: absolute; top: 0; left: 22px; z-index: 1000; }
#header_logo a         { text-decoration: none; border: none; background: none; width: 144px; height: 123px; display: block; }
#header_tagline        { float: right; margin-top: 5px; }

#left_col              { width: 561px; position: relative; z-index: 1002; float: left; text-align: left; }
#left_col_bg           { background-image: url(/_img_v7/left_col_bg_tile.png); background-repeat: repeat-y; }
#left_col_copy         { text-align: left; margin: 0 35px 0 30px; padding: 1px 0; min-height: 2800px; height: auto !important; height: 2800px; }
#left_col_copy_page    { text-align: left; margin: 0 35px 0 30px; padding: 1px 0; min-height: 2800px; height: auto !important; height: 2800px; } 
#left_col_head_bg      { background-image: url(/_img_v7/left_col_bg.png); background-repeat: no-repeat; height: 27px; }
#left_col_bottom_bg    { background-image: url(/_img_v7/left_col_bg_bottom.png); background-repeat: no-repeat; height: 47px; }

#main_photo                { float: left; width: 540px; background: url(/_img_v7/bg_photo.png) 0 0 no-repeat; margin-left: 8px; display: inline; text-align: left; }
#main_photo a              { text-decoration: none; border: none; background: none; }
#main_photo a:link         { text-decoration: none; border: none; background: none; }
#main_photo a:visited      { text-decoration: none; border: none; background: none; }
#main_photo a:hover        { text-decoration: none; border: none; background: none; }
#main_photo a:active       { text-decoration: none; border: none; background: none; }
#main_photo img            { margin: 20px 0 20px 18px; display: inline; }

#main_text                 { float: left; width: 400px; margin: 18px 10px 0 10px; display: inline; text-align: left; overflow: hidden; }

#post_divider_font      { margin: 0; font-size: 36px; }

#right_col              { position: relative; width: 431px; z-index: 1001; margin: 25px 0 0 -22px; float: left; text-align: left; }
#right_col_bg           { background-image: url(/_img_v7/right_col_bg_tile.png); background-repeat: repeat-y; }
#right_col_copy         { text-align: left; margin: 0 20px 0 11px; } 
#right_col_head_bg      { background-image: url(/_img_v7/right_col_bg.png); background-repeat: no-repeat; height: 37px; }
#right_col_bottom_bg    { background-image: url(/_img_v7/right_col_bg_bottom.png); background-repeat: no-repeat; height: 37px; }

#site_body              { width: 970px; margin: 0 auto; text-align: center; }

#top_container          { width: 970px; margin: 0 auto; text-align: center; overflow: hidden; margin-top: -25px; }

.title                  { margin-bottom: -10px; padding-bottom: 0; }

#twitter                { float: left; width: 74px; height: 74px; background: url(/_img_v7/twitter.png) no-repeat; }
#twitter a              { text-decoration: none; border: none; background: none; width: 74px; height: 74px; display: block; }
#twitter a:link         { text-decoration: none; border: none; background: none; }
#twitter a:visited      { text-decoration: none; border: none; background: none; }
#twitter a:hover        { text-decoration: none; border: none; background: none; }
#twitter a:active       { text-decoration: none; border: none; background: none; }
#twitter_text           { float: left; width: 300px; margin: 12px 0 0 8px; display: inline; }

#twitter_div ul        { margin: 0; padding: 0; list-style-type: none; }
#twitter_div ul li     { margin: 0; padding: 5px 0; }

ul.lists               { margin: 0; padding: 0px; list-style-type: none; }
ul.lists li            { margin: 6px 0 0 10px; padding: 0px; }
ul.lists li a          { color: #282017; text-decoration: none; padding: 3px 0px 3px 0px; font-weight: bold; }
ul.lists li a:link     { color: #282017; text-decoration: none; font-weight: bold; border-bottom: 1px dashed #282017; }
ul.lists li a:visited  { color: #282017; text-decoration: none; font-weight: bold; }
ul.lists li a:hover    { color: #fff; text-decoration: none; background: #6f8daf; padding: 3px; font-weight: bold; border-bottom: 1px dashed #fff; }
ul.lists li a:active   { color: #fff; text-decoration: none; font-weight: bold; }

ul.images           { width: 170px; margin: 0 auto; text-align: center; list-style-type: none; }
ul.images li        { margin: 0; padding: 3px 0px; }
ul.images li img    { border: 5px solid #fff; padding: 5px; background: #503f2d; }