/*
Theme Name: Stella Orange
Theme URI: http://www.stellaorange.com
Description: Maybe the greatest Wordpress theme in town. No. The state? No. The country? No. The World? No... THE UNIVERSE!!!!!!
Author: Jacob Desch
Author URI: http://www.jacobdesch.com
Version: 2.0
Tags: orange, awesomeness
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

@import url('styles/wp-default.css');

@font-face {
    font-family: 'SteelfishRegular';
    src: url('fonts/steelfish_rg-webfont.eot');
    src: url('fonts/steelfish_rg-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/steelfish_rg-webfont.woff') format('woff'),
         url('fonts/steelfish_rg-webfont.ttf') format('truetype'),
         url('fonts/steelfish_rg-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SteelfishBold';
    src: url('fonts/steelfish_bd-webfont.eot');
    src: url('fonts/steelfish_bd-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/steelfish_bd-webfont.woff') format('woff'),
         url('fonts/steelfish_bd-webfont.ttf') format('truetype'),
         url('fonts/steelfish_bd-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
	background: url(images/lined-paper.png);
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
    color: #4D4D4D;
}
body {
}
img {
	border: none;
	border: 0;
}
img.circle {
	border-radius: 50%;
}
#wrapper {
  margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	line-height: 1em;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: normal;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
	margin-bottom: 0.5em;
}
h1, h2, .header-menu, h2.entry-title, .steel, .cta-button, .cta-button-large, .popup-cta {
	font-family: 'SteelfishRegular', Impact, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, .red {
	color: #4D4D4D;
}
.entry-content .red {
	background: none !important;
}
p, .hentry li {
	line-height: 1.5;
}
a {
	color: #F89B2F;
}
hr {
	display: block;
	width: 85%;
	height: 9px;
	margin: 20px auto;
	background: url(images/sketch-divider.png) repeat-x center;
	border: none !important;
	clear: both
}
blockquote {
	margin: 10px 0;
	padding: 20px;
	background: #DCF0FF;
}
.clear {
	clear: both;
}
.pink {
	color: #F89B2F;
}
.stella-orange {
	color: #C74427;
}
.stella-light-orange {
	color: #F89B2F;
}
.stella-alt-orange {
	color: #E56135;
}
.rounded {
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	moz-border-radius: 10px;
}
.rounded5 {
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	moz-border-radius: 5px;
}
.cta-button {
	display: block;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	width: 221px;
	height: 46px;
	background: url(images/cta-button.png) no-repeat top center;
	border: none !important;
	padding: 2px 0 0 0 !important;
	color: #FFFFFF;
	font-size: 30px;
}
.cta-button:hover {
	background: url(images/cta-button.png) no-repeat bottom center;
	color: #D4145A;
	cursor: pointer;
}
.cta-button-large {
	display: block;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	width: 402px;
	height: 66px;
	background: url(images/cta-button-large.png) no-repeat top center;
	border: none !important;
	padding: 8px 0 0 0 !important;
	color: #FFFFFF;
	font-size: 36px;
}
.cta-button-large:hover {
	background: url(images/cta-button-large.png) no-repeat bottom center;
	color: #D4145A;
	cursor: pointer;
}
.wp-video {
	margin: auto !important;
}
img {
    max-width: 100%;
    height: auto;
}

/*OVERALL LAYOUT STYLING*/
#main {
	margin: 0;
}
#main-interior {
	width: 800px;
	margin: 0 auto;
}
#container {
	width: 650px;
	float: left;
	padding-top: 10px;
}
#container.full-width {
	width: 925px;
	float: none;
	clear: both;
	margin: 0 auto;
}
#sidebar {
	width: 340px;
	float: right;
}
.highlight-box {
	padding: 20px 30px;
    background: #FBF1E6;
    background: rgba(248,155,47,0.1);
	position: relative;
}
.highlight-box.plain ul, .orange-list {
	padding-left: 20px;
}
.highlight-box.plain ul li, .orange-list li {
	list-style: none;
	display: block;
	line-height: 17px;
	background: url(images/orange-bullet.png) no-repeat top left;
	padding-left: 25px;
	margin-bottom: 5px;
}
.highlight-box.blank {
	background: none;
	width: 80%;
	margin: 0 auto;
}
.orange-list li {
	margin-bottom: 10px;
}

