/*
Theme Name: CKCC
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: Bas Doppen (Huygens ING)
Author URI: http://www.huygens.knaw.nl/doppen
Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

body {
	font-family: 'News Cycle', sans-serif;
	}

a {
	color:#4DD2D8;
	
	}

a:hover {
	color:#3EAAAF;
	text-decoration:none;
	}

h1 {
	font-family: 'News Cycle', sans-serif;
	font-weight: 400;
	font-size:20px;
	color:#4DD2D8;
	}
	
h2 {
	font-family: 'News Cycle', sans-serif;
	font-weight: 400;
	font-size:16px
	}

td {
	vertical-align:text-top;
	padding:10px 10px 10px 0px;
	}

tr {
	
	border-bottom:1px solid #EEE;
	}

.header {
	background-color:#333;
	padding:30px 0px 30px 0px;
	color:#FFF;
	}

.menu {
	font-family: 'News Cycle', sans-serif;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}

.menu  li{
	display:inline;
	text-decoration:none;
	padding:0px 10px 0px 0px;
	margin:0px 10px 0px 0px;
	border-right:1px solid #767676;
	}

.menu li ul{
	display:none
	}

.subnav ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-top:1px solid #EDEDED;
	}

.subnav li{
	list-style:none;
	padding:10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #EDEDED;
	}

.subnav li:hover{
	color:#000000;
	background-color:#4DD2D8;
	padding:10px 0px 10px 10px;
	}

.subnav a{
	color:#000000;
	font-size:16px;
	}


.header a{
	display:inline;
	color:#FFFFFF;
	}



.headline {
	background-color:#4DD2D8;
	margin-bottom:30px;
	padding:30px 0px 30px 0px;
	font-family: 'News Cycle', sans-serif;
	}

.headline p{
	font-family: 'News Cycle', sans-serif;
	font-size:15px;
	line-height:20px;
	}

.page1{
	padding:10px 0px 15px 0px;
	}

.page1 h1{
	color:#000000;
	font-size:24px;
	}


.lineUnder {
	border-bottom:1px solid #f4f4f4;
	padding-bottom:20px;
	margin-bottom:20px;
	}

.shrtcuts img{
	border:1px solid #B7B7B7;
	padding:5px 5px 5px 5px;
	margin:0px 0px 15px 0px;
	background-color:#CCCCCC;
	
	
	}

.newsList{
	
	padding:0px;
	margin:0px;

	}

.newsList li{
	clear:both;
	padding:5px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
	}

.newsDate {
	float:left;
	width:80px;
	color:#999;
	}