/*
	Theme Name: Lifestyle Child Theme
	Theme URL: http://www.studiopress.com/themes/lifestyle
	Description: Lifestyle is a 2 or 3-column Widget-ready child theme created for the Genesis Theme Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #5bbccf url(images/bg.jpg) top center no-repeat;
	color: #333333;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #91603b;
	text-decoration: none;
	}
	
a:hover {
	color: #0088B3;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	color: #91603b;
	}

/***** Wrap ********************/

#wrap {
	background: url(images/header-body-bg.jpg) center top no-repeat #F2F2E5;
	width: 980px;
	margin: 30px auto 10px;
	padding: 10px;
	position: relative;
	/*border: 10px solid transparent;*/
	}


/***** Header  ********************/

#header {
	background: none/*url(images/header.png)*/;
	width: 980px; 
	height: 100px;
	margin: 0;
	padding: 0;
	}
	
#header .wrap {
	}

#title-area {
	width: 220px;
	float: left;
	margin: 0; 
	padding: 20px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	color: #FFFFFF;
	font-size: 30px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 20px;
	text-decoration: none;
	line-height: 36px;
	}
	
#title-area #title a {
	color: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#title-area #description {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 20px;
	}

#header .widget-area {
	width: 730px;
	float: right;
	margin: 0; 
	padding: 5px 0 0 0;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.png) 0px 10px no-repeat;
         margin-top:0px;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 230px;
	height: 100px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area h1, .header-full-width #title-area h1 a, .header-full-width #title-area h4, .header-full-width #title-area h4 a {
	width: 980px;
	}
	
/***** Header Pages/Category Widget Menu ********************/

#header ul.nav {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a {
	background: #333333;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
         margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	border-right: 1px solid #666666;
	position: relative;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a {
	background: #000000;
	color: #FFFFFF;
	}
	
#header ul.nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#header ul.nav li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	background: url(images/arrow-down.png);
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited {
	background: #333333;
	color: #FFFFFF;
	width: 158px; 
	font-size: 11px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	position: relative;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active {
	background: #000000;
	}

#header ul.nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#header ul.nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a { 
	width: 160px;
	}

#header ul.nav li ul a:hover, #header ul.nav li ul a:active { 
	}

#header ul.nav li ul ul {
	margin: -33px 0 0 179px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover { 
	position: static;
	}

/***** Nav Menu ********************/

#nav {
	background: url(images/nav-bg-g.png) repeat-x left top;
        clear: both;
	width: 975px;
	height: 45px;
	font-family: arial, tacoma, verdana, sans-serif;
	font-size: 15px;
	color: #0088B3;
	margin: 10px 0 10px 0;
	padding: 0 0 0 4px;
	}

#nav .wrap {
        width:975px;
        height:45px;
	}
	
#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
#nav li {
	float: left;
        height: 40px;
	list-style: none;
	margin: 0;
	}
	
#nav li a {
	color: #FFFFFF;
	display: block;
	font-size: 16px;
        font-weight:bold;
        margin: 0;
	padding: 14px 35px 9px 35px;
	text-decoration: none;
	position: relative;	
	}

#nav li a:hover, #nav li a:active {
	color: #FFFFFF;
	background: url(images/nav-bg-h.png) repeat-x left top;
         }
		 
#nav li:hover, #nav li:active {
         background: url(images/nav-bg-h.png) repeat-x;
         }

#nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
/*#nav li a .sf-sub-indicator {
	/*background: url(images/arrow-down.png);*/
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 5px;
	}*/
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #757791;
	color: #fff;
	width: 117px; 
	font-size: 12px;
	margin: 0;
	padding: 5px 10px 5px 10px!important;
	border-left: 1px solid #2C343F;
	border-right: 1px solid #2C343F;
	border-bottom: 1px solid #2C343F;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #60637D;
        color: #fff;
	}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#nav li ul a { 
	background: none repeat scroll 0 0 #73758F;
        font-size: 14px;
        padding: 14px 10px;
        width: 138px;
}	

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -31px 0 0 159px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}
	
#nav li.right {
	float: right;
	margin: 0;
	padding: 6px 10px 6px 10px;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #0088B3;
	font-weight: normal;
	text-decoration: none;
	}
	