/*HEADER AND NAV STYLING*/
#masthead, #header {
	margin: 0;
	padding: 0;
}
#branding {
	width: 1150px;
	margin: 0 auto;
	padding: 0;
}
#access {
	margin: 0;
	overflow: auto;
	background-color: #5D0023;
}
.skip-link {
	position:absolute;
	left:-9000px;
}


/* Main menu settings */
.centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding: 7px 0 10px 0;
   width:100%;
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
   line-height: 1;
}
.header-menu {
	background-color: #5D0023;
}
.footer-menu {
	margin-top: 20px;
}

/* Top menu items */
.centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
.centeredmenu ul li {
   margin:0;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
.centeredmenu ul li a {
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 0 10px;
	text-decoration: none;
	line-height: 1;
}
.header-menu ul li a {
	font-size: 30px;
	border-right: 2px solid #D4145A;
}
.footer-menu ul li a {
	font-size: 14px;
	border-right: 1px solid #FFFFFF;
}
.header-menu ul li a:hover {
   color: #D4145A;
}
.footer-menu ul li a:hover {
	text-decoration: underline;
}
.header-menu ul li:hover a,
.header-menu ul li.hover a { /* This line is required for IE 6 and below */
   color: #D4145A;
}
.centeredmenu ul li:last-child a {
	border: none;
}

/* Submenu items */
.header-menu ul ul {
	font-family: Arial, Helvetica, sans-serif;
	display: none; /* Sub menus are hiden by default */
	position: absolute;
	top: 30px;
	left: 0;
	right: auto; /*resets the right:50% on the parent ul */
	width: 170px; /* width of the drop-down menus */
	background-color: #5D0023;
	padding: 10px 0 0 0;
	font-size: 12px !important;
}
.header-menu ul ul ul {
	top: 0;
	left: 170px;
	padding: 0;
}
.header-menu ul ul li {
   left: auto;  /*resets the left:50% on the parent li */
   margin: 0; /* Reset the 1px margin from the top menu */
   clear: left;
}
.header-menu ul ul li a,
.header-menu ul li.active li a,
.header-menu ul li:hover ul li a,
.header-menu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-weight: normal; /* resets the bold set for the top level menu items */
   color: #FFFFFF;
   line-height: 1em; /* overwrite line-height value from top menu */
   border-bottom: 1px solid #ddd; /* sub menu item horizontal lines */
   border-right: none;
   font-size: 12px;
   width: 150px;
   padding: 5px 10px;
}
.header-menu ul ul li a:hover,
.header-menu ul li.active ul li a:hover,
.header-menu ul li:hover ul li a:hover,
.header-menu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background: #D4145A; /* Sub menu items background colour */
}

/* Flip the last submenu so it stays within the page */
.header-menu ul ul.last {
   left: auto; /* reset left:0; value */
   right: 0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
.header-menu ul li:hover ul,
.header-menu ul li.hover ul { /* This line is required for IE 6 and below */
   display: block; /* Show the sub menus */
}

.header-menu ul ul ul {
	display: none !important;
}

.header-menu ul li:hover ul li:hover ul {
	display: block !important;
}

/*POST INDEX STYLING*/
.new-visitor {
	margin: 15px 0 10px 10px;
}
.home-content {
}
.home-content h1, .home-content h2 {
	text-transform: uppercase;
}
.post {
	margin-bottom: 20px;
}
#post-middle, #comments {
	padding: 10px 30px;
	margin: 0;
}
#post-bottom, #comments-bottom {
	clear: both;
	height: 25px;
	padding: 0 10px 0 10px;
	color: #96AFC8;
	font-size: 10px;
}


