/**
 * Theme Name: Makery - balloons
 * Theme URI: http://makeryblog.com
 * Description: Cute
 * Version: 0.1
 * Author: Sarah
 * Author URI: http://makeryblog.com
 * Tags: cute
 *Template: hybrid
 */
 
 /* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/**
 * Theme Name: Hybrid Custom
 * Theme URI: http://makeryblog.com
 * Description: Just the best theme ever.
 * Version: 0.1
 * Author: Sarah
 * Author URI: http://www.makeryblog.com
 * Tags: Cute!
 *Template: hybrid
 */
 
 /* Get base CSS */
@import url('../hybrid/library/css/21.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default CSS */
/* Body */
body {
	font: normal normal normal 14px/22px 'Lucida Grande', 'Lucida Sans', Arial, Helvetica, Sans-Serif;
	color: #454646;
        background: #fff;
        padding:20px 0 0 0;
        border-top:6px solid #b7d7d5;
        border-bottom: 50px solid #71A8A4;
	}

/* Body container */
#body-container {
        width:100%;
        height:100%;
        margin: 0px auto;
	}

/* Links */
a {     color: #71a8a4;
	text-decoration: none;
	}
a:visited {
	color: #71a8a4
	}
a:hover, a:active {
	color: #4c8a86;
	text-decoration: none;
	}

@font-face {
  font-family: "Graublau Sans";
  src: url("/public_html/testy/wp-content/themes/hybrid/library/css/type/graublauweb-webfont.eot");
  src: local("☺"),
    url("/public_html/testy/wp-content/themes/hybrid/library/css/type/graublauweb-webfont.woff") format("woff"),
    url("/public_html/testy/wp-content/themes/hybrid/library/css/type/graublauweb-webfont.otf") format("opentype"),
    url("/public_html/testy/wp-content/themes/hybrid/library/css/type/graublauweb-webfont.svg#graublauweb-webfont") format("svg");
  }

/* Headers */
h2, h3, h4, h5, h6 {
	font-family: "Graublau Sans",'Lucida Grande','Lucida Sans', Arial,Helvetica,Verdana,Sans-Serif;
	font-weight: 400;
	color: #71a8a4;
	}
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}

h1.archive-title, h1.category-title {
        font-family:"Graublau Sans",'Lucida Grande','Lucida Sans',Arial,Verdana,sans-serif;
        font-size:26px;
        font-weight:400;
        margin:30px 0 20px 0;
        font-weight: 400;
	color: #71a8a4;
        text-transform: capitalize;
}

/* Lists */
ul {
	list-style: disc;
	}

/* Blockquotes */
blockquote {
	font-family: 'Lucida Sans', Arial,Helvetica,Verdana,Sans-Serif;
        font-style: italic;
	color: #555;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
th {
	background: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Georgia, serif;
	color: #71a8a4;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 10px 0 0 0;
	font-size: .9em;    
        font-family: 'lucida sans', arial, sans-serif;
        font-style: italic;
	color: #666;
	}
.breadcrumb a {
	color: #71a8a4;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #4c8a86;
	}

/* Images */
.post img {
	max-width: 580px;
	}

.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #ccc;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	}
abbr, acronym {
border-bottom: none;
        }

/**
 * Secondary menu
 *************************************/
#secondary-menu {
	width: 100%;
	height: 36px;
	margin: 0 0 -22px 0;
	}
#secondary-menu .menu {
	width: 960px;
	height: 36px;
	margin: 0 auto;
	}
#secondary-menu ul {
	float: right;
	}
#secondary-menu ul li {
	font: normal normal bold 11px/13px 'Lucida Grande', 'Lucida Sans', Arial, Verdana, sans-serif;
	text-transform: uppercase;
        letter-spacing:1px;
	}
#secondary-menu ul li a {
	padding: 11px 25px 11px 25px;
	color: #aaa;
	background: #eee;
	}
#secondary-menu li.current-menu-item a {
	color: #aaa;
	}
#secondary-menu li.current-menu-item li a {
	color: #aaa;
	}

/* Drop-down styles */
#secondary-menu li ul {
	border: none;
	}
#secondary-menu li:hover ul, #secondary-menu li.sfHover ul {
	top: 34px;
	}