#nav li.right a:hover {
	color: #0088B3;
	text-decoration: underline;
	}
	
#nav li.date {
	}
	
#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}
	
/***** SubNav Menu ********************/

#subnav {
	clear: both;
	width: 980px;
	height: 35px;
	background: none;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #767A48;
	/*text-shadow: #767A48 1px 1px;*/
	text-transform: uppercase;
	margin: 0;
	padding: 0
	}

#subnav .wrap {
	}
	
#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0 2px 0 2px;
	padding: 0;
         border: 1px solid #E4E4C9;
	}
	
#subnav li a {
	color: #7A7A41;
	display: block;
	font-size: 11px;
         margin: 0;
	padding: 2px 15px 2px 15px;
	text-decoration: none;
	position: relative;
         Border:2px solid #fff;
         background: #EFEFDA;
	}

#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a {
	background: #e4e4c9;
	color: #767A48;
         	}

#subnav li:hover, subnav li:hover:active, #subnav .current_page_item li {
         border:1px solid #BABA92;
	}
#subnav li.right {
	float: right;
	margin: 0;
	padding: 6px 10px 6px 10px;
         border:none;
	}
#subnav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down-subnav.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #2C343F;
	color: #FFFFFF;
	width: 138px; 
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #0088B3;
	color: #FFFFFF;
	}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right-subnav.png);
	top: 10px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#subnav li ul a { 
	width: 140px;
	}

#subnav li ul a:hover, #subnav li ul a:active { 
	}

#subnav li ul ul {
	margin: -31px 0 0 159px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;     
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
         	}

/** SOCIAL ICONS**/

#subnav li.social { 
         border:none;
         margin-left:20px;
         }

#subnav li.social a {
        display:inline;
        border:none;
        background:none;
        padding:0px;
        margin-right:10px;
        }

.pinterest-button {
float:left;
}

.tweet-button {
margin-right:10px;
}

/***** Inner ********************/

#inner {
	width: 970px;
	margin: 10px auto 10px;
	padding: 0;
	}
	
/***** Inner Backgrounds ********************/

.content-sidebar #inner {
    }
   
.sidebar-content #inner {
    }
   
.content-sidebar-sidebar #inner {
    }
   
.sidebar-sidebar-content #inner {
    }
    
.sidebar-content-sidebar #inner {
    }

.full-width-content #inner {
    }
    
/***** Homepage ********************/

.dcg  {
	margin: 0 0 10px 0;
	padding: 0;
        float:left;
	}
	
#content .dcg h2 {
	font-size: 18px;
	font-weight: normal !important;
	}
	
.top-content-right {
	/* background: #E1F2F5 url(images/fclhead.png) top no-repeat;*/
        width: 315px;
	float: left;
	margin-left: 3px;
	padding: 0;
	border: none;
        }

.top-content-right .featuredpost {
	border:none;
	}

#content .top-content-right h2 {
        font-size:13px;
        font-weight:bold;
        margin-bottom:2px;
        }

#content .top-content-right .post {
       margin-bottom:2px;
       border-bottom:1px dotted #555555;
        }

#content .top-content-right .post p{
       padding:0 0 2px 0;
       }

#featured-top {
	width: 655px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.featured-top-left {
	background: #E1F2F5 url(images/fclhead.png) top no-repeat;
         width: 289px;
	float: left;
	margin-right: 5px;
	padding: 0;
	border: 1px solid #E4E4C9;
        }

.featured-top-left p {
        color: #004A60;
        } 

.featured-top-right {
	background: #E6F2E2 url(images/fcrhead.png) top no-repeat;
         width: 289px;
	float: left;
	margin-left: 5px;
	padding: 0;
	border: 1px solid #E4E4C9;
        }

#featured-bottom {
	width: 585px;
	float: left;
	margin: 15px 0 7px 0;
	padding: 0;
        /*border-left: 1px solid #E4E4C9;
         border-right: 2px solid #E4E4C9;
         border-top: 1px solid #E4E4C9;
         border-bottom: 3px solid #dfdfc1;*/
	}


	
