/* -------------------------------------------------------------- 
  
   Viva CSS Framework
   E-Mail: hello@vivatemplates.com
   
   www.vivatemplates.com
   
   Concrete5 Theme: Creative Business
   
-------------------------------------------------------------- */

@import "css/reset.css";
@import "css/forms.css";
@import "typography.css";
@import "css/tooltip.css";


/* General
-------------------------------------------------------------- */

body {
	background: rgb(250,250,245);
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#loadpage {
	width: 24px;
	height: 24px;
	background: url(http://ckbinc.net/themes/creativity/images/loading.gif) no-repeat center center;
	position: absolute;
	bottom: 19px;
	right: 210px;
}

/* Header
-------------------------------------------------------------- */

#header {
	height: 115px;
	position: relative;
	width: 960px;
}

.logo {
	position: absolute;
	top: 8px;
	left: 10px;
}

#header-text {
	position: absolute;
	top: 20px;
	right: 70px;
	color: #838789;
}
#header-text a {
	margin-left: 10px;
	margin-right: 10px;
	color: #2e2f34;
	font-weight: normal;
	font-size: 0.9em;
}
#header-text a.espanol { /* Flag */
	background: url(http://ckbinc.net/themes/creativity/images/flag.png) no-repeat left;
	padding-left: 20px;
}

#header-text a:hover {
	text-decoration: underline;
}

/* Text Sizer */

#text-size {
	position: absolute;
	top: 13px;
	right: 0;
}
#text-size a {
	color: #2b2c30;
	font-size: 1.2em;
	text-shadow: #fff 1px 1px 1px;
	font-weight: bold;
}

#text-size a.increaseFont {
	font-size: 1.7em;
	margin-left: 2px;
}

/* Search
-------------------------------------------------------------- */
 
#searchform {
	width: 189px;
	position: absolute;
	top: 7px;
	right: 12px;
}
#searchform input {
	float: left;
}
 
