/* @group General Styles */


body {
	margin: 0;
	font: 0.8em/1.4 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #f1f1f1;
	padding: 0;
	color: #1a1b1b;
}

p {
	margin: 0;
	padding: 0;
}


br {
	margin: 0;
	padding: 0;
}

a img, a:link img { border: none; }

a.join { display: block; width: 9.5em; text-align: center; margin: 1em auto .5em; background: #7183B2; color: #FFF; font-size: 1.5em; padding: 4px; border: 1px solid #000; }

a.join:hover { text-decoration: none; background: #aaaaaa;}

a.join:link, a.join:visited { text-decoration: none; color: #FFF;}


blockquote, .standout {
	margin: 18px;
	padding: 18px;
	background-color: #EEEEEE;
}

highlight {
	display: block;
	margin: 18px;
	padding: 18px;
	background-color: #FFFCAC;
	border: 1px solid #FFCC66;
}

.graubox { background-color:#eeeeee; padding:10px; margin:0px; }

.gelbbox { background-color:#FFFA9D; padding:6px; margin-left:150px; margin-right:150px;}

#flashcontent {
	text-align: left;
	margin: 0 auto;
}


img {
   border: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 12px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 12px;
}

a {
	text-decoration: none;
	color: #155897;
}

.clearer {
	clear: both;
}

code {
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 26px;
	line-height: 36px;
	font-weight: normal;
	font-style: normal;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	font-style: normal;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
}

hr {
	border-top: 1px solid #bfbfbf;
}

.imageStyle {

}

#container #content ul {
}

#container #content li {
}


/* @end */

/* @group Layout */

#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 25px;
}

#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 12px;
}

.topper {
	width: 940px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -5px;
	margin-top: 10px;
	padding-top: 30px;
	font-size:11px;
}

.topper a {
	color: #000000;
}

.topper a:visited {
	color: #000000;
}

.topper a:hover {
	color: #222222;
}

.contentContainer {
	width: 940px;
	position: relative;
	margin: 0;
	padding-bottom: 20px;
	background-repeat: repeat-y;
	padding-top: 28px;
}


.sidebarContainer {
	display:none;
}