#content #featured-top h2, #content #featured-top h2 a, #content #featured-bottom h2, #content #featured-bottom h2 a {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#content #featured-top h2 a:hover, #content #featured-bottom h2 a:hover {
	color: #000000;
	text-decoration: underline;
	}
		
#content #featured-top h4, #content #featured-bottom h4 {
	background: none;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	/*text-shadow: #004A60 1px 1px;*/
	/*text-transform: uppercase;*/
	margin: 0 0 10px 0;
	padding: 2px 5px 1px 55px;
	}

#content .featured-top-left h4 {
         color: #004A60;
         }

#content .featured-top-right h4 {
         color: #175F00;
         }

#content #featured-bottom h4 {
         background: url("images/folder-icon.png") no-repeat scroll left top #FFFFFF;
         color: #300525;
         margin-top:20px;
         padding-left:32px;
         font-family: Arial,Tahoma,Verdana;
         font-size: 20px;
         border-bottom:2px solid #ebebeb;
         padding-bottom:10px;
         }

#featured-top .wrap, #featured-bottom .wrap {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#featured-top p, #featured-bottom p {
	margin: 0;
	padding: 5px 0 0 0;
	}

#featured-bottom .widget, #featured-top .widget {
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#content #featured-bottom img, #content #featured-bottom p img, #content #featured-top img, #content #featured-top p img {
	max-width: none;
	}
	
#featured-bottom .user-profile {
	overflow: hidden;
	}
	
#featured-bottom .user-profile p {
	padding: 10px;
	}

#featured-bottom ul, #featured-top ul {
	list-style-type: square;
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
	}
	
#featured-bottom ul li, #featured-top ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
	padding: 0;
	}
	
#featured-bottom .widget_tag_cloud div {
	padding: 10px 10px 14px 10px;
	}
	
#featured-bottom .user-profile .avatar {
	background: #F7F7F7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
.more-from-category a {
	font-weight: bold;
	}
	
.more-from-category a:hover {
	text-decoration: underline;
	}
	
/***** Homepage Featured Post/Page ********************/

#featured-top .featuredpost, #featured-top .featuredpage, #featured-bottom .featuredpost, #featured-bottom .featuredpage {
	margin: 0 0 0 0;
	padding: 0;
	}
	
#featured-top .featuredpost .post, #featured-top .featuredpage .page, #featured-bottom .featuredpost .post, #featured-bottom .featuredpage .page {
	margin: 0;
	padding: 10px 0 0 0;
	overflow: hidden;
	}
	
#featured-top .featuredpost .avatar, #featured-top .featuredpage .avatar, #featured-bottom .featuredpost .avatar, #featured-bottom .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#featured-top .featuredpost img, #featured-top .featuredpage img, #featured-bottom .featuredpost img, #featured-bottom .featuredpage img {
	margin: 0 0 5px 0;
	padding: 0px;
	border: 1px solid #828282;
	}

.featuredpost {
        padding:5px;
        border: 4px solid #FFF;
        }

.featured-top-left .featuredpost {
        padding:10px !important;
        }

.featured-top-right .featuredpost {
        padding: 10px !important;        
        }


/***** Breadcrumb ********************/

.breadcrumb {
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	border-bottom: double #DDDDDD;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 790px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 970px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	background: #FFFFFF /**temp url(images/content-split-top.png) top no-repeat**/;
	width: 585px;
	margin: 0 0 10px 0;
	padding: 9px;
	/**temp border: 1px solid #DDDDDD;**/
	float: left;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}
	
.sidebar-content #content, .content-sidebar #content {
	background: #FFFFFF /**temp url(images/content-top.png) top repeat-x**/;
	width: 655px;
	margin: 20px 0 10px 0;
	padding: 9px 5px 0 5px;
	/**temp border-left: 1px solid #e4e4c9;
        border-top: 1px solid #e4e4c9;**/
        border-right: 2px solid #e4e4c9;
        /**temp border-bottom: 3px solid #dfdfc1;**/
	}
	
.full-width-content #content {
	background: #FFFFFF url(images/full-top.png) top no-repeat;
	width: 920px;
	margin: 0 0 10px 0;
	padding: 9px;
	border: 1px solid #DDDDDD;
	}

#content img, #content p img {
	max-width: 100%;
	}

