/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic/
DESCRIPTION: The ultimate in SEO-ready themes, Thematic is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, drop-down menus, grid-based layout samples, plugin integration, shortcodes for your footer, &amp; a whole lot more. Perfect for any blog and <strong><em>the</em></strong> starting point for theme development.
VERSION: 0.9.5.1
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/3c-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* Rounded corners - Added by Matt */
@import url('library/styles/rounded_corners.css');

/* Four images - Added by Matt */
@import url('library/styles/four_images.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/* Matt additions */
#wrapper {
	margin-top: 25px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #666666;
	background-color: #eaeaea;
	padding: 10px;
}
#dd-info-left {
	width: 205px;
	float: left;
	overflow: hidden;
}

#dd-logo {
	display: block;
	margin-bottom: 5px;
}

#dd-logo img {
	width: 150px;
}

#dd-clocks {
	width: 400px;
	height: 100px;
	float: left;
	overflow: hidden;
}

.dd-clock {
	width: 150px;
	float: left;
	text-align: center;
}

#dd-info-right {
	width: 300px;
	float: right;
	text-align: left;	
}

.dd-clear {
	clear: both;	
}
#dd-four-images {
	margin-bottom: 25px;
}
#dd-image-1, #dd-image-2, #dd-image-3, #dd-image-4 {
	width: 234px;
	height: 260px;
	float: left;
	margin-right: 8px;	
}
#dd-image-1 {
	background-image: url('library/styles/images/dd-image-1.jpg');
}
#dd-image-2 {
	background-image: url('library/styles/images/dd-image-2.jpg');
}
#dd-image-3 {
	background-image: url('library/styles/images/dd-image-3.jpg');
}
#dd-image-4 {
	background-image: url('library/styles/images/dd-image-4.jpg');
	margin-right: 0px;	
}

#dd-image-link-1, #dd-image-link-2, #dd-image-link-3, #dd-image-link-4 {
	padding-top: 210px;
}
#dd-image-link-1-a, #dd-image-link-2-a, #dd-image-link-3-a, #dd-image-link-4-a {
	
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
	padding-left: 8px;
	vertical-align: middle;
}
#dd-image-link-1-a:hover, #dd-image-link-2-a:hover, #dd-image-link-3-a:hover, #dd-image-link-4-a:hover {
	text-decoration: underline;	
}
#dd-menu-wrapper {
	background: #e44926 url('library/styles/images/corner-r.gif') top right no-repeat;
}
#dd-menu-wrapper-inner {
	padding-left: 10px;
	background: url('library/styles/images/corner-l.gif') top left no-repeat;
}
.menu .sf-menu li.page-item-1 a {
	border-left: none;
	padding-left: 24px;
}

/* projects column */
.dd-project {
	width: 234px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.dd-project-header {
	width: 181px;
	height: 34px;
    font-size:17px;
    font-weight:bold;
    line-height:17px;
    padding-bottom: 5px;
	margin-bottom: 5px;
	background: url('library/styles/images/project-header.gif') top left no-repeat;
}

.dd-project-image {
	display: block;
	margin-bottom: 2px;
	float: left;
	width: 75px;
	border: 1px solid #dddddd;
	margin-right: 5px;
}

.dd-project-right {
	width: 150px;
	float: left;
}

.dd-project-name {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	margin-bottom: 5px;
}

.dd-project-description {
	font-size: 11px;
	line-height: 12px;
}

.more-link {
	display: block;
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#dd-info-right-inner * {
	color: #666666;
}

.dd-company-name {
	margin-bottom: 4px;
}

.dd-company-tagline {
	
}

.dd-address {
	font-size: 12px;
	margin-top: 4px;
	line-height: 17px;
	text-align: right;
}

.dd-email {
	font-size: 12px;
	text-decoration: none;
}

#dd-footer-info h4 {
	font-size: 12px;
	font-weight: bold;
}

#dd-footer-info a {
	fong-size: 11px;
}

.widget_categories h3.widgettitle {
	height: 20px;
	background: url('library/styles/images/categories.gif') top left no-repeat;
	color: transparent;
}

.widget_archive h3.widgettitle {
	height: 17px;
	background: url('library/styles/images/archives.gif') top left no-repeat;
	color: transparent;
}

.widget_links h3.widgettitle {
	height: 17px;
	background: url('library/styles/images/resources.gif') top left no-repeat;
	color: transparent;
}

.widget_twitter h3.widgettitle {
	height: 14px;
	background: url('library/styles/images/twitter.gif') top left no-repeat;
	color: transparent;
}

#container #content #index-top {
	border: 1px solid #ffffff;
	height: 25px;
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
	margin-bottom: 15px;	
	border-bottom: 1px solid #555555;
}

#container #content .aside {
	height: 25px;
	border: none;
	margin-bottom: 15px;
	padding-bottom: 0px;
	background: url('library/styles/images/news-press-releases222.gif') top left no-repeat;
	
}

#secondary {
	margin-top: 36px;
	padding-top: 20px;
	padding-left: 15px;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border: 1px solid #555555;
}

.dd-page {
}

.dd-page * {
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
}

.dd-page p {
	margin-top: 0px;
	margin-bottom: 20px;
}

.dd-page-headline {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}

.strike {
	text-decoration: line-through;
}

.wpcf7-form * {
	border: 1px solid #555555;
	background: #ffffff;
}

.wpcf7-form input {
	padding: 4px;
}

.wpcf7-form span, .wpcf7-form p {
	border: none;
	background: #ffffff;
}

/* twitter RSS CSS */
.twitter-secondary {
	margin-top: 100px;
}

#twitter-holder {
	margin: 5px;
	margin-left: 0px;
	margin-right: 10px;
}
ul#twit-twit, ul#twit-twit ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	font-family: Arial, Georgia, Verdana, "Times New Roman", sans-serif;
}


ul#twit-twit {
}


ul#twit-twit li ul {
	margin: 0px 0 0 0;
}


ul#twit-twit li {
	margin: 0;
	margin-top: 5px;
	line-height: normal;
	border-top: 1px dotted #555555;
	padding: 0;
	padding-top: 5px;
}


ul#twit-twit li.twit-date {
	font-weight: bold;
	border: 0px solid #ccc;
	margin: 10px 0 0 0;
	font-size: 9pt;
}


ul#twit-twit li ul li {
	font-weight: normal;
	color: #222;
	font-size: 8pt;
}


ul#twit-twit li.twit-alt {
}


ul#twit-twit li.twit-first {
}


ul#twit-twit a.twit {
	border: 0;
	font-weight: bold;
	
}


ul#twit-twit a.twit:hover, ul#twit-twit a.twit:visited:hover {
}


p.twit-more, li.twit-more {
	text-align: right;
	font-size: 8pt;
	padding: 10px 0 0 0;
	font-weight: bold;
}


p.twit-more a.twit-more, li.twit-more a.twit-more {
	text-decoration: none;
}


p.twit-more a.twit-more:hover, p.twit-more a.twit-more:visited:hover, li.twit-more a.twit-more:hover, li.twit-more a.twit-more:visited:hover {
}

/* icons */
#social-header {
	font-size: 12px;
	line-height: normal;
	margin-bottom: 10px;
	padding-right: 17px;
}

#social-icons {
	padding-right: 17px;
	text-align: center;
}

#social-icons a {
	margin-left: 9px;
	margin-right: 9px;
}

#linkedin-icon {

}

#twitter-icon {

}

#facebook-icon {

}

#rss-icon {

}