.content {
	margin-left: 25px;
	margin-right: 25px;
	padding: 20px 0;
	background-color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.content .indent {
	margin-right: 20px;
	margin-left: 20px;
}

.breadcrumbContainer {
	width: 940px;
	height: 50px;
	margin-bottom: 17px;
	background: #dee0e1 no-repeat;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #ffffff;
	font-size: 11px;
}

.footer a {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	color: #eeeeee;
}

.footer a:hover {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	color: #e0e0e0;
}

.divider {
	width: 15px;
	background: url(http://www.ipersonic.com/rw_common/themes/executive_ipersonic/images/divider.png) no-repeat center center;
	display: inline-block;
	float: left;
	height: 22px;
}
	
/* @end */

/* @group Horizontal Menu */

/* Toolbar Styles */


.navcontainer {
	overflow: hidden;
	font-size: 13px;
	height: 40px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	background: url(http://www.ipersonic.com/rw_common/themes/executive_ipersonic/images/menu_glassbar2.jpg) no-repeat center top;
}

.navcontainer .current {
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
	max-width: 124px;
	overflow: hidden;
	width: 123px;
	height: 41px;
}

.navcontainer .current a {
	width: 123px;
	text-align: center;
	color: #000000;
	text-shadow: none;
	font-size: 12px;
	height: 41px;
	font-weight: bold;
}

.navcontainer .current a:hover {
	text-align: center;
	color: #3e3e3e;
	text-shadow: none;
	font-size: 12px;
	width: 123px;
	height: 41px;
}

.navcontainer .current {
	text-decoration: none;
	display: inline-block;
}

.navcontainer .currentAncestor {
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
	max-width: 124px;
	overflow: hidden;
	width: 123px;
	height: 41px;
}

.navcontainer .currentAncestor a {
	width: 123px;
	text-align: center;
	text-shadow: none;
	font-size: 12px;
	color: #333333;
	height: 41px;
}

.navcontainer .currentAncestor:visited {
	text-decoration: none;
	display: inline-block;
}

/* Parent - Level 0 */

.navcontainer ul{
	list-style: none;
	padding-left: 0;
	margin: 0 0 0 31px;
	height: 26px;
}

.navcontainer ul li {
	float: left;
	width: 123px;
	padding-top: 11px;
	height: 26px;
}

.navcontainer a {
	text-decoration: none;
	display: inline-block;
	color: #000000;
	text-align: center;
	font-size: 12px;
	width: 123px;
	height: 41px;
	font-weight: bold;
	text-shadow: #dcdcdc 0 1px 0;
}

/* Child - Level 1 */

.navcontainer ul ul  {
	display: none;
}

.navcontainer ul ul li {
}

.navcontainer ul ul a {
}

.navcontainer ul ul a:hover {
}

.navcontainer ul ul .current {
}

.navcontainer ul ul .current:hover {
}

.navcontainer ul ul .currentAncestor  {
}

/* Child - Level 2 */

.navcontainer ul ul ul {
	display: none;
}

.navcontainer ul ul ul ul {
	display: none;
}

/* @end */


/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-archive-headings-wrapper {
	text-align: left;
}

.blog-archive-entries-wrapper {
	text-align: left;
}

.blog-archive-month {
}

.blog-archive-link {
}
	
/* @end */

.blog-entry {
	padding-bottom: 50px;
}

.blog-entry-title {
	text-decoration: none;
	font: normal 34px/40px Georgia, Times New Roman, Times, serif;
	letter-spacing: -1px;
}

.blog-entry-title a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.blog-entry-title a:visited {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.blog-entry-title a:hover {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.blog-entry-date {
	margin-bottom: 20px;
	padding-left: 18px;
	background: url(http://www.ipersonic.com/rw_common/themes/executive_ipersonic/images/clock.gif) no-repeat 0 center;
}

.blog-entry-body {
}

.blog-entry-comments {
	margin-top: 4px;
}

.blog-entry-comments a {
	padding-left: 21px;
	background: url(http://www.ipersonic.com/rw_common/themes/executive_ipersonic/images/chat.png) no-repeat left center;
}

.blog-entry-comments a:hover {
}

.blog-entry-summary { 
}

.blog-read-more a, .blog-read-more a:visited {
	display: block;
}

.blog-read-more a:hover
{
}


.blog-entry-category a, .blog-entry-category a:visited {
	padding-left: 18px;
	background: url(http://www.ipersonic.com/rw_common/themes/executive_ipersonic/images/document2.gif) no-repeat left center;
	padding-right: 4px;
	margin-left: 3px;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}

/* styles the archives in the blog sidebar */

blog-archive-link-enabled {
	padding-left: 18px;
	background: url(http://www.ipersonic.com/rw_common/themes/executive_ipersonic/images/categories.gif) no-repeat left center;
}

.blog-archive-link-enabled:link {
	padding-left: 18px;
	background: url(http://www.ipersonic.com/rw_common/themes/executive_ipersonic/images/categories.gif) no-repeat left center;
}

.blog-archive-link-enabled:visited {
	padding-left: 18px;
	background: url(http://www.ipersonic.com/rw_common/themes/executive_ipersonic/images/categories.gif) no-repeat left center;
}

.blog-archive-link-enabled:hover {
	background: url(http://www.ipersonic.com/rw_common/themes/executive_ipersonic/images/categories.gif) no-repeat left center;
}

.blog-archive-link-disabled {
	padding-left: 18px;
	background: url(http://www.ipersonic.com/rw_common/themes/executive_ipersonic/images/categories.gif) no-repeat left center;
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	color: #5b5b5b;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #fff;
	padding: 9px 8px;
	margin-top: 6px;
}

.blog-category-link-enabled {
	padding-left: 18px;
	background: url(http://www.ipersonic.com/rw_common/themes/executive_ipersonic/images/document2.gif) no-repeat left center;
}

.blog-category-link-enabled:link, .blog-category-link-enabled:visited {
}

.blog-category-link-enabled:hover {
	padding-left: 18px;
	background: url(http://www.ipersonic.com/rw_common/themes/executive_ipersonic/images/document2.gif) no-repeat left center;
}

.blog-category-link-disabled {
	padding-left: 18px;
	background: url(http://www.ipersonic.com/rw_common/themes/executive_ipersonic/images/categories.gif) no-repeat left center;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
}

.blog-rss-link {
}

.blog-rss-link:link, .blog-rss-link:visited {
	padding-left: 18px;
	background: url(http://www.ipersonic.com/rw_common/themes/executive_ipersonic/images/rss.png) no-repeat left center;
}

.blog-rss-link:hover {
}

.blog-comments-rss-link {
}

.blog-comments-rss-link:link, .blog-comments-rss-link:visited {
	padding-left: 18px;
	background: url(http://www.ipersonic.com/rw_common/themes/executive_ipersonic/images/rss.png) no-repeat left center;
}

.blog-comments-rss-link:hover {
}
	
/* @end */

/* @group New Blog Styles (3.6) */

p.blog-entry-tags {
	margin-top: 20px;
	background: url(http://www.ipersonic.com/rw_common/themes/executive_ipersonic/images/tag.gif) no-repeat left center;
	padding-left: 20px;
}
/* Styles blog tag links normal and visited state */
p.blog-entry-tags a:link,
p.blog-entry-tags a:visited {
}

/* Styles blog tag links hover state */
p.blog-entry-tags a:hover {
}

/* Styles blog tag links active state */
p.blog-entry-tags a:active {
}

/* Order & Un-ordered List Support
These CSS classes style the list style type of an un-ordered list. */

ul.disc { list-style-type: disc;
}

ul.circle { list-style-type: circle;
}

ul.square { list-style-type: square;
}

ol.arabic-numbers { list-style-type: decimal;
}

ol.upper-alpha { list-style-type: upper-alpha;
}

ol.lower-alpha { list-style-type: lower-alpha;
}

ol.upper-roman { list-style-type: upper-roman;
}

ol.lower-roman { list-style-type: lower-roman;
}

/* @end */

/* @group Forms */
.message-text {
	width: 95%;
} 

.required-text {
	font-weight: bold;
} 

.form-input-field {
	width:  95%;
	font-size: 18px;
	color: #a6a59c;
	padding: 4px;
	background: #fff repeat-x;
	line-height: 22px;
} 

.form-input-button {
} 
/* @end */

/* @group Bread-crumb */

#breadcrumb {
	width: 900px;
	height: 23px;
	background: #b0b2b2 url(http://www.ipersonic.com/rw_common/themes/executive_ipersonic/images/bc_bkg.png) repeat-x;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 4px;
}

#breadcrumb ul {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#breadcrumb li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 1px 0 0;
}

#breadcrumb a {
	display: inline;
	color: #585858;
	text-shadow: #eee 0 1px 0;
}

#breadcrumb a:hover {
	display: inline;
	color: #292929;
}

.bcitem {
	float: left;
	display: inline;
	padding-right: 4px;
	padding-left: 8px;
}
	
/* @end */

/*Learn More*/
/*=============================================================================================*/
ul#learn-more-nav {
    position:absolute;
    right:50px;
    top:20px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
font-size:11px;
}


ul#learn-more-nav li {
    float:left;
    background-position:left top;
}

/*Master Background Image*/
ul#learn-more-nav li,
ul#learn-more-nav li a,
ul#learn-more-nav li a strong { background-image:url("http://www.ipersonic.com/pics/bg-learn-more-nav-scale.png"); background-repeat:no-repeat; }

ul#learn-more-nav li a {
    float:left; /*Float instead of display:block to ensure proper width in IE6*/
    cursor:pointer;
    padding-left:7px;
	text-align:center;
    color:white;
    text-decoration:none;
}

ul#learn-more-nav li a strong {
    float:left; /*Float instead of display:block to ensure proper width in IE6*/
    cursor:pointer;
    height:22px;
    padding:5px 13px 0 6px;
	font-weight:normal;
}

/* =Background Positions*/
    /*Left*/
    ul#learn-more-nav li.left { padding-left:0; }
    ul#learn-more-nav li.left a { background-position:-3px top; }
    ul#learn-more-nav li.left a:hover,
    ul#learn-more-nav li.left a.active { background-position:-3px -27px; }

    /*Center*/
    ul#learn-more-nav li { padding-left:2px; }
    ul#learn-more-nav li a,
    ul#learn-more-nav li a strong { background-position:-7px top; }
    ul#learn-more-nav li a:hover,
    ul#learn-more-nav li a:hover strong,
    ul#learn-more-nav li a.active,
    ul#learn-more-nav li a.active strong { background-position:-7px -27px; }

    /*Right*/
    ul#learn-more-nav li.right a strong { padding-right:16px; background-position:right top; }
    ul#learn-more-nav li.right a:hover strong,
    ul#learn-more-nav li.right a.active strong { background-position:right -27px; }	
	
/* @end */

/* @group Colors */



.footer {
	color: #555555;
}

.footer a {
	color: #666666;
}
.footer a:visited {
	color: #666666;
}

.footer a:hover {
	color: #222222;
}

a:visited {
	text-decoration: none;
	color: #155897;
}

a:hover, a:active {
	color: #333333;
}

.blog-entry-title a:link {
	color: #545454;
}

.blog-entry-title a:visited {
	color: #545454;
}

.blog-entry-title a:hover {
	color: #757575;
}

.navcontainer .current a:link {
	color: #000000;
}

.navcontainer .current a:visited {
	color: #000000;
}

.navcontainer .current a:hover {
	color: #2C2C2C;
}

#container {
	background: #FFFFFF;
}

.breadcrumbContainer {
	background: #DDDDDD;
}

.navcontainer .current {
	background: #CCCCCC url(http://www.ipersonic.com/rw_common/themes/executive_ipersonic/images/menu_down.png) no-repeat;
}

.navcontainer .currentAncestor {
	background: #CCCCCC url(http://www.ipersonic.com/rw_common/themes/executive_ipersonic/images/menu_down.png) no-repeat;
}

.sidebar {
	color: #1A1B1B;
}

.navcontainer a:visited {
	text-decoration: none;
	display: inline-block;
	color: #000000;
	text-align: center;
	font-size: 12px;
	width: 123px;
	height: 41px;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
}
.navcontainer a:hover {
	text-decoration: none;
	display: inline-block;
	color: #424242;
	text-align: center;
	font-size: 12px;
	width: 123px;
	height: 41px;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
}

.navcontainer a:active {
	text-decoration: none;
	display: inline-block;
	color: #000000;
	text-align: center;
	font-size: 12px;
	width: 123px;
	height: 41px;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
}

/* @end */

a.signup-button{background:#9c2 url("http://ipersonic.com/images/button.png") repeat-x 0 0;display:block;padding:8px 10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-decoration:none;text-align:center;color:#333;text-shadow:0 1px 0 #df6;font:24px Helvetica,Arial,Sans-serif;font-weight:bold;outline:none;width:300px;}
.safari a.signup-button{padding:8px 0;}
a.signup-button:hover,a.signup-button:focus{background-position:0 -5px;color:#111;}
a.signup-button:active{background-image:none;}


/* @end */



#info-box { background: #f7f7f7; border-bottom:1px solid #dbdbdb; padding:30px 40px 10px; margin:0 0 20px; }
#info-box .block { width:700px; margin:0 40px 20px 0; float:left; }
#info-box .block.last { margin-right:0; }
#info-box .icon { float:left; }
#info-box h3 { background: url(http://ipersonic.com/pics/bg-info-box-title.png) repeat-x scroll center bottom; text-transform:uppercase; font-size:14px; padding:0 0 15px 50px; line-height:30px; margin-bottom:15px; }
#info-box p { padding-bottom:15px; }
#info-box blockquote { background:url(http://ipersonic.com/pics/bg-quote.png) no-repeat top left; padding:0 0 0 50px; font-family:Georgia, serif; font-size:14px; color:#777; font-style:italic; min-height:12px; }
#info-box cite { padding:0 0 0 67px; }
#info-box .quote { padding-bottom:20px; }
 #info-box { border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;  }

.fix {
clear:both;
height:1px;
margin:-1px 0 0;
overflow:hidden;
}

#mini-features h2 { margin-bottom:1.3em; padding-bottom:.2em; font-size:22px; line-height:1.2em; font-weight:normal; color:#797c80; border-bottom:1px solid #e4e4e4; }


#mini-features { margin:20px 0 20px; }
#mini-features .block { width:380px; margin:0 20px 0; float:left; }
#mini-features .block2 { width:780px; margin:0 20px 0; float:left; }
#mini-features .block.last { margin:0; }
#mini-features .feature { margin-left:65px; }
#mini-features .home-icon { float:left; }
#mini-features h3 { font-size:18px; padding-bottom:10px; }
#mini-features p { padding-bottom:15px; }
#mini-features a.btn { margin: 15px 0 0 0; background:#f0f0f0 url(http://ipersonic.com/pics/ico-bullet.png) no-repeat 90% 50%; color:#333; font-size:12px; text-transform:uppercase; border:none; padding:4px 20px 4px 12px; }
#mini-features a.btn:hover { background:#06a0f0 url(images/ico-bullet.png) no-repeat 90% 50%; color:#fff; text-decoration:none; }

#mini-features .btn { border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;  }

.addthis_toolbox .hover_effect
{
    width: 750px;
    padding: 10px 0 6px 10px;

}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    border: 2px solid #fff;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #dddddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #eeeeee;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}

/* Social Networking widgets */
#snblock {
color:#B7B7B7;
float:left;
margin-right:20px;
padding: 10px;
text-align:center;
z-index:100;
background-color:#eeeeee;
}