#content blockquote {
	background: #F7F7F7;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #DDDDDD;
	}

#content .post {
	margin: 0 0 5px 0;
	padding: 10px;
	}
	
#content .page {
	margin: 0;
	padding: 0 0 15px 0;
	}

#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

.entry-content {
	border-top: 1px solid #DDDDDD;
        padding-top:7px;
        clear:both;
}
	
#content .post p {
	margin: 0;
	padding: 5px 0 10px 0px;
	}
	
#content .post ul, #content .page ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ul li, #content .page ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul ul, #content .page ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
	
#content .post ol, #content .page ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ol li, #content .page ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol ol, #content .page ol ol {
	margin: 0;
	padding: 0;
	}
	
#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0;
	}

.archive #content .post {
        margin-bottom: 10px;
        }

.clear {
	clear: both;
	}
	
/***** Post Info ********************/
	
.post-info {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** Advertising ********************/
	
.adsense {
        clear:both;
	padding: 0px 0 10px 0;
	text-align: center;
	}

#leaderbanner {
        width:728px;
        height:90px;
        }

.sidebanner {
        width: 300px;
        height: 250px;
        }

.adsense250 {
        height:250px;
        width:250px;
        margin: 15px 7px 7px 0px;
        float:left;
        }

.adsense468 {
        height:60px;
        width:468px;
        margin-left:50px;
        margin-bottom: 10px; 
        }


/***** Post Meta ********************/
	
.post-meta {
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #DDDDDD;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	overflow: hidden;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #D33B00;
	font-family: Arial,Tahoma,Verdana;
	font-weight: bold;
	text-decoration: none;
	margin: 10px 0 5px 0;
	padding: 0px;
	}

#content h1 {
	font-size: 18px;
        margin-bottom:10px;
        padding-top:5px;
        padding-left:5px;
	}

.single-post #content h1 {
		font-size: 24px;
		padding-left: 0px;
        }
		
.single-post #content h2 {
        font-weight: normal;
        }

#content h2 {
	font-size: 17px;
        padding-left:0px;
	}
	
#content h2 a, #content h2 a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #0088B3;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 16px;
	}
	
#content h4 {
	font-size: 14px;
	}
	
#content h5 {
	font-size: 12px;
	}
	
#content h6 {
	font-size: 10px;
	}
	
/***** Post Icons ********************/
	
.time {
	/*background: transparent url(images/icon-time.gif) no-repeat top left;*/
	margin: 0 0 0 3px;
	padding: 0 0 2px 0px;
	}
	
.post-comments {
	background: transparent url(images/icon-comments.gif) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;
	}

.comments_prompt {
       float:right;
       }
	
.categories {
	background: transparent url(images/paperclip.gif) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;
	}
	
.tags {
	background: transparent url(images/icon-tags.gif) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;
	}

/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #DDDDDD;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}

/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
        }
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #0088B3;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li a:hover {
	background: #F7F7F7;
	color: #0088B3;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li.active a {
	background: #F7F7F7;
	color: #0088B3;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	}

/***** Sidebar & Sidebar-Alt ********************/

#sidebar {
	width: 185px;
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
#sidebar-alt {
	width: 175px;
	float: left;
	-moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
        border: 1px solid #D8D8B0;
        background: #fff;
        margin-top: 10px;
	padding: 1px;
	display: inline;
	}
	
#sidebar-bottom-left {
	width: 155px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
#sidebar-bottom-right {
	width: 155px;
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget {
	/*background: #FFFFFF url(images/sidebar-top.png) top no-repeat;*/
	margin: 0 0 10px 0;
	padding: 0px 5px 4px 5px;
	/*border: 1px solid #DDDDDD;*/
	}
	
#sidebar-alt .widget {
	background: #EFEFDA;
        /*padding: 0px 10px 4px 10px;*/
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #0088B3;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #0088B3;
	text-decoration: underline;
	}

#sidebar h4, #sidebar-alt h4 {
	border-bottom:1px solid #D8D8B0;
	color: #d33b00;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0;
	padding: 5px 0px 1px 10px;
        }
	
#sidebar .widget p, #sidebar-alt .widget p, #sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 0;
	}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 10px 0 5px 0;
	padding: 0;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: none;
	margin: 0px;
	padding: 0;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px;
	}

