/*
Theme Name: ciByDesign
Theme URI: http://cibydesign.co.uk/
Description: A simple large image facing two column website.
Version: 1.0
Author: Chima Ijeoma
Author URI: http://www.cibydesign.co.uk.com/
Tags: cibydesign, web, development, design, seo, ecommerce
	The CSS, XHTML is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* 01 - TYPOGRAPHY
/* ----------------------------------------------*/

h1 {
	margin:-10px 0 0 0; padding:0;
	font: 1.5em sans-serif, Arial, Helvetica; color:#111111;
	position:relative; display:block;
}

	.post-content h1, .page-content h1 {
		margin:10px 0; padding:0;
		font:bold 2.50em sans-serif, Arial, Helvetica, sans-serif; color:#53798b;
	}

	h1 a:link, h1 a:active, h1 a:visited {
		color:#fefefe;
		outline:0;
	}
	
	h1 a:hover {
		color:#d7d7d7;
	}

	h1 span {
		margin:10px 0 0 0;
		width:100%; height:20px;
		position:absolute; display:block;
	}

h2 {
	margin-bottom:0.5em; font:1.53em Arial, Helvetica, sans-serif; color:#111111;
}

	.post-content h2, .page-content h2 {
		margin:10px 0 0 0; padding:0;
		font:bold 2.00em Arial, Helvetica, sans-serif; color:#53798b;
	}

h3 {
	margin:0; padding:0;
	font:1.2em Arial, Helvetica, sans-serif; color:#111111;
}

	.post-content h3, .page-content h3 {
		margin:10px 0; padding:0;
		font:bold 1.50em Arial, Helvetica, sans-serif; color:#53798b;
	}

	h3 a:link, h3 a:active, h3 a:visited {
		color:#30393d;
	}
	
	h3 a:hover {
		color:#54798b;
	}
	
	h3.post-title, .single h3.post-title, h3.post-title-small {
		margin:0; padding:10px 0;
		width:255px; height:auto;
		border-bottom:4px solid #30393d;
	}
	
		.single h3.post-title {
			font-size:2.00em;
			width:200px;
		}
		
		h3.post-title-small {
			font-size:1.50em;
		}

h4 {
	margin:0; padding:0;
	font:bold 1.75em Arial, Helvetica, sans-serif; color:#fefefe;
}

	.post-content h4, .page-content h4 {
		margin:10px 0; padding:0;
		font:bold 1.17em Georgia, "Times New Roman", Times, serif; color:#53798b;
	}

	#footer h4 {
		margin:0 0 20px 0;
	}

h5 {
	/* Sidebar Header */
	margin:0px; padding:5px 0 0 0px;
	width:255px; height:auto;
	font:1.5em Arial, Helvetica, sans-serif;  color:#808080;
}

	.post-content h5, .page-content h5 {
		margin:10px 0; padding:0;
		width:auto; height:auto;
		background:none;
		font:bold 1.00em Arial, sans-serif, "Times New Roman", Times, serif; color:#53798b;
	}

	#tag_cloud h5, #searchform label {
		margin:0; padding:0;
		background:none;
	}
/***************** General ****************************/
#wrapper {
	clear: both;
	margin: 0 auto;
	position: relative;
	min-height: 905px;
	width: 965px;
	background-color: rgb(140,140,140);
}
body {
	background: #000 url(images/cibydesign_footer-bkg.jpg) repeat top left;
	margin:0 auto; 
	padding:0;
	font:.8em sans-serif, Arial, Helvetica; color:#DDDDDD;
	line-height:19px;
	border: 0px;
}

#header_wrapper {
	margin:0 auto;
	width:965px; 
	height:auto;
	background:#000000 url(images/cibydesign_footer-bkg.jpg) repeat-x top left;
}

#header span {
	display: none;
}

#header {
	margin:0 auto;
	width:965px;
	background:url(images/cibydesign_header.png) no-repeat top center;
}

#logo {
	margin: 15px 10px 0 15px;
	width:277px;
	height:140px;
	background:url(images/cibydesign_logo.png) no-repeat top left;
	float:left;
}
	
#searchform-header {
	margin:50px 20px 0 0; 
	padding:0;
	width:345px; 
	height:auto;
	background:url(images/cibydesign_search.png) no-repeat center left;
	float:right;
}
	
#searchform-header #s {
	margin:15px 0 0 0; padding:0px 10px 0px 25px;
	width:225px; height:auto;
	border:0;
	background:none;
 	float:left;
	font:1em color:#010101;
}
		
#searchform-header #go {
	float:right;
	margin:0;
}

