/*
Theme Name: BlueFrog
Theme URI: http://www.bluefrogenterprises.com
Description: The default BlueFrog theme
Version: 0.1
Design: Staci Nass
Author: Michael Nass
Author URI: http://www.incognitomediasolutions.com
Tags: 

	This code is proprietary and is the sole possession of BlueFrog Enterprises.
	Any derivation of this code requires express permission
*/



/* Begin Typography & Colors */
body {
    background-color:#fff;
    text-align:center;
    font-size: .75em;
    font-family: Arial, Helvetica, Sans-Serif;
    line-height:1.7em;
}

body, #wrapper {
    margin: 0;
    padding: 0;
}

#header {
    background: url(/assets/templates/bluefrog/images/bg_gradient.png) top left repeat-x;
    text-align: center;
    padding: 25px 0;
}

#header a {
    font: 40pt/40pt "Palatino Linotype", "Book Antiqua3", Palatino6, serif;
    color: white;
    text-decoration:none;
   
}
.tagline {
    font-variant: small-caps;
    font-size: 30pt;
    letter-spacing: .35em;
    vertical-align: baseline;
}

#head_nav {
    background-color:#fff;
    margin:0 auto;
    padding:10px 0 20px 0;
    width:700px;
    color: #011ca7;
}
#content {
    margin-top:50px;
}

#content, .post {
    text-align:left;
    width: 620px;
    margin-left: auto;
    margin-right: auto;
    padding:20px 40px;
    
}

#content, #content div {
    background-color:#fff;
}
#logo {
    position: absolute;
    top: 18px;
    left: 25%;
}
.clr {clear:both;} 

.post_image_left {
    float:left;
    padding-right:20px;
}

.post_image_right {
    float:right;
    padding-left:20px;
}
.pagetitle {
    font-size:16pt;
    font-weight:bold;
}
#bottom_nav {
    clear:both;
    font-size:.85em;
    text-align:left;
    margin:0 auto;
    width: 620px;
    color: #011ca7;
}
#bottom_nav ul {
    margin:0;
    padding:0;
}

#bottom_nav ul li {
    padding-right:10px;
    list-style:none;
    display:inline;
}
.site_desc {
	background-color:#5972C2;
	float:right;
	padding:10px 20px;
	width:50%;
	color:white;
}

.site_img {
    float: left;
    width: 40%;
}

.fRight {
    float:right;
    padding:
}

.eformError{
    font-color:red;
}