/* --------------------------------------------

Think.ingCreative Base WordPress Theme April 2010

Theme Name: Think.ingCreative Base Theme April 2010
Theme URI: http://think.ingcreative.com
Description: 
Version: 0.4
Author: David Cochran
Author URI: http://think.ingcreative.com
Tags: clean, basic, theme base


----------------------------------------------- */

@import "assets/css/reset.css";
@import "assets/css/global.css";

/* --------------------------------------------

	Links

----------------------------------------------- */


a, a:link, a:visited {
	color: #645C58; 
	text-decoration: none;
	padding: 2px 1px;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	}

.post a {
	text-decoration: underline;
	}

.post a:hover {
	color: #333;
	}


#content a {

	}

#content a[href$=".pdf"] {
/* Adds PDF icon to pdf links */
	background: url(assets/images/pdficon_small.gif) right top no-repeat;
	padding-right: 20px;
	padding-bottom: 7px;
	}

#content a img, #content a:hover img, #content a img:hover, #content p a img:hover {

	}

/* --------------------------------------------

	Structure
	
	#wrapper, #container, #header, #branding,
	#nav, #nav ul, #content, .section, .article,
	.aside, #footer

----------------------------------------------- */

body {
	height: 100%;
	}

div#wrapper {
	width: 100%;
	height: 100%
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
div#container {
	width: 100%;
	height: 100%
	margin: 0;
	padding: 0;
	color: #333;
	}

#nav, #content, #footer {
	width: 980px;
	margin: 0 auto;
	position: relative;
	}


div#header {
	width: 920px;
	height: 100px;
	padding-top: 20px;
	padding-left: 100px;
	position: relative;
	}

div#branding {
	margin: 0 0 20px 20px;
	padding: 0;
	}

div#nav {
	clear: both;
	margin: 0 auto;
	}

div#content {
	clear: both;
	margin: 10px auto;
	padding-top: 40px;
	padding-bottom: 20px;
	}

div.section {  /* full-width section within div#content */
	margin: 0 40px 0 40px;
	padding-top: 0;
	}

div.article { /* main column in two-column layout */
	width: 520px; 
	float: left;
	}

div.aside { /* sidebar in two-column layout */
	width: 300px;
	float: right;
	}
	
div#footer {
	clear: both;
	margin: 0 auto;
	}

/* ------------------
	BACKGROUNDS & BORDERS 
	*/

body {
	color: #222; 
	background: #ededed url('assets/bg-images/paper_dc2.jpg');
	}

div, fieldset, input {
	}

div#wrapper {
	background: url('assets/bg-images/doodles.png') -160px -100px; 
	}
	
div#container {
	}

div#header {
	}

div#branding {

	}

#branding h1 a, #branding h1 a img, h1 a, h1 a:hover, h1 a img:hover {
	border: none;
	background: none;
	}

#nav {
	}

div#content {
	background: white url('assets/bg-images/paper_dc3.jpg');
    box-shadow: 1px 1px 5px #000;
    -moz-box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
	}

div.section {
	}

div.article { 
	}

div.aside { 
	}

div#footer {
	}

/* --------------------------------------------

	Header, Utility

----------------------------------------------- */



/* --------------------------------------------

	Branding

----------------------------------------------- */

div#branding {
	}

div#branding h1 {
	margin: 0;
	padding: 0;
	}

div#branding h1 a {
	margin:0;
	padding:0;
	font-weight: normal;
	font-size: 1.8em;
	display: block;	
	}
	
div#branding h1 a span {
	}

div#branding h1 a span:hover {
	}

div#branding p.first {
	margin-top: -18px;
	}

div#branding p {
	font-size: 1.3em;
	margin: 7px 0 0 30px;
	padding: 0;
	color: #777;
	line-height: 1.3;
	}

#branding p a:hover, #branding p a {
	padding: 2px;
	border: none;
	}

#branding p a:hover {
	background: none;
	border: none;
	text-decoration: underline;
	}

/* --------------------------------------------

	Search

----------------------------------------------- */

/* IF in HEADER DIV */

#nav fieldset {
	position: absolute;
	right: 0px;
	top: 0;
	margin: 0;
	padding: 4px 20px 4px 4px;
	border: none;
	}
	
#nav #searchform input#s {
	font-size: 1em;
	width: 240px;
	margin:0;
	padding:0;
	background: white;
    border: 2px solid #ccc;
	}

#nav #searchform input#searchsubmit {
	background: white;
	cursor: pointer;
	margin-top: -2px;
    border: 2px solid #ccc;
	}

.single #nav #searchform {
	display: none;
	}

/* --------------------------------------------

	Nav
	
----------------------------------------------- */

#nav {
	font-size: 2em; /* adjusts default font size for nav */
	padding-left: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	}

#nav a,
#nav a:link,
#nav a:visited {
	color: #444; 
	border: none;
	padding: 10px;
	}
	
#nav a:hover,
#nav a:active,
#nav a.current {
	border: none;
	text-decoration: underline;
	}
	

#nav ul {
	margin:			0;
	padding:		0;
	list-style:		none;
	line-height:	1.0;

}

#nav ul li {
	float:			left;
	position:		relative;
}

#nav ul a {
	display:		block;
	position:		relative;
}


/* --------------------------------------------

	Main Content
	
----------------------------------------------- */

h1,h2,h3,h4,h5, .aside h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	}

#content {
	font-size: 1.6em;
	line-height: 150%;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}

