/* v1.0 | 20080212 */

/*@charset "utf-8"; */

*
{
    margin: 0;
    padding: 0;
    border: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body
{
    line-height: 1; /*background:url(http://revenflo.com/wp-content/uploads/backblue.jpg); 	background-repeat:repeat-x;*/
}

ol, ul
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}

/* remember to define focus styles! */

:focus
{
    outline: 0;
}

/* remember to highlight inserts somehow! */

ins
{
    text-decoration: none;
}

del
{
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

h2
{
    font-size: 20px;
}

h3
{
    font-size: 18px;
}

h4
{
    font-size: 14px;
}

h5
{
    font-size: 12px;
}

h6
{
    font-size: 10px;
}

li
{
    list-style: none;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

/*   

We Started with the Theme Named: Arthemia. The theme has been crazy chopped up and edited and changed and continuously iterated since then.

Theme Name: Arthemia
Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/ 

Description: &lt; a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/"&gt; Arthemia&lt; /a&gt;  theme is combining a magazine and a weblog into one;  it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer. 

Version: 1.0 
Author: Michael Jubel Hutagalung 
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/ 
The CSS,  XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php 
*/

/* HTML Elements */

*
{
    margin: 0;
    padding: 0;
}

body
{
    font: 100% georgia, trebuchet ms; /*  background: #869995;   */
    color: #333; /*  background-image:url('http://revenflo.com/wp-content/uploads/background4.jpg');   */ /*  background-image:url('http://revenflo.com/wp-content/uploads/revback.jpg');   background-repeat:repeat-x;    */
}

#container
{
    width: 100%;
}

.wrapper
{
    background: url("images/empr.jpg") repeat-x scroll 0 50% transparent;
    width: 100%;
    clear: both;
}

.flash-content
{
    width: 996px;
    height: 219px;
    background-image: url(http://revenflo.com/wp-content/themes/arthemia/images/empr.jpg );
    margin: 0 auto;
    clear: both;
    display: none;
}

/* Below are the Css Rules for the Top Sliding Panel*/

#sliderWrap
{
    margin: 0 auto;
    width: 100%;
}

#slider
{
    position: relative;
    margin-top: -80px;
    height: 80px;
    width: 100%; /*  background-color: #3c78a7;   */
    z-index: 1000;
    border-bottom: 1px dotted #dcdcdc;
}

#sliderContent
{
    margin: 0 auto;
    font-family: arial;
    font-size: 14px;
    position: absolute;
    text-align: center;
}

#sliderContent a
{
    text-decoration: none;
}

#sliderContent a:hover
{
    text-decoration: underline;
}

#sliderContent p
{
    text-align: right;
    padding-right: 25px;
}

#sliderContent_left
{
    float: right;
    text-align: left;
    width: 200px;
    padding: 10px 0 5px 0px; /*  background:#efefef;   border:1px dotted #cdcdcd;   */
    background: url('http://revenflo.com/wp-content/uploads/toolsnav.jpg');
}

#openCloseWrap
{
    position: absolute;
    right: 0;
    margin: 80px 0 0 0;
    font-size: 10px;
    font-weight: bold;
}

/* Above are the Css Rules for the Top Sliding Panel*/

#action
{
    color: #ffffff;
    background-image: url('http://revenflo.com/wp-content/uploads/action_back.jpg');
    background-repeat: repeat-x;
    border: 1px solid #cecece;
    width: 450px;
    float: right;
    margin-left: 20px;
    padding-left: 15px;
    font-family: arial;
}

#action h3
{
    color: #ffffff;
}

#bar
{
    width: 990px;
    margin-top: 10px;
    margin: auto;
    height: 275px;
}

#bar-box1
{
    float: left;
    text-align: left;
    width: 308px;
    height: 268px;
    padding: 25px 0 10px 0px;
}

#bar-box2
{
    float: left;
    margin-left: 30px;
    text-align: left;
    width: 308px;
    padding: 10px 0 10px 0;
    height: 268px;
    padding: 25px 0 10px 0px;
}

#bar-box3
{
    float: right;
    text-align: left;
    width: 308px;
    padding: 10px 0 10px 0;
    height: 268px;
    padding: 25px 0 10px 0px;
}

#bar-box3 p
{
    color: #565676;
}

p
{
    margin: 15px 0;
}

a:link, a:visited
{
    color: #3c78a7; /*  color:#95322c;   */
    text-decoration: none;
}

a:hover, a:active
{
    color: #3c78a7;
    text-decoration: underline;
}

a img
{
    border: 0;
}

code
{
    font: 1.0em 'Courier New' , Courier, Fixed;
    background: #ececec;
}

acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
    cursor: help;
}

acronym, abbr
{
    border-bottom: 1px dashed #999;
}

blockquote
{
    padding: 10px 10px 0 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f3e8d5;
    font: 1.0em Arial;
    line-height: 1.5em;
    margin: 10px 0px;
}

select
{
    width: 130px;
}

.title a
{
    color: #446864; /* color:#7e9ba9;   */
}

img.preload
{
    display: none;
}

/* Structure */

#head
{
    float: left;
    font-size: 0.7em;
    margin: 0 auto;
    padding: 10px 0 0; /* width:170px;   */
}

#marquee
{
    margin: auto;
    width: 985px;
    margin-top: -15px;
}

#page
{
    width: 990px;
    margin: 0px auto; /*  padding:0px 10px 10px 10px;   */
    font-size: 0.8em;
    clear: both;
}

.left, .alignleft
{
    float: left;
}

.right, .alignright
{
    float: right;
}

#searchform
{
    width: 250px;
    padding-top: 2px;
}

/*Navigation*/

#navbar
{
    height: 39px;
    padding-bottom: 0;
    text-transform: none;
    width: 990px;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    margin: auto;
}

#page-bar
{
    width: 750px;
    margin-left: 0px;
}

#page-bar ul
{
    list-style: none;
}

#page-bar li
{
    float: left;
    list-style: none;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 39px;
}

#page-bar li:hover
{
    /* background:none repeat scroll 0 0 #BED8FA;  */
    background: none repeat scroll 0 0 #f3daa2;
}

#page-bar a, #page-bar a:visited
{
    color: #433836;
    display: block;
    font-family: verdana;
    margin: 0;
    padding: 11px 32px;
}

#page-bar a:hover
{
    text-decoration: none;
    display: block;
    color: #000000;
}

#page-bar li
{
    float: left;
    margin: 0px;
    padding: 0px;
}

#page-bar li li
{
    width: 200px;
    float: none;
    font-size: 10px;
    text-decoration: normal;
}

#page-bar li li:hover ul
{
    display: block;
}

#page-bar li ul
{
    display: none;
    position: absolute;
    z-index: 30;
    cursor: default;
}

#page-bar li:hover ul
{
    left: auto;
    display: block;
}

#page-bar li ul li:hover ul
{
    left: auto;
    display: block !important;
}

#page-bar li:hover ul li ul
{
    display: none;
}

#page-bar li:hover ul, #page-bar li.sfhover ul
{
    left: auto;
}

#page-bar li ul li ul
{
    /* margin:0 160px;   */
    margin: 0 190px;
    position: absolute;
    top: 0;
}

/* Text*/

h1
{
    font: 2.2em Trebuchet ms;
    font-weight: normal;
    padding-bottom: 15px;
}

h2
{
    font: 1.4em Trebuchet ms, "Trebuchet ms";
    margin-bottom: 25px;
}

h2 a
{
    /*  color:#2f594f;   */
    color: #b3c4c1;
}

h3
{
    font: 1.5em Arial;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #446864; /* color:#99b2be;  */
    font-weight: normal;
}

h3 a
{
    color: #446864; /* color:#b3c4c1;   */
}

h4
{
    font: 1.2em Arial;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 25px;
}

h3.cat_title, h3.cat_title a
{
    color: #333;
    letter-spacing: -0.05em;
    font-size: 0.75em;
}

h3#respond
{
    margin-top: 0px;
    padding-top: 20px;
}

h3#comments
{
    margin-top: 32px;
    padding-left: 0px;
}

h3.authors
{
    margin-top: 15px;
}

/* Index Page*/

#head_left
{
    width: 350px;
    height: 90px;
    padding-top: 10px;
}

#logo
{
    float: left;
    width: 209px;
    margin: 0px 5px 0 0px;
    font: normal .70em tahoma;
    color: #9b9b9b;
}

#logo img
{
}

#tagline
{
    width: 125px;
    float: right;
    padding-top: 3px;
    font-size: 12px;
    font-family: arial;
    color: #9b9b9b;
}

#upper_right
{
    float: right;
    font-family: arial;
    text-align: right;
    padding: 18px 2px 15px 15px; /* border-left:3px solid #f3daa2; border-bottom:3px solid #f3daa2; border-right:3px solid #f3daa2; color:#cecece; background:#961c08; */
}

#rotator
{
    z-index: 0;
}

#top
{
    padding: 0;
}

#headline
{
    width: 660px;
    height: 373px;
    float: left;
    padding: 5px 10px 5px 0px;
    font-size: 1.05em;
    line-height: 1.4em;
    margin: 0;
}

.headtitle a
{
    /*  color:#2f594f;   */
    color: #3a5765;
    font-weight: normal;
    font: 3.65em Trebuchet ms;
    letter-spacing: -0.05em;
    display: block;
    padding-bottom: 05px;
    padding-left: 0px;
    padding-top: 0;
    padding-bottom: 20px;
}

#subhead
{
    width: 650px;
    height: 250px;
    background: #C6DEFC; /* background-image:url(http://revenflo.com/wp-content/uploads/front1.jpg);   */
    margin-top: 8px;
}

#subhead a
{
    color: #3c78a7;
}

#subhead p
{
    padding: 10px 0 0 10px;
    font-size: 11px;
    line-height: 150%;
    font-family: arial;
}

#subhead h2
{
    margin: 20px 0px 0px 0px;
}

#subhead div.title
{
    font-weight: bold;
    font: 24px arial,Trebuchet ms;
    letter-spacing: -0.05em;
    display: block;
    padding-bottom: 05px;
}

#headline div.title
{
    font-weight: bold;
    font: 2.2em Trebuchet ms;
    letter-spacing: -0.05em;
    display: block;
    padding-bottom: 05px;
}

#headline div.meta
{
    display: block;
    margin-top: -5px;
    padding-bottom: 2px;
}

#headline p
{
    padding-bottom: 15px;
}

#featured_new
{
    background-image: url('http://revenflo.com/wp-content/uploads/backimage.gif');
    width: 320px;
    height: 290px;
    float: right;
    padding: 20px 0px 15px 0px; /* color:#cecece;   */
    color: #797979;
    font: 14px/22px georgia;
    margin-top: 10px;
}

#featured_new p
{
    margin-right: 10px;
}

#featured_new a
{
    text-decoration: underline;
    color: #ffffff;
}

#featured_new a:hover
{
    background: #dfdfdf;
}

#featured_new ul
{
    margin: 20px 0 20px 70px;
}

#featured_new ul li
{
    margin-bottom: 10px;
}

#featured_new h2
{
    margin: 20px 0 0 40px;
    color: #232323;
}

#featured_new h3
{
    font-size: 18px;
    color: #787878;
}

#featured
{
    width: 310px;
    height: 100%; /*328px; */
    float: right;
    padding: 10px 0px 15px 0px; /*  border-left:1px solid #b3c4c1;   */
}

#featured a
{
}

#featured hr
{
    color: #9b9b9b;
}

#featured .clearfloat
{
    margin-top: 7px;
    margin-bottom: 8px;
}

#featured .info
{
    margin-top: 5px;
    padding-top: 5px;
    float: right;
    width: 173px;
}

#featured .title
{
    font-weight: normal;
    color: #3a5765;
    font-size: 14px;
}

#headline a img, #featured a img
{
    /*  border:1px solid #ccc;   */
    margin-top: 5px;
    margin-right: 10px;
    padding: 2px;
}

.tell_more
{
    text-align: right;
    font-size: 13px;
    color: #990000;
}

#middle
{
    width: 990px;
    background: #fff;
    margin: auto;
    text-align: left;
}

#middle h2
{
    font-size: 28px;
    padding: 25px 0 0 0px;
    color: #242424;
    margin-bottom: 15px;
}

.category
{
    width: 185px;
    float: left;
    border-top: 8px solid #333;
    margin: 0px;
    padding: 5px 10px 10px 5px;
    background: #fff;
}

.category p
{
    margin: 0;
}

#cat-1, #cat-3, #cat-5
{
    border-top: 8px solid #2f594f;
}

#cat-2, #cat-4
{
    border-top: 8px solid #b3c4c1;
}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title
{
    text-transform: lowercase;
    margin: 0;
    font-weight: normal;
    font-size: 1em;
    letter-spacing: -0.05em;
}

#front-popular h3
{
    color: #fff;
}

.category a
{
    color: #333;
    display: block;
    background: none;
}

.category a:hover
{
    background: none;
    color: #fff;
    text-decoration: none;
}

#cat-1:hover, #cat-3:hover, #cat-5:hover
{
    background: #3c78a7;
    color: #fff;
}

#cat-2:hover, #cat-4:hover
{
    background: #3c78a7;
    color: #fff;
}

#cat-1:hover a, #cat-3:hover a, #cat-5:hover a
{
    background: #3c78a7;
    color: #fff;
}

#cat-2:hover a, #cat-4:hover a
{
    background: #3c78a7;
    color: #fff;
}

#bottom
{
    width: 990px;
    margin: auto;
    margin-top: 25px;
    margin: auto;
}

#front-list
{
    width: 685px;
    background: #fff;
    padding: 15px 15px 15px 15px;
    font-size: .9em;
    line-height: 1.5em;
    float: left;
}

#archive
{
    padding-top: 20px;
    font-size: 1.25em;
    line-height: 2.25;
}

#front-list blockquote
{
    padding: 0px 10px 0 10px;
}

#front-list .title
{
    font-weight: normal;
    font: 1.75em Trebuchet ms;
    letter-spacing: -0.05em;
    line-height: 130%;
}

#archive .title
{
    font-weight: normal;
    font: 20px arial, Trebuchet ms;
    letter-spacing: -0.01em;
    line-height: 150%;
}

#front-list .clearfloat, #archive .clearfloat
{
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

#front-list .spoiler, #archive .spoiler
{
    display: block;
    margin-top: 3px;
}

.spoiler
{
    font-size: 12px;
    text-align: justify;
}

#front-list p, #archive p
{
    margin: 0px;
    padding: 0px;
}

#front-list h2
{
    margin-top: 50px;
    text-transform: uppercase;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    color: #bcbcbc;
    padding: 10px 0 10px 0;
}

.author
{
    font-size: 0.8em;
    font-weight: bold;
}

.meta
{
    font-size: 11px;
    color: #333;
}

.meta a
{
    color: #9c9c9c;
}

#headline p, #featured p
{
    margin: 0;
}

/* Content Page*/

#content
{
    background: #fff;
    padding: 25px 0px 25px 0px;
    color: #575757;
    width: 990px;
    margin: auto;
    line-height: 1.7em;
}

#main_column
{
    float: left;
    width: 685px;
    font-size: .9em;
    line-height: 2.2em;
    min-height: 400px;
}

.video
{
    width: 990px !important;
    padding: 25px 5px 25px 5px !important;
}

#content .breadcrumbs, #content .breadcrumbs a
{
    font-weight: normal;
    color: #999;
    font-size: 11px;
}

#content h2.title
{
    font: 1.8em trebuchet ms;
    font-weight: normal;
    letter-spacing: -0.05em;
    border-bottom: 1px solid #ddd;
    border-top: 3px solid #ddd;
}

#content_page
{
    width: 985px;
    background: #fff;
    padding: 50px 0px 50px 3px;
    font-size: .9em;
    line-height: 2.2em; /* float:left;  */
    margin: auto;
    min-height: 400px;
    color: #575757;
}

#page #content_page
{
    padding: 0px 0px 50px 0px;
}

#service_content
{
    width: 700px;
    float: right;
}

#content_page .breadcrumbs, #content_page .breadcrumbs a
{
    font-weight: normal;
    color: #999;
    font-size: 11px;
}

#content_page h2.title
{
    font: 2em trebuchet ms;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    border-top: 3px solid #ddd; /* padding:5px 0px;  */
}

#page #content_page h2.title
{
    border-bottom: 1px solid #DDDDDD;
    border-top: none;
    padding-bottom: 10px;
    margin-top: 35px;
}

#content_page li
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.post
{
    font-size: 1.05em;
    line-height: 1.5em;
}

#service_content .post
{
    float: right;
    width: 715px; /*if sidebar on*/ /*width:970px; */
}

.post p
{
    margin-top: 0px;
}

.post .clearfloat
{
    border-bottom: 1px dotted #ccc;
    margin: 10px 0px;
}

.post ul, .post ol, #front-list ul, #front-list ol
{
    margin-bottom: 15px;
}

.post ul li, #front-list ul li
{
    list-style-type: disc; /*rtp*/
    margin-left: 30px;
}

.post ol li, #front-list ol li
{
    list-style: decimal;
    margin-left: 30px;
}

.post ol li ul li, #front-list ol li ul li
{
    list-style: square;
    margin-left: 20px;
}

.post img, .post a img, #front-list img, #archive img
{
    border: 1px solid #ccc;
    margin: 0 10px 5px 0;
    padding: 2px;
}

.post .ads
{
    margin-top: 10px;
}

.entry
{
    margin-top: 20px;
}

#page .entry h3
{
    /* color:#9c3626;  color:#343434;  */
    color: #21759b;
    font: 22px Arial;
}

#stats
{
    margin-top: 0px;
    padding: 4px 0px;
    text-transform: uppercase;
    font: 0.8em Arial;
    display: block;
}

#stats span
{
    padding: 0px 20px 0px 0px;
}

#stats span a:hover
{
    background: none;
}

#stats span a
{
    color: #333;
}

#stats img, #nav img
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}

#tools
{
    width: 590px;
    height: 25px;
    font-size: 0.95em;
}

#tools a:hover
{
    background: none;
}

.navigation
{
    padding: 5px 0px;
    text-align: Center;
}

/* Sidebar*/

#sidebar
{
    width: 270px; /* width:270px;  */
    float: right;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    background: url("images/sidebar.png") repeat-y scroll 0 0 transparent;
}

#sidebar h3
{
    font: 1.4em Arial;
    font-weight: normal; /*background:#ffffff;  */
    color: #9c9c9c;
    margin: 25px 0px 10px 0px;
    padding: 3px 10px;
}

#cat
{
    margin: 0 5px;
}

#sidebar h3 a
{
    color: #9c9c9c;
}

#sidebar-bottom
{
    width: 250px;
    float: right;
    padding: 0px 10px 10px 0px;
    background: #fff;
    height: 100px;
    background: url("images/sidebar_bottom.png") no-repeat scroll right bottom transparent;
}

#sidebar-top
{
    width: 250px; /* width:250px;  */
    float: right;
    padding: 0px 10px 10px 0px;
    background: #fff;
    background: url("images/sidebar_top.png") no-repeat scroll right top transparent;
}

#sidebar-bottom, #sidebar-middle
{
    margin-top: 10px;
}

#sidebar-middle
{
    width: 250px;
    float: right;
    display: none;
}

#sidebar-left
{
    width: 135px;
    padding: 0px 10px 10px 0px;
    float: left;
    background: #fff;
}

#sidebar-right
{
    width: 135px;
    padding: 0px 10px 10px 10px;
    float: right;
    background: #fff;
}

#sidebar li
{
    background: url("images/line.gif") repeat-x scroll center bottom transparent;
    display: block;
    font: 1em Arial;
    list-style: none outside none;
    margin-bottom: 10px;
    margin-left: 13px;
    padding: 2px 0;
}

#sidebar li ul li:last-child
{
    list-style: none;
    border-bottom: 0px dotted #ccc;
    display: block;
    padding: 2px 0px 0px 20px; /*  background:url(images/sub.png) no-repeat 0 0px;   */
}

#sidebar-ads
{
    width: 298px;
    float: right;
    margin-bottom: 10px;
    padding: 10px;
    background: #e4e1dc;
    border: 1px solid #337a72;
    font-size: 18px;
    line-height: 155%;
    text-align: center;
}

#sidebar-ads a
{
    color: #337a72; /*  color:#ca3227;   color:#1f436b;   color:#efefef;   */
}

/* Form Elements */

select
{
    border: 1px solid #333;
    width: 100%;
}

.field
{
    padding: 2px;
    border: 1px solid #333;
    background: #fff;
    font-size: 1.0em;
}

#s
{
    padding: 1px;
    font-size: 1.0em;
    width: 200px;
	border: 1px #848484 solid;
}

#searchsubmit
{
    padding-left: 5px;
}

#commentform input
{
    width: 90px;
    margin: 5px 5px 1px 0;
}

#commentform textarea
{
    width: 99%;
    margin-top: 5px;
}

/* Comments*/

.commentlist cite
{
    font-style: normal;
    margin-bottom: 4px;
    display: block;
}

.commentlist blockquote
{
    background: #ededed;
}

.commentlist li
{
    padding: 10px 0px 10px 0px;
    list-style: none;
    margin-bottom: 3px;
}

.commentlist li li
{
    background: none;
    border: none;
    list-style: square;
    margin: 3px 0 3px 20px;
    padding: 3px 0;
}

.commenttext
{
    padding: 10px 10px 0px 10px;
    background: #f2f2f2;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 495px;
    float: right;
}

.commentlist cite strong {
    font-size: 1.1em;
}

li.my_comment {
    background: #FFF;
    border: none;
}

li.my_comment cite strong {
    font-size: 1.3em;
    color: #313228;
}

#commentform small {
    background: #FFF;
    font-weight: bold;
    padding: 0;
}

.commentmetadata {
    color: #4d4d4d;
    display: block;
    margin-top: 3px;
    text-align: right;
    font-size: 0.9em;
}

.commentmetadata a, .commentmetadata a:visited {
    color: #959382;
}

.commentlist small {
    background: #e9e9e9;
}

.avatar {
    border: 1px solid #bbb;
    margin: 0px 10px 0px 0px;
    float: left;
    padding: 2px;
    width: 55px;
    height: 55px;
}

#comment {
    width: 590px;
    background: #fff;
}

