/*
Theme Name: Builder Child Theme - BethAlex
Theme URI: http://bethalexander.com/
Author: Beth Alexander
Author URI: http://bethalexander.com/
Version: 1.1.2
Template: Builder
Tags: blog, theme options, multiple layouts, multiple color schemes

Version History
	See history.txt
*/

/*********************************************
	Default font settings.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
	url(images/bg.png) repeat
*********************************************/
html {
	font-size:100.01%;
        background: #668796;             

}
body {
	font-size: 90%;
	line-height: 1.5em;
	color: #222;
	font-family: 'Nobile', arial, serif;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 21, 2010 */

@font-face {
	font-family: 'MEgalopolisExtraRegular';
	src: url('/fonts/megalopolisextra-webfont.eot');
	src: local('?'), url('/fonts/megalopolisextra-webfont.woff') format('woff'), url('/fonts/megalopolisextra-webfont.ttf') format('truetype'), url('/fonts/megalopolisextra-webfont.svg#webfonttTqbt0Lj') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*********************************************
	Main Background
*********************************************/
body {

	background: url(images/background11.jpg);
        background-repeat:repeat-x;
        background-position:top center;
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #008CA7;
	text-decoration: none;
}
a:hover {
	color: #311E32;
	text-decoration: underline;
}


/*********************************************

Container border with rounded corners
border: 1px solid #ccc;
 -moz-border-radius-bottomleft: 10px;  
 -moz-border-radius-bottomright: 10px;
 -webkit-border-bottom-right-radius: 10px;
 -webkit-border-bottom-left-radius: 10px;
*********************************************/

.builder-module-content-outer-wrapper, .builder-module-widget-bar-outer-wrapper, #builder-container-4b9d80f8d9dd0
{
  -moz-box-shadow:3px 3px 6px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow:3px 3px 6px rgba(0, 0, 0, 0.6);
  box-shadow:3px 3px 6px rgba(0, 0, 0, 0.6);
}



/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
    font-family: MEgalopolisExtraRegular, Arial Black, Arial, sans-serif;
	font-weight: normal;
	color: #351E46;
}
h1 {
   
	font-size: 2.1em;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h2 {
    
	font-size: 2em;
	margin-bottom: 0.75em;
        padding: .5em;
	line-height: 1.1em;
}
h3 {

	font-size: 1.7em;
	line-height: 1em;
	margin-bottom: .75em;
}
h4 {
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: .6em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
}
h6 {
	font-size: .8em;
	font-weight: normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	margin: 0 auto;
	display: block;
}

/*********************************************

	All Modules Default Definitions

*********************************************/
.builder-module {
	margin-bottom: 0;	
	
}
.builder-module-widget-bar {}
.builder-module-image {}





/******Home Page Title Header****/


#post-100 h1{
       display: none;
}



/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {}

.builder-module-content .builder-module-sidebar {
	margin-top: 1em;
}

.builder-module-sidebar .widget {
        padding:1em 0.8em 1em 1em;
	color: #333;
}
.builder-module-sidebar .widget a {
	color: #333;
	text-decoration: none;
}
.builder-module-sidebar .widget a:hover {
	color: #888;
	text-decoration: underline;
}
.builder-module-sidebar .widget h4 a {
	color: #333;
	text-decoration: none;
}
.builder-module-sidebar .widget h4 {
	color: #333;
}
.builder-module-sidebar .widget h4,
.builder-module-sidebar .widget p,
.builder-module-sidebar .widget ul,
.builder-module-sidebar .widget ol,
.builder-module-sidebar .widget img {
	padding: 0 0 .5em 0;
}
.builder-module-sidebar .widget ul,
.builder-module-sidebar .widget ol {
	padding: 0;
	margin: 0 1em .5em 1.5em;
	list-style-type: square;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}


/*********************************************
	
           Navigation Module


*********************************************/
.builder-module-navigation {
	font-size: 1em;
        font-weight: bold;
	line-height: .82em;
	background: transparent;
	display: block;
}
.builder-module-navigation ul {
	float: left;
	display: block;
}
.builder-module-navigation li {
	padding: 0;
}

.builder-module-navigation li a {
	font-size: 1em;
	padding: .9em 1em;
	color: #351E46;
        font-family: MEgalopolisExtraRegular, Arial Black, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	width: auto; 
	-webkit-transition-property: color;
	-webkit-transition-duration: 1s;
	-moz-transition-property: color;
        -moz-transition-duration: 1s; 
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-origin: padding-box;
	border-bottom-color: #F7BE5C;
	border-bottom-style: none;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	display: block;
}
.builder-module-navigation li a:hover {
	background: #68408B;
	color: #F7BE5C;
	-webkit-box-shadow: 0 1px 6px #2A2A2A; 
	-moz-box-shadow: 0 1px 6px #2A2A2A;
	box-shadow: 0 1px 6px #2A2A2A;
	padding: 15px 15px 13px 15px; 
	text-decoration: none;
}

.builder-module-navigation li.current_page_item a {
	background: #2F1D3F;
	color: #F7BE5C;
	-webkit-box-shadow: 0 1px 6px #2A2A2A; 
	-moz-box-shadow: 0 1px 6px #2A2A2A;
	-box-shadow: 0 1px 6px #2A2A2A;
	padding: 15px 15px 13px 15px; 
	text-decoration: none;
}

/* second level stuff */
.builder-module-navigation li ul {
	width: 14em;
	border: 0.1em solid #21152A;
	border-bottom: 0.1em;
}
.builder-module-navigation li li {
	border-bottom: 0.1em solid #21152A;
	width: 14em;
}
.builder-module-navigation li li a {
}
.builder-module-navigation li li a:hover {
}
.builder-module-navigation li ul {
	width: 14em;
}
.builder-module-navigation li ul ul {
	margin: -3.1em 0 0 14em;
}
.builder-module-navigation li:hover ul ul,
.builder-module-navigation li:hover ul ul ul,
.builder-module-navigation li:hover ul ul ul ul,
.builder-module-navigation li:hover ul ul ul ul ul,
.builder-module-navigation li.sfhover ul ul,
.builder-module-navigation li.sfhover ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul ul {
	left: -999em;
}
.builder-module-navigation li:hover ul ul,
.builder-module-navigation li:hover ul ul ul,
.builder-module-navigation li:hover ul ul ul ul,
.builder-module-navigation li:hover ul ul ul ul ul,
.builder-module-navigation li.sfhover ul ul,
.builder-module-navigation li.sfhover ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul,
.builder-module-navigation li.sfhover ul ul ul ul ul {
	left: auto;
}


#nav_container {
    height: 34px;
    display: block;
    width: 100%;
    background: transparent;
}