.page #post-middle {
	padding-bottom: 1.5em;
}
.home-content #post-middle {
}
#post-middle h2.entry-title {
	margin-bottom: 0;
}
h2.entry-title, h1.entry-title {
	font-size: 38px;
	text-transform: uppercase;
}
h2.entry-title a, h1.entry-title {
	color: #5D0023;
	text-decoration: none;
}
h2.entry-title a:hover {
	color: #D4145A;
}
.entry-meta, .entry-utility, .entry-meta a, .entry-utility a {
	color: #96AFC8;
	font-size: 12px;
	text-decoration: none;
}
.entry-meta a, .entry-utility a {
	text-decoration: underline;
}
.entry-utility {
	padding: 17px 0 0 10px;
	line-height: 1;
}
.post-index .entry-utility, .post-index .entry-utility {
	width: 420px;
	float: left;
}
.entry-cta {
	float: right;
	padding-right: 20px;
	margin-top: -25px;
}
.entry-cta .read-more {
	float: left;
	padding-left: 10px;
}
.entry-cta .read-more a {
	width: 118px;
	height: 21px;
	padding: 4px 0 8px 0;
	display: block;
	background-image: url(images/read-more-button.png);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 21px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
.entry-cta .read-more a:hover {
	background-position: bottom center;
}
.entry-cta .comment-count {
	float: left;
}
.entry-cta .comment-count a, .entry-cta .comment-count span {
	display: block;
	width: 48px;
	height: 27px;
	padding-top: 5px;
	text-align: center;
	background: url(images/comment-cloud.png) center no-repeat;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}
.post-thumb {
	float: left;
	width: 160px;
	padding: 1em 15px 0 0;
}
.wp-caption {
    background: #FBF1E6;
    background: rgba(248,155,47,0.3);
    padding: 15px;
}
.wp-caption p a {
	color: #000000;
	text-decoration: none;
}
.has-thumb .entry-content {
	float: left;
	width: 415px;

}

/*SINGLE POST STYLING*/
h1.entry-title {
	margin-bottom: 0;
}
.single .entry-utility {
	padding: 0px;
}
.single .post {
	margin-bottom: 0;
}

/*FORM STYLING*/
.checkbox, .radio {
	width: 22px;
	height: 22px;
	padding: 0 5px 0 0;
	display: block;
	clear: left;
	float: left;
}
.checkbox {
	background: url(images/forms/checks.png) no-repeat;
}
.radio {
	background: url(images/forms/radios.png) no-repeat;
}
.select {
	position: absolute;
	width: 300px;
	height: 18px;
	padding: 3px;
	border: none;
	font-size: 16px;
	color: #333333;
    background-color: #FBF1E6 !important;
    background-color: rgba(248,155,47,0.2) !important;
	margin-bottom: 5px;
	border: 1px solid #F89B2F;
	background: url(http://stellaorange.com/wp-content/themes/stella-orange/images/forms/select-arrow.png?ver=2) no-repeat center right;
	display: block;
}
.infusion-field {
	margin-bottom: 15px;
}
form.wpcf7-form p {
	font-size: 12px;
	color: #666666;
}
.wpcf7-submit {
	display: block;
	background: #C64427;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1;
	padding: 0.5em 0;
	text-align: center;
	border: none;
}
.wpcf7-submit {
	display: inline;
	margin-top: 10px;
	padding: 0.5em 4em;
}
.wpcf7-submit:hover {
	background: #333333;
	cursor: pointer;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
    background: #FBF1E6;
    background: rgba(248,155,47,0.3);
	color: #333333;
	border: 1px solid #F89B2F !important;
	padding: 1%;
	font-size: 14px;
	border: none;
	width: 98%;
}
form.wpcf7-form .label {
	display: block;
	font-size: 16px;
	color: #333333;
	text-transform: uppercase;
}
.infusion-form label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
form.wpcf7-form .right {
	text-align: right;
}
form.wpcf7-form img {
	margin: 0;
}
form.wpcf7-form .checkboxes {
	margin: 10px 10px 0;
	padding: 3px 0 0 0;
	font-size: 14px;
}
form.wpcf7-form .checkboxes input {
	width: auto !important;
	height: auto !important;
}
form.wpcf7-form .wpcf7-list-item {
	display: block;
	width: 100%;
	margin: 0 0 15px 15px;
	clear: left;
}
.infusion-option {
	display: block;
}
.infusion-option label {
	padding-top: 3px;
	font-weight: normal;
}
form.wpcf7-form .wpcf7-list-item input {
	float: left;
}
form.wpcf7-form .wpcf7-list-item .checkbox {
	clear: both;
}
form.wpcf7-form .wpcf7-list-item .wpcf7-list-item-label {
	line-height: 18px;
	text-transform: none;
}
.default .background {
	background: none !important;
}

/*ARCHIVE PAGE STYLES*/
.archive h1.page-title {
	display: block;
	width: 610px;
	height: 53px;
	margin: 10px 0 0 10px;
	padding: 10px 15px;
	overflow: hidden;
	background: url(images/archive-header.png) no-repeat top left;
	color: #FFFFFF;
	font-size: 34px;
	text-align: center;
}

/*COMMENTS*/
#comments {
}
#comments h4 {
	color: #5D0023;
	font-size: 16px;
	border-bottom: 1px dotted #666666;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#comments .unapproved {
	color: #5D0023;
	font-weight: bold;
}
#comments .required {
	font-weight: bold;
	color: #FF0000;
}
#comments-list {
	padding-top: 10px;
}
#comment-list-interior {
}
#comments ol, #comments ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}
#comments ul.children {
	margin-top: 10px;
}
#comments li {
	background-image: none;
}
#comments .form-input {
	margin-bottom: 10px;
}
#comments .form-label {
	margin-bottom: 5px;
}
#comments .form-submit {
}
#comments textarea {
	width: 98%;
	margin: 0 0 10px 0;
	border: none;
}
#comments input {
	border: none;
	width: 50%;
}
#comments input#submit {
	cursor: pointer;
	background-color: transparent !important;
	width: 156px;
}
#comments input#submit:hover {

}
#comments input, #comments textarea {
	background-color: #F0F0F0;
	padding: 5px;
}
#form-allowed-tags {
	font-size: 10px;
}
#comments .even {
	background-color: #FFFFFF;
}
#comments .odd {
	background-color: #F5F5F5;
}
#comments li.depth-2, #comments li.depth-3, #comments li.depth-4, #comments li.depth-5 {
	/*border-left: 5px solid #96AFC8;*/
}
#comments .bypostauthor, #comments .byuser {
	background: #DCF0FF;
}
.comment {
	clear: both;
	padding: 10px;
	color: #000000;
}
.comment, .comment p {
	font-size: 12px;
}
.comment-meta {
	font-size: 9px;
}
.comment-author {
	float: left;
	margin: 0 10px 0 0;
}
.commenter-name {
	font-size: 14px;
	padding-bottom: 5px;
}
.commenter-name a {
	text-decoration: none;
}
.commenter-name a:hover {
	text-decoration: underline;
}
ol #comment-interior {
	width: 88%;
	float: left;
}
#comment-interior .comment-meta {
	font-size: 9px;
	margin: 0 0 5px 0;
}
.comment-reply-link {
	font-size: 9px;
	text-align: right;
}
.comment-reply-link a {
	text-decoration: none;
}
.comment-reply-link a:hover {
	text-decoration: underline;
}
#respond {
	background-color: #FFFFFF;
	color: #000000;
	margin: 20px 0;
}
#comment-list-interior #respond {
	margin-top: 0;
}
#respond, #respond p {
	font-size: 10px;
}
#respond .formcontainer {
}
#comments-nav-below {
	margin-top: 10px;
}
.paginated-comments-links a.page-numbers, .paginated-comments-links span.current {
	display: inline-block;
	padding: 5px;
	text-decoration: none;
}
.paginated-comments-links span.current {
	background-color: #5D0023;
	color: #FFFFFF;
}
.paginated-comments-links a.page-numbers {
	background-color: #333333;
}
.paginated-comments-links a.page-numbers:hover {
	background-color: #666666;
	color: #FFFFFF;
}