/* Footer*/

#front-popular {
    font-size: 0.7em;
    color: #343434;
    width: 100%;
    height: 75px;
    background: #1b1d1d;
    margin: 0 auto;
    padding: 10px;
}

#recentpost, #mostcommented {
    width: 280px;
    float: left;
    padding: 10px;
    border: 1px solid #fff;
}

#mostcommented {
    margin-left: 17px;
}

#recent_comments {
    width: 280px;
    float: right;
    padding: 10px;
    border: 1px solid #fff;
}

#recentpost a, #mostcommented a, #recent_comments a {
    color: #232323;
}

#recentpost ul, #mostcommented ul, #recent_comments ul {
    margin-top: 5px;
}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
    list-style: none;
    border-top: 1px dotted #fff;
    padding: 5px;
    display: block;
}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
    background: #3c78a7;
    color: #232323;
}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
    border-top: 0px dotted #fff;
}

/* Float Properties*/

.clearfloat:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfloat {
    display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfloat {
    height: 1%;
}

* + html .clearfloat {
    height: 1%;
}

.clearfloat {
    display: block;
}

#testimonials {
    height: 300px;
    clear: both;
    width: 200px;
    margin-left: 15px;
    font-family: arial;
    font-size: 13px;
}

div.testimonial {
    height: 300px;
}

