/*
Theme Name: Imagicon
Theme URI: http://imagicon.ca
Description: Custom theme for Keith!
Version: 1.0
Author: sarah semark
Author URI: http://triggersandsparks.com
Tags: blue, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body  {
	font: 90% Georgia; /* i always set the body font size as a percent, then all other sizes in ems. this way it's relatively consistent, yet still resizable via browser methods */
	background: #000 url('images/bg.jpg') top center no-repeat;
	text-align: center; /* this is used to horizontally centre the main content pane */
	color: #000000;
	margin: 0;
	padding: 0;
}
 #container {  /* holds all body content */
	width: 960px;  /* recently started using this width, considered the max for 1024px resolution (770 is standard for 800px) */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;




/* primary navigation & page header */
} div#header { 
	margin: 0 0 50px 0;
	padding: 0;
	height: 260px;
} div#home {
	display: none;
} div#header a:hover {
	background: none;
} #header h1,#header h2 {
	display: none; /* hidden so i can write a title to google or if styles are turned off */
} div#main_nav {
    margin-left: 10px;
	height: 2px;
} div#main_nav ul {
	 margin: 0;
	 padding: 0;
 } div#main_nav li {
	background-color: #fc0;
	border: 1px solid #710015;
	border-top: 0;
	float: left;
	margin: 0 8px 0 0; /* shorthand is Top Right Bottom Left -- TR(ou)BL(e) is how i remember */
	font-size: 0.85em; 
	text-transform: uppercase;
	letter-spacing: 1px;
	list-style-type: none;
	 padding: 10px 0px;
 } div#main_nav a {
	 color: #710015;
	 background-color: #fc0;
	 padding: 10px 15px;
	 text-decoration: none;
 } div#main_nav a:hover { /* for usability, always ensure that all links have a different hover style! */
	 background-color: #710015;
	 color: #fc0;
 } div#main_nav a.selected {
	 background-color: #000;
	 color: #fc0;
 





/* social networking buttons & logo */
 } div#social {
	 clear: left; /* where the nav tabs are floated above, they need to be cleared! or this element will just squeeze in to the right.*/
	 float: right;
	 width: 125px;
	 margin: 90px 40px 0 0;
	 height: 100px;
 } div#social img {
	 padding: 5px;
 } img#logo {
	margin: 75px 285px 0px 0; 
 	border:0;
	float: right;
 	




/* sidebar */
 } #sidebar {
	 clear: left;
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* 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: 0px 10px 15px 20px;
	margin: 0px 0 0 42px;
} div#sidebar p {
	font-size: 0.85em;
	padding: 0 10px 0 10px;
} div#sidebar img {
	float: left;
	margin: 0 10px 0 10px;
	height: 90px;
	width: 90px;
	border: 1px solid #000;
	padding: 5px;
	background: #fff;
}
 
 
 
 
 
/* main panel */ 
#mainContent { 
	margin: 0px 0 0 375px;
	padding: 40px;
} #mainContent img {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 0 0px 0 20px;
}


/* gallery images */
div.gallery {
	height: 100%;
} .gallery-caption {
	font-size: 0.8em;
	font-style:italic;
} div.clear-thumbs {
	clear: none;
} div.post {
	width: 100%;
	min-height: 200px;

} div.project-thumb {
	padding-top: 20px;
	float: left;
} div.project-thumb-desc {
	width: 240px; 
	float: right;
	margin: 20px 15px 10px 0;
	padding: 0; 
	font-size: 0.95em;
} div.gallery br {
	display: none;
} 


/* hide sections of portfolio page */
div.portfolio h3 {
	display: none;
} div.portfolio div.project-thumb-desc {
	display: none;
} div.portfolio div.post {
	width: 130px;
	min-height: 130px;
} div.portfolio div.post, div.portfolio div.entry, div.portfolio div.project-thumb {
	float: left;
	margin: 0;
	padding:0;
} div.portfolio img {
	width: 100px;
	height: 100px;
	padding: 2px;
	margin: 0 10px;
}

/* headings */
h1, h2, h3, h4, h5, h6, div#main_nav {
	color: #fc0;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif
} h1,h2 {
	width: 450px;
	height: 37px;
	padding: 10px 0 0 20px;
	font-size: 1.5em;
	background: url('images/brushstrokes_1.png') no-repeat;
}#sidebar h2, #home h3 {
	width: 300px;
	height: 25px;
	padding: 6px 0 0 13px;
	font-size: 1.0em;
	background: url('images/brushstrokes_2.png') no-repeat;
} h3 {
	float: right;
	width: 240px;
	padding-top: 0;
	margin: 20px 15px 10px 0;
} p {
	margin: 10px 20px 10px 20px;
}


/* links */
a:link, a:visited {
	text-decoration: none;
	color: #309;
} a:hover {
	background-color: #fc0;
} a:hover img {
	border-color: #fc0;
}



/* date & blog headers */
div.date {
	float: left;
} div.day {
	font-size: 3em;
	float: left;
} div.month_and_year {
	text-transform: uppercase;
	float: left;
	font-size: 0.9em;
	padding: 15px 10px;
} h3.blog {
	float: left;
	width: 70%;
	height: 40px;
}


/* footer */
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
 #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}





/* wp jazz */

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-size: 0.9em;
	line-height: 1.5em;
	}



.commentlist li, #commentform input, #commentform textarea {
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}


.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

/* End Structure */





/* Begin Images */
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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\0183 \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

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

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

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

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px 0;
	padding: 5px 10px;
	}

#sidebar #searchform #s {
	width: 200px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */





/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

div.navigation {
	width: 100%;
	display: block;
	float: left;
	height: 30px;
	padding: 2px 10px;
} div#respond {
	width: 100%;
	float: left;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
