/* INFO MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html
{
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	margin:0;
	padding:0;
	background:#bdd3e6 url(../images/bk_body.jpg) 50% 0 repeat;
	line-height:130%;
}

ul
{
	list-style:none;
}

a
{
	color:#0071cf;
}

a:hover
{
	text-decoration:none;
}

a:focus
{
	outline:none;
}

p
{
	margin:0.8em 0;
}

h2
{
	color:#0071cf;
	text-transform:uppercase;
	font-size:18px;
	padding-bottom:10px;
}

h2.home
{
	border-bottom:1px solid #efefef;
	margin-bottom:10px;
	padding-bottom:6px;
}

h2.hometwo
{
	border-bottom:1px solid #efefef;
	color:#e56a00;
	margin-bottom:10px;
	padding-bottom:6px;
}

h3
{
	font-size:16px;
}

h1
{
	font-size:26px;
	font-weight:normal;
	color:#333;
	display:block;
	border-bottom:1px solid #efefef;
	padding-bottom:10px;
	margin-bottom:15px;
}

 /* LAYOUT STRUCTURE
--------------------------------------------------*/
#wrapper
{
	margin:25px auto 0;
	width:960px;
	background:#fff url(../images/bk_wrapper.png) 0 0 no-repeat;
	padding-bottom:1px;
}


#header
{
	height:100px;
	position:relative;
	border-bottom:1px solid #E2E2E2;
	background:url(../images/bk_header.jpg) 0 100% repeat-x;
}

/*#content
{
    padding:20px;
    border-bottom:12px solid #B7DCF1;
    padding-top:0;
}
*/
.columns
{
	background:url(../images/bk_rightcol.jpg) 625px 0 repeat-y;
}

#footer
{
	clear:both;
	background:url(../images/bk_footer.jpg) top left no-repeat;
    padding:20px 0 10px 0;
	width:960px;
	height:80px;
	color:#7C8A91;
	position:relative;
    text-align: center;
}

#rrt_console
{
	background-color:#BDBDBD;
}

/* HEADER ELEMENTS 
--------------------------------------------------*/
#logo
{
	position:absolute;
	top:30px;
	left:20px;
}

#logo h1
{
	padding:0;
	background:none;
	border:none;
}

#logo h1 a, #logo h1 a:hover
{
	background:url(../images/logo.png) 0 0 no-repeat;
	width:275px;
	height:67px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
	border:none;
}

#topMenu
{
	position:absolute;
	right:20px;
	top:64px;
	border-left:1px solid #ccc;
}

#topMenu li
{
	float:left;
	padding:0 15px;
	border-right:1px solid #ccc;
}

