/*
Theme Name: Social Ink
Theme URI: http://social-ink.net
Description: Firefend Custom Theme
Version: 2
Author: yonatan reinberg, matt pinto
Author URI: http://social-ink.net
*/

@import "_css_resets/reset.css";

	/* COMMON TO ALL PAGES */

	* {
	
	}
	
	body {
		background:url("images/bg_gradient_vertical.jpg") repeat-x scroll 0 0 transparent;
		color:#666666;
		font-family:Helvetica,Arial,sans-serif;
		font-size:13px;
	}
	
	#supercontainer {
		
	}

	#container {
		-webkit-box-shadow: 0 0 5px 0 #EAEAEA;
		-moz-box-shadow:0 0 5px 0 #EAEAEA;
		border-left:1px solid #EAEAEA;
		border-right:1px solid #EAEAEA;
		margin-left:auto;
		margin-right:auto;
		min-height:600px;
		padding:20px;
		width:960px;
		background-color: white;
	}
	
	a {
		font-weight: bold;
		color: #222222;
		text-decoration: none;
	}
	
	a:hover {
		color: #ed2f23; /* firefend red */
	}

	span.firefend-red { /* use this to change the 'fire' in firefend to firefend red */
		color: #ed2f23;
	}
	
	h2 {
		font-size: 14px;
		margin-bottom: 12px;
	}
	
	/* HEADER CLASSES */

	#header {
		width:100%;
		height: 90px;
	}
	
	#header ul  {
		clear: both;
		height:40px;
		line-height:28px;
		padding:0;
		text-align:center;
		width:960px;
		margin-top:30px;
			}
	
	#search_box {
	 width: 200px;
	float: right;
	margin-bottom:20px;
	}
	
	span.fire {
		color:#ed2f23;
	}
	
	/* SIDEBAR */
	
	#sidebar {
		
	}
	
	/* MAIN BODY ID */
	
	#main {
		background:none repeat scroll 0 0 white;
		clear:both;
		margin:auto;
		min-height:520px;
		width:900px;
	}		
	
	.post p {
		line-height: 20px;
		margin-bottom: 18px;
		letter-spacing: .04em;
	}
	
	.post ul {
		line-height: 25px;
		letter-spacing: .04em;
	}
	

	/* FOOTER */
	
	#footer {
		clear:both;
		width:100%;
		height: 5%;
		text-align:center;
	}
	
	p#tagline {
		font-family:arial narrow,arial,helvetica,sans-serif;
		font-size:15px;
		font-weight:bold;
		margin-bottom:10px;
		text-transform:uppercase;
		letter-spacing: .03em;
	}
	
	p#credits {
		font-size: 11px;
	}
	
	p#social-tagline {
		
		float: right;
		font-size: 11px;
		margin-top: 20px;
		}
	
	p#social-tagline a {
			color: #29ABE2;
			font-weight: bold;
	}
	
	p#credits a {
		color: #29ABE2;
		font-weight: bold;	
	}
	
	/* ABOUT PAGE */
	
	ul.about-savings {
		text-indent: 30px;
		
	}
	
	ul.about-savings li {
		list-style:disc inside none;
	}
	
	img.dalmation {
		margin-right: 40px;
		margin-left: 45px;
		}
	
	p.about-copy {
		
		text-align: center; padding-top: 40px;
	}
	
	p.about-features {
		clear:left;
		margin-top:70px;
	}
	
	/* WHERE TO BUY PAGE */
	
	#retailers {
		margin: auto;
		width: 600px;
		margin-top: 50px;
	}
	
	p.one-retailer {
		float:left;
		padding-bottom:40px;
		padding-right:40px;
		text-align:center;
		width:250px;
	}
	
	/* LISTS */
	
		/* single page view navigation */
		div.next-post{}
		div.prev-post{}

	    /* generated by wp_list_cat and wp_list_pages functions */
		
		li.page_item { 
	
			display:inline;
		
		}
		
	
		
		li.nav-bookend {
			display: inline;
		}
		
		li.current_page_item {}
		li.current_page_parent{}
		li.cat-item{}
		li.current-cat {}
	
	    .clearfix {
		clear: both;
	}
	
	/* contact forms */
	
	div.wpcf7 {
	margin:0;
	padding:30px;
	border: 1px solid #eaeaea;
	}
	
	/* insert description text (but don't show) */
	
	p#description {
		display:none;
	}


	
	/*NEWS */
	.main {
	background:none repeat scroll 0 0 white;
	clear:both;
	margin:auto;
	min-height:520px;
	width:900px;
	}
	
	.main h1 {
	border-bottom:1px solid #333D92;
	color:#333D92;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.02em;
	margin-bottom:15px;
	}
	
	.single_news {
		border-bottom:2px solid #CCCCCC;
		margin-bottom:25px;
		padding-bottom:10px;	
	}
	
		.newsexcerpt {
			font-size:15px;
			line-height:1.6;
			margin-bottom:5px;			
		}
		
		.singletitle {
			font-size:18px;
			margin-bottom:5px;		
		}
		
		/* gallery */
		
		.wp-caption {
		background:none repeat scroll 0 0 white;
		font-size:11px;
		margin: auto;
		padding:0;
		text-align: left;
		border: 0;
		}
		
		.wp-caption p {
			line-height:12px;
			padding-top:3px;
			text-align:center;
		}
		
		.gallery {
			margin-left:auto;
			margin-right:auto;
			width:770px;
		}
		.gallery img.attachment-thumbnail {
			margin-left: 30px;
			margin-bottom: 30px;
		}
		
		#gallery-intro {
			margin-left: auto;
			margin-right: auto;
		}
		
		.intro-panel {
			margin-left:23px;
		}