/* rotator in-page placement */

div#rotator {
    position: relative;
    height: 250px;
    margin-left: 0;
}

/* rotator css */

div#rotator ul li {
    float: left;
    position: absolute;
    list-style: none;
}

/* rotator image style */

div#rotator ul li img {
    border: 1px solid #ccc;
    padding: 0px;
    background: #FFF;
}

div#rotator ul li.show {
    z-index: 500;
}

/* NEw Footer*/
/* footer */

#footer {
    background: url("http://revenflo.com/wp-content/themes/arthemia/images/footer_back.jpg") no-repeat scroll center bottom #FFFFFF;
    clear: both;
    font-family: 'Lucida Grande' ,Verdana,Arial,Sans-Serif;
    height: 451px;
    width: 100%;
}

#footer_in {
    margin: auto;
    width: 996px;
}

.widget_case_studies {
    width: 228px;
    margin-left: 14px;
    height: 314px;
    margin-top: 29px;
    float: left;
} 
.widget_subscribe {
    width: 237px;
    margin-left: 14px;
    height: 314px;
    margin-top: 29px;
    float: left;
}

.widget_twitter_feeds {
    width: 228px;
    margin-left: 14px;
    height: 314px;
    margin-top: 29px;
    float: left;
}

.widget_twitter_feeds div img {
    display: none;
}

