/* H O M E */
#introduction, #introduction p {
	font-size: 16px;
}
#introduction a {
	text-decoration: none;
}
#previous_versions p {
	margin-bottom: 0;
}
#previous_versions ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
}
#previous_versions ul li {
	margin: 0;
	padding: 0;
}
#features {
	margin: 25px 0;
}
#features, #features li {
	list-style: none;
}
#features li {
	background: url(../images/miscellaneous_sprite.png) 0 -350px no-repeat transparent;
	padding: 3px 0 3px 30px;
	margin: 0;
}
#testimonialswrapper {
	width: 200px;
	height: 250px;
	overflow: hidden;
}
#testimonials div {
	width: 200px;
}
#testimonials div h4 {
	color: #999;
	height: 24px;
	margin: 0;
	padding: 0;
}
#testimonials div p {
	margin: 0;
}
#addthis {
	padding: 20px 0 0 40px;
}

/* I N S T A L L A T I O N */
#usage h4 {
	margin: 35px 0 0 0;
}

/* C O N F I G   R O B O T */
#config_robot_btn {
	background: url(../images/robot_sprite.png) 0 0 no-repeat transparent;
	width: 530px;
	height: 200px;
	margin: 0 -55px 0 0;
	display: block;
}
#config_robot_btn:hover {
	background-position: 0 -200px;
}
#config_robot_btn span {
	display: none;
}
.robot_container {
	position: relative;
}
.robot_container #config_robot_btn {
	margin-bottom: -20px;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* C O N T A C T */
#fured_thumb {
	float: left;
	margin: -5px 20px 5px 0;
}

/* F O R U M */
#reactions.table td {
	padding: 20px 5px;
}
#post_table {
	padding: 25px 0 40px 0;
}
#post_table .left {
	width: 470px;
	margin-left: 150px;
}
#post_table .right {
	width: 275px;
	margin: 150px 25px 0 0;
}
#post_table input.txt.small {
	width: 202px;
	margin-right: 16px;
}
#post_table a.button {
	margin: 15px 50px 0 0;
}
#post_table ul {
	padding: 0 0 0 20px;
	margin: 14px 0;
}
#post_table ul li {
	margin: 0 0 5px 0;
	padding: 0;
}
#searchform {
	width: 900px;
	height: 68px;
	margin: -68px 0 0 0;
	position: relative;
}
#searchform input {
	width: 200px;
	position: absolute;
	top: 9px;
	right: 290px;
}
#searchform a {
	position: absolute;
	right: 0;
}
#searchform a.submit {
	right: 160px;
}
#new_topic_questions td {
	background: url(../images/fold_horizontal.png) left bottom repeat-x transparent;
	padding: 5px 10px 10px 5px;
}
#go_post {
	margin-top: 50px;
	visibility: hidden;
}


/* A L G E M E E N */

.container {
	width: 950px;
	margin: auto;
}

div.error {
	border: 1px dashed #cc0000;
	background-color: rgb(255, 240, 240);
	background-color: rgba(255, 240, 240, 0.4);
	padding: 15px 20px 15px 10px;
	margin: 15px 0 0 0;
	display: none;
}
div.error.forum {
	display: block;
}
div.error p, div.succes p {
	margin: 0;
}

div.succes {
	border: 1px solid #009900;
	background-color: rgb(230, 240, 215);
	background-color: rgba(230, 240, 215, 0.5);
	padding: 15px 20px 15px 25px;
	margin: 15px 0 0 0;
}
div.warning {
	border: 1px solid #999;
	background-color: rgb(240, 240, 240);
	background-color: rgba(215, 215, 215, 0.5);
	padding: 15px 20px 15px 25px;
	margin: 35px 0 0 0;
}

