/*
Theme Name: Web Surgeon
Theme URI: http://www.websurgeon.ca
Description: Web Surgeon 2010
Author: Aaron Rowe-Jardine
Version: 1.0
*/

* {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

@font-face {
	font-family: 'MinionProRegular';
	src: url('/fonts/minionpro-regular-webfont.eot');
	src: local('☺'), url('/fonts/minionpro-regular-webfont.woff') format('woff'), url('/fonts/minionpro-regular-webfont.ttf') format('truetype'), url('/fonts/minionpro-regular-webfont.svg#webfontmelaV0vV') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TradeGothicLTStdBoldCondensed';
	src: url('/fonts/tradegothic-webfont.eot');
	src: local('☺'), url('/fonts/tradegothic-webfont.woff') format('woff'), url('/fonts/tradegothic-webfont.ttf') format('truetype'), url('/fonts/tradegothic-webfont.svg#webfont4JHesKvc') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'WagnastyRegular';
	src: url('/fonts/Wagnasty-webfont.eot');
	src: local('☺'), url('/fonts/Wagnasty-webfont.woff') format('woff'), url('/fonts/Wagnasty-webfont.ttf') format('truetype'), url('/fonts/Wagnasty-webfont.svg#webfontxt0ddT8e') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AnimeAceRegular';
	src: url('/fonts/animeace-webfont.eot');
	src: local('☺'), url('/fonts/animeace-webfont.woff') format('woff'), url('/fonts/animeace-webfont.ttf') format('truetype'), url('/fonts/animeace-webfont.svg#webfontx3UfxE0b') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1, h1 a, h2, h2 a, #sidebar strong {
	font-size: 24px;
	font-weight: bold;
	font-family: 'TradeGothicLTStdBoldCondensed', Arial, Helvetica, sans-serif;
	display: block;
	color: #333;
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h4, #sidebar em {
	color: #7a0a09;
	font-size: 18px;
	font-weight: normal;
	font-family: 'MinionProRegular', Arial, Helvetica, sans-serif;
	padding-bottom: 18px;
	display: block;
	margin-top: -5px;
	font-style: normal;
}

body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* background: #28201D url(images/layout/body-bg.jpg) top center no-repeat; */
	background: #000;
	color: #333;
}

a {
	color: #7A0A09;
	outline: none;
}

a:hover {
	color: #000;
}

#container-bg {
	width: 100%;
	background: url(images/layout/container-bg.png) top center repeat-y;
}

#container {
	width: 980px;
	background: #FFF;
	margin: 0px auto;
}

#header {
 height: 165px;
	background: url(images/layout/header-bg.jpg) top left no-repeat;
}

#logo {
	width: 233px;
	height: 79px;
	display: block;
	position: relative;
}

#logo a {
	width: 233px;
	height: 79px;
	display: block;
	background: url(images/layout/websurgeon-logo.png) top left no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 74px;
	left: 0px;
}

#menu {
	width: 675px;
	float: right;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	display: block;
	float: left;
	padding: 0px 1px;
}

#menu a {
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	font-family: 'TradeGothicLTStdBoldCondensed', Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	width: 130px;
	height: 25px;
	padding: 8px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	background: url(images/layout/menu-item-bg.png) 0px 0px no-repeat;
}

#menu a:hover, #menu a.selected {
	background: url(images/layout/menu-item-bg.png) -130px 0px no-repeat;
}

#contact-info {
	width: 280px;
	height: 18px;
	float: right;
	margin-top: 10px;
	text-indent: -9999px;
	background: url(images/layout/contact-info.jpg) top left no-repeat;
}

#divider-ltr {
	height: 23px;
	background: url(images/layout/divider-ltr.jpg) top left no-repeat;
}

#divider-rtl {
	height: 24px;
	background: url(images/layout/divider-rtl.jpg) top left no-repeat;
}

#carousel {
 overflow: hidden;
	width: 980px;
	height: 270px;
	position: relative;
}

.carousel-story {
	width: 652px;
	height: 270px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	float: left;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	background-color: #FFF;
}

#carousel .active-story {
	z-index: 10;
	opacity: 1.0;
}

#carousel .last-active {
	z-index: 9;
}

.carousel-overlay {
	height: 90px;
	width: 652px;
	position: absolute;
	top: 180px;
	left: 0px;
	border-top: 1px solid #FFF;
	background: url(images/layout/carousel-overlay-bg.png) top left no-repeat;
}

.carousel-overlay h2 {
	font-size: 24px;
	font-weight: bold;
	font-family: 'TradeGothicLTStdBoldCondensed', Arial, Helvetica, sans-serif;
	display: block;
	padding: 7px 15px 3px 15px;
}

.carousel-overlay h2 a {
	color: #FFF;
	text-decoration: none;
}

.carousel-overlay h2 a:hover {
	text-decoration: underline;
}

.carousel-overlay p {
	color: #FFF;
	font-size: 14px;
	padding: 0px 15px;
	line-height: 18px;
}