input.search-field {
	background: url(http://ckbinc.net/themes/creativity/images/search_bg.png) no-repeat;
	width: 140px;
	height: 25px;
	border: 0;
	outline: 0;
	color: #fff;
	font-size: 0.9em;
	margin: 0;
	/* TOP, RIGHT, BOTTOM, LEFT */
	padding: 5px 0px 0px 15px;
}
input.search-button {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Navigation
-------------------------------------------------------------- */

#navigation {
	background: url(http://ckbinc.net/themes/creativity/images/navigation_bg.png) no-repeat;
	height: 53px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 960px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation ul li {
	float: left;
	padding-top: 10px;
}
#navigation ul li a {
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	float: left;
	margin-left: 30px;
	height: 27px;
	line-height: 27px;
	padding-right: 16px;
}
#navigation ul li a span {
	display: block;
	width: 16px;
	height: 27px;
	float: left;
}

/* Hover */

#navigation ul li a:hover span {
	background: url(http://ckbinc.net/themes/creativity/images/nav_span.png) no-repeat left;
}
#navigation ul li a:hover {
	text-decoration: none;
	background: url(http://ckbinc.net/themes/creativity/images/nav_element.png) no-repeat top right;
}

/* Selected */

#navigation ul li a.nav-selected span {
	background: url(http://ckbinc.net/themes/creativity/images/nav_span.png) no-repeat left;
}
#navigation ul li a.nav-selected {
	background: url(http://ckbinc.net/themes/creativity/images/nav_element.png) no-repeat top right;
}

#navigation ul li.nav-selected a span {
	background: url(http://ckbinc.net/themes/creativity/images/nav_span.png) no-repeat left;
}
#navigation ul li.nav-selected a {
	background: url(http://ckbinc.net/themes/creativity/images/nav_element.png) no-repeat top right;
}

/* Center
-------------------------------------------------------------- */

#center {
	margin-top: 15px;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

/* Sidebar Left
-------------------------------------------------------------- */

.sidebar-left {
	width: 249px;
}

.sidebar-left h2 {
	display: block;
	width: 235px;
	height: 38px;
	/* TOP, RIGHT, BOTTOM, LEFT */
	padding: 0px 0px 0px 0px;
	background: url(http://ckbinc.net/themes/creativity/images/sidebar_heading.png) no-repeat;
	font-size: 1.1em;
	color: #fff;
	font-weight: normal;
	padding-left: 14px;
	margin: 0;
	padding-top: 8px;
}

.sidebar-left-content {
	background: url(http://ckbinc.net/themes/creativity/images/sidebar_bg.png) repeat-y;
	min-height: 100px;
}

.sidebar-left-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar-left-content ul li {
	
}

.sidebar-left-content ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	font-weight: normal;
	border-bottom: 1px solid #f2f2f2;
	margin-left: 1px;
	margin-right: 1px;
}
.sidebar-left-content ul li a:hover {
	background: #f2f2f2;
}
.sidebar-left-content ul li a.nav-selected {
	background: url(http://ckbinc.net/themes/creativity/images/sidebar_current.png) no-repeat;
	width: 253px;
	color: #303237;
	border-bottom: none;
	font-weight: bold;
}

/* Sidebar Right
-------------------------------------------------------------- */

.sidebar-right {
	width: 249px;
}

.sidebar-right h2 {
	display: block;
	width: 235px;
	height: 38px;
	/* TOP, RIGHT, BOTTOM, LEFT */
	padding: 0px 0px 0px 0px;
	background: url(http://ckbinc.net/themes/creativity/images/sidebar_heading.png) no-repeat;
	font-size: 1.1em;
	color: #fff;
	font-weight: normal;
	padding-left: 14px;
	margin: 0;
	padding-top: 8px;
}

.sidebar-right-content {
	background: url(http://ckbinc.net/themes/creativity/images/sidebar_bg.png) repeat-y;
	min-height: 100px;
	padding: 5px;
}

.sidebar-right-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar-right-content ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	font-weight: normal;
	border-bottom: 1px solid #f2f2f2;
	margin-left: 1px;
	margin-right: 1px;
}
.sidebar-right-content ul li a:hover {
	background: #f2f2f2;
}
.sidebar-right-content ul li a.nav-selected {
	background: url(http://ckbinc.net/themes/creativity/images/sidebar_current_right.png) no-repeat top left;
	width: 253px;
	color: #303237;
	border-bottom: none;
	font-weight: bold;
	margin-left: -5px;
	padding-left: 25px;
}

.banner-space {
	margin-top: 15px;
}

/* Content
-------------------------------------------------------------- */

.container {
	width: 695px;
}
.content {
	width: 665px;
	position: relative;
	/* TOP, RIGHT, BOTTOM, LEFT */
	padding: 0px 15px 15px 15px;
	background: url(http://ckbinc.net/themes/creativity/images/content_bg.png) repeat-y;
}
.print-icon {
	position: absolute;
	top: 5px;
	right: 25px;
}

/* Slideshow
-------------------------------------------------------------- */

#slideshow {
	width: 674px;
	height: 407px;
	float: left;
}

/* Latest News
-------------------------------------------------------------- */

#center-right {
	width: 273px;
	height: 407px;
	float: right;
	position: relative;
}

#latest-news {
	width: 273px;
	height: 288px;
	background: url(http://ckbinc.net/themes/creativity/images/news_bg.png) no-repeat bottom left;
}
#latest-news h2 {
	display: block;
	width: 260px;
	height: 40px;
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	/* TOP, RIGHT, BOTTOM, LEFT */
	padding: 6px 0px 0px 13px;
	background: url(http://ckbinc.net/themes/creativity/images/news_heading.png) no-repeat;
}
.news-item {
	/* TOP, RIGHT, BOTTOM, LEFT */
	margin: 5px 13px 5px 13px;
	border-bottom: 1px solid #f2f2f2;
}
.news-item span {
	display: block;
	font-size: 0.9em;
	color: #666;
}
.news-item p {
	font-size: 0.9em;
	/* TOP, RIGHT, BOTTOM, LEFT */
	padding: 0px 0px 5px 0px;
	margin: 0;
}

/* Our Clients
-------------------------------------------------------------- */

#our-clients {
	width: 258px;
	height: 93px;
	background: url(http://ckbinc.net/themes/creativity/images/ourclients_bg.png) no-repeat;
	position: absolute;
	right: -5px;
	bottom: 0;
	padding: 10px;
	text-align: center;
}

/* Footer Boxes
-------------------------------------------------------------- */

#boxes {
	margin-top: 15px;
}

.box {
	float: left;
	width: 309px;
	background: rgb(250,250,250);
	border: 1px solid rgb(30,30,30);
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.box h2 {
	display: block;
	width: 297px;
	height: 41px;
	background: url(http://ckbinc.net/themes/creativity/images/box_heading.png) no-repeat;
	padding-left: 12px;
	padding-top: 7px;
	padding-bottom: 0;
	font-size: 1.1em;
	color: #fff;
	font-weight: normal;
	margin: 0;
}

.box-content {
	padding: 0px 10px;
	width: 289px;
	
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;}
.box-content p {
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}

.last-box {
	float: right;
}
.center-box {
	margin-left: 16px;
}

/* Footer
-------------------------------------------------------------- */

#footer {
	background: rgb(20,20,25);
        margin-bottom: 10px;
        overflow:hidden;
	color: #000;
        opacity: 0.8;
        -khtml-opacity: 0.8;alpha(opacity=80);zoom:1;
		padding: 10px;
         -moz-box-shadow: white 0px 0px 15px;
         -webkit-box-shadow: white 0px 0px 15px;
         box-shadow: white 0px 0px 15px;
         -webkit-border-top-left-radius:10px;
         -webkit-border-top-right-radius:10px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;
 border-top-left-radius:10px;
         border-top-right-radius:10px;
         border-bottom-left-radius:10px;
         border-bottom-right-radius:10px;
-khtml-border-top-left-radius:10px;
         -khtml-border-top-right-radius:10px;
         -khtml-border-bottom-left-radius:10px;
         -khtml-border-bottom-right-radius:10px;
 -moz-border-radius-topleft:10px;
         -moz-border-radius-topright:10px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px; 
	width: 960px;
	margin-top: 10px;
	padding-top: 10px;
}
#footer p {
	font-size: 1.0em;
}

.footer-logo {
	float: right;
	padding: 10px;
}
#footer h6 { font-family: Helvetica Neue, Helvetica CY, Helvetica CE, Helvetica, Arial, Verdana; font-size: 12px; font-weight: bold; line-height: 130%; margin: 0 0 0.3em 0; padding: 0; color: rgb(255,175,35);}
         
         #footer h6 a:link,  #footer h6 a:active, #footer h6 a:visited 
   	{
	color: ivory;
}

#footer h6 a:hover
	{
	color: rgb(255,175,35);
	border-bottom: thin solid #0a0a0a;
}