/*PAGINATION STYLES*/
#nav-below {
	padding: 0 20px;
}
.nav-previous a, .nav-next a {
	display: block;
	background-image: url(images/page-nav-buttons.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 20px;
	padding: 8px 0 9px 0;
	line-height: 1;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
.nav-previous a:hover, .nav-next a:hover {
	color: #D4145A;
}
.nav-previous a {
	background-position: top left;
}
.nav-next a {
	background-position: top right;
}
.nav-previous a:hover {
	background-position: bottom left;
}
.nav-next a:hover {
	background-position: bottom right;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}


/*SIDEBAR STYLING*/
#sidebar #social-links {
	height: 105px;
	background: url(images/social-bg.jpg) no-repeat;
}
#sidebar #social-links img.social-img {
	width: 50px;
	height: 50px;
	margin: 0 2px;
}
#sidebar #sidebar-links {
	position: relative;
}
#sidebar #sidebar-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar #sidebar-links ul li {
	margin-bottom: -25px;
	position: relative;
}
#sidebar #sidebar-links ul li.link1 {
	z-index: 1005;
}
#sidebar #sidebar-links ul li.link2 {
	z-index: 1004;
}
#sidebar #sidebar-links ul li.link3 {
	z-index: 1003;
}
#sidebar #sidebar-links ul li.link4 {
	z-index: 1002;
	margin-bottom: -38px;
}
#sidebar #sidebar-links ul li.link5 {
	z-index: 1001;
}