#navigation {
	position: relative;
	margin-bottom: 5px; padding: auto 0;
	border-top: 1px solid #000;
	border-bottom: 1px #999999;
}

#navigation ul.pages {
	float: right;
	clear: both;
	width: 965px;
	text-align: right;
	margin:0; padding:0;
	height:34px;
	list-style:none; 
	background: url(images/navigation.gif) #000 top left repeat-x;
}
	
#navigation ul li {
	margin: 0px; 
	padding:0;
	overflow:none;
	background: url(images/navigation.gif) #000 top left repeat-x;
}


a:link, a:active {
	color:#111111;
	text-decoration:none;
	outline: none;
}

a:hover {
	color:#444444;
	text-decoration: underline;
}

a:visited {
	color:#111111;
	text-decoration:none;
}

a.rss:link, a.rss:active, a.rss:visited, a.rss:hover {
	margin:0; 
	padding:0;
	width:16px;
	background:url(images/rss.png) no-repeat top center;
	text-indent:-9999px; 
	display:block; 
	outline:0;
}

.rss {
	margin:0 30px 0 0; 
	padding:0;
	width:16px; 
	height:17px;
	}

#navigation ul li a {
	color:#f1f0ef;
	width: auto;
	display: block;
	text-decoration: none;
	text-align: center;
	outline: none;
} 

#navigation ul li span, 
#navigation ul li a:link, 
#navigation ul li a:active, 
#navigation ul li a:visited {
	color: #E4E490;
	margin:0; padding:7px 15px 0px 15px;
	font:1.08em sans-serif, Arial, Helvetica, color:#f1f0ef;
	display:block;
	outline: none;
}

#navigation ul li a:hover {
	color:#ffff99;
}

#navigation ul.pages li.current_page_item a {
	color:#fde063;
}

#side-a {
	color: #333333;
	width: 700px;
	float: left;
	margin:0px 0 0 0; padding:0;
	background:#8c8c8c url(images/cibydesign_main-content.png) no-repeat top left;
}

.curved_window {
	margin: 5px 0px 0 5px;
}

.side-a_top {
	background-image:url(images/side-a_top.png);
	background-position:top center;
	margin-top:0px;
	display:block;
	width:695px;
	height:25px;
}

.side-a_bottom {
	background-image:url(images/side-a_bottom.png);
	background-position:bottom center;
	display:block;
	width:695px;
	height:25px;
}

.side-a_body {
	background-image:url(images/cibydesign_colmain-innerbkg.png);
	background-position:top center;
	background-repeat: no-repeat;
	background-color: #e5e5e5;
	padding:1px 15px 10px 15px;
}

.side-a_body a:link {
	color: #444444;
	background: #DDDDDD url(images/lightbulb_off.png); background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 20px;
}

.side-a_body a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background:url(images/lightbulb.png); background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 20px;
}

.side-a_body a:visited {
	color: #888888;
}
.page_body .downloads-icon {
	border: 1px solid #888888;
	margin-right: 10px;
	float: left;
}


#side-b {
	color: #333;
	width: 265px;
	margin: 0;
	float: left;
	background: rgb(140,140,140) url(images/cibydesign_main-content.png) no-repeat top right;
	height: auto !important; height: 1%;
}

#side-b h3 {
	color: rgb(255,255,255);
	text-decoration: bold;
}   

.side-b_body ul {	
	margin: 0;
	padding: 0px;
	list-style-type:none;
	counter-reset: ol;
	line-height: auto; 
}

.side-b_body ul li {
/* intended total box width - padding-right(next) */ 
	margin: 0px auto;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #888888;
	clear: both;
}

.side-b_body ul li a:link, 
.side-b_body ul li a:visited,
.side-b_body ul li a:active {
	color: #000000;
}

.side-b_body .new_banner {
	float: right;
	position: relative;
	right: -40px; 
	border-left: 2px groove #888;
}

.side-b_body #formBuilderField, .side-b_body textarea, .side-b_body input {
	width: 200px;
	height: auto;
	border: 1px solid #cccccc;
	background-color: #F7F7F7;
	padding: 3px;
	font-family: Tahoma, sans-serif;
	background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
}

.side-b_top {
	background-image:url(images/side-b_top.png);
	background-position:top center;
	margin-top: 1px;
	display:block;
	width:250px;
	height:25px;
}

.side-b_bottom {
	background-image:url(images/side-b_bottom.png);
	background-position:bottom center;
	display:block;
	width:250px;
	height:25px;
clear: both;
}

