/*
Theme Name: Creative Industries 01
Description: CIP Theme 01
Version: 1.0
Author: Hamish Park
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/*--------------------------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #F7F7F7;
	background: #252525;
}

/*--------------------------------------------------------------------------------------------*/

a, a:visited {
	text-decoration: none;
	color: #1a88e4;
}

a:hover {
	text-decoration: underline;
}



/*--------------------------------------------------------------------------------------------*/

h1, h2, h3 {
	font-family: GillSans, Trebuchet, Calibri, sans-serif;
	margin-bottom: 15px;
	color:#FFFFFF;
}

h1 {
	font-size: 32px;
	line-height: 34px;
}

h2 {
	font-size: 26px;
	line-height: 28px;
}

h3 {
	font-size: 20px;
	line-height: 22px;
}

ul, ol {
	margin-bottom: 10px;
}


small {
	color: #CCC;
	font-weight: bold;
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
}

p {
	margin: 0 0 10px 0;
}

/*--------------------------------------------------------------------------------------------*/

.wrap {
	margin: 0 auto;
	width: 940px;
}

.line {
	width: 100%;
	height: 1px;
	background: #000;
	border-bottom: 1px solid #353535;
	font-size: 0px;
}

/*--------------------------------------------------------------------------------------------*/

.topbar {
	background: url(style/images/bg_topbar.png) repeat-x scroll 0 0;
	height: 36px;
	font-size: 11px;
	margin-top: 0px;
}

.topbar ul {
	margin-top: 6px;
}

.topbar ul li {
	display: inline;
}

.topbar a {
	color: #fff;
}



/*--------------------------------------------------------------------------------------------*/

#searchForm {
	height: 18px;
	margin-top: 7px;
}

#search_term {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	color: #333;
	font-size: 11px;
	padding: 3px;
}

/*--------------------------------------------------------------------------------------------*/

#header {
	background: url(style/images/bg_header_repeat.jpg) repeat-x scroll 0 0;
	height: 136px;
}

#header .wrap {
	background: url(style/images/bg_header.png) no-repeat scroll 0 0;
	height: 136px;
}

#header h1, #header small {
	margin: 0;
	height: 0px;
	display: none;
	text-indent: -9999px;
}

#header #logo_cip {
	margin-top: 45px;
}

#header #logo_sagov {
	margin-top: 27px;
}

/*--------------------------------------------------------------------------------------------*/

#nav {
	background: url(style/images/bg_nav.png) repeat-x scroll 0 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#nav .wrap {
	height: 34px;
}

/*--------------------------------------------------------------------------------------------*/

#nav_main {
	background: url(style/images/bg_nav_div.png) no-repeat scroll right top;
	float: left;
}

#nav_main li {
	background: url(style/images/bg_nav_div.png) no-repeat top left;
	float: left;
	display: inline;
}

#nav_main li a {
	float: left;
	text-decoration: none;
	color:#CCC;
	text-transform: uppercase;
	padding: 7px 16px;
}

#nav_main li a:hover {
	color: #FFF;
}

#nav_main li.active {
	background: url(style/images/bg_nav_active.png) repeat-x left;
	border-bottom: 1px solid #595959;
}

#nav_main li.active a {
	background: url(style/images/bg_nav_div.png) no-repeat top left;
	color: #FFF;
}

#nav_spacer {
	height: 3px;
	background-color: #595959;
	border-bottom: 1px solid #000;
}

/*--------------------------------------------------------------------------------------------*/

#nav_feed {
	margin-top: 8px;
	margin-right: -3px;
}

#nav_feed li {
	display: inline;
	color: #FFF;
	font-size: 11px;
}

#nav_feed li a {
	color: #FFF;
	padding: 6px 3px;
}

/*--------------------------------------------------------------------------------------------*/

.block_outer {
	border: 1px solid #131313;
	background: #2b2b2b;
	margin-bottom: 20px;
	position: relative;
}

.block_iner {
	display: block;
	border: 1px solid #353535;
	overflow: auto;
}

/*--------------------------------------------------------------------------------------------*/

#hero_wrap {
	background: url(style/images/bg_hero.png) repeat scroll 0 0;
	overflow: hidding;
	margin-bottom: 20px;
}

#hero_wrap .wrap {
	margin-bottom: 20px;
}

#heroimage {
	padding: 38px 0 34px 2px;
}

#hero_wrap .alignleft {
	margin-right: 20px;
}

#hero_wrap .block_iner {
	padding: 15px 15px 0px 15px;
}

#hero_wrap .block_outer {
	position: relative;
	width: 298px;
}

/*--------------------------------------------------------------------------------------------*/


#content_wrap {
	margin-top: 20px;
	}


.content_640 {
	width: 640px;
	}
	
.content_full {
	width: 100%;
}
	

#content_area {
	float: left;
}

#content_area .block_iner {
	min-height: 200px;
	padding: 20px 30px;
}

#content_area h2, #content_area h3 {
	margin-top: 34px;
}

#content_area p {
	color: #CCC;
}

#content_area ol {
	margin-left: 25px;
}

#content_area ul {
	margin-left: 15px;
}

#content_area li {
	color: #CCC;
	margin-bottom: 5px;
	
}

#content_area ol li {
	list-style-type: decimal;
}

#content_area ul li {
	list-style-type: disc;
}

#content_area .separator {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	height: 1px;
	background: #000;
	border-bottom: 1px solid #353535;
	font-size: 0px;
}


/*--------------------------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 280px;
	position: relative;
}

#sidebar .block_iner {
	padding-top: 15px;
	padding-bottom: 20px;
}

#sidebar ul {
	margin: 0 20px;
	padding: 0;
}

#sidebar ul li{
	padding-top: 6px;
}

#sidebar a{
	color: #CCC;
}


/*--------------------------------------------------------------------------------------------*/

#footer {
	background-color: #202020;
	height: 80px;
}

#footer .wrap {
	padding-top: 15px;
}

/*--------------------------------------------------------------------------------------------*/

#nav_footer li {
	display: inline;
	font-size: 11px;
}

#nav_footer li a {
	color: #FFF;
	padding: 5px 5px;
}

/*--------------------------------------------------------------------------------------------*/

.eBook {
	margin-bottom: 10px;
	width: 770px;
	height:556px;
	overflow: hidden;
}