.widget_text {
    width: 228px;
    margin-left: 14px;
    height: 314px;
    margin-top: 29px;
    float: left;
}

.widget_ebook {
    width: 228px;
    margin-left: 14px;
    height: 314px;
    margin-top: 29px;
    float: left;
}

.widget_ebook div img {
    display: none;
}

#footer h4 {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0px;
    font-weight: bold;
}

a.case_title {
    color: #797979;
    font-size: 12px;
    line-height: 20px;
}

div.sub_text {
    color: #c2c2c2;
    font-size: 12px;
    line-height: 18px;
    height: 120px;
    padding-bottom: 10px;
}

div.social_text {
    color: #C2C2C2;
    font-size: 12px;
    height: auto;
    line-height: 20px;
    margin-left: 0 !important;
    padding-bottom: 10px;
    width: 220px !important;
}

h5.subTitle {
    color: #c2c2c2;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    margin: 0px;
}

.community {
    float: left;
    margin-right: 25px;
}

div.widget_subscribe .email, .footer .email {
    padding: 2px 5px;
    border: none;
    height: 27px;
    width: 140px;
    float: left;
    color: #666;
    background: url('http://revenflo.com/wp-content/themes/arthemia/images/email_bg.jpg') top center no-repeat;
}

div.widget_subscribe .subscribe, .footer .subscribe {
    border: none;
    height: 31px;
    width: 84px;
    float: left;
    background: url('http://revenflo.com/wp-content/themes/arthemia/images/subscribe.jpg') top center no-repeat;
}

div.social_text a {
    color: #c2c2c2;
    font-size: 12px;
}

span.social_date a {
    color: #959595;
}

#footer #footermenu {
    clear: both;
    overflow: hidden;
}

#footer #footermenu ul {
    margin-top: 25px;
    padding: 0;
    list-style: none;
    text-align: center;
}

#footer #footermenu ul li {
    margin-right: 40px;
    display: inline;
}

#footer #footermenu ul li a {
    color: #252525;
    font-size: 13px; /*text-shadow:-1px -1px 1px #c5c5c5;*/
}

#footer #footermenu ul li a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#powered_by {
    clear: both;
    overflow: hidden;
    font-size: 9px;
    text-align: center;
    color: #FFFFFF;
}

#powered_by a {
    color: #FFFFFF;
}

#powered_by a:hover {
    color: #666666;
    text-decoration: none;
}

/* NEW HEADER CONTACT FORM */

#contact_revenflo {
    clear: both;
    overflow: hidden;
    width: 265px;
    font-size: 12px;
    text-align: right;
    margin-bottom: 5px;
}

#contact_no {
    float: left;
    text-align: left;
    color: #949594;
    font-weight: bold;
}

.contact_no {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
}

.address {
    float: right;
    font-size: 10px;
    line-height: 12px;
    color: #949594;
    font-weight: bold;
}