#content a:hover, #footer a:hover {
/*	text-decoration: underline; */
	}

.meta {
	font-size: 80%;
	color: #777;
	margin:0;
	padding:0;
	}

.section p, .section li {

	}

#content h2 {
	font-size: 250%;
	font-weight: bold;
	line-height: 130%;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	}
	
.section ul, .section ol {
	margin-top: 10px;
	}

.home #content h2 {
	font-size: 300%; 
	}
	
.home .aside h2 {
	font-size: 180%;
	}

.section h3 {
	font-size: 130%;
	line-height: 130%;
	margin: 1.6em 0 .5em 0;
	}

.section h4 {
	font-size: 110%;
	margin: 1.6em 0 .5em 0; 
	}

#content h2 a {
	font-weight: normal;
	text-decoration: none;
	color: #333;
	}
	
#content h2 a:hover {
	text-decoration: underline;
	}

.section img, .section a img, p img, p a img { /* drop shadows on images */
	background: white;
	margin-bottom: 0;
	padding: 20px;
    box-shadow: 1px 1px 3px #000;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
	}

.section a img:hover { /* drop shadows glow on hovered image */
    box-shadow: 1px 1px 5px #000;
    -moz-box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
	}

div.post {
	margin-bottom: 30px;
	}
	
.article, .post {
	clear: both;
	}

div.post h2 {
	margin: 10px 0 0 0;
	}
	
ul.post_nextprev {
	list-style-type: none;
	}

ul.post_nextprev li {
	float: left;
	}

/* --------------------------------------------

	=Toggle =group

----------------------------------------------- */

.group, .group.show.active {
	padding-left: 20px;
	background: url('assets/bg-images/right.png') 4px center no-repeat;
	text-decoration: underline;
	}

.group.active, .group:hover, 
.group:focus, .group.show, 
.group.show.active:hover {
	background: url('assets/bg-images/down.png') 2px center no-repeat;
	cursor: pointer;
	text-decoration: none;
	} 

.group.active:hover, 
.group.show:hover {
	background: url('assets/bg-images/up.png') 2px center no-repeat;
	cursor: pointer;
	}

.toggle {
	margin-left: 24px;
	font-size: 90%;
	}


/* --------------------------------------------

	Sidebar

----------------------------------------------- */

.aside {

	}

.aside h2 {
	margin: .5em 0 0 0;
	font-weight: normal;
	}

.aside h3 {
	margin-bottom: 0;
	margin-top: .7em;
	padding-bottom: 0;
	font-weight: normal;
	}

.aside p {
	line-height: 120%;
	margin: .7em 0 .7em 0;
	}

.aside ul {
	list-style-type: none;
	padding:0;
	margin: 0;
	}

.aside ul ul {
	margin: 0 0 0 24px;
	}

/* for nested lists in sidebar */
.aside ul ul ul {
/*	list-style-type: circle; */
	font-size: 90%;
	margin-top: -.2em;
	}

.aside a {
	padding: 0;
	font-weight: bold;
	}

.aside a:hover {
	}

.current-cat, .current-cat-parent, .current-cat-ancestor {
	text-decoration: underline;
	}

.current-cat a, .current-cat-parent a, .current-cat-ancestor a {
	color: #645C58; 
	}


/* --------------------------------------------

	Ads
		
----------------------------------------------- */

	.ad a img, .ad img, .ad a, .ad a:hover {
		border: none;
		margin: 30px 0 0 0;
		padding:0;
		background: none;
		overflow: hidden;
		display: inline;
	}

	.ad p {
		margin-top: 0;
	}


/* --------------------------------------------

	Floats, Content Images, and Asides
		standard floats for various uses
		on boxes, images, etc.
	
----------------------------------------------- */

.left {
	float: left;
	margin: 10px 20px 10px 0;
	}
	
.right {
	float: right;
	margin: 10px 0 10px 20px;
	}

.wp-caption.alignright, img.alignright {
	float: right;
	margin: 10px 0 10px 30px;	
	}

.wp-caption.alignright {
	margin-right: 40px;
	}

.wp-caption.alignleft, img.alignleft {
	float: left;
	margin: 10px 30px 10px 0;
	}

.wp-caption-text {
	font-size: 100%;
	color: #333;
	line-height: 120%;
	font-style: italic;
	}


/* --------------------------------------------

	Search Results List

----------------------------------------------- */

.search-results dl {
	margin-left: 20px;
	}

.search-results dt {
	margin:0;
	padding:0;
	}



.search-results dd {
	color: #666;
	font-size: .8em;
	margin: 0 0 1em 1.5em;
	padding: 0;
	}

.search-results dl dd a {
	color: #666;
	font-weight: normal;
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	line-height: 120%;
	border: none;
	}

.search-results dd a:hover {
	border: none;
	text-decoration: none;
	background: none;
	}

	

/* --------------------------------------------

	Footer Content
	
----------------------------------------------- */

div#footer p {
	margin: 0;
	padding: 30px 0 30px 0;
	font-size: 1.2em;
	line-height: 100%;
	text-align: center;
	}

/* -------------------------------------------------------------- 

   forms.css -- from BLUEPRINT
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)
   
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: normal; font-size:1.2em; }

.section fieldset {
/*	background: #FA8000; */
	padding: .3em;
/*	border: none;
	margin: 0;
	padding: 0; */
	}

.section legend {
	font-size: 150%;
	}

.section input {
	font-size: 120%;
	}
	
.section input#s {
	width: 70%;
	}