#sidebar li, #sidebar-alt li {
	/*background: url(images/sidebar-list.png) no-repeat top left;*/
	margin: 0;
	padding: 3px 0 3px 15px;
 	word-wrap: break-word;
	}
	
#sidebar embed, #sidebar object, #sidebar-alt embed, #sidebar-alt object {
	width: 300px; 
	height: 225px;
	margin: 10px 0 0 0; 
	padding: 0;
	}

/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div {
	padding: 10px 5px 5px 5px;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F7F7F7;
	color: #0088B3;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 11px;
	margin: 10px 0 5px 0;
	padding: 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#sidebar #cat {
	width: 298px;
	}
	
#sidebar-alt #cat {
	width: 128px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 9px;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #DDDDDD;
	clear: both;
	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F7F7F7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}   
	
/***** Sidebar(s) Newsletter ********************/

#newsletter_outer {
         width:300px;
         margin-top:-9px;
         }

#newsletter_top {
       background: url("images/newst.png") top left no-repeat;
       width:300px;
       height: 50px;
       }

#newsletter_inner {
       background: url("images/newsm.png") repeat-y;
       height:175px;
       }

#newsletter_footer {
       background: url("images/newsb.png") no-repeat;
       height: 7px;
       }

/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 0;
	}
	
#nav .searchform {
	float: right;
	padding: 6px 0 0 0;
	}
	
.s {
	background: #FFFFFF !important;
	color: #303030;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 11px;
	margin: 0 5px 0 0;
	padding: 4px 0 4px 5px;
	border-top: 1px solid #808080;
         border-left: 1px solid #808080;
	border-bottom: 1px solid #d4d0c8;
         border-right: 1px solid #d4d0c8;
}
	
#header .s, #nav .s, #sidebar .s {
	width: 185px;
	}
	
#sidebar-alt .s {
	width: 80px;
	}

.searchsubmit {
	background: url("images/search-sm.png") no-repeat left bottom transparent;
	color: #FFFFFF;
	font-size: 12px;
	text-indent: -9999px;
    margin: 0;
	padding: 0px;
	border: none;
	width: 30px;
	height: 30px;
	}

.searchsubmit:hover {
	background: url("images/search-sm.png") no-repeat left bottom transparent;
    color:#f2f2f5;
    text-decoration:underline;
    border: none;
    cursor:hand;
    }

.cse-search-form input {
width: 130px;
height: 25px;
}
	
/***** eNews & Updates Widget ********************/

.enews {
	background: url(images/enews.png) top right no-repeat;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#sidebar .enews p {
	margin: 0;
	padding: 5px 10px 0 0;
	}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#sidebar .enews #subscribe {
	padding: 0;
	}
	
.enews #subbox {
	background: #F7F7F7 !important;
	width: 250px;
	color: #0088B3;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #A3BAB9;
	}
	
.enews #subbutton {
	background: #2C343F;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #2C343F;
	}
	
.enews #subbutton:hover {
	background: #0088B3;
	border: 1px solid #0088B3;
	}

/***** Latest Tweets Widget ********************/

.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
	}

#wp-calendar td {
	background: #F7F7F7;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Contact Form ********************/
	
.gform_footer .button {
	background: #2C343F;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 1px 5px 1px 5px;
	border: 1px solid #2C343F;
	}
	
.gform_footer .button:hover {
	background: #0088B3;
	border: 1px solid #0088B3;
	}
	
.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .gform_footer {
	border: none!important;
	}

/***** Footer ********************/

#footer {
	clear: both; 
	width: 980px;
	height: 20px;
	background: #FFF;
	color: #333;
	font-size: 12px;
	margin: 0;
	padding: 5px 0 5px 0;
	}

#footer .wrap {
	}
	
#footer a, #footer a:visited {
	color: #333;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #333;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 195px;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
#footer .gototop a {
	margin: 0;
	padding: 0 0 1px 18px;
	background: url(images/footer-top.png) no-repeat left center;
	}
	
#footer .creds {
	width: 740px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	}

.footer-wrap {
	width: 980px;
	margin: 20px auto 10px;
	position: relative;
	}