/*********************************************
	Widget Bar Module
*********************************************/
.builder-module-widget-bar {
	width: 100%;
	background: #c3d5df;
	color: #FFF;
	float: left;
	padding: 0;
	overflow: hidden;
}
.builder-module-widget-bar .widget-wrapper {
	display: inline;
	float: left;
	margin: 0;
	background: transparent;
	text-align: left;
	overflow: hidden;
}
.builder-module-widget-bar .widget {
	padding: 1.5em;
        margin-left: 1.5em;
	color: #21142A;
}
.builder-module-widget-bar .widget a {
	color: #9980BC;
	text-decoration: none;
}
.builder-module-widget-bar .widget a:hover {
	color: #000;
	text-decoration: underline;
}
.builder-module-widget-bar .widget h4 a {
	text-decoration: none;
        color: #9980BC;
}
.builder-module-widget-bar h4.widget-title {
	color: #351E46;
}
.builder-module-widget-bar .widget h4, .builder-module-widget-bar .widget p, .builder-module-widget-bar .widget ul, .builder-module-widget-bar .widget ol, .builder-module-widget-bar .widget img {
	padding: 0 0 .8em 0;
}
.builder-module-widget-bar .widget ul, .builder-module-widget-bar .widget ol {
	padding: 0;
	margin: 0 1em .5em 1.5em;
	list-style-type: square;
}
.builder-module-widget-bar .widget a.rsswidget img {
	display: none;
}