.side-b_body {
	z-index: 30;
	background-image:url(images/cibydesign_colright-innerbkg.png);
	background-position:top center;
	background-repeat: no-repeat;
	background-color: #FCFCFC;
	padding:0px 20px 1px 15px;
	border-left: 1px solid #888888;
	width: 214px;
}

.side-b_body h2 {
	color: #808080;
}

.side-c_top {
	background-image:url(images/side-c_top.png);
	background-position:top center;
	margin-top:0px;
	display:block;
	width:695px;
	height:25px;
}

.side-c_bottom {
	background-image:url(images/side-c_bottom.png);
	background-position:bottom center;
	display:block;
	width:695px;
	height:25px;
}

.side-c_body {background-color: #cccccc;
	padding:1px 15px 1px 15px;
}

.side-c_body a:link, {
.side-a_body a:visited
	text-decoration: none;
	outline: none;
	border: none;
}

.side-c_body img {
	border: none;
}

.opt_body {
	text-align: center;
	margin-top: 10px;
	background-repeat: no-repeat;
	padding:1px 5px 1px 5px;
	width: 95%;
	height: 107px;
}

.opt_body a:link,
.opt_body a:hover, 
.opt_body a:visited {
	text-align: center;
	text-decoration: none;
	background-image: none;
	outline: none;
	border: none;
	background: none;
	padding: 0px;
}

.opt_body img {
	border: none;
}

.page_top {
	background-image:url(images/side-a_top.png);
	background-position:top center;
	margin-top:10px;
	display:block;
	width:695px;
	height:25px;
}

.page_bottom {
	background-image:url(images/side-a_bottom.png);
	background-position:bottom center;
	display:block;
	width:695px;
	height:25px;
	margin-bottom: 10px;
}

.page_body {
	background-image:url(images/cibydesign_colmain-innerbkg.png);
	background-position:top center;
	background-repeat: no-repeat;
	background-color: #e5e5e5;
	padding:1px 15px 1px 15px;
}

.page_body_404 {
	background: #e5e5e5 url(images/robot.png) bottom right;
	background-repeat: no-repeat;
	padding:1px 20px 1px 15px;
	min-height: 800px;
}

.sidebar_icon { float: left; width: auto; margin: 0; padding: 0 10px 0 0; }
.sidebar_icon a img { border: 0px; }
.sidebar_copy { height: 50px; overflow: none;}

/* Footer */

#footer {
	margin:0 auto;
	position: relative;
	width: 965px;
	height: auto;
	padding-top: 5px;
	color: rgb(140,140,140);
	background: rgb(39,39,39) url(images/cibydesign_footer.jpg) top no-repeat;
	border-top: 10px solid #111111;
}
#footer h3 {
	padding: 10px auto;
	margin-bottom: 0.5em;
}

#footer img {
	border: 0px;
}

#footer p {
	padding: 10px;
}

#footer a {
color: rgb(140,140,140);
text-decoration: none;
}

#footer a:hover {
}

#footer_menu {
background-color: rgb(140,140,140); border: 1px solid #CCC;}

#footer_menu a {
}

#footer_menu a:hover {
}

/* Extras */

.clear {
  clear: both;
  }

/*
** Prestashop style Features
*/

.ps_features_left {
float: left;
width: 250px;
margin-right: 10px;
}

.ps_features_left li, .ps_features_right li {
list-style-image: url(/images/arrow-pink.gif);
line-height: 20px;
margin-left:25px;
}

.ps_features_left ul, .ps_features_right ul {
color: #034B78;
font-size: 12px;
padding:0;
margin:0;
}

.ps_features_right {
float: right;
width: 280px;
margin-right: 10px;
}

.ps_features_left img, .ps_features_right img{
margin-left:5px;
margin-top:0px;
}

.ps_features_left p, .ps_features_right p{
color:#929DA3;
margin-left:5px;
margin-top:0px;
}

#ps_features_bo, #ps_features_general, #ps_features_coming{
height: 40px;
line-height: 40px;
border-top: 1px solid #FFF;
border-bottom: 1px solid #CEDEA2;
}
#col1 {
margin-left: 10px;
}

#col1, #col2 {
  width: 20%;
  float: left;
  padding: 10px;
  text-align: left;
}

#col3, #col4  {
  display: block;
  width: 25%;
  float: left;
  padding: 10px;
  text-align: left;
}

#footer ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}

div#col1 ul li,
div#col2 ul li,
div#col3 ul li, 
div#col4 ul li {
  display: block;
  border-bottom: 2px groove #111;
  margin: 0px;
  padding: 5px 5px 5px 0px;
}

div#col1 ul li.last,
div#col2 ul li.last,
div#col3 ul li.last, 
div#col4 ul li.last {
  border-bottom: none;
}