/**
 * Theme Name: Hybrid
 * Theme URI: http://themehybrid.com/themes/hybrid
 * Description: A user-friendly, search-engine optimized theme framework, featuring 15 custom page templates and multiple widget-ready areas, allowing you to create any type of site you want. 
 * Version: 0.7.1
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: theme-options, threaded-comments, sticky-post, microformats, translation-ready, rtl-language-support, one-column, two-columns, three-columns, fixed-width
 * Status: publish
 *
 * Copyright (c) 2008 - 2010 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Hybrid is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('library/css/21px.css');

/* Get layout CSS */
@import url('library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('library/css/plugins.css');

/* Get drop-downs CSS */
@import url('library/css/drop-downs.css');

/* Get default CSS */
@import url('library/css/screen.css');
/* Make sure theme clears WP.org theme repository checklist */
.alignright {
}
.alignleft {
}
.alignnone {
}
.aligncenter {
}
.avatar {
}
.wp-caption {
}
.gallery {
}
.wp-smiley {
}
body {
	background:url(library/images/bgnd.gif) repeat;
	font-family:Verdana, Geneva, sans-serif;
	color:#939393;
	font-size:0.9em !important;
}
#body-container {
	overflow:visible;
}
h1 {
	font-size:1.7em
}
h2 {
	font-size:1.3em;
	color:#D85596;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.2em;
	margin:0 0 0px 25px;
}
h5 {
	font-size:1.1em
}
h6 {
	font-size:1.0em
}
a, a:visited, .entry-title a, .widget a, .widget a:hover, .widget-title, .tb_tweet-info {
	color:#D85596;
	text-decoration:none;
	font-style:normal;
}
a:hover {
	text-decoration:underline;
}
#body-container {
	width:1000px;
	margin-top:50px;
}
#header-container {
	padding:0px 20px;
	position:relative;
}
#header-container #social {
	position:absolute;
	top:0;
	right:10px;
}
#header-container #social a {
	margin-right:10px;
}
#promotional_content {
	position:absolute;
	right:-200px;
	top:50px;;
	height:900px;
	width:200px;
	display:block;
}
#promotional_content ul {
	list-style:none;
	padding:0;
	margin:0;
}
#promotional_content li {
	padding:0;
	margin:0 0 10px 0;
	border:1px solid #fff;
	background:#000;
	float:left;
}
#promotional_content li a {
	float:left;
}
#promotional_content li img {
	width:200px;
	height:200px;
	float:left;
}
#header {
	height:151px;
	width:960px;
	background:url(library/images/header_bg.gif) center bottom no-repeat;
	text-align:center;
	margin:0;
}
#header a {
	margin:0;
}
#container {
	background:url(library/images/header_bg.gif) 20px 0px repeat-y;
	padding:0px 20px;
	margin:0;
}
#site_menu {
	float:left;
	width:215px;
	padding-bottom:320px;
}
#site_menu ul {
	list-style:none;
}
#site_menu ul a {
	font-weight:bold;
}
#site_menu ul a:hover {
	color:#939393;
	text-decoration:none;
}
.current_page_item a {
	color:#939393;
}
#content {
	float:right;
	width:695px;
}
.lulu_position {
	position:relative;
	float:left;
}
.lulu {
	position:absolute;
	bottom:0;
	left:0px;
	display:block;
	height:344px;
	width:288px;
	float:left;
	padding:0;
	margin:0;
}
#post-14 p {
	line-height:20px;
}
#subsidiary {
	margin:0px;
}
#subsidiary .widget {
	float:left;
	margin:20px;
	overflow:hidden;
	padding:20px;
	width:920px;
	background-color:#fff;
}
#subsidiary .widget ul {
	list-style:none;
	margin:0;
	padding:0;
}
#subsidiary .widget ul li {
	border-bottom:1px dashed #939393;
	font-size:10px;
}
.tb_tweet {
	padding-top:4px;
	font-size:10px;
	min-height:inherit !important;
}
.tb_msg {
	line-height:12px;
}
#recent-posts ul {
	list-style:none;
	margin:0;
	padding:0;
}
#recent-posts ul li {
	font-size:12px;
}
#wpcf7-f1-p14-o1 .wpcf7-form-control-wrap input, #wpcf7-f1-p14-o1 textarea, #wpcf7-f2-p10-o1 .wpcf7-form-control-wrap input, #wpcf7-f2-p10-o1 textarea {
	width:300px;
}
.prefered input {
	width:inherit !important;
}
#footer {
	font-size:10px;
	font-style:normal;
	text-align:center;
	background-color:#fff;
	padding:5px 20px;
	margin:0px 20px 20px 20px;
	width:920px;
}
#footer a {
	color:#D85596;
	text-decoration:none;
	font-style:normal;
}

#credit {
	text-align:center;
}
#credit a {
	background:#fff;
	padding:5px;
	font-size:10px;
	
	
}

/*****************************************************************************************************************************************************************
	root element for the scrollable.
	when scrolling occurs this element stays still.
*****************************************************************************************************************************************************************/
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 660px;
	height:90px;
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}
/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 618px;
	height:200px;
	/* custom decorations */
	border:1px solid #ccc;
	background:url(/img/global/gradient/h300.png) repeat-x;
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.items div {
	float:left;
	width:680px;
}
/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 35px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:150px;
	height:150px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

.flickrpress-container .flickrpress-items div a {
float:left;
line-height:0;
}

.order-cakes {
	width:200px;
	margin:auto;
}
.order-cakes table, .order-cakes tr, .order-cakes td, .order-cakes th {
	border:none !important;
}