/***** Comments ********************/

.comments {
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
	
#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F7F7F7 !important;
	width: 250px;
	color: #0088B3;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #DDDDDD;
	}
	
#comment {
	background: #F7F7F7 !important;
	width: 98%;
	height: 150px;
	color: #0088B3;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #DDDDDD;
	}
	
#submit {
	background: #2C343F;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #2C343F;
	}
	
#submit:hover {
	background: #0088B3;
	border: 1px solid #0088B3;
	}
	
.comment-list {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #F7F7F7;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}
	
.children { 
	margin: 0;
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.reply a, .reply a:visited {
	background: #2C343F;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #2C343F;
	}
	
.reply a:hover {
	background: #0088B3;
	text-decoration: none;
	border: 1px solid #0088B3;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F7F7F7;
	margin: 0;
	padding: 0;
	}

.depth-1 {
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
	}

.even, .alt {
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
	}

/** Bookinfo shortcode**/
#bookinfo {
      margin: 0 10px 10px 0;
      padding: 10px;
      width:  300px;
      float:  left;
      background: #efefda;
      }
/** Topic_cell short code **/
.topic_cell {
      background: url(images/star30.png) no-repeat;
      padding-left:40px;
      width:240px;
      height:40px;
      float: left;
      font-weight: bold;
      font-size: 14px;
      padding-top:5px;
      }

/** Post 2 column short code **/
.post2column {
      /*background: url(images/star30.png) no-repeat;*/
      width:275px;
      float: left;
      }

/** Post 4 column short code used for word list tables **/
.p4col {
      /*background: url(images/star30.png) no-repeat;*/
      width: 145px;
      float: left;
      /*border: 1px solid #ccc;*/
      }

.p4colend {clear:right;margin-bottom:10px;}

.clear {clear:both;}

.tab {margin-left:15px;}

/** Category Header **/

.taxonomy-description {
      /**background: URL(images/cathead.png) no-repeat;**/
      background-position: 0% 13%; 
      }

.taxonomy-description h1 {
      background: transparent url(images/notepad.png) no-repeat;
      padding: 10px 20px 0 75px !important;
      }

.worksheets-template .taxonomy-description h1 {
      padding: 17px 20px 0 65px !important;
      height:35px;
      background: transparent url(images/ws-icon.png) no-repeat;      }

.worksheets-template h2 a, .worksheets-template h2 a:visited {
      text-decoration: underline !important;
      }

.taxonomy-description p {
      padding: 10px;
      margin-top:0px;
      background: #fafafa;
      }

.category-balanced-literacy .taxonomy-description h1 {
      background: transparent url(images/notepad.png) no-repeat 20px 0;
      }
.category-worksheets .taxonomy-description h1 {
      background: transparent url(images/pencilpad.png) no-repeat 20px 0;
      }
.category-reviews .taxonomy-description h1 {
      background: transparent url(images/thoughts.png) no-repeat 20px 0;
      padding-left:90px !important;
      padding-top:10px !important;
      }

.category-giveaways .taxonomy-description h1 {
      background: transparent url(images/gift.png) no-repeat 20px 0;
      padding-left:90px !important;
      }
.category-blogs .taxonomy-description h1 {
      background: transparent url(images/megaphone.png) no-repeat 20px 0;
      padding-left:90px !important;
      }

#content .page {
      background: URL(images/cathead.png) no-repeat top left;
      background-position: 0% 7px;
      }

/*h1.entry-title {
      background: URL(images/cathead.png) no-repeat;
      background-position: 0% 3px;
      }*/

.post-67 h1.entry-title {
      background: URL(images/briefcase.png) no-repeat 20px 0 !important;
      padding-left: 75px !important;
      padding-top:9px !important; 
      }

.post-709 h1.entry-title {
      background: URL(images/notepad.png) no-repeat 20px 0 !important;
      padding-left: 75px !important;
      padding-top:9px !important; 
      }

.post-712 h1.entry-title {
      background: URL(images/checklist.png) no-repeat 20px 0 !important;
      padding-left: 75px !important;
      padding-top:9px !important; 
      }

