/*
Theme Name: CDI
Theme URI: http://cdieurope.eu
Description: Based on Elliot Jay Stocks' Starkers theme (http://elliotjaystocks.com)
Version: 1.0
Author: Ana Gasston
Author URI: http://twitter.com/anagasston
Tags: starkers, naked, clean, basic
*/

/*@import '/wp-content/themes/cdi/style/css/global.css';*/


/* Reset */

html, body, div, h1, h2, h3, ul, ol, li, p, dt {
	font-weight: normal;
	margin: 0; 
	padding: 0;
}

body {
	color: #666;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

html { background: #fff url('style/images/grey-rain3.png') repeat-x; }

/* Typography */

h2, h3 { 
	font-family: Calibri, Arial, sans-serif;
	margin-bottom: 14px;
}

h2 { font-size: 2.4em; }

#intro { font-size: 2.6em; }

ul { font-size: 2em; }

p, dt, .alignleft, .alignright, table { font-size: 1.4em; }

p { 
	line-height: 120%;
	margin-bottom: 14px;
	}
	
#footer p { font-size: 1.2em; }
	
.wp-caption-text { 
	font-style: italic;
	font-size: 1.2em; 
	margin-top: 5px;
	text-align: center;
	}
	
.header {
	clear: both;
	min-height: 120px;
	overflow: hidden;
}
	
#logo {
	float: left;
	width: 200px;
}

#container {
	background-color: #fff; 
	margin:0 auto;	
	padding: 10px;
	width: 800px;
}

/* Buttons */

.button title {
	background-color: #ccc;
	color: #666;
}

p.button a {
	background: #666 url('style/images/arrow2.png') no-repeat 95% 63%;
	color: #fff;
	padding: 5px 33px 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.apps p.button a:hover { background: #ed008c url('style/images/arrow-pink.png') no-repeat 95% 63%; }

.get-involved p.button a:hover { background: #53ba47 url('style/images/arrow-green.png') no-repeat 95% 63%; }

.news p.button a:hover { background: #f88a4d url('style/images/arrow-orange.png') no-repeat 95% 63%; }

/* Navigation */

#main-nav {
	clear: right;
	float: right;
}

#main-nav ul {
	list-style: none;
	margin-top: 41px; 
}

#main-nav li {
	display: inline;
	padding: 0 15px 0 0;
}

#main-nav li a {
	border-bottom: 1px dotted #666;
	color: #666; 
	text-decoration: none; 
}

#main-nav .page-item-2 a:hover {
	border-bottom: 1px solid #0087cf;
	color: #0087cf;
}

#main-nav .page-item-19 a:hover {
	border-bottom: 1px solid #ed008c;
	color: #ed008c;
}

#main-nav .page-item-25 a:hover {
	border-bottom: 1px solid #53ba47;
	color: #53ba47;
}

#main-nav .page-item-55 a:hover {
	border-bottom: 1px solid #f88a4d;
	color: #f88a4d;
}

#main-nav .page-item-36 a:hover {
	border-bottom: 1px solid #99268d;
	color: #99268d;
}

#first { cursor: help; }

/* Icons */

#social-icons { overflow: hidden; }

#social-icons ul {
	float: right;
	list-style: none;
	margin-right: 15px;
}

#social-icons li {
	float: left;
	padding: 0 5px;
}

#social-icons a {
	background: #fff none no-repeat center center;
	display: block;
	height: 16px;
	text-indent:-9999px;
	width: 16px;
}

#email a { background-image: url('style/images/newsletter_16.png'); }

#fb a { background-image: url('style/images/facebook_16.png'); }

#tw a { background-image: url('style/images/twitter_16.png'); }

#flickr a { background-image: url('style/images/flickr_16.png'); }

#meetup a { background-image: url('style/images/meetup_16.png'); }


/* Footer */

#footer {
	border-top: 5px solid #ccc;
	clear: both;
	padding: 5px 10px;
	text-align: center;
}

#footer a { 
	border-bottom: 1px dotted #666;
	color: #666; 
	text-decoration: none; 
	}

#footer a:hover { 
	border-bottom: 1px solid #666;
	color: #666; 
	}
