
/*
Theme Name: Duval Guillaume News (revised)
Theme URI: http://www.duvalguillaume.com/news
Description: The custom theme for Duval Guillaume News.
Version: 1.0
Author: Duval Guillaume
Author URI: http://www.duvalguillaume.com/

Copyright 2007 Duval Guillaume
*/

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, fieldset {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, #site-title, #nav, .post .meta, #tagline, #comments .meta {
    font: 1em "Helvetica", "Arial", sans-serif;
}

input, textarea, select, option {
    font: 100% "Verdana", "Lucida Sans", sans-serif;
}

body {
    background: #000;
    color: #fff;
    font: 100% "Verdana", "Lucida Sans", sans-serif;
    font-size: 0.8em;
    line-height: 1.6;
}

blockquote {
	font: 1.3em "Apple Garamond", "Garamond", serif;
	color: #555;
	background: #f6f6f6;
	padding: 10px;
	border-left: 5px solid #eee;
}

a {
    color: #5C7A96;
}

a:hover {
    text-decoration: none;
}

a:visited {
    color: #909;
}

.hide, .to-top span {
    position: absolute;
    left: -9999px;
}

hr {
    display: none;
}

/**
 *Grid
 */
#search div, #header div, #nav, #content, #footer {
    width: 920px;
    margin: 0 auto;
}

/**
 *Search
 */
div#search {
    width: 180px;
    float: right;
    background: #000;
    color: #ccc;
    font-size: 0.85em;
    height: 19px;
}

#search fieldset {
    border: 1px solid #000;
	height: 17px;
}

#search legend {
    display: none;
}

#shortcut {
    float: left;
}

#shortcut a {
    color: #aaa;
    text-decoration: none;
}

#search form {
    float: right;
}

#search input.textfield {
    background: #fff;
    color: #333;
	border: 0;
	height: 15px;
	padding: 1px;
    width: 150px;
	margin: 0;
	float: left;
}

/**
 *Header
 */
#header {
    background: #000;
    color: #fff;
    height: 120px;
    padding-top: 30px;
	border-bottom: 1px solid #fff;
}

#header #site-title {
    width: 246px;
    height: 90px;
    background: #000 url(images/logo.png) no-repeat 0 0;
    text-indent: -9999px;
    float: left;
}

#site-title a {
    display: block;
    width: 183px;
    height: 90px;
}

/**
 *Nav
 */
#nav {
	clear: both;
    background: #000;
	background-position: 0 -50px;
    color: #ccc;
    font-size: 1.3em;
    font-weight: bold;
    list-style: none;
}

#nav ul {
}

#nav li {
    float: left;
	position: relative;
	border-right: 1px solid #fff;
}

#nav li.subscribe {
	border: 0;
}

#nav a {
	position: relative;
	z-index: 0;
    display: block;
    padding: 0 12px;
    color: #fff;
    text-decoration: none;
}

#nav .home a {
	padding: 0 12px 0 0;
}

#nav .subscribe a {
	padding-right: 24px;
}

#nav a.feed, #nav .current_page_item a.feed, #nav a.feed:hover, #nav .current_page_item a.feed:hover {
	position: absolute;
	top: 0.2em;
	right: 8px;
	padding: 0;
	width: 12px;
	height: 12px;
	background: #fc0 url(images/feed-icon-12x12.gif) no-repeat;
	overflow: hidden;
	border: 0;
	z-index: 9;
	text-indent: -9999px;
}

#nav a:hover {
    background: #000;
    color: #5C7A96;
}

#nav .current_page_item a, #nav .current_page_item a:hover {
    background: #000;
    color: #5C7A96;
}

/**
 *Content, posts
 */
#wrap {
    width: 100%;
    background: #fff;
    color: #333;
    padding: 20px 0;
	border-top: 25px solid #5C7A96;
}

#content {
    overflow: hidden;
    margin: 0 auto;
    background: #fff url(images/bg-content.jpg) repeat-y 735px 0;
    color: #333;
	width: 920px;
}

#main {
	/*
    margin-left: 184px;
    width: 552px;*/
	width: 736px;
    float: left;
}

.content p, .content ul, .content ol, #secondary p {
    margin: 1em 0;
}

