/*
Theme Name: SlawTips
Theme URI: http://tips.slaw.ca/
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */


body {
	background: #e8e8e8;
}

#wrap {
	width:990px;
	margin:25px auto 40px auto;
	border: 1px solid #d0d0d0;
	background:#fff;
}

/* --------------GENERAL FORMATTING CLASSES ------------*/

.b {
	font-weight: bold !important;
}

.i {
	font-style: italic !important;
}

.serif {
	font-family: 'Droid Serif', 'Georgia', 'Times', serif !important;
}

.sans {
	font-family: 'Verdana', 'Helvetica', Arial, sans-serif !important;
}

.tight1 {
	letter-spacing: -1px;
}

.tight2 {
	letter-spacing: -2px;
}

.tight3 {
	letter-spacing: -3px;
}

.loose1 {
	letter-spacing: 1px;
}

.loose2 {
	letter-spacing: 2px;
}

/* -------------- HEADER SECTION --------------*/


#header {
	background:#fff;
	height: 100px;
}

h1#logo {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 39px;
	color: #3c33aa;
	margin-left:100px;
	padding-top: 50px;
	width: 200px;
}

#header a.logo_link:link {color: #3c33aa; text-decoration: none; }
#header a.logo_link:visited {color: #3c33aa; text-decoration: none; }
#header a.logo_link:hover {color: #3c33aa; text-decoration: underline; }
#header a.logo_link:active {color: #6b6c6d; }

/*------------TOP-MENU SECTION -----------------*/

div#top-menu {
	width: 470px;
	height: 36px;
	position: absolute;
	top: 55px;
	left: 325px;
}

#accordion {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 36px;
	overflow: hidden;
	background: #fff;
}

#accordion li {
	float: left;
}

#accordion li a {
	display: block;
	height: 36px;
	width: 35px;
	padding: 15px 0;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}

#accordion li a img {
	border: none;
	border-right: 1px solid #fff;
	float: left;
	margin: -15px 15px 0 0;}

#accordion li a.active {
	width: 125px;}

/*-----------------SUB-BANNER SECTION ---------*/

#sub-banner {
	width: 790px;
	margin: 10px 100px 0 100px;
}
	
p#tagline {
	width: 710px;
	color:#6b6c6d;
	font-size: 15px;
	font-family: 'Droid Serif', Georgia, Times, serif;
}

#dateline {
	width: 710px;
	margin-top: 10px;
	padding: 4px 0;
	border-top: 1px solid #3c33aa;
	border-bottom: 1px solid #3c33aa;
}


/* ----------------- MAIN SECTION ---------------*/

#main {
	float:left;
	width:578px;
	min-height: 550px;
	background: #fff;
	margin-top: 40px;
}

.category_image {
	float: left;
	margin: -28px 0 0 45px;
}
	
#main p a:link {color: #3c33aa; text-decoration: underline; }
#main p a:visited {color: #3c33aa; text-decoration: none; }
#main p a:hover {color: #fff; background: #3c33aa; text-decoration: none; }
#main p a:active {color: #3c33aa; text-decoration: none; }

#main a.permalink:link {color: #333; text-decoration: none !important; }
#main a.permalink:visited {color: #333; text-decoration: none; }
#main a.permalink:hover {color: #333; border-bottom: 1px solid #333 !important; background: transparent !important;}
#main a.permalink:active {color: #333; text-decoration: underline; }

	
h2.title {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	margin: 0 0 12px 100px;
	width: 430px;
	color: #333;
}

#main p {
	width: 430px;
	margin: 0 0 18px 100px;
	font-size: 1em;
	line-height: 1.5em;
	color: #333;
	font-family: 'Droid Serif', 'Georgia', 'Times', serif;
}

#main blockquote p {
	width: 400px;
	margin: 0 0 18px 119px;
	padding-left: 10px;
	border-left: 1px solid silver;
}

div.post_meta_data {
	font-family: Verdana, Helvetica, Arial, sans-serif !important;
	font-size: .8em !important;
	margin-top: -6px !important;
	margin-left: 100px;
}

div#content ol li, div#content ul li {
	font-size: 1em;
	line-height: 1.5em;
	color: #333;
	font-family: 'Droid Serif', 'Georgia', 'Times', serif;
}

div#content ol, div#content ul {
	width: 400px;
	margin: 0 0 18px 130px;
	}

div#content ol {
	list-style-type: decimal;
}

div#content ul {
	list-style-type: square;
}


/* ----------------- SIDEBAR SECTION --------------*/

#sidebar {
	float:right;
	width:410px;
	min-height: 560px;
	background:#fff;
}

#sidebar #excerpts {
	margin: 0;
	width: 220px;
	margin: 30px 0 0 40px;
	float: left;
	}

.side_title {
	width: 190px;
	font-size: 12;
	font-weight: normal;
	color: #666;
	margin-bottom: 8px !important;
	font-family: Verdana, Helvetica, Arial, sans-serif !important;
}

