body {
	background-image: url(http://www.cibcommunications.co.uk/images/img/bg/cib_main_bg.jpg);
	background-repeat: none;
}

#header-blog {
	margin-left: 70px;
	width: 900px;
	height: 80px;
}

#container-page-blog {
	position: relative;
	left: 70px;
	width: 900px;
	/*background-image: url(http://www.cibcommunications.co.uk/images/img/bg/folio/folio_page_bg.gif);
	background-repeat: repeat-y;
	background-position: 90px;*/
	
	background-color: black; /* background color for the page */
}

#nav-secondary-main-blog {
	margin-left: 70px;
	width: 900px;
	height: 30px;
	/*
	background-image: url(http://www.cibcommunications.co.uk/images/img/bg/folio/folio-secondary-menu-main_b.png);
	background-repeat: no-repeat;
	background-position: 45px;
	*/
	background-color: #333;
	background-image: url(http://www.cibcommunications.co.uk/images/img/nav/corners/corner-blog.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.content-main-column-blog {
	width:545px;
	float: left;
	margin-left: 45px;	 /* left margin */
	margin-bottom: 20px;
	
}

.content-secondary-column-blog {
	width: 220px;
	float: left;
	margin-left: 45px;
	
	
	
}

.blog-entry-short {
	padding-top: 48px;
	margin-bottom: 32px;

}

#body-blog {
	background-color: #191919;
	margin-top: 10px;
	margin-bottom: 10px;
	
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 8px;
	padding-right: 8px;
	
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#blog h2 {
	text-transform: capitalize;
	color: white;
	font-size: 32px;
	margin-bottom: 16px;
	line-height: 36px;
}

#blog h3 {
	text-transform: capitalize;
	color: white;
}

#blog h4 {
	text-transform: capitalize;
	color: white;
}

.blog-entry-short h6 {
	font-color: red;
	font-size: 10px;	
}

.blog-entry-short img {
	margin-top: 16px;
	margin-bottom: 16px;
	
}

#blog p {
color: white;
	/*font-size: 12px;*/
	line-height: 16px;
}

#body-blog ul {
	font-size: 12px;
	line-height: 16px;
	padding-left: 40px;
	margin-left: 10px;


color: white;
	
}

#body-blog ol {
	font-size: 12px;
	line-height: 16px;
	
	padding-left: 40px;
	margin-left: 10px;
	
	color: white;
}

#body-blog li {
	margin-bottom: 16px;
	
}

#body-blog h5 {
	margin-bottom: 4px;
	
}

/* ///////////////////// */
/* COMMENTS */

.comment {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 36px;
	margin-bottom: 48px;
	margin-top: 8px;
}

.message p {
	line-height: 18px;
	font-size: 12px;
}
	
.message {
	clear: left;
	float: left;
	width: 65%;
	margin-right: 10px;
	font-size: 5px;
}

.sender {
	float: left;
	clear: right;
	width: 30%;
	margin: 0px;
	padding: 0px;
}

.sender a {
	color: #8F5600;
	text-decoration: none;
}

.sender a:hover {
	color: #FFCA28;
	text-decoration: underline;
}

#comment-form {
	margin-top: 8px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

#comment-form p {
	font-size: 10px;
	line-height: 16px;
}

#captcha {
	background: purple;
	margin-top: 16px;
}

/* ////////////////// */
/* RSS */