.shadow {
	-webkit-box-shadow: 0 2px 5px #999;
	-moz-box-shadow: 0 2px 5px #999;
	box-shadow: 0 2px 5px #999;
}
.fold {
	background: url(../images/fold_vertical.png) center 0 repeat-y transparent;
	padding: 5px 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.columns.fold {
	background-position: 675px 0;
}
.columns .left {
	width: 600px;
}
.columns .right {
	width: 240px;
}
.half .left, .half .right {
	width: 450px;
}

/* open */
.arrow {
	background: url(../images/miscellaneous_sprite.png) -100px -300px no-repeat transparent;
	width: 10px;
	height: 10px;
	display: block;
}
/* open hover */
.arrow:hover, .arrow.hover, .hover .arrow, .opened .arrow {
	background-position: -125px -300px;
}
/* closed */
.arrow.closed, .closed .arrow {
	background-position: -50px -300px;
}
/* closed hover */
.arrow.closed:hover, .arrow.closed.hover, .closed .arrow.hover, .closed.hover .arrow {
	background-position: -75px -300px;
}
.arrow span {
	display: none;
}

a.button {
	background: url(../images/miscellaneous_sprite.png) 0 -150px no-repeat transparent;
	text-align: center;
	font-weight: bold;
	width: 155px;
	height: 35px;
	padding: 10px 0 0 0;
	display: block;
	float: right;
}
a.button:hover {
	background-position: 0 -200px;
}
a.button, a.button:hover {
	color: white;
	text-decoration: none;
}
.robot a.button {
	float: none;
}

.transparent {
	background: url(../images/transparent_bg.png) 0 0 repeat-y transparent;
}
.transparent .image_carousel, 
.transparent .list_carousel, 
.transparent .html_carousel, 
.transparent .wheel_of_fortune,
.fold_horizontal {
	background: url(../images/fold_horizontal.png) left bottom repeat-x transparent;
}
.transparent, .transparent_top, .transparent_bottom, .transparent_schoolboard {
	margin: 0 -10px;
	padding: 0 10px;
}
.transparent_top, .transparent_bottom {
	background: url(../images/transparent_top_bottom.png) 0 0 no-repeat transparent;
}
.transparent_top {
	height: 30px;
}
.transparent_bottom {
	background-position: 0 -90px;
	height: 10px;
}
.transparent_top.p1 {
	background-position: 0 -30px;
}
.transparent_top.p2 {
	background-position: 0 -60px;
}
.alert {
	background: url(../images/miscellaneous_sprite.png) 10px -420px no-repeat transparent;
	padding-left: 40px;
	list-style: none;
}
.no_marg {
	margin-bottom: 0;
}
.clearfix {
	float: none;
	clear: both;
}

.underline a {
	text-decoration: underline;
}
.underline a:hover {
	color: #9E1F63;
}

/* E X A M P L E S */
.script .head {
	color: white;
	border: none;
	border-bottom: 1px solid #f3f9eb;
	margin: 0 0 10px 0;
	padding: 5px 25px 5px 53px;
}
.script .head a {
	color: white;
	text-decoration: none;
	float: right;
}
.script .head a:hover {
	color: white;
	text-decoration: underline;
}
.script .head a span {
	visibility: hidden;
}
.script .head a:hover span {
	visibility: visible;
}
.scripts .punt {
	margin: -13px 0 0 0;
	position: absolute;
}

/* H E A D E R */
#header {
	background-color: rgb(0, 0, 0);
	height: 330px;
	width: 100%;
	min-width: 990px;
}
body.fixed #header {
	position: fixed;
	top: -255px;
	left: 0;
	z-index: 2000;
}
#header .container {
	background: url(../images/caroufredsel_logo.png) center 30px no-repeat transparent;
	height: 100%;
	position: relative;
}
#header p {
	display: none;
}

/* M E N U */
#header ul {
	border: none;
	border-top: 1px solid #333;
	width: 800px;
	padding: 0 0 0 0px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#header ul, #header li, #header li a, #header li span {
	height: 75px;
	margin: 0;
	display: block;
}
#header li, #header li a, #header li span {
	background: url(../images/menu_sprite.png) 0 0 no-repeat transparent;
	float: left;
}
#header ul, #header li {
	list-style: none;
}
#header li 			{	padding: 0 0 0 9px;		}
#header li.home 	{	padding: 0;				}
#header li.home,
#header li.nodot 	{	background: none;		}