.builder-module-footer .builder-module-sidebar-1-right .widget_text {

        color: #DDD2EE;
        font-size:0.7em;
        font-family: Arial,"Times New Roman", Helvetica,sans-serif;
        text-transform:uppercase;
        line-height:250%;
}

.builder-module-footer  .builder-module-sidebar-1-right .widget_text dd, {

        margin-left: .5em;
        color: #FFFFFF;
}



.builder-module-footer .builder-module-sidebar-1-right  .widget_text dd a {

       color: #93D0E9;           

}

.builder-module-footer .builder-module-sidebar-1-right  .widget_text a:hover {

       color: #C2C9CF;
       text-decoration: none;
       background: #DDD2EE;

}

dl#social dd a.ico-fac {

background:url("http://www.bethalexander.com/images/facebook.png") no-repeat scroll 0 0 transparent;  display:block; text-indent:28px; margin-bottom:8px; line-height:250%;

}

dl#social dd a.ico-twi {

background:url("http://www.bethalexander.com/images/twitter.png") no-repeat scroll 0 0 transparent;  display:block; text-indent:28px; margin-bottom:8px; line-height:250%;

}


dl#social dd a.ico-lik {

background:url("http://www.bethalexander.com/images/linkedin.png") no-repeat scroll 0 0 transparent;  display:block; text-indent:28px; margin-bottom:8px; line-height:250%;

}

dl#social dd a.ico-fli {

background:url("http://www.bethalexander.com/images/flickr.png") no-repeat scroll 0 0 transparent;  display:block; text-indent:28px; margin-bottom:8px; line-height:250%;

}

dl#social dd a.ico-del {

       background:url("http://www.bethalexander.com/images/delicious.png") no-repeat scroll 0 0 transparent;
	   display:block;
	   text-indent:28px; margin-bottom:8px; 
	   line-height:250%;

}

/*********************************************
	Footer Module
*********************************************/
.builder-module-footer {
	background: transparent;
}
.builder-module-footer .builder-module-element {
	text-align: left;
	color: #DDD2EE;

}
.builder-module-footer .builder-module-element .alignleft,
.builder-module-footer .builder-module-element .alignright {
	padding: 1em;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {

	color: #93D0E9;

	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}

/*********************************************
	HTML Module
*********************************************/
.builder-module-html .builder-module-element {
	margin: 1em;
	padding: 0 0.8em 0.8em;
}
.builder-module-html .builder-module-sidebar {
	margin-top: 1em;
}
/*********************************************
	Content Module
*********************************************/
.builder-module-content .builder-module-element {
    padding: 0; 
    margin: 0;
	display: block;
	float: left;
	text-align: left;
	overflow: hidden;
}

.page-title {
	margin: 1em;
}
h4.page-title {
	margin-bottom: -1em;
}
.hentry {
	margin: 1em;
	background: transparent;
	padding: 1em 1em 0 1em;
}
.post .thumbnail-wrap {
	display: none;
}
.post .date {
        font-size: 1em;
        font-weight: bold;
        padding-bottom: .3em;
	
}
.post .post-title {
	float: left;
	padding: 0;
}
.hentry .post-title h1 {
	margin-top: 0;
}
.post .post-title a {
	text-decoration: none;
	color: #351E46;
}
.post .post-title a:hover {
	color: #008CA7;
}
.post .post-meta {
	clear: both;
	display: block;
	padding-bottom: 9px;
}
.post .post-meta a {
	color: #9F0707;
	font-style: italic;
}
.post .post-meta a:hover {
	color: #FA7300;
}
.post .meta-bottom {
	display: block;
}

/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/
.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	width: 150px;
	border: 1px solid #CFCFCF;
	background: #F3F3F3;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	margin: 0;
	padding: 10px 5px 5px 5px;
	line-height: 1;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {
	border: 1px solid #CFCFCF;
	/*background: #F3F3F3;*/
	padding: 5px;
	width: auto !important;
	height: auto !important;
}
.hentry .alignright {
	margin: 0 1.5em 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 0 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}

.hentry .wp-caption {
	border: 1px solid #CFCFCF;
	background: #F3F3F3;
	padding: 5px;
}
.hentry .wp-caption img {
	border: none;
	background: transparent;
	padding: 0;
}

.hentry .wp-caption-text {
	text-align: left;
	margin: 0;
	padding: 10px 5px 5px 5px;
	line-height: 1;
}
p.nocomments {

display:none;

}
/*********************************************
	Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	border-top: .1em solid #d7d7d7;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
.meta-bottom .alignleft {
	width: 100%;
}
.meta-bottom .categories {
	background: url(images/folder.png) 0 0 no-repeat;
	padding: 0;
}
.meta-bottom .comments {
	background: url(images/comments.png) 0 2px no-repeat;
	padding: 0em;
}
.photometa {
	margin: 0 .5em 0 .5em;
	padding: 0;
	width: 100%;
}
.EXIF {
	margin: 0;
	padding: 0;
}
.EXIF table {
	width: auto;
	margin: 0 auto;
}
.photometa h4 {
	border-bottom: 1px solid #D7D7D7;
	text-align: center;
	margin: 0;
	padding: 0;}
	
.photometa ul {
	list-style-type: none;
}

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.paging {
	clear: both; /* To clear any floats */
	margin: 0;
	padding: .6em;
}

