/*
Theme Name: azzcat
Theme URI: http://azzcatdesign.com/blog
Azzcat Design, http://www.azzcatdesign.com, Jan, 2010
Version: 2.0
Author: Catherine Azzarello
Author URI: http://www.azzcatdesign.com
*/

/*
COLOR KEY
dark red: 						#660000
brighter red for hover: 	#990000 
sand: 							#F5DCBE
contact beige: 				#fdf4e5
blog backgound beige:		#F8F2E4
image border: 					#6f969d
blockquote text blue: 		#476d7f
button normal: 				#93bbd5
button hover:					#bccddb 
*/

/******************** Baseline Reset ********************/
/*
Baseline - a designer framework
Copyright (C) 2009 Stephane Curzi, ProjetUrbain.com
Creative Commons Attribution-Share Alike 3.0 License
*/
html, body, div, span, a, img,
h1, h2, h3, h4, h5, h6, hgroup, p,
dl, dialog, dt, dd, ol, ul, li, 
abbr, acronym, address, b, big, blockquote, 
cite, code, del, dfn, em, i, ins, kbd, pre, q, 
samp, tt, var, small, strong, sub, sup, 
object, iframe, form, fieldset, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section,
figure, menu, time, mark, audio, video					{ font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; white-space: normal; text-align: left; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }
textarea															{ font-family: inherit; font-size: 100%; font-weight: normal; font-style: normal; white-space: normal; text-align: left; margin: 0; padding: 0; }
article, aside, footer, header, nav, section,
dialog, figure, hgroup, menu								{ display: block; }

h1, h2, h3, h4, h5, h6										{ font-size: 100%; font-weight: normal; }
del, ins															{ text-decoration: none; }
/* ol, ul															{ list-style: none } */
#main_nav, #sidebar ul li									{ list-style-type: none; }

/* nav ul															{ list-style-type: none; } */
table																{ border-collapse: separate; border-spacing: 0; background-color: transparent; width: auto; height: auto; }
:focus															{ outline: 0; }
blockquote:before, blockquote:after,
q:before, q:after												{ content: ""; }
blockquote, q													{ quotes: "" ""; }

/********** Deprecated and obsolete elements **********/
applet, basefont, dir, font, isindex, menu, s, strike, u	{ font-family: inherit; font-size: 100%; font-weight: normal; font-style: normal; white-space: normal; vertical-align: baseline; text-decoration: inherit; text-align: left; color: inherit; margin: 0; padding: 0; border: 0; outline: 0; }
dir, menu													{ list-style: none; }
nobr															{ white-space: normal; }
blink															{ text-decoration: none; }
marquee														{ overflow: visible; }

/********************End Baseline Reset********************/