#sidebar #excerpts .the_excerpt {
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 150%;
	background: #fff;
	font-family: 'Droid Serif', 'Georgia', 'Times', serif;
}

#sidebar #excerpts p {
	margin-bottom: 6px;
	font-size: 12px;
	line-height: 150%;
	background: #fff;
	font-family: 'Droid Serif', 'Georgia', 'Times', serif;
}

.side_dateline {
	width: 190px !important;
	font-size: 11px !important;
	font-weight: normal;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 2px 0;
	margin-bottom: 6px !important;
	font-family: Verdana, Helvetica, Arial, sans-serif !important;
}

.side_category_image {
	float: right;
	margin-right: -40px;
}

div.the_excerpt a.permalink:link {color: #333; text-decoration: none !important; }
div.the_excerpt a.permalink:visited {color: #333; text-decoration: none; }
div.the_excerpt a.permalink:hover {color: #333; border-bottom: 1px solid #333 !important; background: transparent !important;}
div.the_excerpt a.permalink:active {color: #333; text-decoration: underline; }


/*----------------- FOOTER SECTION -----------------*/

#footer {
	clear:both;
	background:#fff;
	height: 160px;
	width: 990px;
	padding-top: 20px;
}

* html #footer {
	height:1px;
}

div#recent_comments {
	width: 800px;
	margin: -15px 100px 35px 100px;
	line-height: 110%;
}

ul#commentlist {
	margin-top: 10px;
	}

ul#commentlist li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font-family: 'Droid Serif', Georgia, Times, serif;
	font-size: 13px;
}

ul#commentlist li a {
	color: #3c33aa;
	}


div#subscribe {
	margin: 10px auto;
	text-align: center;
}

#subscribe p {
	font-size: 14px;
	color: #3c33aa;
	font-weight: bold;
}

#menu {
	width: 790px;
	text-align: center;
	margin: 8px auto 0 auto;
	padding-top: 8px;
}

#menu {
	border-top: 1px solid #3c33aa;
}

#menu {
	font-size: 14px;
	color: #6b6c6d;
}

#menu li {
	display: inline;
	list-style-type: none;
	padding-right:10px;
	font-size: 14px;
	color: #6b6c6d;
}


#footer a.footer_subscribe:link {color: #3c33aa; text-decoration: none; }
#footer a.footer_subscribe:visited {color: #3c33aa; text-decoration: none; }
#footer a.footer_subscribe:hover {color: #6b6c6d; text-decoration: underline; }
#footer a.footer_subscribe:active {color: #6b6c6d; }


	
#footer a.footermenu:link {color: #6b6c6d; text-decoration: none; }
#footer a.footermenu:visited {color: #6b6c6d; text-decoration: none; }
#footer a.footermenu:hover {color: #3c33aa; text-decoration: underline; }
#footer a.footermenu:active {color: #3c33aa; }

/*----------- SINGLE PAGE: CATEGORY -----------------*/

.pagetitle {
	font-size: 1em !important;
	color: #3c33aa !important;
	text-align: center;
	padding:0;
	margin-top:-10px !important;
	margin-bottom: 20px;
	font-weight:bold;
}

div#single_page_content {
	width: 790px;
	margin: 10px 100px 0 100px;
}

div#single_page_content h2.entry-title {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 12px 0;
	width: 430px;
	color: #333;
}

.entry-date {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	color: #333;
}

div.entry-summary {
	font-size: .85em;
	line-height: 130%;
	color: #333;
	font-family: 'Droid Serif', 'Georgia', 'Times', serif;
	width: 500px;
	margin: 10px 0 20px; 0;
}

div.category-technology {
	border-left: 1px solid silver;
	padding-left: 10px;
}




/*-------------- COMMENT STYLING ------------------*/

form#commentform p {
	margin-left: 0px !important;
}

#main form {
	width: 400px;
	margin-left: 100px;
	margin-bottom: 30px;
}

h3#comments-title {
	font-size: 12px;
	margin-bottom: 20px;
}

div#comments {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	color: #333;
	margin-left: 100px;
}

div#main div.comment-body p {
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	color: #333;
	margin-left: 0;
}

div#respond {
	margin-left: -100px;
}

div#respond p#reply-title {
	margin-left: 0px;
	padding-top: 10px;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	color: #333;
	margin-left: 100px;
}

/* -------------- IMAGES ---------------------*/

div.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}

div.alignleft {
	display: block;
	float: left;
	margin: 0 1em 1em 100px;
}

div.alignright {
	display: block;
	float: right;
	margin: 0 0 1em 1em;
}

img.alignright {
	float:right !important; 
	margin:0 0 1em 1em
}

img.alignleft {
	float:left; 
	margin:0 1em 1em 100px;
}

img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}

a img.alignright {
	float:right; 
	margin:0 0 1em 1em
}

a img.alignleft {
	float:left; 
	margin:0 1em 1em 0
}

a img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
}