#secondary-menu li li:hover ul, #secondary-menu li li.sfHover ul {
	top: 0;
	}
#secondary-menu li li {
	font-weight: normal;
	text-transform: none;
	}
#secondary-menu li li a {
	padding: 9px 75px 9px 25px;
	border: none;
	}
#secondary-menu li li a:hover {
	text-decoration: none;
	}

/* Sub-nav icon. */
#secondary-menu a.sf-with-ul {
	padding-right: 35px;
	}
#secondary-menu .sf-sub-indicator {
	position: absolute;
	top: 11px;
	right: 18px;
	width: 12px;
	text-indent: -9999em;
	background: url(images/secondary-menu-sub-icon.png) no-repeat 3px 5px;
	}
#secondary-menu li li .sf-sub-indicator {
	background: url(images/secondary-menu-sub-sub-icon.png) no-repeat 3px 0px;
	}

/**
* Header
**************************************/
#header-container { 
	width: 960px;
	height: 112px;
	margin: 10px auto 0;
	}
#header {
	height: 112px;
	}
#site-title {
	margin: 0 0 10px 0;
	font: normal normal bold 30px/30px Arial, Verdana, sans-serif;
        float: right;
	}
#site-title a {
	background:url("http://www.makeryblog.com/wp-content/uploads/2010/05/transmakery.png") no-repeat scroll 0 0 transparent;
        display:block;
        height:112px;
        padding:0 0 10px 0;
        text-indent:-99999em;
        width:300px;
        
	}
#site-description {display: none;
	margin: 0;
	font: italic normal normal 15px/15px Georgia, Times, 'Times New Roman', serif;
	color: #666;
	}

/**
* Navigation
**************************************/
#primary-menu, #navigation {
        overflow:visible;
	height: 36px;
	width: 100%;
	margin: 0 auto;
        background: rgba(74, 78, 83, 0.6);
	}
#primary-menu .menu {
	width: 960px;
	height: 36px;
        margin: 0 auto;
        float:none;
	}
#primary-menu li, #page-nav li {
	margin-right: 5px;
}

#primary-menu ul li {
	font: normal normal normal 14px/14px "Graublau Sans", 'Lucida Grande', 'Lucida Sans', Arial, Verdana, sans-serif;
	text-transform: uppercase;
        letter-spacing: .1em;
	}
#primary-menu ul li a {
	padding: 11px 25px 11px 25px;
	color: #fff;
        text-shadow:0px 1px 1px #555;
        text-decoration: none;
	}
#primary-menu ul li a:hover {
        background: #bbb;
        }
#primary-menu li.current-menu-item a {
	background: #ccc;
	border-top: none;
	}
#primary-menu li li.current-menu-item a, #primary-menu li.current-menu-item li a {
	background: #ccc;
	}

/* Drop-down styles */
#primary-menu li ul {
	margin-left: -1px;
	}
#primary-menu li:hover ul, #primary-menu li.sfHover ul {
	top: 36px;
	margin-left: -1px;
	background: rgba(74, 78, 83, 0.6);
	}
#primary-menu li li:hover ul, #primary-menu li li.sfHover ul {
	top: 0;
	}
#primary-menu li li {
        font: normal normal normal 14px/14px "Graublau Sans", 'Lucida Grande', 'Lucida Sans', Arial, Verdana, sans-serif;
	text-transform: uppercase;
        letter-spacing: .1em;
	}
#primary-menu li li a {
	padding: 9px 75px 9px 25px;
	border-bottom: none;
	}
#primary-menu li li a:hover {
	background: #bbb;
	}

/* Sub-nav indicator. */
#primary-menu a.sf-with-ul {
	padding-right: 35px;
	}
#primary-menu .sf-sub-indicator {
	position: absolute;
	top: 11px;
	right: 18px;
	width: 12px;
	text-indent: -9999em;
	background: url(images/primary-menu-sub-icon.png) no-repeat 3px 5px;
	}
#primary-menu li li .sf-sub-indicator {
	background: url(images/primary-menu-sub-sub-icon.png) no-repeat 3px 0px;
	}

/* Search form. */
#primary-menu .search {
	float: right;
	width: 278px;
	height: 30px;
	background: #fff;
	border: 1px dotted #ccc;
	}
