@charset "UTF-8";
/*
Theme Name: Customized Theme
Theme URI: http://studiodog.com
Description: This custom theme is based on Starkers by <a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a>
Version: 1.0
Author: Studiodog, LLC
Author URI: http://studiodog.com
Tags: starkers, naked, clean, basic, custom
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bkg-squares.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	overflow: -moz-scrollbars-vertical; 
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: url(images/content_bg.gif) repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-bottom-style: none;
	border-bottom-color: #66CC33;
	border-color: #66CC66;
	border-left-color: #66CC66;
	border-right-color: #66CC66;
} 
#header {  
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 139px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 285px;
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 {
	margin: 0;
	float: right; /* since this element is floated, a width must be given */
	width: 141px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 15px 0 0; /* padding keeps the content of the div away from the edges */
}
#sidebar2 p {
	padding-right: 30px;
	}
	
#mainContent { 
	margin: 10px 150px 0 139px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 600px;
	min-height: 400px;
} 
#footer { 
	/* font-size: .65em; */
	margin: 0 0 0 0px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#footer table {
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {border: 0px;}

/* BEGIN Suzan's text styles  */

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size: 11px; */
	color: #003366;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size: 11px; */
	color: #990000;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size: 11px; */
	color: #003366;
	text-decoration: none;
}
.headline {
	font-family: "Gill Sans", Verdana, Arial;
	font-size: 16px;
	color: #CC3300;
	font-weight: lighter;
}
.pageTitle {
	font-family: "Gill Sans", Verdana, Arial;
	font-size: 20px;
	color: #006699;
	font-weight: lighter;
}
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006666;
}

p.breadcrumb a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006666;
	text-decoration:none;
}
p.breadcrumb a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006666;
	text-decoration:underline;
}


/* Posts
----------------------------------------------- */

#mainContent h2, #mainContent h2 a {
	padding: 10px 0 0 0;
	font: 20px "Gill Sans",Verdana,Arial;
	font-weight: lighter;
	color: #006699;
	text-decoration: none;
}
#mainContent h2 a:hover {
	text-decoration: underline;
}

.post {
	margin:0 0 2.5em;
}

.tags {
	/* padding: 15px 0 15px 0; */
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border: 1px solid #0086bc;
	background: #eef8fc;
}

blockquote {
	margin: 0 20px 0 30px;
}
.post {
	padding: 0 20px 20px 0;
}
.post p {
	padding-bottom: 10px;
}
.entry {
	padding: 20px 10px 0 30px;
}
.caption {
	font-size: .85em;
	font-style: italic;
}

/* Sidebar
----------------------------------------------- */
#sidebar2 {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}


#sidebar2 h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
}

#sidebar2 a, #sidebar2 a:visited {
	color: #0066cc;
	text-decoration: none;
}

#sidebar2 h2 {
	margin: 5px 0 0;
	padding: 0;
}

#sidebar2 ul ul li:before {
	content: "\00BB \0020";
}

#searchform input {
	width: 100px;
	padding: 2px;
}

#sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar2 ul p, #sidebar2 ul select {
	margin: 5px 0 5px;
	width: 100px;
}

#sidebar2 ul ul, #sidebar2 ul ol {
	margin: 5px 0 0 5px;
}

#sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 5px;
}

ol li, #sidebar2 ul ol li {
	list-style: decimal outside;
}

#sidebar2 ul ul li, #sidebar2 ul ol li {
	margin: 0;
	padding: 0;
}


/* Images
----------------------------------------------- */
#mainContent img {
	padding: 5px;
	border:1px solid #0086bc;
}
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Form Elements
----------------------------------------------- */

#no-results {
	min-height: 600px;
	height: 600px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 5px 0;
	border: 1px solid #0086bc;
	background: #eef8fc;
	color: #0086bc;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform p {
	padding: 0;
	}
#commentform textarea {
	width: 100%;
	margin: 10px 0
	padding: 10px;
	border: 1px solid #0086bc;
	background: #eef8fc;
	color: #0086bc;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	padding: 0;
	float: right;
	}
/* End Form Elements */


/* Comments
----------------------------------------------- */

#respond h3 {
margin:.25em 0;
padding: 0;
line-height: 1.4em;
background: url(nothing);
font: normal bold 105% Trebuchet, Trebuchet MS, Arial, sans-serif;
font-size: 1em;
font-weight: bold;
color:#77bbcc;
}
h3 a:link, h3 a:visited {
text-decoration:none;
color: #99cc77;
}
h3 a:hover {
color: #aabbcc;
}

#comments img {
	float: right;
}
#comments li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border: 1px solid #77bbcc;
	background: #fef7e4;
}
.alt {
	background: #f0e8de;
}
	
/* End Comments */

/* Footer
----------------------------------------------- */
#footer a, #footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #0066cc;
	text-decoration: none;
}
#footer a:hover {
	color: #114477;
	text-decoration: underline;
}