#rss {
	display: block;
	height: 30px;
	width: 89px;
	float: left;
	background-image: url(http://www.cibcommunications.co.uk/images/img/blog/rss_on.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#rss a {
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 89px;
	background-image: url(http://www.cibcommunications.co.uk/images/img/blog/rss_on.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#rss a:hover {
background-image: url(http://www.cibcommunications.co.uk/images/img/blog/rss_off.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
/* ///////////////// */
/* CONTINUE READING */

.continue {
	

	text-indent: -9999px;
	width: 150px;
        float:right;

}

.continue a {
	background-image: url(http://www.cibcommunications.co.uk/images/img/blog/continue_reading.jpg);
	background-position: center top;
	display: block;
	background-repeat: no-repeat;
	height: 24px;
	width: 150px;
}

.continue a:hover {
	background-position: bottom;
}

/* //////////////// */
/* SECONDARY NAV */
ul#nav-secondary-folio-blog li.back a{
	color:#FFC700;
	background-image: url(http://www.cibcommunications.co.uk/images/img/blog/blog-back_button_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 40px;
	padding-left: 25px;
	margin-left: 0px;
	height: 23px;
}

ul#nav-secondary-folio-blog li.back a:hover {
	color: #FFFFFF;
	background-image: url(http://www.cibcommunications.co.uk/images/img/blog/blog-back_button_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px -23px;
}

/* ???????????? */


ul#nav-secondary-folio-blog {
	list-style: none;
	margin-left: 45px;
	padding-left: 0em;
	font-size: 11px;
	line-height: 18px;
	color: #B0B0B0;
	font-family: "Lucinda-Grande", Verdana, Arial, Helvetica, sans-serif;
	width: 700px;
	height: 25px;
	padding-top: 4px; /* adjusted from equivalent for folio page from 8px */

}

ul#nav-secondary-folio-blog li {
	float: left;
	padding-right: 1.25em;
}

ul#nav-secondary-folio-blog a {
	text-decoration: none;
	
	color: #B0B0B0;
}

ul#nav-secondary-folio-blog a:hover {
	color: #FFC700;	
}

/* 88888888888888888888 */

.blog-sidelink-container {

}

.blog-sidelink {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	
	font-size:12px;
	/*
	padding-right: 20px;
	padding-left: 20px;
	*/
}

.blog-sidelink-top {
	height: 12px;
	background-image: url(http://www.cibcommunications.co.uk/images/img/blog/blog_sidemenu_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.blog-sidelink-bottom {
	height: 12px;
	background-image: url(http://www.cibcommunications.co.uk/images/img/blog/blog_sidemenu_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom:12px;
}

.blog-sidelink h1 {
	text-transform: capitalize;
	color: white;
	display: block;
	padding: 0px 20px 12px 20px;
	font-size: 14px;
	
	background:#191919;
	
}

.blog-sidelink li {
	display: block;
	
	padding-top: 8px;
	padding-bottom: 8px;
	
	padding-left:20px;
	padding-right:20px;


}

.ent {
	background-color: #000;

}

.alt{
	background-color: #191919;

}

/* //////////////// */
/*  BLOG GENERAL LINKS, ROLLOVERS */

.blog-sidelink li a {
	text-decoration: none;
}

.blog-sidelink li a:hover {
	text-decoration: none;
}

.blog-sidelink li a:visited {
	text-decoration: none;
}


* /////////////// */
/* creative side links */
.creative-list {
		background-image: url(http://www.cibcommunications.co.uk/images/img/blog/blog_sidemenu_top-creative.png);

}

ul.creative-list li.alt {
	background: #001B30;

}

h1.creative-list  {
	background: #001B30;
}

/* pr side links */
.pr-list {
		background-image: url(http://www.cibcommunications.co.uk/images/img/blog/blog_sidemenu_top-pr.png);

}

ul.pr-list li.alt {
	background: #1F0A1B;

}

h1.pr-list  {
	background: #1F0A1B;
}

/* interactive side links */
.interactive-list {
		background-image: url(http://www.cibcommunications.co.uk/images/img/blog/blog_sidemenu_top-interactive.png);

}

ul.interactive-list li.alt {
	background: #002C2B;

}

h1.interactive-list  {
	background: #002C2B;
}

/*        */
/* tagged */

.tag-creative {
	background-color: #001B30;
}

.tag-pr {
	background-color: #1F0A1B;
}

.tag-interactive {
	background-color: #002C2B;
}

/* ###################### */
/* general links for all sidelinks */

.content-secondary-column-blog a:link {

	/* color: #FFF; */
	color: #999;
	text-decoration: none;
}

.content-secondary-column-blog a:visited {
	color: #999;
	
}

.content-secondary-column-blog a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* GLOSSARY */
#glossary-jumpmenu {
	text-align: center;
	padding-top: 16px;
	padding-bottom: 48px;
}

#glossary-jumpmenu ul {
	list-style-type: none;
	width: 100%;
	display: block;
}

#glossary-jumpmenu li {
	float: left;
	padding-right: 0.5em;
}

#glossary-jumpmenu a {
	text-decoration: none;
	color: #FFFFFF;
}

#glossary-jumpmenu a:hover {
	text-decoration: none;
	color: #FFCA28;
}
#glossary-jumpmenu a:visited {
	text-decoration: none;
	color: #FFF;
}

#glossary {
padding-top:32px;
}

#glossary h1 {
padding-bottom: 8px;
}