.content h1 {
	margin: 0.5em 0;
	font-size: 2.4em;
	font-weight: bold;
	color: #222;
}

.content h2 {
	margin: 0.5em 0;
	font-size: 1.8em;
	color: #222;
}

.content h3 {
	margin-top: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
}

.content ul {
    list-style-type: square;
    margin-left: 38px;
}

.content ol {
    margin-left: 38px;
}

.post, .page {
    padding: 0 0 1em 20px;
	width: 716px;
	overflow: hidden;
    clear: both;
}

.multi {
    margin-bottom: 1em;
}

.post .title, .page .title, .post .title-archive, .post .title-search {
    font-size: 2.4em;
    font-weight: bold;
    letter-spacing: -1px;
    color: #000;
	width: 512px;
	padding-right: 20px;
	float: right;
	line-height: 1;
}

.page .title {
    clear: both;
}

.post .title-archive {
    font-size: 2em;
}

.post .title-search {
    font-size: 1.5em;
}

.post .title a, .page .title a, .post .title-archive a, .post .title-search a {
    color: #000;
    text-decoration: none;
}

.post .title a:hover, .page .title a:hover, .post .title-archive a:hover, .post .title-search a:hover {
    color: #5C7A96;
    text-decoration: underline;
}

.post .content, .navigation, .page .content {
	width: 512px;
	padding-right: 20px;
	float: right;
}

.navigation {
    clear: both;
    overflow: hidden;
}

.content .sub {
	width: 256px;
	float: left;
}

ul.tags {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.tags li {
	float: left;
}

ul.tags a {
	display: block;
	padding: 2px;
}

.post .ruler {
	margin: 1em 0 0 0;
	height: 1px;
	background: #eee;
	width: 552px;
	float: right;
}

.post .meta, .year h2 {
    margin: 0;
    text-align: right;
    width: 154px;
    padding-right: 10px;
    float: left;
    border-right: 1px dotted #ddd;
    color: #999;
    font-size: 0.9em;
    line-height: 1.6;
}

.section {
	margin-top: 1em;
	float: left;
    width: 100%;
}

.year h2 {
	margin-top: 0;
	font-size: 3em;
	line-height: 1;
	font-weight: 700;
	border: 0;
}

.year ol {
	list-style: none;
	overflow: hidden;
	width: 512px;
	margin: 0;
	padding: 0;
}

.year li {
	float: left;
	width: 128px;
	margin-bottom: 1px;
}

.year li a {
	display: block;
	width: 115px;
	padding: 5px 5px;
	border: 1px solid #ddd;
	background: #eee;
	font-size: 0.85em;
	color: #888;
	text-decoration: none;
}

.year li a .month {
	font-size: 1.5em;
	letter-spacing: -1px;
	color: #333;
	padding-right: 0.5em;
	display: block;
	line-height: 1;
}

.year li a:hover {
	background: #5C7A96;
	border-color: #3C5A76;
	color: #fff;
}

.year li a:hover .month {
	color: #fff;
}

a.delicious {
    padding-left: 12px;
    background: #fff url(images/delicious.png) no-repeat left center;
}

.post .meta .date {
	background: url(images/date_bg.png) no-repeat right top;

	font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
}
.post .meta .year, .post .meta .month, .post .meta .day {
	margin: 0 5px 0 0;
    display: block;
}

.post .meta .month {
	color: #BECED0;
}

.post .meta .year {
	color: #fff;
    font-size: 0.9em;
}

.post .meta .day {
	color: #fff;
    font-size: 2em;
    letter-spacing: -1px;
}

.post .meta ul {
    list-style: none;
    clear: both;
}

.post .meta a {
    padding-left: 16px;
    color: #999;
    text-decoration: none;
}

.post .meta a:hover {
    color: #666;
}

.post .meta .author a {
    background: #fff url(images/office_address_12.png) no-repeat left 1px;
}

.post .meta .category a {
    background: #fff url(images/category_12.png) no-repeat left 1px;
}

.post .meta .comment-nr a {
    background: #fff url(images/comment_12.png) no-repeat left 1px;
}

.post .meta .edit a {
    background: #fff url(images/edit_entry_12.png) no-repeat left 1px;
}

.tagged, .post-info {
	width: 532px;
	float: right;
    font-size: 0.85em;
    color: #888;
}

.tagged a, .post-info a {
	color: #666;
}

.tagged a:hover, .post-info a:hover {
	color: #000;
}

.post-info {
	width: 512px;
	margin-top: 0.5em;
	padding: 0 20px 10px 0;
    text-align: center;
}

.related {
    text-align: left;
}

.related ul {
    margin-left: 12px;
    list-style-type: square;
}

.post-info p {
	padding-top: 10px;
}

#comments {
    clear: both;
	width: 552px;
	float: right;
}