#contact_form {
    clear: both;
    width: 265px;
    overflow: hidden;
    padding-top: 15px;
    border-top: 1px solid #CCCCCC;
}

#contact_form label {
    float: left;
    color: #666666;
    line-height: 20px;
    color: #58595b;
    font-size: 12px;
    font-weight: bold;
}

#contact_form input {
    float: right;
    width: 200px;
    border: 1px solid #c7c7c7;
}
 
#contact_form .submit {
    background: url('http://revenflo.com/wp-content/themes/arthemia/images/send_me.gif') no-repeat;
    height: 27px;
    width: 76px;
    border: none;
}

#footer #email, #footer #subsubmit {
    display: none;
}

.absolute-subscribe {
    margin: 289px 0 0;
    position: absolute;
}


/*new menu*/


#contact-menu {
    /* background:url("http://revenflo.com/wp-content/themes/arthemia/images/sub-menu-bg.jpg") repeat scroll 0 0 transparent;  */
    background: #efefef;
    height: 442px;
    position: absolute;
    width: 376px;
    z-index: 998;
    font-family: Helvetica, Arial, sans-serif;
    cursor: default;
    display: none; /* margin-left:-294px;   */
}

.phone-info {
    float: left;
    margin-left: 16px;
}

.contact-info-menu {
    display: inline-block;
    margin-bottom: 10px;
    width: 375px;
}

.contact-info-menu .right {
    margin-right: 25px;
}
 
#contact-menu h4 {
    color: #959595;
    font-size: 20px;
    margin: 0;
}

#contact-menu p {
    color: #494949;
    font-size: 12px;
    margin-bottom: 0;
}

#contact-menu .right p {
    font-size: 10px;
}

.contact-form-menu {
    border-top: 1px solid #D7D6D7;
    clear: both;
    margin: 0px 7px 0 1px;
}

#contact-menu textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C7C7C7;
    width: 332px;
    height: 130px;
    margin-top: 10px;
}

#form-cm {
    margin-left: 15px;
    margin-right: 18px;
    margin-top: 18px;
}

#contact-menu input {
    background-color: #FFFFFF;
    border: 1px solid #C7C7C7;
    float: right;
    height: 22px;
    margin-bottom: 18px;
    width: 250px;
}

#contact-menu label {
    /* color:#58595B;  */
    color: #cfcfcf;
    float: left;
    font-size: 14px;
    margin-top: 3px;
}

.clearfix {
    clear: both;
}

#contact-menu .send-btn-menu {
    background-color: transparent;
    border: medium none !important;
    height: 27px;
    margin-top: 10px;
    width: 76px;
}

#ecommerce-menu {
    background: url("http://revenflo.com/wp-content/themes/arthemia/images/sub-menu-bg.jpg") repeat scroll 0 0 transparent;
    height: auto;
    position: absolute; /* width:573px;  */
    width: 500px;
    z-index: 997;
    display: none;
    min-height: 230px;
    cursor: default;
}

#webucation-menu {
    background: url("http://revenflo.com/wp-content/themes/arthemia/images/sub-menu-bg.jpg") repeat scroll 0 0 transparent;
    height: auto;
    position: absolute; /* width:573px;  */
    width: 500px;
    z-index: 997;
    display: none;
    min-height: 230px;
    cursor: default;
}

#page-bar li:hover #webucation-menu {
    display: block;
}

#page-bar li:hover #contact-menu {
    display: block;
}

#webucation-menu ul {
    border: medium none;
    margin: 18px 0 0 24px; /* width:390px;  */
    width: 100px;
}

- #webucation-menu li, .submenu li {
    background: url("http://revenflo.com/wp-content/themes/arthemia/images/g-li.png") no-repeat scroll 0 11px transparent !important;
    border: medium none;
    margin-bottom: 12px; /* width:193px !important;   */
    width: 200px;
}

#page-bar li li {
    border: none;
}

#webucation-menu li a, #webucation-menu li a:visited, .submenu li a {
    font-family: Helvetica,Arial,sans-serif;
    padding-left: 23px;
    width: auto !important;
}

#webucation-menu li:hover {
    /* background:url("http://revenflo.com/wp-content/themes/arthemia/images/g-li.png") no-repeat scroll 0 11px transparent;  */
    border: none; /* color:#4d4d4f;   */
}

#webucation-menu li a:hover {
    /* color:#4d4d4f;  */
    text-decoration: underline; /* background:url("http://revenflo.com/wp-content/themes/arthemia/images/g-li.png") no-repeat scroll 0 11px transparent;  */
}

#webucation-menu img {
    margin: 13px 0 0 420px;
    position: absolute;
}

#webucation-menu .border {
    border: 4px solid #c1c4c5;
}

.submenu ul {
    /* background:#d8e4f4;  filter:alpha(opacity=100);  opacity:1;  min-height:230px;   padding:18px 0 10px 24px;   width:575px;  */
    background: #ffffff;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede; filter:alpha(opacity=95); opacity:.95; 
    min-height: 230px;
    margin-top: 3px;
    padding: 18px 0 10px 24px;
    width: 575px;
}

.submenu ul ul {
    background: none;
    border: none;
    width: auto;
    height: auto;
}

.submenu ul ul div {
    display: none !important;
}

.submenu ul a {
    padding-left: 10px !important;
}

.submenu ul li a:hover {
    background: #d3503c;
    color: #ffffff;
    border-bottom: 1px solid #cecece; /* background:#dedede;  */ /* width: 100%; */
}

.webu ul {
    background: #bed8fa; filter:alpha(opacity=95); opacity:.9;
    min-height: 230px;
    padding: 18px 0 10px 24px;
    width: 575px;
}

.webu ul ul {
    background: none;
    width: auto;
    height: auto;
}

.webu ul ul div {
    display: none !important;
}

.webu ul a {
    padding-left: 23px !important;
}

.webu ul li a:hover {
    border-bottom: 1px solid #cecece;
    background: #dedede;
}

.submenu_vid ul {
    background: #efefef; /*filter:alpha(opacity=90); */ /*opacity:.9; */
    min-height: 230px;
    padding: 18px 0 0 24px;
    width: 500px;
}

.submenu_vid li {
    width: 500px;
}

#backdrop {
    height: auto;
    margin: 0 auto;
    width: 990px;
}

.rssSummary {
    font: 12px/1.5em georgia,trebuchet ms;
    letter-spacing: 0;
    margin: 15px 0;
    text-align: justify;
}

.rsswidget {
    color: #7E9BA9 !important;
    font: normal 13px/130% Trebuchet ms;
}

.video-content {
    margin-bottom: 30px;
}

.video-content p {
    font: 12px/1.5em georgia,trebuchet ms;
    letter-spacing: 0;
    margin: 5px 0;
    text-align: justify;
}

.audio-content {
    margin-bottom: 30px;
}

.audio-content p {
    font: 12px/1.5em georgia,trebuchet ms;
    letter-spacing: 0;
    margin: 5px 0;
    text-align: justify;
}

.audio-content img {
    display: none;
}