#primary-menu input[type="text"] {
	float: left;
	width: 228px;
	padding: 7px 10px;
	font-size: 13px;
	font-style: italic;
	color: #666;
	background: #fff;
	border: none;
	}
#primary-menu input[type="submit"] {
	float: left;
	font-size: 0px;
	color: #fff;
	padding-left: 10px;
	width: 30px;
	height: 30px;
	background: #fff url(images/search-icon.png) no-repeat 5px 3px;
	border: none;
	text-indent: -9999em;
	}

/* Container (wraps content, primary, and secondary) */
#container {
        overflow:visible;
        width:960px;
        margin:0 auto; 
        float:none;   
	}

/* Main content */
.content {
	margin: 20px 20px 20px 10px;
        width: 600px;
	}
.no-widgets .content, .page-template-no-widgets .content {
	width: 960px;
	}

/* Posts */
.post {
	overflow: hidden;
	margin: 30px 0 60px 0;
	}
.single .post, .attachment .post, .page .post {
	margin: 0;
	}

/* Archive information */
.author-info, .search-info {
	overflow: hidden;
	margin: 0 0 40px 0;
	}

/* Entry title */
.entry-title {
	font-size: 26px;
	margin: 0 0 5px 0;
	font-family: "Graublau Sans", 'Lucida Grande', 'Lucida Sans', Arial, Verdana, sans-serif;
	font-weight: 400;
	}
.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
	}
.page-title, .attachment-title {
	margin:30px 0 20px 0;
	}
.entry-title a {
	color: #4c8a8c;
        text-decoration:none;
	}
.entry-title a:hover {
	color: #454646;
        text-decoration:none;
	}

/* Byline */
.byline {
	margin:10px 0 30px 0;
        padding: 0 0 10px 0;
        color:#888;
        font:14px/16px 'Lucida Grande','Lucida Sans',Arial,Helvetica,Sans-Serif;
	}
byline a {
        color: #888;
        }
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}
.byline .author {

	}
.byline .author a{
        color:#888;
        text-decoration: none;
        cursor:text;
        }
.byline .published {
	
       }

/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 0 10px 0;
	}

/* Entry metadata */
p.entry-meta {
	clear: both;
	color: #fff;
        border-top:1px solid #71A8A4;
	font-size:12px;
	}
.entry-meta a {
        color: #454646;
        text-decoration:none;  
	}
.entry-meta a:hover {
	color: #454646;
	}
.entry-meta span.category {
	background: #fff url("http://www.makeryblog.com/wp-content/uploads/2010/06/icons16.png") no-repeat 0 -144px;
        vertical-align:top;
        padding: 0 0 0 20px;
        margin:10px 10px 0 0;
        line-height:16px;
        height:16px;
        display:inline-block;
        width: 400px; 
        color: #555;
	}
.entry-meta span.category a {
	color:#71A8A4;
	text-transform:uppercase;
	}
.entry-meta .post_tag {
        display:none;
        vertical-align:top;
        background:url=() no-repeat 0 -130px;
        padding: 0 0 0 20px;
        line-height:16px;
        height:16px;
        width:0px;
        color: #555;
        border-right:1px solid #C4C4C4;
}
			
.entry-meta a.comments-link {
	display:block;
        vertical-align:top;
        float:right;
        background:#71A8A4 url(http://www.makeryblog.com/wp-content/uploads/2010/06/bubbleicon.png) no-repeat left center;
        padding: 7px 7px 7px 26px;
        line-height:16px;
        color:#fff;
        text-transform:uppercase;
        letter-spacing:1px;
        font-size:12px;
	}
						  
.entry-meta a.comments-link:hover {
	color: #454646;
        text-decoration:none;
	}

/* Page links (multiple-paged posts) */
p.pages a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Navigation links */
.navigation-links {
	margin-bottom: 21px;
	font-style: italic;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}
.navigation-attachment {
	overflow: hidden;
	}

/* WP Pagenavi plugin */
.wp-pagenavi {
	margin-bottom: 21px;
	}
.wp-pagenavi .pages {
       font-style: none;
}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
        font-style: none;
	}


/* Widgets
**************************************/
#primary {
         background: rgba(74, 78, 83, 0.12);
         float:right;
         padding:5px;
         width:300px;
         margin-top:-36px;
         }