#comments h2, #comments h3 {
    background: #ddd;
    color: #333;
    padding: 5px 20px;
    font-size: 1.5em;
    font-weight: 700;
    border-top: 1px solid #ccc;
}

#comments h3 {
    font-size: 1.3em;
}

#comments .trackbacks {
    padding: 10px 20px;
    font-size: 0.9em;
}

#comments .trackbacks ul {
    margin-top: 10px;
    list-style-type: square;
    color: #888;
    margin-left: 18px;
}

#comments .trackbacks a {
    color: #888;
}

#comments .trackbacks h3 {
    border: 0;
    background: #fff;
    color: #555;
    padding: 0;
}

#comments .list {
    margin-left: -184px;
    list-style: none;
}

#comments .meta {
    width: 164px;
    padding: 10px 20px 0 0;
    float: left;
    text-align: right;
}

#comments .author {
    display: block;/*
    font-weight: 700;*/
    font-size: 1.1em;
    letter-spacing: -1px;
    color: #555;
}

#comments .date {
    font-size: 0.85em;
}

#comments .author a {
    color: #555;
}

#comments .date a {
    text-decoration: none;
    color: #888;
}

#comments .comment {
    overflow: hidden;
}

#comments .comment .content p {
    margin: 0;
    padding: 0 0 1em 0;
}

#comments .content {
    float: right;
    width: 512px;
    padding: 10px 20px;
    border-top: 1px solid #ddd;
}

#comments .odd .content {
    background: #f6f6f6;
}

#comments .even .content {
    background: #eee;
}

#comments form ul {
    list-style: none;
}

#comments form li {
	background: #eee;
	padding: 5px 20px;
	border-top: 1px solid #ddd;
	overflow: hidden;
}

#comments li label {
	display: block;
	float: right;
	width: 250px;
	padding-left: 10px;
}

#comments li .subscribe-to-comments label {
	width: 480px;
}

#comments li .subscribe-to-comments {
	background: #f6f6f6;
    margin: 0;
    padding: 0;
}

#comments .textfield {
	width: 245px;
	border: 1px solid #ccc;
	padding: 2px;
}

#comments textarea {
	border: 1px solid #ccc;
	width: 99%;
}

#comments form li.odd {
	background: #f6f6f6;
}

#secondary {
    width: 174px;
    padding: 0 0 0 10px;
    float: right;
    font-size: 0.85em;
    color: #777;
    padding-top: 1.4em;
}

#secondary h2 {
    font-size: 1.4em;
    color: #444;
    font-weight: bold;
}

#secondary a {
    color: #666;
    text-decoration: none;
    font-weight: bold;
}

#secondary a:hover {
	color: #000;
}

#services {
    width: 164px;
    margin-left: -10px;
    padding: 10px;
    background: #f6f6f6;
    border-top: 1px solid #eee;
}

ul.twitter { list-style-type: square; }
ul.twitter li { margin-left:15px; }
.twitter-timestamp { color: #aaa; }
#secondary .twitter-link { font-weight: normal }

ul#categories {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #eee;
}

ul#categories li {
    width: 50%;
    float: left;
    border-bottom: 1px solid #eee;
    padding: 2px 0;
}

/**
 *Footer
 */
#footer {
    clear: both;
    background: #000;
    color: #bbb;
    overflow: hidden;
    font-size: 0.85em;
    line-height: 1.5;
}

#footer h3 {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

#footer .ruler {
    width: 920px;
    height: 5px;
    clear: both;
}

#footer a {
	color: #ddd;
	font-weight: 700;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

#noted {
    width: 920px;
    font-size: 0.95em;
    overflow: hidden;
    line-height: 1.3;
}