#sidebar #sidebar-footer {
	margin-top: -30px;
	height: 210px;
	background: url(images/sidebar-clouds.png) no-repeat;
	position: relative;
	z-index: 1000;
}

/*WIDGET STYLING*/
#email-signup {
	text-align: center;
	line-height: 1.5;
	position: relative;
	margin-bottom: 10px;
}
#sidebar #email-signup {
	height: 215px;
	padding: 87px 30px 0 30px;
	background: url(images/newsletter-bg_ver-1.2.jpg) no-repeat;
}
#sidebar #email-signup p#content2 {
	display: none;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
}
#sidebar #email-signup #signup-button1 {
	right: 30px;
	bottom: 10px;
	text-align: right;
}
#sidebar #email-signup #signup-button2 {
	display: none;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
}
#email-signup p {
	font-size: 14px;
	margin: 10px 0;
	line-height: 1.3;
}
#email-signup #signup-button1 {
	position: absolute;
}
#email-signup input.field {
	font-size: 14px;
	color: #999999;
	padding: 5px;
	border: 1px solid #999999;
	width: 45%;
}
.email-go {
	width: 156px;
	height: 48px;
	background: url(images/email-button.png) no-repeat top center;
	border: none !important;
	padding: 0 !important;
	color: #FFFFFF;
	font-size: 30px;
}
.email-go:hover {
	background: url(images/email-button.png) no-repeat bottom center;
	color: #D4145A;
	cursor: pointer;
}

/*FOOTER STYLING*/
#footer {
	background: url(images/footer-bg.jpg) repeat-x top center;
	height: 400px;
}
#footer #footer-interior {
	width: 1200px;
	height: 350px;
	margin: 0 auto;
	padding-top: 50px;
	background: url(images/footer.jpg) no-repeat top center;
}
#footer #email-signup {
	width: 365px;
	height: 200px;
	margin: 0 auto;
	padding: 80px 30px 0 30px;
	background: url(images/newsletter-bottom-bg_ver-1.2.png) no-repeat;
}
#footer #email-signup p#content1 {
	display: none;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
}
#footer #email-signup #signup-button1 {
	display: none;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
}
#footer #email-signup #signup-button2 {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -78px;
}
#footer .legalese {
	padding: 10px 0 20px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}
#footer .legalese a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .legalese a:hover {
	text-decoration: underline;
}

/*FOOTER NAV*/
#footer-nav {
   float:left;
   width: 1200px;
   position:relative;
   font-size: 12px;
   text-transform: uppercase;
   overflow-x: hidden;
}
#footer-nav ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#footer-nav ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#footer-nav ul li a {
   display:block;
   color:#FFFFFF;
   text-decoration:none;
   padding: 0 10px;
   border-right: 1px solid #FFFFFF;
}
#footer-nav ul li a:hover {
	text-decoration: underline;
}

/*SERVICES PAGE*/
.package-table {
	background-color: transparent !important;
	background-image: url(images/chart_bg.png); !important;
	background-position: top right;
	background-repeat: no-repeat;
}
.package-table td {
	background: transparent !important;
}
.package-table img {
	margin: 0;
}
.package-table td, table th {
	border: none !important;
	padding: 0  !important;
}
.package-table .table-header {
	height: 114px;
	width: 170px;
	vertical-align: middle;
	text-align: right !important;
}
.package-table .table-captions {
	text-align: right !important;
	padding-right: 20px !important;
	font-size: 12px;
	width: 170px;
	vertical-align: middle;
}
.package-table .table-x {
	text-align: center !important;
	height: 80px;
	width: 95px;
	vertical-align: middle;
}
.package-table .table-right {
	width: 20px;
}

/*TWEETABLE LINK SYTLING*/
.tweeter-box {
	margin: 10px -19px;
	padding: 20px 20px 30px 20px;
}
.tweeter-box .tweeter-interior {
	float: left;
	width: 500px;
}
.tweeter-box .tweeter-descriptor {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
.tweeter-box .tweeter-phrase {
	font-size: 30px;
	margin: 0;
	line-height: 1.15;
	text-indent: -6px;
	margin-left: 0px;
}
.tweeter-box .tweeter-link {
	float: right;
	margin-top: 30px;
	width: 80px;
}
.twitter-timeline {
	width: 100%;
	margin-bottom: 20px;
}

@import url('styles/lab-pages.css');