#secondary {
        float: right;
	width: 300px;
        background: rgba(74, 78, 83, 0.12);
        clear: right;
        padding:5px;
        }

.widget {
	margin: 5px 0 10px 0;
	color: #454646;

	}
.widget a {
	color: #454646;
	text-decoration: none;
	}
.widget a:hover {
	color: #4c8a86;
	text-decoration: none;
	}

.widget-categories  {
        width: 130px;
        margin:5px 0 20px 20px;
        font-size: 12px;
        line-height: 14px;
        display:inline-block;
        vertical-align:top;
        }
.widget-categories .widget-inside ul {
        padding:0 0 0 0;
        }
.widget-archives {
        width: 130px;
        margin:5px 0 20px 20px;
	font-size: 12px;
        line-height: 14px;
        display:inline-block;
        vertical-align:top;
        }
.widget-archives .widget-inside ul {
        padding:0 0 0 0;
        }

.widget-adrotate_widget a img{
        padding:10px;
        }
.popular-posts {
        float:left;        
        width: 130px;
        margin:5px 0 20px 20px;
	font-size: 12px;
        line-height: 14px;
        }

.widget-title {
	margin-bottom: 5px;
	font-size: 16px;
        color: #4c8a86;
	}
.widget ul {
	list-style:none outside none;
        margin:4px 0;
	}
.widget ul ul {
	margin: 0;
	}
.widget li {
	overflow: hidden;
	padding: 5px 0;
	}
.widget li li {
	padding: 5px 0;
	}
.widget li a {
	color: #454646;
	}
.widget li a:hover {
	color: #4c8a86;
	}
.widget p.term-cloud {
	overflow: hidden;
	}
.widget p.term-cloud a {
	float: left;
	display: block;
	height: 11px;
	margin: 0 6px 12px 6px;
	padding: 9px 21px 9px 10px;
	font-size: 11px !important;
	line-height: 11px;
	color: #fff;
	background: #fff url() no-repeat right 0;
	}
/* Subscribe Styling */
#mc_embed_signup {
        margin-bottom:20px;
}
div.mc-field-group{
        margin:55px 0 0 30px;
        }
div.mc-field-group input{
        width:150px;
        display:inline-block;
}
input#mc-embedded-subscribe.btn{
	display:inline-block;
        vertical-align:top;
        margin:-25px 0 0 202px;
}

/* Bubble Styling */
  
ul#menu{
	margin:40px 10px 0 10px;
	position:relative;
        padding: 0 0 0 0;
}
ul#menu li{
	display:block;
	margin-top:-27px;
	height:77px;
	width:280px;	
	position:relative;
	list-style-type:none;
	color:#fff;
	text-transform:uppercase;	
	text-align:center;	
	font-size:18px;
        text-shadow:1px 2px 2px #666666;
}

ul#menu li span{
	width:280px;
	height:50px;
	padding-top:40px;
	display:block;
	position:absolute;
	top:0;
	left:0;	
        z-index:-2;
}


ul#menu li a{
	color:#fff;
	text-decoration:none;
	width:225px;
	text-align:center;
	height:50px;
	display:block;
}
ul #item2, ul #item4 {
padding-left:60px;
}

ul #item1 span{ background: url("/wp-content/uploads/2010/05/facebook.gif") no-repeat left top;}
ul #item2 span{ background: url("/wp-content/uploads/2010/05/twitter.gif") no-repeat right top;}
ul #item3 span{ background: url("/wp-content/uploads/2010/05/library.gif") no-repeat left top;}
ul #item4 span{ background: url("/wp-content/uploads/2010/05/subscribe.gif") no-repeat right top;}
ul #item5 span{ background: url("/wp-content/uploads/2010/05/shop.gif") no-repeat left top;}

ul#menu li#item1:hover span{opacity:0.8;}
ul#menu li#item2:hover span{opacity:0.8;}
ul#menu li#item3:hover span{opacity:0.8;}
ul#menu li#item4:hover span{opacity:0.8;}
ul#menu li#item5:hover span{opacity:0.8;}
ul#menu li:hover span{ 	z-index:-10;}