#header li a, #header li span {
	padding: 0;
}
#header li a span, #header li span span {
	display: none;
}

#header #home 			{	width: 88px;	}
#header #instal			{	width: 135px;	}
#header #conf 			{	width: 159px;	}
#header #events			{	width: 169px;	}
/*
#header #events			{	width: 95px;	}
#header #methods		{	width: 115px;	}
*/

#header a#home			{	background-position: 0 -75px; 	}
#header a#instal		{	background-position: 0 -150px; 	}
#header a#conf			{	background-position: 0 -225px; 	}
#header a#events		{	background-position: 0 -300px; 	}
/*
#header a#events		{	background-position: 0 -375px; 	}
#header a#methods		{	background-position: 0 -450px; 	}
*/

#header a#home:hover	{	background-position: -200px -75px; 		}
#header a#instal:hover	{	background-position: -200px -150px;		}
#header a#conf:hover	{	background-position: -200px -225px; 	}
#header a#events:hover	{	background-position: -200px -300px; 	}
/*
#header a#events:hover	{	background-position: -200px -375px; 	}
#header a#methods:hover	{	background-position: -200px -450px; 	}
*/

#header span#home		{	background-position: -400px -75px; 		}
#header span#instal		{	background-position: -400px -150px;	 	}
#header span#conf		{	background-position: -400px -225px; 	}
#header span#events		{	background-position: -400px -300px; 	}
/*
#header span#events		{	background-position: -400px -375px; 	}
#header span#methods	{	background-position: -400px -450px; 	}
*/

/* D O W N L O A D */
#header h3 {
	font-size: 14px;
	margin: 0;
}
#header h3 a {
	background: url(../images/download_sprite.png) 0 0 no-repeat transparent;
	color: #e6cbda;
	text-decoration: none;
	width: 263px;
	height: 62px;
	padding: 68px 0 0 37px;
	display: block;
	position: absolute;
	bottom: -30px;
	right: -20px;
	z-index: 10;
}
#header h3 a:hover {
	background-position: 0 -130px;
	text-decoration: none;
}
#header h3 a span {
	display: none;
}

/* C O N T E N T */
#placeholder {
	background: url(../images/bg_bokeh.jpg) center top no-repeat transparent;
	min-width: 990px;
}

body.fixed #placeholder {
	margin-top: 330px;
}

#placeholder h1, #placeholder h2, #placeholder h3, #placeholder h4, #placeholder h5, #placeholder h6 {
	text-shadow: 0 1px #FFFFFF;
}

/* F O O T E R */
#help_feedback {
	margin-top: 75px;
}
#footer {
	background-color: black;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	min-width: 990px;
}
#footer, #footer a, #footer a:hover {
	color: #666;
	font-size: 12px;
}
#footer a {
	padding: 0 5px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* A D D T H I S */
/* Fixed Positioned AddThis Toolbox */            
.addthis_toolbox.atfixed {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 32px;
    z-index: 3000;
	-webkit-transition: top 1s ease;
	-moz-transition: top 1s ease;
	-ms-transition: top 1s ease;
	transition: top 1s ease;
}
body.fixed .addthis_toolbox.atfixed {
	top: 100px;
}
.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin: 0 0 5px 0;
    padding: 0;
    display: block;
}
.addthis_toolbox .custom_images a img { 
	border: 0; 
	margin: 0;
}
.addthis_toolbox .custom_images a:hover { 
	margin-left: -5px;
}
#at15s {
	z-index: 1000 !important;
}

/* A D S E N S E   A D */
#adsense_footer {
	border: none;
	border-top: 1px solid #ccc;
	height: 15px;
	padding: 10px 0;
	background-color: white;
}
.adsense_center_728 {
	margin: 30px 0 0 111px;
}
.columns #adsense_block.right {
	width: 265px;
}