/*---:[ self-clearing floats from Dan Cederholm ]:---*/
.menu:after, #content_box:after, #sidebars:after, .format_text:after, .teasers_box:after, .prev_next:after, ul.sidebar_list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/** 2 Column Table Style **/

#twocol_container {
	margin: 0 0 10px 10px;
	text-align: center;
	width: 516px;
        border:1px solid #CDCDCD;
	}

.twocol_head1, .twocol_head2 {
	background-color: #E6EEEE;
	padding: 4px;
	font-weight: bold;
	width: 250px;
        float: left;
        }

.twocol_cell1, .twocol_cell2, .twocol_cell1a, .twocol_cell2a {
	background-color: #FFF;
	width: 250px;
	padding: 4px;
        float: left;
        }

.twocol_cell1a, .twocol_cell2a {
	background-color: #F9F9F9;
	}

/** End 2 Column Table Style **/

/** Custom search style**/

.post-1710 h1 {display:none;}
#content .page.customsearch {background:none;} 

.col2a {font-size:15px;height:90px; width:47%;background: #F5F5df; border:1px solid #F5F5df; float:left;margin-bottom:10px;margin-left:2px;margin-right:2px;padding:12px 5px 12px 5px;-moz-border-radius: 4px; border-radius: 4px;}

.col2b {font-size:15px; height:90px; width:47%;background: #F5F5df; border:1px solid #F5F5df; float:left;margin-bottom:10px;margin-left:2px;padding:12px 5px 12px 5px;clear:right;-moz-border-radius: 4px; border-radius: 4px;}

.col3a {font-size:15px;height:130px; width:47%;background: #F5F5df; border:1px solid #F5F5df; float:left;margin-bottom:10px;margin-left:2px;margin-right:2px;padding:12px 5px 12px 5px;-moz-border-radius: 4px; border-radius: 4px;}

.col3b {font-size:15px; height:130px; width:47%;background: #F5F5df; border:1px solid #F5F5df; float:left;margin-bottom:10px;margin-left:2px;padding:12px 5px 12px 5px;clear:right;-moz-border-radius: 4px; border-radius: 4px;}

.col13-temp {font-size:15px;height:130px; width:97%;background: #F5F5df; border:1px solid #F5F5df; float:left;margin-bottom:10px;margin-left:2px;margin-right:2px;padding:12px 5px 12px 5px;-moz-border-radius: 4px; border-radius: 4px;}

.col13-temp img, .col2a img, .col2b img, .col1a img, .col1b img, .col3a img, .col3b img {display: inline; margin:0 5px 0 0; float: left;}

.col13-temp a, .col13-temp a:visited {font-weight:bold;font-size: 17px; color:#333333; margin-bottom:3px;}

.col13-temp a:hover {text-decoration: underline; color: #0088B3;}

.tax-term-line {font-size: 12px;}

.tax-term-line i {color:#91603B;}

.col1a {font-size:15px;width:95%;background: #F5F5df; border:1px solid #F5F5df; float:left;margin-bottom:10px;margin-left:5px;margin-right:5px;padding:12px 5px 12px 5px;-moz-border-radius: 4px;
border-radius: 4px;}

.col1b {font-size:15px;width:95%;background: #F5F5df; border:1px solid #F5F5df; float:left;margin-bottom:10px;margin-left:5px;padding:12px 5px 12px 5px;clear:right;-moz-border-radius: 4px;
border-radius: 4px;}

/*for custom share buttons */
.share-buttons {
height:20px;
margin-bottom:10px;
float:left;
}

.tweet-button, .facebook-like-button, .plus-one {
float:left;
}

.tweet-button, .facebook-like-button {
margin-right: 15px;
}

.amazon-after-content {
text-align: center;
margin: 10px 0 10px 0;
}

/* Social Media Icons
------------------------------------------------------------ */

#social-media-icons {
	display: block;
	height: 30px;
	width: 50%;
        float:left;
	margin: 0 0 10px 0;
	padding: 0;
}

.facebook-button {
	float: left;
	width: 90px;
}

.twitter-button {
	float: left;
}

.gplus-button {
	float: left;
}

.pinterest-button {
	float: left;
	width: 70px;
}

.stumbleupon-button {
	float: left;
	width: 100px;
}

.linkedin-button {
	float: left;
}