/* #facebook #item1 a em, #twitter #item2 a em, #library #item3 a em, #subscribe ul#menu #item4 a em, #shop ul#menu #item5 a em{
	display:none;
}
#facebook #item1 span, #twitter #item2 span, #library #item3 span, #subscribe ul#menu #item4 span, #shop ul#menu #item5 span{
	z-index:-1;
}


ul#menu li.active span{
	z-index:-1;
	opacity:1;
} */
ul#menu li:hover{
	position:relative;
	cursor:pointer;
}


/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #ccc;
	}

/* Comments template */
#comments-template {
	clear: both;
	}

/* Comment headers */
.comments-header {
        display:none;
	font-size: 1.2em;
        color:#454646;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 20px 0;
        padding:0 0 0 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border-top: 1px solid #eee;
	}
#comments li li, #comments li li li li {
	background: #eee;
	}
#comments li.comment-author-admin {
        background:#EBF5F5;
        }
/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 18px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment metadata */
.comment-meta {
	margin: 5px 0 21px 0;
        font: normal normal normal 11px/14px 'Lucida Grande', 'Lucida Sans', Arial, Verdana, sans-serif;
	text-transform: uppercase;
        letter-spacing: .1em;
	color: #666;
	}
.comment-meta a{
        text-decoration:none;
        }
.comment-author {
	font: normal normal normal 14px/14px 'Lucida Sans', 'Lucida Sans', Arial, Verdana, sans-serif;
	text-transform: none;
	color: #454646;
        margin: 0 0 5px 0;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	color: #666;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 97%;
	}
#comments-template label {
	font-size: .9em;
	}

/* Respond textarea */
textarea {
	width: 98%;
	}

/* Submit and rest buttons */
.button, .submit, .reset {
	width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #f9f9f9;
	}

/* Footer container */
#footer-container {
        background:#b7d7d5;
        width:100%;
        margin:auto 0;
	clear: both;
	padding: 80px 0 0 0;
	}

/* Subsidiary */
#subsidiary {
        width:960px;
	margin: 0 auto 21px;
	}
#subsidiary .widget {
       margin:0 20px 0 0;
       overflow:hidden;
       width:500px;
}

/* Footer */
#footer {
        background: #71A8A4;
	color: #b7d7d5;
        width:100%;
        padding:50px 0 0 0;
	}
#footer a {
        color: #b7d7d5;
}
#footer a:visited {
        color: #b7d7d5;
}
#footer a:hover {
        color: #b7d7d5;
}

#footer .copyright, #footer .credit {
        width:960px;
        margin: 0 auto;
	}


/* Post Layouts */
.layout-1c .content {
	width: 960px;
	}
.layout-1c #primary {
	clear: left;
	float: left;
	width: 470px;
	}
.layout-1c #secondary {
	clear: none;
	float: right;
	width: 470px;
	}
.layout-2c-r .content {
	float: right;
	width: 620px;
	}
.layout-2c-r #primary {
	float: left;
	width: 300px;
	}
.layout-2c-r #secondary {
	clear: left;
	float: left;
	width: 300px;
	}
.layout-2c-l .content {
	float: left;
	width: 620px;
	}
.layout-2c-l #primary {
	float: right;
	width: 300px;
	}
.layout-2c-l #secondary {
	clear: right;
	float: right;
	width: 300px;
	}
.layout-3c-r .content {
	float: right !important;
	width: 520px !important;
	}
.layout-3c-r #primary {
	float: left !important;
	width: 190px !important;
	}
.layout-3c-r #secondary {
	clear: none;
	float: left !important;
	width: 190px !important;
	margin-left: 20px;
	}
.layout-3c-l .content {
	float: left;
	width: 520px;
	}
.layout-3c-l #primary {
	float: right;
	width: 190px;
	}
.layout-3c-l #secondary {
	clear: none;
	float: right;
	width: 190px;
	margin-right: 20px;
	}
.layout-3c-c #container {
	padding-left: 240px;
	padding-right: 240px;
	}
.layout-3c-c .content {
	width: 480px;
	float: left;
	}
.layout-3c-c #primary {
	float: left;
	width: 220px;
	position: relative;
	right: 720px;
	}
.layout-3c-c #secondary {
	float: left;
	width: 220px;
	position: relative;
	margin-left: -220px;
	}