#noted a {
    text-decoration: none;
    color: #aaa;
    font-weight: 700;
}

#subscribe, #elsewhere, #copyright, #disclaimer {
    width: 164px;
    padding: 10px;
    text-align: right;
    float: left;
}

#offices, #tags, #kudos, #more-info, #recent {
    width: 256px;
    padding: 10px;
    float: left;
}

#elsewhere {
    text-align: left;
}

#offices ul, #recent ul {
    border-top: 1px inset #222;
    list-style: none;
}

#offices li {
    border-bottom: 1px outset #222;
}

#recent li {
	border-bottom: 1px outset #222;
}

#offices a, #recent a, #offices span {
    display: block;
    width: 246px;
    color: #bbb;
    text-decoration: none;
    padding: 2px 5px;
	font-weight: 300;
}

#offices a:hover, #recent a:hover {
    color: #fff;
    background: #000;
}

#tags ul {
    list-style: none;
}

#tags li {
    float: left;
    margin: 1px;
}

#tags a {
    white-space: nowrap;
    background: #000;
    padding: 1px 2px;
    color: #bbb;
    text-decoration: none;
	font-weight: 300;
}

#subscribe h3 span {
	padding-left: 20px;
	background: #000 url(images/feed-icon-16x16.jpg) no-repeat left center;
}

#offices h3 {
	padding-left: 20px;
	background: #000 url(images/office_address_16.png) no-repeat left center;
}

#tags h3 {
	padding-left: 20px;
	background: #000 url(images/tags.png) no-repeat left center;
}

#elsewhere h3 {
	padding-left: 20px;
	background: #000 url(images/elsewhere.png) no-repeat left center;
}

#recent h3 {
	padding-left: 20px;
	background: #000 url(images/recent-news.png) no-repeat left center;
}

a.to-top {
    display: block;
    width: 76px;
    height: 17px;
    margin-right: 20px;
    float: right;
    background: #fff url(images/back-to-top.png) no-repeat 0 0;
}

.buttons {
    list-style: none;
    margin-top: 1em;
    width: 164px;
    overflow: hidden;
}

.buttons li {
    float: left;
    margin-right: 5px;
}

.buttons a span {
    position: absolute;
    left: -9999px;
}

.buttons a {
    display: block;
}

.youtube a {
    width: 63px;
    height: 32px;
    background: #000 url(images/buttons/youtube.png) no-repeat 0 center;
}

.flickr a {
    width: 58px;
    height: 32px;
    background: #000 url(images/buttons/flickr.png) no-repeat 0 center;
}

.scribd a {
    width: 65px;
    height: 32px;
    background: #000 url(images/buttons/scribd.png) no-repeat 0 center;
}

.odeo a {
    width: 66px;
    height: 32px;
    background: #000 url(images/buttons/odeo.png) no-repeat 0 center;
}

.slideshare a {
    width: 93px;
    height: 32px;
    background: #000 url(images/buttons/slideshare.png) no-repeat 0 center;
}

img {
	border: 1px solid #ccc;
	padding: 1px;
}

a img {
	border: 1px solid #ccc;
	padding: 1px;
}

img.centered, .content img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft, .content img {
	padding: 4px;
	margin: 0 7px 10px 0;
	display: inline;
    clear: left;
	}

.alignright, .content img.alignright {
	float: right;
	}

.alignleft, .content img {
	float: left
	}

.navigation .alignleft a, .navigation .alignright a {
    display: block;
    text-align: left;
    padding: 2px 5px;
    background: #f6f6f6;
    border: 1px solid #eee;
    color: #666;
    text-decoration: none;
}

.navigation .alignright a {
    text-align: right;
}

.navigation .alignleft a:hover, .navigation .alignright a:hover {
    color: #000;
    border-color: #ddd;
}

#footer a.feed {
	padding-right: 18px;
	background: #000 url(images/feedburner-16x16.jpg) no-repeat right center;
    font-size: 0.8em;
}
.content a.feed,
.post-info a.feed {
	padding-left: 20px;
	background: #fff url(images/feedburner-16x16.png) no-repeat left center;

}
.content a.feed {
	color: #5C7A96;
}