.audio-content h3 {
    font-size: 18px;
}

#header-content {
    width: 100%;
}

#header {
    margin: 0 auto;
    width: 990px;
    height: 125px;
}

#left {
    background: url("images/bg-left-sidebar.jpg") repeat scroll 0 0 transparent;
    float: left;
    width: 250px; /*width:264px;  */ /*display:none; */
}

.post-2219 #left {
    display: none;
}

.post-2219 .post {
    width: auto !important;
}

#sidebar-menu {
    /*background:url("images/left-sidebar-top.png") repeat-x scroll 0 0 #EEEEEE; */
    background-color: #eee;
    border-top: 1px solid #e6e6e6;
}

#sidebar-menu div {
    margin: 0 !important;
    padding: 0;
}

#sidebar-menu h3 {
    padding-top: 30px;
}

#sidebar-menu ul {
    padding: 0 27px 10px;
    list-style: none;
}

#sidebar-menu ul li {
    padding: 1px 20px 7px;
    border-bottom: 1px solid #e6e6e6;
}

#sidebar-menu ul li ul {
    padding: 0;
}

#sidebar-menu ul li ul li {
    margin: 0;
    padding: 8px 0 0 10px;
    border: none;
}

#sidebar-menu ul li ul li a:before {
    content: "\02014";
}
 
#sidebar-menu a, #sidebar-menu ul li {
    font: normal 13px "Trebuchet MS" , helvetica, sans-serif;
    color: #3C78A7;
}

#sidebar-menu ul.acordion {
    margin: 0;
    padding: 0;
}

.textwidget {
    margin: 0 27px !important;
    line-height: 16px;
}
 
.xoxo div:first-child {
    margin: 0;
    padding: 0;
}

.xoxo div:last-child {
    background: none;
}
 
.xoxo div {
    margin: 15px 0;
    padding: 20px 0;
}

.xoxo > div {
    background: url("images/sep.jpg") no-repeat scroll 0 bottom transparent;
}

.xoxo h3 {
    color: #555555;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 19px;
    margin: 0 27px;
}

.xoxo h4 {
    color: #0078A6;
    font-size: 16px;
    margin: 10px 0 0;
}

.xoxo p {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
}

#montly-newsletter {
    background: url("http://revenflo.com/dev/wp-content/themes/arthemia/images/subscribeinputtypetext.jpg") repeat-x scroll 0 1px transparent;
    border: 1px solid #4B4B4B;
    height: 25px;
}

#montly-newsletter input[type="text"] {
    background: url("http://revenflo.com/dev/wp-content/themes/arthemia/images/subscribeinputtypetext.jpg") repeat scroll 0 0 transparent;
    border: medium none;
    height: 24px;
}

#montly-newsletter input[type="submit"] {
    background: url("http://revenflo.com/dev/wp-content/themes/arthemia/images/subscribeinputtypebtn.jpg") repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 11px;
    height: 25px;
    width: 63px;
}


#rotator1 {
    margin: 40px 0 0 0 !important;
}

/* ------------------- BOX -----------------------*/

.box {
    position: relative;
}

.box .box-top-left {
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 21px;
}

.box .box-top-right {
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
}

.box .box-bottom-right {
    bottom: 0;
    height: 20px;
    position: absolute;
    right: 0;
    width: 27px;
}

.box .box-bottom-left {
    bottom: 0;
    height: 20px;
    left: 0;
    position: absolute;
    width: 21px;
}

.box .box-top {
    height: 20px;
    margin: 0 21px;
    width: auto;
}

.box .box-middle-left {
    bottom: 20px;
    height: auto;
    left: 0;
    position: absolute;
    top: 20px;
    width: 21px;
}

.box .box-middle-right {
    bottom: 20px;
    height: auto;
    position: absolute;
    right: 0;
    top: 20px;
    width: 27px;
}

.box .box-center {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0 27px 0 21px;
}

.box .box-center .img {
    border: medium none;
    display: block;
    float: left;
    height: 70px;
    margin: 0 5px 0 0;
    width: 72px;
}

.box .box-center p {
    margin-bottom: 0;
    margin-right: 10px;
}

.box .box-center h4
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.box .box-bottom {
    height: 20px;
    margin: 0 27px 0 21px;
    width: auto;
}

/* --------------------- WARNING BOX ------------------------*/

.warning_box .box-top-left {
    background: url("images/box-corners-red.png") no-repeat scroll 0 0 transparent;
}

.warning_box .box-top-right {
    background: url("images/box-corners-red.png") no-repeat scroll right 0 transparent;
}

.warning_box .box-bottom-right {
    background: url("images/box-corners-red.png") no-repeat scroll right bottom transparent;
}

.warning_box .box-bottom-left {
    background: url("images/box-corners-red.png") no-repeat scroll left bottom transparent;
}

.warning_box .box-top {
    background: url("images/box-top-bottom-red.png") repeat-x scroll center top transparent;
}

.warning_box .box-middle-left {
    background: url("images/box-ml-mr-red.png") repeat-y scroll 0 0 transparent;
}

.warning_box .box-middle-right {
    background: url("images/box-ml-mr-red.png") repeat-y scroll right 0 transparent;
}

.warning_box .box-center {
    background: none repeat scroll 0 0 #E03D32;
    color: #ffffff;
}

.warning_box .box-center .img {
    background: url("images/ideas.png") repeat scroll 0 0 transparent;
}

.warning_box .box-center p {
    margin-bottom: 0;
    margin-right: 10px;
}
 
.warning_box .box-center a {
    color: #ffffff;
}

.warning_box .box-bottom {
    background: url("images/box-top-bottom-red.png") repeat-x scroll center bottom transparent;
}

/* ----------------------- NOTE BOX -----------------------*/

.note_box .box-top-left {
    background: url("images/box-corners-yellow.png") no-repeat scroll 0 0 transparent;
}

.note_box .box-top-right {
    background: url("images/box-corners-yellow.png") no-repeat scroll right 0 transparent;
}

.note_box .box-bottom-right {
    background: url("images/box-corners-yellow.png") no-repeat scroll right bottom transparent;
}
.note_box .box-bottom-left {
    background: url("images/box-corners-yellow.png") no-repeat scroll left bottom transparent;
}

.note_box .box-top {
    background: url("images/box-top-bottom-yellow.png") repeat-x scroll center top transparent;
}

.note_box .box-middle-left {
    background: url("images/box-ml-mr-yellow.png") repeat-y scroll 0 0 transparent;
}

.note_box .box-middle-right {
    background: url("images/box-ml-mr-yellow.png") repeat-y scroll right 0 transparent;
}

.note_box .box-center {
    background: none repeat scroll 0 0 #F4D599;
    color: #555555;
}

.note_box .box-center .img {
    background: url("images/note.png") repeat scroll 0 0 transparent;
}

.note_box .box-center p {
    margin-bottom: 0;
    margin-right: 10px;
}

.note_box .box-center a {
}

.note_box .box-bottom {
    background: url("images/box-top-bottom-yellow.png") repeat-x scroll center bottom transparent;
}