/*********************************************
	Comment Styles
*********************************************/
#comments {
	margin: 0;
	padding: 20px 10px;
}
#comments .title {
	font-size: 25px;
	margin: 0;
	padding: 50px 0;
}
#comments ol.commentlist {
	margin: 0;
	padding: 0;
	background: #fff;
}
#comments ul.children {
	margin: 10px;
	padding: 0;
}
#comments .vcard {
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}
#comments .comment-meta {
	padding: 0 0 20px 0;
}
#comments .comment-body {
	margin: 10px;
}
#comments li.even, #comments li.odd {
	clear: both;
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #999;
}
#comments blockquote {
	margin: 10px 0;
	padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0;
	padding: 5px;
}
#comments p {
	margin: 0 0 10px;
	padding: 0;
}
#respond {
	overflow: hidden;
	padding: 10px;
}
#respond #commentform {
	margin: 5px 0 0 0;
	padding: 0;
	overflow: hidden;
}
#respond #commentform #author, #respond #commentform #email, #respond #commentform #url {
	width: 50%;
	margin: 0 0 5px 0;
	padding: 5px;
}
#respond #commentform #comment {
	width: 90%;
	margin: 10px 0 15px 0;
	padding: 5px;
}

/*********************************************
	Text elements
*********************************************/
p {
	margin: 0 0 1.5em 1em;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #2C192E;
}
a {
	color: #008CA7;
	text-decoration: none;
	font-weight: bold;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

/*********************************************
	Lists
*********************************************/
li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 3.333em;
}
ul {
	list-style-type: disc;
}

#services ul {

       list-style-type: none;
       padding: 0;
       margin: 0;
}

#services li {

       background-image: url(/images/lotusbullet.png);
       background-repeat: no-repeat;
       background-position: 0 5px;
       padding-left: 35px;
       line-height: 2.5em;

}


ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}

/*********************************************
	Tables
*********************************************/
table {
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}

/*********************************************
	Misc classes
*********************************************/
.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background:#DDD2EE;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}

/*********************************************
	Default styling for forms
*********************************************/
label {
	font-weight: bold;
}
fieldset {
	padding:1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size:1.2em;
}

/*********************************************
	Form fields
*********************************************/
input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#666;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin:0.5em 0;
}
input.text, input.title {
	width: 300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
textarea {
	width: 390px;
	height: 250px;
	padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}

/*********************************************
	Success, notice and error boxes
*********************************************/
.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}

/*********************************************

	Random Things

*********************************************/

#social-tags {

	position: fixed;
	width: 95px;
	height: 100%;
	right: 0;
	left: auto;
	margin-right: auto;
	margin-left: 0;
	padding-top: 10px;
	overflow: hidden;

}

#social-tags a {

	position: relative;
	right: -50px;

}

#social-tags a:hover {right: 0;}



