/*
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/rain-color.png') repeat-x; }

/* Typography */

h2, h3 { 
	font-family: Calibri, Arial, sans-serif;
	margin-bottom: 14px;
}

h2 { 
	font-size: 2.5em !important;
}

#intro { 
	font-size: 2.6em; 
	margin: 30px 0 30px 0; 
	color: #ccc;
	text-align: center;
}

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;
	position: relative;

}
	
#logo {
	position: absolute;
	bottom: 0px;
	left: 0px;
	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;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#main-nav ul {
	list-style: none;
	margin-top: 30px; 
}

#main-nav li {
	display: inline;
	margin-left: 30px;
	font-size: 1em;
}

#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: 32px;
	text-indent:-9999px;
	width: 32px;
}

#email a {		background-image: url('style/images/newsletter_16.png'); }
#fb a { 		background-image: url('style/images/facebook_32.png'); }
#tw a { 		background-image: url('style/images/twitter_32.png'); }
#linkedin a { 	background-image: url('style/images/linkedin_32.png'); }
#flickr a { 	background-image: url('style/images/flickr_32.png'); }
#youtube a { 	background-image: url('style/images/youtube_32.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; 
	}
	
ul.logos {
	list-style-type: none !important;
	margin-top: 20px !important;
}
	ul.logos li {
		float: left;
		display: block;
		width: 250px;
		height: 50px;
		margin-bottom: 20px;
	}
		ul.logos li.icon {
			height: 100px;
		}
		ul.logos li a,
		ul.logos li a:hover {
			border: none;
		}
	
 dl {
    padding: 0.5em;
	overflow: auto;
  }
  dt {
    float: left;
    clear: left;
    width: 200px;
    text-align: left;
    font-weight: bold;
  }
  dt:after {
    content: ":";
  }
  dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
  }

div.clearfix {
	clear: both;
}

#newsletter-signup div {
	margin: 0 0 10px 0;
}

#newsletter-signup label {
	font-size: 1.5em;
}

#newsletter-signup input {
	font-size: 1.5em;
	padding: 5px;
}

ul.mp-share-boxes {
}
ul.mp-share-boxes li,
ul.mp-share-buttons li {
  float: left;
  width: inherit;
  background-image: none !important;
}
li.mp-share-boxes-fb iframe {
  width: 50px !important;
}