/* -------------------INFO BOX--------------------*/

.info_box li {
    font-size: 13px;
}

.info_box .box-top-left {
    background: url("images/box-corners-green.png") no-repeat scroll 0 0 transparent;
}

.info_box .box-top-right {
    background: url("images/box-corners-green.png") no-repeat scroll right 0 transparent;
}

.info_box .box-bottom-right {
    background: url("images/box-corners-green.png") no-repeat scroll right bottom transparent;
}

.info_box .box-bottom-left {
    background: url("images/box-corners-green.png") no-repeat scroll left bottom transparent;
}

.info_box .box-top {
    background: url("images/box-top-bottom-green.png") repeat-x scroll center top transparent;
}

.info_box .box-middle-left {
    background: url("images/box-ml-mr-green.png") repeat-y scroll 0 0 transparent;
}

.info_box .box-middle-right {
    background: url("images/box-ml-mr-green.png") repeat-y scroll right 0 transparent;
}

.info_box .box-center {
    background: none repeat scroll 0 0 #005d52;
    color: #FFFFFF;
}

.info_box .box-center .img {
    background: url("images/info.png") no-repeat scroll 0 0 transparent;
    height: 71px;
}

.info_box .box-center p {
    margin-bottom: 0;
    margin-right: 10px;
}

.info_box .box-center a {
    color: #ffffff;
    text-decoration: underline;
}

.info_box .box-bottom {
    background: url("images/box-top-bottom-green.png") repeat-x scroll center bottom transparent;
}

/* ------------------INFO BOX -------------------*/

.quote_box {
    background: url("images/quotes-open.png") no-repeat scroll 0 0 transparent;
    font-style: italic;
    font-weight: normal;
    padding: 0 0 0 40px;
    font-size: 13px;
}

.quote_box p {
}

.quote_box p:after {
    content: url("images/quotes-close.png");
    vertical-align: -13px;
    background-repeat: no-repeat;
}

#recentpost .widget-area {
    width: 200px;
    padding-left: 30px;
}

#page_sub_head {
    text-transform: uppercase;
    color: #787878;
    font-family: arial;
    font-size: 14px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 13px 0 13px 0;
    line-height: 160%;
    margin-top: 3px;
    margin-bottom: 10px;
}

.post img, .post a img, #front-list img, #archive img, .post-image-content img {
    border: 1px solid #bdbdbd;
    background: #fff;
    padding: 2px;
}
#content_page p.wp-caption-text {	font-size: 11px;	font-family: Arial;	line-height: 13px;	color: #959595;}.caption-baseball-right {	padding: 0 0 0 15px; }.caption-baseball-left{	padding: 0 15px 0 0; }
/*--------------Client Logos Page------------------*/

#logoBox {
    background-color: #999;
    padding: 2px;
    width: 576px;
}

#client_logos {
    float: right;
}

#client_logos img {
    border-style: none;
    margin: 2px;
    width: 184px;
}

#client_logos img a:hover {
    border-style: double;
    border-color: #d3503c;
}

/*----------------New Contact Forms------------------*/

#fullBottomForm {
    background: transparent url('http://revenflo.com/wp-content/uploads/fullBottomContact.png') no-repeat;
    margin-top: 25px;
    margin-bottom: 15px;
    width: 960px;
    height: 350px;
}

.two_col {
    overflow: auto;
    width: 450px;
    padding: 5px;
    margin-bottom: 1px; 
    border-radius: 2px;
}

.two_col:hover {
    background-color: #F5F8FC;
}

.two_col.selected {
    background-color: #EDF2F7;
}

.two_col label {
    display: block;
    width: 130px;
    padding-right: 7px;
    float: left;
    line-height: 22px;
    text-align: right;
}

.wpcf7 .two_col span {
    display: block;
    width: 313px;
    float: left;
}

.wpcf7 .two_col input[type="text"] {
    display: block;
    width: 311px;
    margin-bottom: 0;
    font-size: 13px;
}

.wpcf7 .two_col textarea {
    display: block;
    width: 311px;
    height: 110px;
    margin-bottom: 0;
    font-size: 13px;
}

#wpcf7-f1-p8-o1 input[type="submit"] {
    margin-left: 142px;
}

.wpcf7 label {
    font-family: Arial, Helvetica, serif;
    font-size: 12px;
    color: #898C8D;
}
.wpcf7 label em {
    font-weight: bold;
    font-style: normal;
    color: red;
}

.wpcf7 input[type="text"] {
    width: 200px;
    margin-bottom: 3px;
    border: 1px #898C8D solid;
    height: 20px;
    line-height: 20px;
    margin-left: 12px;
    padding: 4px;
    border: 1px solid #999;
    outline: none;
    background: #CCC;
    color: #777;
} 

.wpcf7 textarea {
    font-family: Arial, Helvetica, serif;
    font-size: 12px;
    color: #898C8D;
    padding: 4px;
    margin: 12px;
    width: 200px !important;
    height: 115px;
    font-size: 13px;
    float: left;
    border: 1px solid #999;
    outline: none;
    background: #CCC;
    color: #777;
} 

.wpcf7 input[type="submit"] {
    height: 40px;
    width: 126px;
    margin-top: 3px;
    margin-left: 315px;
    background: transparent url('http://revenflo.com/wp-content/uploads/smLearnMore.png') no-repeat;
    border-style: none;
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
}

#sidebar-contact {
    margin-top: 10px;
    margin-left: -26px;
    width: 250px;
    height: 770px;
}
#sidebar-contact iframe {
    width: 260px;
    height: 838px;
}

#sbContent {
    padding-top: 340px;
    padding-left: 8px;
}

#sidebar-contact input[type="text"] {
    font-family: Arial, Helvetica, serif;
    font-size: 12px;
    color: #898C8D;
    padding: 4px 0px 4px 8px;
    margin-bottom: 5px;
    width: 200px;
    height: 14px;
    font-size: 13px;
    float: left;
    border: 1px solid #999;
    outline: none;
    background: #f1f1f1 url(http://revenflo.com/wp-content/uploads/textArea.png) repeat-y;
    color: #777;
}

#sidebar-contact textarea {
    font-family: Arial, Helvetica, serif;
    font-size: 12px;
    color: #898C8D;
    padding: 4px 0px 4px 8px;
    margin-top: 0;
    width: 200px !important;
    height: 75px;
    font-size: 13px;
    float: left;
    border: 1px solid #999;
    outline: none;
    background: #f1f1f1 url(http://revenflo.com/wp-content/uploads/textArea.png) repeat-y;
    color: #777;
}

#sidebar-contact input[type="submit"] {
    margin: 5px;
}

#sidebar-contact input[type=text]:focus, #sidebar-contact textarea:focus {
    border: 1px solid #3e5a79;
    background: #FFF;
    color: #000;
}

img.wpcf7-captcha-captcha-857 {
    margin-top: -5px;
    margin-left: 13px;
    margin-bottom: 10px;
}

