/* 
Theme Name: Colordesigners
Theme URI: http://www.colordesigners.it
Description: Tema custom per colordesigners.it
Author: we are social
Author URI:
Version: 0.1
Tags: colordesigners
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	@import url('../hybrid/library/css/reset.css');

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */

/**
* Body
************************************************/

/* Contains everything */
body {
	background: url(images/bg.png) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #707173;
	font-size: 62.5%;
	letter-spacing: 0.1em;
}

	/* Wrapper for everything inside of the body */
	#body-container {
		margin: 0 auto;
		width: 860px;
	}

/**
* Elements
************************************************/

/* Hyperlinks */
a, a:link, a:visited {
	color: #db002e;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
/* special rule for pdf icon */
img.pdf_icon {
	vertical-align: middle;
	margin-right: 5px;
}

/* Headers */
h1 {}
h2 {}
h3 {
	color: #db002e;
	margin-top: 0.5em;
	font-size: 1.2em;
}
h4 {
	color: #db002e;
	margin-top: 0.5em;
	font-weight: normal;
}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {
	padding-bottom: 0.5em;
}

/* Unordered lists */
ul {}
	ul li {}
.content ul {
	margin-bottom: 1em;
	margin-left: 1.5em;
}
.content ul li {
	margin-top: 0.5em;
}
/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 15px 10px 0;
}
.right, .alignright {
	float: right;
	margin: 0 0 15px 10px;
}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {}
	.content img {
		border: 1px solid #9c9d9f;
	}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {
	float: left;
	margin: 0 10px 10px 0;
}

/* WP Captions [caption] */
.wp-caption {} 
	.wp-caption img {}
	.wp-caption p {}
	.wp-caption-text {
		font-size: 0.8em;
	}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
	height: 110px;
}

	/* Contains site title and tagline */
	#header {}

		/* Site title */
		#site-title {
			margin-top: 15px;
		}
			#site-title a {
				display: block;
				width: 310px;
				height: 90px;
				background: url(images/colordesigners.png) no-repeat;
			}
				#site-title a span {
					display: none;
				}

		/* Site description/tagline */
		#site-description {
			display: none;
		}
		.lang-flag {
			display: block;
			float: right;
		}
/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {
	height: 15px;
	margin-bottom: 15px;
}
	#navigation ul.menu {
		list-style: none;
	}
		#navigation ul.menu li {
			display: block;
			height: 15px;
			float: left;
			margin-right: 10px;
		}
		#navigation ul.menu li a.menu-item {
			display: block;
			height: 15px;
		}
		#navigation ul.menu li a.menu-item:hover, #navigation ul.menu li a.current.menu-item {
			background-position: top;
		}
		#navigation ul.menu li a.menu-item span {
			display: none;
		}
		#navigation ul.menu li a.homelink {
			width: 65px;
			background: url(images/home.png) bottom; 
		}
		#navigation ul.menu li a.projectlink {
			width: 90px;
			background: url(images/project.png) bottom; 
		}
		#navigation ul.menu li a.presslink {
			width: 70px;
			background: url(images/press.png) bottom; 
		}
		#navigation ul.menu li a.contactlink {
			width: 95px;
			background: url(images/contact.png) bottom; 
		}


/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	.content {
        float: left;
		display: inline;
		margin-right: 20px;
		margin-bottom: 1em;
        width: 640px;
	}

		/* Breadcrumb trail */
		.breadcrumb {}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {
			border-top: 1px solid #d9dadb;
			padding-top: 1em;
			clear: both;
		}

			/* Post, page, and archive titles */
			.entry-title {
				font-size: 2.8em;
				line-height: 1.1;
			}
			.archive-title {
				font-size: 2.8em;
				line-height: 1.1;
			}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.sub-category-title {
				font-size: 2em;
				margin-top: 1em;
			}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {
				margin-bottom: 1.5em;
				font-size: 1.1em;
			}

			/* Full entries */
			.entry-content {
				font-size: 1.3em;
			}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {
				font-size: 1.3em;
			}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.entry-meta {
			font-size: 1.1em;
			margin-top: 1em;
			clear: left;
			margin-bottom: 1em;
			}
			
		/* AddThis */
		.addthis_container {
			float: right;
			margin-top: 0.5em;
		}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {
			border-top: 1px solid #d9dadb;
			margin-top: 2em;
			width: 440px;
			clear: both;
		}	
			/* Comments section headers/titles */
			.comments-header {
				color: #707173;
				font-size: 1.3em;
				margin-bottom: 0.5em;
			}
			.comment-list li {
				margin-bottom: 0.5em;
				border-bottom: 1px solid #d9dadb;
			}
			.comment-list .comment-text {
				font-size: 1.2em;
			}
			.comment-meta {
				margin-bottom: 0.5em;
			}
			#commentform label {
				display: block;
			}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {
						list-style: none;
					}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}
		#welcome-before-content {
			font-size: 1.5em;
			padding: 0.5em 0 1em 0;
		}
		#welcome-read-more {
			cursor: pointer;
		}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	#primary {
		font-size: 1.3em;
		float: right;
		width: 200px;
	}
		#primary .widget {
			margin-bottom: 2.5em;
		}
		#primary a, #primary a:link, #primary a:visited {
			color: #707173;
		}
		#primary a:hover,#primary a:active {
			text-decoration: none;
			color: #db002e;
		}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {
					list-style: none;
				}
					#primary .widget ul li {}
		#connect ul li, .blogroll li, .archives li {
			margin: 8px 0;
			line-height: 18px;
			vertical-align: middle;
		}
		#connect ul li a, #connect ul li a:link, #connect ul li a:visited  {
			display: block;
			height: 18px;
		}
		#connect ul li img {
			vertical-align: middle;
		}
		#flickrrss img {
			margin: 0 20px 20px 0;	
		}
		

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	clear: both;
	padding: 0.5em 0;
	background: url(images/hr.png) top no-repeat;
	font-size: 0.9em;
}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}

/**
* Special rule for press stampa categories
************************************************/
.press-title {
	font-size: 1.4em;
	float: left;
	color: #707173;
	margin-top: 4.3em;
}

.category-stampa .category-comunicati a, .category-press .category-press a {
	font-size: 1.4em;
}

.category-stampa .attachment-thumbnail {
	float: left;
	margin-right: 1em;
}
