@import url(custom.css);
/*
Theme Name: Suit and Tie
Version: 1.0.3
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com

Custom styles
-----------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers
-2.2 Header
-2.3 Navigation
--2.3.1 Drop-down navigation
-2.4 Featured-slider
-2.5 Blog and Page sub-header
-2.6 Content
-2.7 Sidebar
-2.8 Footer

3. WIDGETS

4. POSTS
-4.1 Typographic Elements
-4.2 Images
-4.3 Captions

5. COMMENTSAREA
-5.1 Comments
-5.2 Comments Form

6. GENERAL STYLES

-----------------------------------------------
-----------------------------
1. SETUP
-----------------------------
1.1 Defaults*/
BODY
{
	font: 12px Helvetica, Arial, Sans-serif;
	line-height: 1.5;
/*unitless for proper inheritance*/
}
H1, H2, H3, H4, H5, H6
{
	margin: 0;
	font-family: Arial, Helvetica, Sans-serif;
}
H1
{
	font-size: 30px;
}
H2
{
	font-size: 24px;
}
H3
{
	font-size: 20px;
}
H4
{
	font-size: 18px;
}
H5
{
	font-size: 14px;
}
H6
{
	font-size: 12px;
}
P
{
	margin: 18px 0;
}
/*1.2 Hyperlinks*/
H3 A:Hover
{
	text-decoration: underline;
}
A:link, A:visited
{
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
.entry P A
{
	color: #962929;
	font-weight: bold;
}
.entry P A:hover
{
	color: #A1A1A1;
	text-decoration: underline;
}
H1 A:link, H1 A:visited, H2 A:link, H2 A:visited, H3 A:link, H3 A:visited, H4 A:link, H4 A:visited, H5 A:link, H5 A:visited, H6 A:link, H6 A:visited
{
	text-decoration: none;
}
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover, H6 A:hover
{
	text-decoration: underline;
}
/*-----------------------------
2. SITE STRUCTURE & APPEARANCE
-----------------------------
2.1 Containers*/
#wrap
{
	float: left;
	width: 100%;
	height: 100%;
}
#container
{
}
/*2.2 Header*/
#header-border
{
	width: 944px;
	padding: 2px 0;
	margin: 62px auto 0;
}
#header
{
	width: 940px;
	margin: 0 auto;
}
#header H1
{
	display: none;
}
#header H1 A:link, #header H1 A:visited
{
}
#header H2
{
	display: none;
}
.logo
{
	float: left;
	width: 320px;
}
.logo IMG
{
	margin: 60px 0 29px 52px;
}
/*2.3 Navigation*/
#navcontainer
{
	float: right;
	width: 620px;
}
#pagenav
{
	position: relative;
	z-index: 9999;
	font-size: 14px;
	font-weight: bold;
	height: 70px;
	margin-right: 20px;
}
#pagenav LI
{
	display: block;
	float: left;
}
#pagenav LI A:link, #pagenav LI A:visited
{
	display: block;
	text-decoration: none;
	padding: 1px;
}
#pagenav LI A SPAN
{
	display: block;
	line-height: 10px;
	padding: 50px 50px 10px 10px;
}
#pagenav LI A:hover SPAN, #pagenav LI.current_page_item A SPAN
{
}
#pagenav LI A:hover, #pagenav LI.current_page_item A
{
}
/*2.3.1 Style drop down list*/
#pagenav LI UL LI
{
	padding: 0;
	font-size: 12px;
}
#pagenav LI UL LI SPAN
{
	padding: 10px 10px 10px 0 !important;
}
#pagenav LI UL LI A:hover
{
}
/*first level*/
#pagenav LI UL
{
	position: absolute;
	display: block;
	width: 200px;
	left: -999em;
	margin-top: -1px;
}
#pagenav LI:hover UL, #pagenav LI.sfhover UL
{
	left: auto;
}
/*second level*/
#pagenav LI LI:hover UL UL, #pagenav LI LI.sfhover UL UL
{
	left: -999em;
}
#pagenav LI LI LI:hover UL, #pagenav LI LI LI.sfhover UL
{
	left: auto;
}
/*third level*/
#pagenav LI LI LI:hover UL UL, #pagenav LI LI LI.sfhover UL UL
{
	left: -999em;
}
#pagenav LI LI LI LI:hover UL, #pagenav LI LI LI LI.sfhover UL
{
	left: auto;
}
#pagenav LI UL UL
{
	margin: -26px 0 0 200px;
}
#pagenav LI:hover UL UL, #pagenav LI.sfhover UL UL
{
	left: -999em;
}
#pagenav LI:hover UL, #pagenav LI LI:hover UL, #pagenav LI.sfhover UL, #pagenav LI LI.sfhover UL
{
	left: auto;
}
#pagenav LI UL LI A:link, #pagenav LI UL LI A:visited
{
	display: block;
	width: 190px;
	line-height: 30px;
	padding: 0px 0 0px 10px !important;
}
#pagenav LI UL LI A SPAN.left
{
	display: none !important;
}
#pagenav LI UL LI A SPAN.right
{
	display: none !important;
}
#pagenav LI.current_page_item LI A:link, #pagenav LI.current_page_item LI A:visited
{
	background: none;
}
#pagenav LI.current_page_item LI A SPAN
{
	background-image: none !important;
}
#pagenav LI.current_page_item LI A:hover
{
	background-image: none !important;
}
#pagenav LI LI A:hover SPAN
{
	background-image: none;
}
/*IE7 Fix*/
#pagenav LI:hover, #pagenav LI.hover
{
	position: static;
}
/*2.4 Featured-slider*/
.fright
{
	float: right;
	margin: 6px 20px 5px 5px;
	color: #EFFEFE;
	font-weight: bold;
}
#featured-slider
{
	width: 960px;
	margin: 0;
	height: 215px;
	position: relative;
	overflow: visible;
}
#featured-slider .featured-slide
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 960px;
	height: 215px;
}
#featured-slider .text
{
	float: left;
	width: 400px;
	margin: 0 0 0 10px;
	padding: 0 0 0 40px;
}
#featured-slider .image
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	width: 450px;
	margin: 0 10px 0 0;
	text-align: center;
	height: 200px;
}
#featured-slider .image IMG
{
	margin: 10px 0px 0 -45px;
	z-index: 999;
	display: block;
	border: 0px solid #828282;
}
#featured-slider H2
{
	line-height: 55px;
	margin: 25px 0 10px;
	font-size: 25px;
	font-family: Arial;
}
#featured-slider P
{
	line-height: 20px;
	margin: 0 0 -5px 0px;
}
#featured-slider A:link, #featured-slider A:visited
{
	font-weight: bold;
}
#slider-nav
{
	width: 944px;
	height: 30px;
	margin: 0px 8px 0;
/*border-top-right-radius: 2px*/
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
/*border-top-left-radius: 2px*/
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
}
#slider-nav .left
{
	cursor: pointer;
	float: left;
	width: 20px;
	height: 20px;
	margin: 5px 0 0 5px;
	background: url(images/slidernav_left.png) no-repeat top left;
	text-indent: -9999px;
}
#slider-nav .right
{
	cursor: pointer;
	float: right;
	width: 20px;
	height: 20px;
	margin: 5px 5px 0 0;
	background: url(images/slidernav_right.png) no-repeat top left;
	text-indent: -9999px;
}
/*2.5 Blog and Page sub-header*/
#blog-heading
{
	position: relative;
	float: left;
	width: 940px;
	padding: 30px 0 0;
}
#blog-heading P
{
	line-height: 14px;
	margin: 0 0 10px;
}
#blog-heading A:link, #blog-heading A:visited
{
	font-weight: bold;
}
#blog-heading .title
{
	float: left;
	width: 560px;
	margin: 0 0 0 10px;
	padding: 0 0 0 40px;
}
#blog-heading .title SPAN
{
	font-size: 11px;
	text-transform: uppercase;
}
#blog-heading .title H2
{
	font-size: 36px;
	line-height: 36px;
	margin: 10px 0;
}
#blog-heading .meta
{
	float: right;
	width: 310px;
	margin: 15px 10px 0 0;
	text-align: right;
}
#blog-heading .meta P
{
	margin: 0 40px 0 0;
}
#blog-heading .meta P SPAN
{
	display: block;
}
#page-heading
{
	position: relative;
	float: left;
	padding: 30px 0 0;
}
#page-heading P
{
	line-height: 14px;
	margin: 0 0 10px;
}
#page-heading A:link, #page-heading A:visited
{
	font-weight: bold;
}
#page-heading .title
{
	float: left;
	width: 505px;
	margin: 0 0 0 10px;
	padding: 0 0 0 40px;
}
#page-heading .title SPAN
{
	font-size: 11px;
	text-transform: uppercase;
}
#page-heading .title H2
{
	font-size: 36px;
	line-height: 36px;
	margin: 10px 0;
}
#page-heading .description
{
	float: right;
	width: 390px;
	margin: 5px 10px 0 0;
	text-align: right;
}
#page-heading .description P
{
	margin: 0 40px 0 0;
}
#page-heading .description P SPAN
{
	display: block;
}
#breadcrumbs
{
	float: left;
	position: relative;
	z-index: 9998;
	width: 944px;
	height: 35px;
	margin: 30px 8px 0;
/*border-top-right-radius: 2px*/
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
/*border-top-left-radius: 2px*/
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
}
#breadcrumbs P
{
	margin: 11px 0 0 20px;
}
#breadcrumbs P A:link, #breadcrumbs P A:visited
{
}
/*2.6 Content*/
#content-border
{
	float: left;
	padding: 0 2px 2px;
	margin: 0 8px;
}
* HTML #content-border
{
	margin-left: 4px;
}
* HTML #footer
{
	margin-left: 4px;
}
#content
{
	float: left;
	width: 940px;
	padding: 20px 0;
}
#content-tile
{
	float: left;
}
#content #main
{
	width: 540px;
	padding: 10px 0 0 40px;
}
.fullwidth #content-tile
{
	background-image: none !important;
}
.fullwidth #main
{
	width: 850px !important;
}
/*2.7 Sidebar*/
#sidebar
{
	width: 280px;
	padding: 10px 40px 0 20px;
}
/*2.8 Footer*/
#footer
{
	float: left;
	position: relative;
	z-index: 9999;
	width: 944px;
	margin: 0 8px 40px;
/*border-bottom-right-radius: 2px*/
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
/*border-bottom-left-radius: 2px*/
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
}
#footer A:link, #footer A:visited
{
}
#footer .copyright
{
	float: left;
	margin: 10px 0 10px 15px;
}
#footer .woolink
{
	float: right;
	margin: 10px 15px 10px 0;
	font-weight: bold;
}
#footer .woolink IMG
{
	vertical-align: middle;
}
/*-----------------------------
3. WIDGETS
-----------------------------*/
.textwidgetbox
{
	background: #FFFFFF url(images/formbg.png);
	padding: 1px 0px 1px 10px;
	border: 1px solid #EADDEC;
	margin: 15px 100px -15px -15px;
	font-size: 10px;
	font-weight: bold;
}
.textwidget
{
	margin-left: 15px;
}
.textwidget IMG
{
	margin-top: -140px;
	margin-right: 10px;
}
.widget
{
	margin: 0 0 35px;
}
.widget H3
{
	margin-bottom: -3px;
}
.widget SPAN.description
{
}
.widget UL
{
	margin: 15px 0 0;
}
.widget UL LI
{
	padding: 7px 0 7px 20px;
}
.widget UL LI:hover
{
}
.widget UL LI A:link, .widget UL LI A:visited
{
}
.widget UL LI A:hover
{
}
#news-widget
{
}
#news-widget H3
{
	position: relative;
}
#news-widget H3 A:link, #news-widget H3 A:visited
{
	position: absolute;
	top: 0;
	right: 0;
}
#news-widget .item
{
	float: left;
	margin: 20px 0 0;
}
#news-widget .item .date
{
	float: left;
	width: 32px;
	padding: 0 8px 0 0;
	text-align: center;
}
#news-widget .item .month
{
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: -10px;
}
#news-widget .item .day
{
	display: block;
	font-size: 24px;
	font-weight: bold;
}
#news-widget .item .excerpt
{
	float: right;
	width: 240px;
}
#news-widget .item .excerpt H4
{
	margin: 0;
	font-size: 16px;
}
#news-widget .item .excerpt P
{
	margin: 5px 0;
}
#entries-widget
{
}
#entries-widget H3
{
	position: relative;
}
#entries-widget H3 A:link, #entries-widget H3 A:visited
{
	position: absolute;
	top: 0;
	right: 0;
}
#entries-widget .item
{
	float: left;
	margin: 20px 0 0;
}
#entries-widget .item .date
{
	float: left;
	width: 32px;
	padding: 0 8px 0 0;
	text-align: center;
}
#entries-widget .item .month
{
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: -10px;
}
#entries-widget .item .day
{
	display: block;
	font-size: 24px;
	font-weight: bold;
}
#entries-widget .item .excerpt
{
	float: right;
	width: 240px;
}
#entries-widget .item .excerpt H4
{
	margin: 0;
	font-size: 16px;
}
#entries-widget .item .excerpt P
{
	margin: 5px 0;
}
#comments-widget
{
}
#comments-widget P
{
	margin: 0;
}
#comments-widget H3
{
	position: relative;
}
#comments-widget H3 A:link, #comments-widget H3 A:visited
{
	position: absolute;
	top: 0;
	right: 0;
}
#comments-widget .item
{
	margin: 0;
	padding: 10px 0;
}
#comments-widget .item .ecerpt P
{
	margin: 0;
}
#comments-widget .comment-author P
{
	font-size: 11px;
	margin: 0;
	font-style: italic;
}
#comments-widget .comment-author P A:link, #comments-widget .comment-author P A:visited
{
	font-weight: bold;
}
#ads H3, #search H3, #feedburner H3, #campaignmonitor H3, #flickr H3, #videos H3
{
	margin: 0 0 15px;
}
#search INPUT.field, #feedburner INPUT.field, #campaignmonitor INPUT.field
{
	width: 195px;
	margin: 0 10px 0 0;
	padding: 5px 0 5px 5px;
}
#search INPUT.button, #feedburner INPUT.button, #campaignmonitor INPUT.button
{
	text-transform: uppercase;
	font-size: 11px;
	height: 28px;
}
#ads IMG
{
	margin: 0 6px 6px;
}
#flickr
{
	float: left;
	margin: 0 0 25px;
}
#flickr .pics
{
	float: left;
}
#flickr .pics .flickr_badge_image
{
	margin: 4px 6px;
	float: left;
	width: 75px;
}
#flickr .pics .flickr_badge_image IMG
{
}
#videos .video
{
	margin: 0 0 15px;
}
#videos H4
{
	font-size: 14px;
}
#twitter
{
}
#twitter UL LI
{
	padding: 8px 0;
}
#twitter .website
{
	float: right;
}
/*-----------------------------
4. POSTS
-----------------------------*/
.post
{
}
.post.sitemap H3, .post.archives H3
{
	margin-top: 0;
}
.post.archive
{
	margin: 0 0 20px;
}
.post.archive .meta
{
}
.post.archive .post-head
{
	float: left;
	width: 540px;
	margin: 0 0 10px;
}
.post.archive .post-head .title
{
	float: right;
	width: 500px;
}
.post.archive .post-head .title H2
{
	margin: 0 0 2px !important;
}
.post.archive .post-head .title .meta
{
	margin: -5px 0 0;
}
.post.archive .post-head .date
{
	float: left;
	width: 30px;
	padding: 0 8px 0 0;
	margin-top: -2px;
	text-align: center;
}
.post.archive .post-head .date .month
{
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: -10px;
}
.post.archive .post-head .date .day
{
	display: block;
	font-size: 24px;
	font-weight: bold;
}
.entry
{
}
/*4.1 Typographic Elements*/
.post H2.title
{
}
.post H2.title A:link, .post H2.title A:visited
{
}
.entry H1
{
}
.entry H2
{
}
.entry H3
{
}
.entry H4
{
}
.entry H5
{
}
.entry H6
{
}
#main H2
{
	margin: 0 0 20px;
}
.entry H1, .entry H2, .entry H3, .entry H4, .entry H5, .entry H6
{
	margin: 10px 0;
}
.entry H1 A:hover, .entry H2 A:hover, .entry H3 A:hover, .entry H4 A:hover, .entry H5 A:hover, .entry H6 A:hover
{
	text-decoration: none;
}
.entry BLOCKQUOTE
{
	margin: 15px 0;
	padding: 0 20px 0 35px;
	font-style: italic;
}
.entry BLOCKQUOTE P
{
	margin: 0;
}
.entry P
{
	margin: 4px 0 14px;
}
.entry UL
{
	margin: 20px 0;
	padding: 0 0 0 30px;
}
.entry UL UL
{
	margin: 20px 0;
	padding: 0 0 0 30px;
}
.entry UL LI
{
	list-style-type: circle;
}
.entry UL LI UL LI
{
	list-style-type: disc;
}
.entry OL
{
	margin: 20px 0;
	padding: 0 0 0 30px;
}
.entry OL OL
{
	margin: 20px 0;
	padding: 0 0 0 30px;
}
.entry OL LI
{
	list-style-type: upper-latin;
}
.entry OL LI OL LI
{
	list-style-type: lower-latin;
}
/*4.2 Images*/
.entry IMG
{
}
IMG.wp-smiley
{
	padding: 0;
	border: none;
}
.entry .alignleft
{
	float: left;
	margin: 10px 15px 10px 0;
}
.entry .alignright
{
	float: right;
	margin: 10px 0 10px 15px;
}
.entry .aligncenter
{
	text-align: center;
}
/*4.3 Captions*/
.aligncenter, DIV.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption
{
	position: relative;
	width: auto !important;
}
.wp-caption IMG
{
	margin: 0;
	padding: 0;
}
.wp-caption P.wp-caption-text
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 11px;
	line-height: 17px;
	padding: 7px 0 7px 10px;
	margin: -10px 0 0;
	font-weight: bold;
}
.wp-caption P.wp-caption-text A:link, .wp-caption P.wp-caption-text A:visited
{
}
/*-----------------------------
5. COMMENTSAREA
-----------------------------
5.1 Comments*/
#comments
{
}
#comments H2
{
	margin: 0 0 -3px;
}
#comments SPAN.count
{
	display: block;
	margin: 0 0 20px;
}
#comments OL.commentlist
{
	width: 540px;
}
#comments LI.comment
{
	width: 100%;
	padding: 10px 0;
	margin: 0 0 10px;
}
#comments .children
{
	margin-top: 10px;
}
#comments .children LI.comment
{
	padding-left: 10px;
	padding-bottom: 0;
}
#comments LI.comment.depth-2
{
	width: 524px;
}
#comments LI.comment.depth-3
{
	width: 511px;
}
#comments LI.comment.depth-4
{
	width: 499px;
}
#comments LI.comment.depth-5
{
	width: 491px;
}
#comments LI.comment .gravatar
{
	float: left;
	width: 12%;
}
#comments LI.comment .gravatar IMG
{
}
#comments LI.comment .comment-entry
{
	float: left;
	width: 60%;
}
#comments LI.comment .comment-entry P
{
	margin: 0 0 5px;
}
#comments LI.comment .user-meta
{
	float: right;
	width: 26%;
	height: 100%;
}
#comments LI.comment .user-meta SPAN
{
	display: block;
}
#comments LI.comment .user-meta SPAN.date
{
	font-size: 10px;
}
#comments LI.comment .user-meta SPAN.edit-link
{
	font-size: 10px;
}
#comments LI.comment .user-meta SPAN.permalink
{
	font-size: 10px;
	text-transform: uppercase;
}
/*5.2 Comments Form*/
#respond
{
	float: left;
	padding: 20px 0 0;
}
#commentform
{
	width: 540px;
	margin: 20px 0 0;
}
#commentform P
{
	margin: 0 0 7px;
}
#commentform #textarea
{
	float: left;
	width: 370px;
}
#commentform #inputs
{
	float: right;
	width: 160px;
	margin: 0 0 0 0px;
}
#commentform LABEL
{
	font-size: 10px;
	text-transform: uppercase;
}
#commentform TEXTAREA
{
}
#author, #email, #url
{
	padding: 3px 0 3px 5px;
}
INPUT#submit
{
	width: 165px;
	text-transform: uppercase;
	font-size: 11px;
	padding: 5px 0;
}
/*-----------------------------
6. GENERAL STYLES
-----------------------------*/
.floatl
{
	float: left;
}
.floatr
{
	float: right;
}
.alignl
{
	text-align: left;
}
.alignr
{
	text-align: right;
}
.alignc
{
	text-align: center;
}
/*http://sonspring.com/journal/clearing-floats*/
HTML BODY * SPAN.clear, HTML BODY * DIV.clear, HTML BODY * LI.clear, HTML BODY * DD.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