#submitBtn input[type="submit"], input[type="button"], a.button, a.button:hover, a.button:active {
    width: 150px;
    height: 40px;
    margin-top: 10px;
    margin-left: 41px;
    background: transparent url('http://revenflo.com/wp-content/uploads/learnMore.png') no-repeat;
    border-style: none;
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
}

#bottomForm {
    float: right;
    margin-top: 20px;
    margin-bottom: 15px;
    width: 715px;
    height: 359px;
    background: url('http://revenflo.com/wp-content/uploads/bottomForm.png') no-repeat;
    overflow: visible;
}

#formContent {
    margin-top: 85px;
    width: 420px;
    height: 200px;
}

#bottomFormContent {
    padding-top: 80px;
    width: 420px;
    height: 200px;
}

#leftContact {
    float: left;
    width: 200px;
}

#leftContact input[type="text"] {
    font-family: Arial, Helvetica, serif;
    font-size: 12px;
    color: #898C8D;
    padding: 4px 0px 4px 8px;
    margin-top: 7px;
    width: 200px !important;
    height: 18px;
    font-size: 13px;
    float: left;
    border: 1px solid #999;
    outline: none;
    background: #f1f1f1;
    color: #777;
} 

#rightContact {
    float: right;
    width: 200px;
}

#rightContact input[type="text"] {
    font-family: Arial, Helvetica, serif;
    font-size: 12px;
    color: #898C8D;
    padding: 4px 0px 4px 8px;
    margin-top: 7px;
    width: 200px !important;
    height: 18px;
    font-size: 13px;
    float: left;
    border: 1px solid #999;
    outline: none;
    background: #f1f1f1;
    color: #777;
} 

#bottomContact {
    margin-top: 5px;
    float: left;
}

#bottomContact textarea {
    font-family: Arial, Helvetica, serif;
    font-size: 12px;
    color: #898C8D;
    padding: 4px 0px 4px 8px;
    margin-top: 2px;
    width: 420px !important;
    height: 50px;
    font-size: 13px;
    float: left;
    border: 1px solid #999;
    outline: none;
    background: #f1f1f1;
    color: #777;
}

.wpcf7 input[type="text"] {
    font-family: Arial, Helvetica, serif;
    font-size: 12px;
    color: #898C8D;
    font-size: 13px;
    float: right;
    width: 60px;
    margin-right: 12px;
    margin-top: -3px;
    background: #f1f1f1;
    color: #777;
}

img.wpcf7-captcha-captcha-90 {
    float: right;
    height: 24px;
    margin-top: -3px;
    margin-right: 154px;
}

/*#bottomForm textarea {
	margin-top: -10px;
	width: 320px !important;
	height: 30px !important;
	background: transparent url('../images/MsgBox.png') no-repeat !important;
}*/

#bottomForm select {
    width: 203px !important;
    margin-right: -5px;
}

#sidebar-menu a, #sidebar-menu ul li {
    color: #000000;
}

/*Landing Page Forms*/

#floatingForm {
    width: 225px;
    height: 761px;
    float: right;
    margin-left: 20px;
    margin-top: -15px;
    margin-bottom: 25px;
    padding-left: 35px;
    padding-bottom: 15px; /*background: transparent url('http://revenflo.com/wp-content/uploads/sbContacteBook.png') no-repeat;*/
}

#floating-contact {
    margin-top: 55px;
    margin-left: 0px;
    width: 250px;
    height: 761px;
}

#floating-contact input[type="text"] {
    font-family: Arial, Helvetica, serif;
    font-size: 12px;
    color: #898C8D;
    padding: 4px 0px 4px 8px;
    margin-bottom: 5px;
    width: 200px;
    height: 14px;
    font-size: 13px;
    float: left;
    border: 1px solid #999;
    outline: none;
    background: #f1f1f1 url(http://revenflo.com/wp-content/uploads/textArea.png) repeat-y;
    color: #777;
}

#floating-contact textarea {
    font-family: Arial, Helvetica, serif;
    font-size: 12px;
    color: #898C8D;
    padding: 4px 0px 4px 8px;
    margin-top: 0;
    width: 200px !important;
    height: 75px;
    font-size: 13px;
    float: left;
    border: 1px solid #999;
    outline: none;
    background: #f1f1f1 url(http://revenflo.com/wp-content/uploads/textArea.png) repeat-y;
    color: #777;
}

#floating-contact input[type="submit"] {
    margin: 5px;
}

#floating-contact input[type=text]:focus, #sidebar-contact textarea:focus {
    border: 1px solid #3e5a79;
    background: #FFF;
    color: #000;
}

#floating-contact input[type="submit"] {
    margin-left: 43px;
}

/*Landing Page Forms - Red*/

#floatingForm2 {
    width: 291px;
    height: 709px;
    float: right;
    margin-right: -3px;
    margin-left: 20px;
    margin-top: -5px;
    margin-bottom: 20px;
    background: transparent url('http://revenflo.com/wp-content/uploads/redFormSB.png') no-repeat;
} 

#floating-contact2 {
    margin-top: -162px;
    margin-left: 37px;
    width: 250px;
    height: 761px;
}

#floating-contact2 input[type="text"] {
    font-family: Arial, Helvetica, serif;
    font-size: 12px;
    color: #898C8D;
    padding: 4px 0px 4px 8px;
    margin-bottom: 12px;
    width: 175px;
    height: 14px;
    font-size: 13px;
    float: left;
    border: 1px solid #999;
    outline: none;
    background: #d9d9d9;
    color: #777;
}

#floating-contact2 textarea {
    font-family: Arial, Helvetica, serif;
    font-size: 12px;
    color: #898C8D;
    padding: 4px 0px 4px 8px;
    margin-top: 0;
    width: 175px !important;
    height: 75px;
    font-size: 13px;
    float: left;
    border: 1px solid #999;
    outline: none;
    background: #d9d9d9;
    color: #777;
}
#floating-contact2 input[type="submit"] {
    margin: 5px;
}

#floating-contact2 input[type=text]:focus, #sidebar-contact textarea:focus {
    border: 1px solid #3e5a79;
    background: #FFF;
    color: #000;
}

#submitBtn2 input[type="submit"], input[type="button"], a.button, a.button:hover, a.button:active {
    width: 140px;
    height: 40px;
    margin-top: 10px;
    margin-left: 41px;
    background: transparent url('http://revenflo.com/wp-content/uploads/greyBtn.png') no-repeat;
    border-style: none;
    font-family: Arial Narrow;
    color: #2d2d2d;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
}

#floating-contact2 input[type="submit"] {
    margin-left: 35px;
}

iframe {
    z-index: 1;
}

/******** Add This ***********/

.fb_iframe_widget iframe {
    margin-top: 8px;
    height: 20px;
}

.addthis_button_facebook_like iframe {
    margin-top: -1px;
    margin-bottom: 10px;
    width: 20px;
}

.addthis_button_tweet iframe {
    width: 90px !important;
}

.addthis_button_google_plusone > div, .addthis_button_google_plusone iframe {
    width: 80px !important;
}

/***********Baseball Page****************/

bBallLeft {
	float: left;
	border: none;
}