/********************Mostly Baseline Base ********************/
body															{ line-height: 1.5; background-color:#F8F2E4; color: black; font-family: "comenia-sans-web-1","comenia-sans-web-2";
"Lucida Sans", arial, sans-serif; }
h1, h2, h3 													{ line-height: 1.2; font-family: "bodedo-1","bodedo-2";  }
h4, h5, h6													{ font-family: "dederon-serif-web-1","dederon-serif-web-2", "Georgia", serif; }
h4																{ color:#476d7f; }
h4, h5, h6													{ font-weight: bold; }
#sidebar h4													{ font-family: "bodedo-1","bodedo-2";  }
b, strong, caption, th, thead, dt, legend			{ font-weight: bold; }
cite, dfn, em, i											{ font-style: italic; }
code, kbd, samp, pre, tt, var							{ font-family: mono-space, monospace; }
h1, h2, h3, h4, h5, h6									{ word-spacing: -0.125em; }
h5, h6														{ border-bottom:dotted thin #476d7f; color:#476d7f; }
p																{ word-spacing: 0.125em; hyphenate: auto; hyphenate-lines: 3; }
p+p															{ margin-top: 18px; }
pre															{ white-space: pre; }
del															{ text-decoration: line-through; }
mark															{ background: rgba(255, 255, 0, 0.4); padding: 0 .25em; }
ins															{ color: #f00; }
small, sup, sub											{ font-size: 80%; }
big															{ font-size: 125%; line-height: 80%; }
abbr, acronym												{ font-size: 85%; text-transform: uppercase; letter-spacing: .1em; }
abbr[title], acronym[title], dfn[title]			{ border-bottom: 1px dotted black; cursor: help; }
sup, sub														{ line-height: 0; }
sup															{ vertical-align: super; }
sub															{ vertical-align: sub; }
blockquote													{ padding: 1.5em; }
hr																{ border: none; background: #ddd; width: 100%; }
ul, ol														{ margin-left: 1.5em; }
ol																{ list-style: decimal outside; }
input, select, button									{ cursor: pointer; }
table															{ font: inherit; width: 100%; }

/* html 5 */
article, aside, header, hgroup,
nav, section, footer										{ float: left; display: block; }
figure														{ display: block; }

.debug														{ outline: solid gold 1px; }
.debug-background											{ background: rgba(255, 215, 0, 0.2) !important; }

/********************End Mostly Baseline Base ********************/


/********************  Mostly Baseline Typography grid: 13/18px ********************/

body										{ font-size: 75%; line-height: 1.5; /*12/18*/ }
h1, h2, h3, h4, h5, h6				{ position: relative; }
h1, h2									{ line-height: 36px; }
h1, h2, h3, h4							{ margin-top: 18px; }
h3, h4, h5, h6							{ line-height: 18px; }
h1											{ font-size: 36px; top: 5px; }
h2											{ font-size: 28px; top: 8px; }
h3											{ font-size: 22px; top: 1px; }
h4											{ font-size: 18px; top: 2px; }
h5											{ font-size: 15px; top: 4px; }
h6											{ font-size: 13px; top: 5px; }
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child							{ margin-top: 0; }
p, pre, address						{ font-size: 13px; line-height: 18px; position: relative; top: 5px; }
abbr, code, kbd,
samp, small, var						{ line-height: 15px; }
ul, ol, dl, dialog					{ font-size: 13px; line-height: 18px; position: relative; top: 5px; margin-top: 18px; margin-bottom: 18px; }
li ul, li ol, ul ul, ol ol			{ top: 0; margin-top: 0; margin-bottom: 0; }
li h1, li h2, li h3,
li h4, li h5, li h6,
li p										{ top: 0; }
form, legend, label					{ font-size: 13px; line-height: 18px; }
legend									{ position: relative; top: 5px; }
input, textarea						{ font-size: 12px; }
table										{ font-size: 13px; }
caption									{ font-size: 13px; line-height: 18px; position: relative; }
hr											{ position: relative; height: 4px; margin: 18px 0 14px 0; }
a 											{ color:#660000; text-decoration:none; }
a:focus,a:hover 						{ color:#990000; }

/********************  End Mostly Baseline Typography grid: 13/18px ********************/

/******************** CONTAINERS ********************/
body 										{ background:url(img/background_blog.jpg) no-repeat center top; background-color:#F8F2E4; }
div 										{ position:relative; }
#wrapper 								{ min-height:100%; height:auto!important; height:100%; margin-bottom:-8em; }
.container								{ width:1080px; margin:0 auto; }
#main_nav 								{ float:right; height:70px; width:450px; margin:-10px 0 0; padding-right:150px; }
#header 									{ height:200px; }
#header h1								{ text-indent: -9999px; line-height: 0; position: absolute; }
#header h1 a 							{ position: absolute; left: 80px; top: 50px; width: 90px; height: 110px; }
#tidbits 								{ font-family: "dederon-serif-web-1","dederon-serif-web-2", "Georgia", serif; color:#476d7f; 
											font-size: 18px; top: 2px; position:absolute; z-index:50; top:155px; left:193px; }
#home_link 								{ position:absolute; width:90px; height:110px; top:70px; left:80px; }
#main_content 							{ width:600px; float:left; padding:4em 10px 0 80px; }

#main_content>.post>p:last-child, li[id*=comment-]						{ background:url(img/white_rule_small-trans.png) no-repeat bottom center; padding-bottom: 2em; }

#main_content>.post>h4				{ margin-top: 1em; }
blockquote 								{ background:url(img/quoteL-trans.png) no-repeat -2em -2em; }
blockquote p 							{ background:none; font-style: italic; }
blockquote p:last-child 			{ background:url(img/quoteR-trans.png) no-repeat right bottom; padding-right:.5em; }
#sidebar 								{ padding:3.85em 35px 0 0; width:330px; float:right; }
#sidebar p 								{ color:#666; clear:both; }
#sidebar .clear 						{ background:url(img/white_rule_small-trans.png) no-repeat left top; padding: 18px 0; }
#sidebar .clearNoImage 				{ clear:both; background-image:none; }
#sidebar .widget 						{ background:url(img/white_rule_small-trans.png) no-repeat top; padding: 18px 0; clear: both; }
#sidebar ul								{ padding-top: 18px; }
#sidebar a img 						{ padding:3px; border:thin solid #6f969d; }
#sidebar a:hover img,
#sidebar a:focus img 				{ border:thin solid #fff; }
#trusted 								{ text-indent:-9999px; height:80px; }
.flourish 								{ background:url(img/flourish-trans.png) no-repeat center top; height:50px; clear:both; }
.time 									{ font-style: italic; color: #666; }
#about_cath 							{ text-indent:-9999px; margin-top:20px; height:40px; background:url(img/about_cath-trans.png) no-repeat center top; }
#follow 									{ width:100%; height:70px; }
#twitter,#linkedin,#rss 			{ display:block; width:64px; height:64px; float:left; }
#rss 										{ background:url(img/rss.png) no-repeat center top; }
#twitter 								{ background:url(img/twitter.png) no-repeat center top; }
#linkedin 								{ background:url(img/linkedin.png) no-repeat center top; }
.trusted 								{ background:url(img/trusted-trans.png) no-repeat center top; }
.push 									{ height:8em; clear:both; }
.aktt_tweets ul						{ margin-bottom: .5em; }
.aktt_tweets ul li					{ padding: .5em 0 1em; background:url(img/white_rule_small-trans.png) no-repeat bottom center; }
#footer 									{ background:url(img/beige-trans.png) repeat; border-top:thin solid #FFFFFF; margin-top: 1em; }
#footer .container 					{ margin:1em auto; padding-top:.5em; }
#footer .container p 				{ padding-left:70px; color:#333333; font-weight: bold; font-size: smaller; }
#footer .container p+p				{ margin-top: 0; }
.design_bug 							{ float:right; margin:-10px 10px 10px; padding-left:10px; }

/******************** END CONTAINERS ********************/

/******************** COMMON CLASSES ********************/
.clear 									{ clear:both; }
.floatLeft 								{ float:left; margin-right: 1em;}
.floatRight 							{ float:right; margin-left: 1em;}
.clearLeft 								{ clear:left; }
.clearRight 							{ clear:right; }
.textLeft 								{ text-align:left; }
.textRight 								{ text-align:right; }
.textCenter 							{ text-align:center; }
.textJustify 							{ text-align:justify; }
.blockCenter 							{ display:block; }
.underline 								{ text-decoration:underline; }
p img 									{ float:left; margin:0 1em 1em 0; padding:3px; border:thin solid #6f969d; }
p img.right 							{ float:right; margin:0 0 1em 1em; }
.avatar									{ padding:3px; border:thin solid #6f969d;}
.button 									{ background-color:#93bbd5; border:#FFF thin solid; -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;}
.button:hover							{ background-color:#bccddb; }
.nobullet 								{ list-style:none; list-style-image:none; }
.bullet									{ list-style: square; list-style-position: outside; }
.time										{ font-style:italic; color:#476d7f; margin-bottom: 18px; }

/******************** END COMMON CLASSES ********************/

/******************** MAIN NAVIGATION ********************/
#main_nav li 							{ float:left; text-indent:-9999px; }
#home a, #about a, 
#blog a, #contact a 					{ display: block; height:70px; width:110px; }
#home a 									{ background:url(img/home-trans.png) no-repeat 0 -50px; }
#home a:hover,#home a:focus 		{ background:url(img/home-trans.png) no-repeat 0 0; }
#about a 								{ background:url(img/about-trans.png) no-repeat 0 -50px; }
#about a:hover,#about a:focus 	{ background:url(img/about-trans.png) no-repeat 0 0; }
#blog a 									{ width:90px; background:url(img/blog-trans.png) no-repeat 0 -50px; }
#blog a:hover,#blog a:focus 		{ background:url(img/blog-trans.png) no-repeat 0 0; }
#contact a 								{ background:url(img/contact-trans.png) no-repeat 0 -50px; }
#contact a:hover,
#contact a:focus 						{ background:url(img/contact-trans.png) no-repeat 0 0; }

/******************** END MAIN NAVIGATION ********************/