/*********************************************

	The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignleft {
	margin: 0 .6em .6em 0;
}
img.alignright {
	margin: 0 0 .6em .6em;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: .8em;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: .8em;
	padding: 0 .3em .4em;
	margin: 0;
}
.post img.wp-smiley {
	border: none;
}

#dragonflydiv {

background-image:url("/images/dragonfly_transparant.png");
height:212px;
margin:-25px;
position:fixed;
right:50px;
top:255px;
width:150px;

}

img.bethalexander {

float: left;
z-index: 5;
background: transparent;
}

.builder-module-html-1 {height: 0;}

.builder-module-html-2 {background: transparent; padding:0; margin: .25em; }

/*********************************************

	Portfolio Page description blocks
*********************************************/

#text-14, #text-15, #text-16, #text-2, #text-19, #text-21  {
       border: 8px solid #607B8F;
       background-color: #C3D6DF;
       -moz-border-radius: 10px; 
       -webkit-border-radius: 10px;
       margin: 1.5em 3em;
       padding: 1.5em;
}

.wpp-creditlink {
	padding-right: 20px;
	display: none;
}

.builder-module-widget-bar .widget ul {
       list-style-type: none;
}

.builder-module-widget-bar .widget li {
       background-image: url(/images/greensq2.png);
       background-repeat: no-repeat;
       background-position: 0 8px;
       padding-left: 18px;
       line-height: 1.8em;
}

#stray_widgets-2 a {

       color: #C3D6DF;
}

#linkcat-7 h4.widget-title {

       display: none;
}

::-moz-selection {
       background: #DDD2EE;
}

::selection {
       background: #DDD2EE;
}

.builder-module-content  {
        background: #C3D6DF;
}

#fixed_icons {
    background: transparent;
    width: 48px;
    position: fixed;
    top: 15%;
    right: 0.20%;
}
 
#fixed_icons a {
    display: block;
    text-indent: 24px;
    height: 48px;
    padding-bottom:3px;
    text-decoration: none;
}
 
#fixed_icons #twitter { background: url("images/twitter-tab.png") no-repeat; }
#fixed_icons #facebook { background: url("images/facebook-tab.png") no-repeat; }
#fixed_icons #linkedin { background: url("images/linkedin-tab.png") no-repeat; }
#fixed_icons #flickr { background: url("images/flickr-tab.png") no-repeat; }

.attachment-page-single {
    float: left;
    margin: 12px 8px 8px 0;
}
 
.attachment-index-categories {
    float: left;
    margin: 12px 8px 8px 0;
}

/*********************************************
	Testimonials
*********************************************/

#ltw_testimonials-3 a {
color: #008CA7;
}

.widget_ltw_testimonials {
background-color: #e6f1f7;
margin-right: 1.5em;
margin-bottom: 1.5em;
border: 1px solid #ccc;
 -moz-border-radius: 10px;  
 -webkit-border-radius: 10px;

}
/*********************************************
		Gravity Forms
*********************************************/

.gform_wrapper .gform_body .gform_fields .gfield input[type=text]  {
    letter-spacing: normal;
    height: 2.2em;
    outline-style: none;
    padding: 2px;
    border: 2px solid #ccc;
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
}

.gform_wrapper .gform_body .gform_fields .gfield input[type=url]  {
    letter-spacing: normal;
    font-size: 100%;
    height: 2.2em;
    outline-style: none;
    padding: 2px;
    border: 2px solid #ccc;
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
}

.gform_wrapper .gform_body .gform_fields .gfield input[type=email]  {
    letter-spacing: normal;
    font-size: 100%;
    height: 2.2em;
    outline-style: none;
    padding: 2px;
    border: 2px solid #ccc;
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    border: 2px solid #ccc;
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
}


/*********************************************
Set Blog Page content width to accomodate border
*********************************************/

#builder-module-4c3607686d60d .left {
    width: 70% !important;
}

.designed {
    display: none;
}

#twitter-1 h4 {
    font-size: .75em;
}

#twitter-1 {
    border-style: solid;
    border-width: 1px;
    margin-right: 5px;
}
ul.tweets {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

.loop-footer {padding: 1.5em;}

#textsize {
	opacity: 0.4;
	float: right;
	margin-right: 0;
	margin-top: 3px;
	padding: 0;
	width: 155px;
}

#textsize:hover {
	opacity: 1;
}

#textsize a {
	text-decoration: none;
}
