﻿/*
[Contents]

    0- Global
    1- Header
    2- Headline
    3- Main Container
    4- Main
    5- Sidebar
    6- Footer
*/

/* =0 Global
---------------------------------------------------------------------------------------------------------------------*/
body {
  background: white;
}

/* =1 Header
---------------------------------------------------------------------------------------------------------------------*/
#header {
	/*background: url(images/header-bg.png) repeat-x left bottom;*/
}

/* LOGO */
.logo {
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 24px;
  	background: url('/Cms_Data/Sites/CCI/Themes/Default/images/logo.png') 0 0 no-repeat white;
  	height: 90px;
  	width: 280px;
}
.logo a {
	color: #555;
	text-decoration: none;
}

/* Quicklink */
.quicklink li {
	float: left;
}

/* Menu */
#menu-container {
  background: black;
}

.menu li {
	float: left;
}

.menu a {
	color: #fff;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
  	font-weight: bold;
	font-size: 14px;
	line-height: 34px;
	padding: 0 15px;
	text-shadow: 0 1px 0 #333;
}

.menu a:before {
  content: "::    ";
}

.menu a:hover {
	color: #fe2d45;
	text-decoration: none;
}
.menu li.current a {
	background: #FFF;
	border-bottom: 0 none;
	color: #555;
	text-shadow: 0 1px 0 #CCC;
	line-height: 34px;
}

/* =2 Headline
---------------------------------------------------------------------------------------------------------------------*/
#headline {
	border-bottom: 1px solid #DFDFDF;
}
#headline h2 {
	color: #555;
	float: left;
	padding: 0 0 10px 10px;
}

/* =3 Main Container
---------------------------------------------------------------------------------------------------------------------*/

/* =4 Main
---------------------------------------------------------------------------------------------------------------------*/

#main-container {
  padding: 10px;  
}

/* Title */
#main > .title {
	color: #fe2d45;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#main > .title h2:before {
  content: "::  ";
}

/* Block */
#main .block .title {
	color: #444;
	margin-bottom: 10px;
}
#main .block h3.title {
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 20px;
}
#main .block h4.title {
	font-size: 12px;
	font-weight: bold;
}
#main .block .date {
	color: #999;
}

/* Pagination */
.pagination {
	font-size: 10px;
}
.pagination a {
	border: 1px solid #CCC;
	display: inline-block;
	padding: 1px 4px;
}
.pagination a:hover {
	border-color: #999;
	text-decoration: none;
}
.pagination .current {
	background: #328AB2;
	border: 1px solid #328AB2;
	color: #FFF;
	cursor: default;
	display: inline-block;
	font-weight: bold;
	padding: 1px 4px;
}
.pagination .pagenavigation a {
	border: 0 none;
}
.pagination .disabled {
	display: none;
}

/* =5 Sidebar
---------------------------------------------------------------------------------------------------------------------*/
/* Block */
#sidebar .block .title {
	border-bottom: 1px solid #CCC;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	text-transform: uppercase;
}
#sidebar .block .title a {
	color: #333;
}
#sidebar .block .list li {
	border-bottom: 1px solid #CCC;
	font-size: 11px;
	padding: 5px 0;
}

/* =6 Footer
---------------------------------------------------------------------------------------------------------------------*/
#footer {
	color: white;
  	background: #fe2d45;
	font-size: 10px;
  	padding: 10px;
  	font-weight: bold;
}