#topMenu li a
{
	color:#666;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#topMenu li a:hover
{
	color:#0071cf;
}

#home #navhome a, #about #navabout a, #buzz #navbuzz a, #giving_back #navgiving_back a, #blogs #navblogs a, #features #navfeatures a, #pricing #navpricing a
{
	color:#0071cf;
}


/* FOOTER
---------------------------------------------*/

#opi_footer_links
{
	padding: 6px 0px;
}

.footerlink
{
    padding: 0px 5px;
}

.footerlink:hover, #copyright_link:hover
{
	text-decoration: underline;
}


/* CLEARING
---------------------------------------------------*/
.clearfix:after
{
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear_with_margin
{
    clear: both; 
}

*:first-child+html .clear_with_margin	/* IE7 specific rule, necessary because IE7 doesn't like not having an explicit width on this element */
{
    content: "."; 
    clear: both; 
    margin-bottom: 20px;
    
}


.clearfix
{
	display: block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear
{
	clear: both;
}

.noclear
{
	clear: none;
}


/* Header Buttons
---------------------------------------------------*/
#header_buttons
{
	position:absolute;
	top:10px;
	right:10px;
}

#header_buttons ul
{
    margin: 0;
	padding: 0;
    list-style: none;
}

#header_buttons li
{ 
    float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

#header_buttons a
{
	outline: none;
}

#header_buttons img
{
    border: none;
	margin: 0;
	padding: 0;
}


/*********** blog styles ************/
.box
{ 
	width: 200px;
	padding: 5px 10px; 
    border-right: 1px solid #DDD; 
    border-left: 1px solid #DDD; 
}


#container
{
    background-color: #fff;
    width: 950px;
    margin: 0px auto;
    padding: 0px;
    padding-top: 20px;
    text-align: left;
}

.right 
{
    text-align: right;
}

/*********** blog content style ************/
#sidebar
{
    float: left;
    width: 240px;
    margin-left: 15px;
}

#sidebar_header
{ 
/*    background-image: url(../images/sidebarheader.gif); */
    width: 220px; 
    height: 30px;
    border-left: 1px solid #DDD; 
    border-right: 1px solid #DDD; 
    border-top: 1px solid #DDD; 
}

#sidebar img
{
    border: none;
	margin: 0;
	padding: 0;
}


.sidebar_heading
{
    font-size: 125%;
    color: #333;
    margin-top: 10px;
}

#sidebar_title
{
	font-size: 16px;
	font-weight: bold;
	position: relative;
	top: 5px;
	left: 45px;
}

#sidebar_title a
{
  text-transform:uppercase;
}

#sidebar h1
{
    font-size: 20px;
    text-align: center;
}

#sidebar h2
{
    font-size: 14px;
    border-bottom: solid 1px;
    margin-bottom: 0px;
}

#sidebar h3
{
    font-size: 12px;
    margin: 0;
}

#sidebar p 
{
    margin-top:0.5em;
}

#sidebar a
{
    font-weight: bold;
    text-decoration: none;
}

#sidebar a:hover
{
    border-bottom: solid 1px;
}

/*
Sidebar styles for news and testimonial blocks.
- the styles define and place the images.
*/
#sidebar ul 
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#sidebar li 
{
    padding-left: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#sidebar_footer
{ 
    width: 220px; 
    height: 42px;
	background:#FBFBFB url(../images/bk_latest_box.jpg) 0 100% repeat-x;
    border-bottom: 1px solid #DDD; 
    border-left: 1px solid #DDD; 
    border-right: 1px solid #DDD; 
}

#twitter_div
{
    margin-top: 10px;
    text-align: center;
    background-color: #EBEBEB;
    padding: 8px;
}

#twitter_div li 
{
    padding-left: 0;
}

#twitter_tag
{
    margin: auto;
    margin-top: -5px;
}

a#twitter_tag_link:hover
{
	text-decoration:none;
	border-bottom: none;
}

#twitter_list
{
    text-align: left;
    margin-top: 10px;
}

#twitter_list li
{
    margin-top: 5px;
}

/*********** blog content style ************/
#content
{
    width: 675px;
    margin-right: 15px;
    float: right;
}

#content h1
{
    font-size: 18px;
    margin-top: 1.6em;
    margin-bottom: 0.3em;
    border-bottom: dotted 1px #c90;
}

#content h2
{
    font-size: 14px;
    border-bottom: dotted 1px #c90;
    margin-top:1.6em;
}

#content h3
{
    font-size: 12px;
    margin: 0;
}

#content h4
{
    font-size: 12px;
    font-style: italic;
    margin: 0 0 4px 0;
}

#content a
{
    font-weight: bold;
    text-decoration: none;
}

#content a:hover
{
   border-bottom: solid 1px;
}

#content a.unadorned, #content a.unadorned:hover, #sidebar a.unadorned, #sidebar a.unadorned:hover
{
    border-bottom: none;
}

#content p
{
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

#content a.icon, #content a.icon:hover
{
	border-bottom: none;
	outline: none;
}

#rss_button, #sidebar_image
{
	margin-top: 10px;
    text-align: center;
}

#rss_button a:hover
{
	border-bottom: none;
	outline: none;
}

#acknowledgement
{
    margin-top: 30px;
    font-size: 75%;
}

/*********** blog blogrollstyle ************/
#simplelog_content dd
{
    margin-left: 40px;
}

#oneplace_tags a, #blogroll a
{
	font-size: 85%;
}

#blogroll, #oneplace_tags
{
    margin-top: 10px;
}

#blogroll h2, #oneplace_tags h2
{
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #333;
}
.blogrollmain
{
    width:170px;
    margin-left:20px;
}

.blogrollmain a
{
    display:block;
    text-decoration: none;
    padding-top:2px;
    padding-bottom:2px;
}

.blogrollmain a:hover
{
    border-bottom: solid 1px;
}

.blogrollmain br{
    display:none;
}