#carousel-items {
	width: 325px;
	height: 270px;
	float: right;
	border-right: 1px solid #FFF;
	background: url(images/layout/carousel-items-bg.jpg) top left no-repeat;
}

.carousel-item {
	height: 89px;
	widows: 325px;
	margin: 1px 0px;
	overflow: hidden;
	cursor: pointer;
}

/*.carousel-item:hover, */.active-item {
	background: #282828;
}
/*
.carousel-item:first-child {
	margin-top: 0px;
}
*/

.carousel-item img {
	height: 78px;
	width: 78px;
	float: left;
	margin: 5px 10px 5px 5px;
	border: 1px solid #000;
}

.carousel-item h3 {
	color: #FFF;
	padding: 8px 0px 4px 0px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'TradeGothicLTStdBoldCondensed', Arial, Helvetica, sans-serif;
	display: block;
}

.carousel-item p {
 color: #BCBCBC;
	padding-right: 5px
}

#content {
	background: url(images/layout/content-bg.jpg) top left repeat-y;
	padding: 14px 12px 0px 14px;
}

#main {
	width: 622px;
	float: left;
}

#main p {
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 18px;
}

#disclaimer {
	background: url(images/layout/disclaimer-bg.jpg) top left no-repeat;
	height: 118px;
	padding-left: 186px;
	margin: -6px 0px 0px -3px;
}

#disclaimer strong {
	padding-top: 22px;
	color: #7a0a09;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
}

#disclaimer p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 4px;
}

#sidebar {
	width: 300px;
	float: right;
}

#sidebar ul {
	padding-bottom: 20px;
}

#sidebar ul:last-child {
	padding-bottom: 0px;
}

#sidebar li {
	list-style: none;
}

#sidebar li a {
	color: #28201d;
	display: block;
	height: 37px;
	text-decoration: none;
	font-size: 14px;
	line-height: 37px;
	overflow: hidden;
	padding: 0px 10px;
	background: url(images/layout/sidebar-item-bg.jpg) top left no-repeat;
}

#sidebar li a:hover {
	color: #7a0a09;
	background: url(images/layout/sidebar-item-bg.jpg) 0px -41px no-repeat;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	_height: 1px;
}

#footer {
	width: 100%;
	height: 316px;
	background: url(images/layout/footer-plain-2.jpg) top center no-repeat;
}

#footer-container {
	width: 980px;
	margin: 0px auto;
	padding-top: 100px;
}

#footer-slogan {
	font-size: 20px;
	font-weight: bold;
	font-family: 'TradeGothicLTStdBoldCondensed', Arial, Helvetica, sans-serif;
	display: block;
	color: #F1F1F1;
	text-decoration: none;
	margin-left: 90px;
}

#footer-slogan:hover > span {
	color: #7a0a09;
}

#footer-slogan span {
	color: #5C5C5C;
	font-size: 11px;
	font-weight: normal;
	font-family: 'AnimeAceRegular', Arial, Helvetica, sans-serif;
	padding-left: 100px;
	display: block;
	margin-top: -2px;
}

#footer-links {
	list-style: none;
	margin: 60px 0px 0px 65px;
}

#footer-links li {
	display: inline;
	padding: 7px;
}

#footer-links a {
	font-size: 16px;
	font-weight: bold;
	font-family: 'TradeGothicLTStdBoldCondensed', Arial, Helvetica, sans-serif;
	color: #7a0a09;
	text-decoration: none;
}

#footer-links a:hover {
	text-decoration: underline;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
	font-size: 14px;
	border: 1px solid #333;
	padding: 2px 5px;
}
#respond textarea {
	width:98%;
	border: 1px solid #333;
	padding: 5px;
	font-size: 14px;
	line-height: 18px;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

#comments {
	margin-top: 20px;
}

.form-allowed-tags {
	display: none;
}

.entry-utility {
	margin-bottom: 20px;
}

.entry-small-ad {
	width: 468px;
	height: 60px;
	margin: 0px auto 18px auto;
}

html div.shr-bookmarks {
	margin: 0px 0px 20px 0px;
}

#portfolio {
	border-top: 1px solid #EEE;
	padding-top: 20px;
}

.portfolio-item {
	margin-bottom: 20px;
}

.portfolio-image {
	width: 240px;
	float: left;
}

.portfolio {
	float: right;
	width: 380px;
	text-align: justify;
}

.portfolio-subtitle {
	color: #999;
	margin-bottom: 5px;
	font-style: italic;
}

#about-aaron {
	background: url(/images/about/about-aaron.jpg) -3px 0px no-repeat;
	padding-left: 168px;
	margin-top: 20px;
}

.entry-content h2 {
	margin-bottom: 10px;
}

.entry-content ul {
	margin-bottom: 15px;
}

.entry-content ul li {
	margin-left: 30px;
	font-size: 14px;
	line-height: 20px;
}

.our-favourite {
	width: 205px;
	float: left;
}

.our-favourite h4 {
	padding-bottom: 8px;
}
