/*
THEME NAME: ShapeShifter
THEME URI: http://makedesignnotwar.com
DESCRIPTION: A Premium Theme for Wordpress.
VERSION: 1.0
AUTHOR: Brandon Jones
AUTHOR URI: http://makedesignnotwar.com
TAGS: portfolio, classic, simple, modern, gallery, image, slider, one page
*/

/* Stylesheet RESET */
@import url(library/styles/hacks/reset.css);

/* ShapeShifter Styles */
@import url('grid.css');
@import url('typography.css');
@import url('customize.css');

/* Stylesheet for DROPDOWN NAVIGATION */
@import url(library/styles/dropdown.css);

/* Stylesheet for GALLERY - PRETTYPHOTO */
@import url(library/styles/prettyPhoto.css);


/* ---------- Toggle ---------- */

.container {
	overflow: hidden;
}


.container_s { margin: 0; padding: 0; width: 593px; }   
.heading_s { 
	padding: 0px 0px 0px 20px;
	margin: 0 0 50px 0;
	background: url(images/toggle_btn_s.png); 
	height: 24px;
	line-height: 14px;
	width: 573px;
	font-size: 12px;
	font-weight: normal;	
	float: right

} 
h5.heading_s.active {background-position: left bottom;}
h5.heading_s a {
	color: #686868;
	text-decoration: none;
	display: block;
}
h5.heading_s a:hover {
	color: grey;
}

.content_s { 
padding: 20px 25px 15px 20px;
	margin-bottom: 5px;
	border: 1px solid #d6d6d6;
	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 15px;
	clear: both;
} 
.container_s p { padding: 5px 0; }


