/*
	Theme Name: imagegarden
*/

@import url(css/grid-900.css);

* {	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	1font-family: Arial, Verdana, sans-serif;font-family: 'Kameron', arial, serif;
	font-size: 72%;
	background: #fff url(1images/abg.jpg) no-repeat top center; 
	color: #666;
}

#photos img{ padding-right:5px;}


#logo1 {height:120px; width:980px;
background: url(http://www.imagegardendesign.com/store/wp-content/storefiles/2011/06/ig-store-logo.jpg) no-repeat; }

#topline {height:3px; width:1000px; margin-top:-2em; margin-bottom:35px;}

#bottomline {height:3px; width:1000px; 
margin:0 auto 0;  }

#search {
	margin-top: 0em;
	border-bottom: 0px dotted #999;
}

.search {
	text-transform: uppercase;
	font-size: .7em;
	padding-right: .5em;}

#searchform {
	margin-top: -2.8em; margin-bottom:5px;
	text-align: right;
	padding: 0 0 .5em 0;
	}

#searchsubmit {color:#676059;}

input {
	border: 1px solid #666;
	}

hr {
display: none;}

img {	vertical-align: middle;
	border: 0;
}
h1, h2, h3, h4 {
	padding-left: 8px;	padding-right: 8px;
	color: #676059;
}

h1 {
	margin-bottom: .3em;
	font-size: 2.8em;
	line-height: .95em;
}

h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
}

h3 {
	margin-bottom: 0em;
	font-size: 1.8em;
	line-height: 1;font-weight:normal;
}
small { margin-left:8px; display:block; margin-top:5px;
	font-size: 1em; padding-bottom:30px;
}

h4 {
	margin-bottom: .6em;
	font-size: 1.3em;
	line-height: 1.6;
}

h5 {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.6;
}

p {	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
	line-height: 1.6;
}

a {	text-decoration: none;
	font-weight: regular;
	color: #A8D5D3;
}
a:hover {color: #ccc;}

kbd {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 1em;
	text-transform: uppercase;}

/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 980px;
	margin: 0 auto;
	margin-top: 0em;
	margin-bottom: 3em;
	overflow: hidden;
}

/* ---------------------------------------- [ Main Nav ] */

#main-nav {width:980px;
	padding: 0 0 .5em 0;
	overflow: hidden; margin-top:20px;
}

#main-nav ul {
	list-style-type: none;
}

#main-nav li.page_item {
	margin-right: 2.2em;
	float: left;
}

#main-nav li a {
	font-size: 1.2em;
	line-height: 1.6;
	padding-left: 8px;
}

/* ------------------------------------------ [ Header ] */

#header { width:1000px;
	height: 0em;
	border-top: 0px solid #333;
	border-bottom: 0px solid #333;
	overflow: hidden; margin-bottom:20px;
}

#header h1 {
	margin-top: .45em;
}

#header h1 a, #header h2 {
	color: #676059;
}

/* ------------------------------------------ [ Content ] */

#content {
        width:910px;background:none;
	padding-top: 1em;padding-bottom: 5em;
	overflow: hidden; margin:0 auto 0;
}



ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

.nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.2em;
	line-height: 1.6;
}

ul.navlinks {
	position: absolute;
	top: 36.4em;
	list-style-type: none;
overflow: hidden;

}

.navlinks li {
	font-size: 1.2em;
	line-height: 1.6;
}

.navlinks li a {
	display: block;
padding: .4em 8px .5em 8px;

}

.navlinks li a:hover {
	background: #000;
	color: #676059;
}

/* -------------------------------------------- [ Post ] */

.post {
	padding: 1em 0 2em 0;
	overflow: hidden;
	clear: both; border:none;
}

.post-content p, .post-content h5, .post-content code {
}

.post-content h3 {
	line-height: .9;
}

.post-content h5 {
	margin-top: 2.5em;
	margin-bottom: .5em;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}

.post-content blockquote {
	margin: 0 3.2em 0 3.2em;
}

.post-content blockquote p {
	width: 30em;
	padding: 0;
}

.post-content blockquote ul {
	width: 30em;
}

.post-content dl {
	margin: 0 0 1em 0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
}

.post-content dt {
	margin: 0 0 .5em 0;
	font-weight: normal;
	font-size: 1em;
}

.post-content dd {
	width: 30em;
	margin: 0 0 1em 2em;
	line-height: 1.6;
}

.post-content ul, .post-content ol {
	width: 44.8em;
	margin-left: -12px;
	padding-right: 8px;
	list-style-type: none;
}

.post-content li {
	margin: 0 0 1em 0;
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.6;
	background: transparent url(images/bullet.gif) no-repeat left 2px;
}

.post-content ol {
	margin-left: 8px !important;
}

.post-content ol li {
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}

.post-content code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.post-content pre {
	margin: 2em 0 2em 0;
	padding: 2em;
	font-size: 1.2em;
	background: #eee;
	overflow: auto;
}

.post-content pre code {
color: #222;
}

.post-content .quote-author {
float: right;
}

/* ------------------------------------- [ Commentary ] */


label1 {
	display: block;
	padding-top: 7px;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: normal;
}

textarea {
	height: 10em;
}

.section {
	margin: 0 0 3em 0;
	clear: both;
	overflow: hidden;
}

.section .col {
	overflow: hidden;
}

#content .section {
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;

}

#content .first {
border: 0;
}

.submit {
	width: auto;
	padding: 0;
	border: 0;
}

.navigation {
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;

}

.navigation li {
font-size: 1.2em;
}

/* --------------------------------------- [ Footnotes ] */

#footnotes { width:980px;
	border-top: 0px solid #333;
	padding: 1em 0 0 0;
	clear: both;
}

#footnotes p {
	margin-bottom: 1em;
	font-size: 1.1em;}

#footnotes a {
	margin-bottom: 3em;}


/* --------------------------------- [ General Classes ] */



/* If you want a text in ALL CAPS */

.ver {
	text-transform: uppercase;
	color: #000;
}

/* For by-lines */

.low {	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}

/* A nice ampersand */

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

/* For image captions */

.tooltip {
	display: block;
	padding-top: 8px;
	font-size: .9em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.both {
	clear: both;
}

.image {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 7px;}

.nudged {
	margin-right: 8px;
}

.nudged-left {
	padding-left: 8px;
}

.nudge-bottom {
	margin-bottom: 1.5em;
}

.last-field, .first-post {
	border: 0;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -1000em;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}

.search-field {
	padding: 0;
}

/* Use for full width images (596px) */

.full-image {
	margin-left: -15.2em;
}

/* Centering for older posts */ 

.centered {
	display: block;
	margin: 0 auto;
}

.button {
	display: block;
	padding: 8px;
	background: #222;
	color: #fff;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button:hover {
	background: #000;
}

.aligncenter,

div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}


.alignleft {
   float: left;
}

.alignright {
   float: right;
}

#footnotes { text-align:center; text-transform:uppercase;font-weight:normal;
font-size:10px; letter-spacing:1px; }
.footnotes img {margin-bottom:35px;}
.footerlinks  {  display:inline; line-height:20px;
}

.footerlinks li { display:inline;
 margin:24px;  }

#clearhead {
	CLEAR: both
}

.comment-body {MARGIN-TOP: 0px; }

.comment-meta-author {}

.comment-meta-date {
	FONT-WEIGHT: normal; 
}

.comment-meta-author A {
	FONT-WEIGHT: normal; 
}


.comment-meta-author A:link {
	FONT-WEIGHT: normal;
}


DIV.comment-main {
	PADDING-RIGHT: 5px;  PADDING-LEFT: 5px; 
 WIDTH: 675px;overflow:hidden; 
}

SPAN.comment-meta-author {
PADDING-RIGHT: 0px; DISPLAY: inline;
 PADDING-LEFT: 0px; 
FONT-WEIGHT: normal;  
}

DIV .comment-body P {
	DISPLAY: inline; line-height:12px; font-size:10px;
}


DIV .comment-body {
	PADDING-BOTTOM: 10px; MARGIN-LEFT: 5px; 
WIDTH: 675px; PADDING-TOP: 0px;line-height:12px;
}

DIV .comment-body P {
WIDTH: 790px;line-height:12px;
PADDING-BOTTOM: 10px; MARGIN: 0px; PADDING-TOP: 0px
}


#comcontain {border:none; width:700px;}

tr {border:none;}

td {border:none;}



#comline {height:3px; padding:0, }

.post {margin-bottom:35px;}




/* next / prev buttons */

#scrollable a.prev, #scrollable a.next {display:block; width:30px; height:14px; float:left; background:none; border:none; margin:1px 0 0 0;}

#scrollable a.prev {background:#fff url(images/slide-button-left2.gif) no-repeat center; margin-left:5px;}

#scrollable a.next {background:#fff url(images/slide-button-right2.gif) no-repeat center; margin-left: 2px;}

#scrollable a.prev:hover {background:#fff url(images/slide-button-left2.gif) no-repeat center; margin-left:5px;}

#scrollable a.next:hover {background:#fff url(images/slide-button-right2.gif) no-repeat center; margin-left: 2px;}

#pages {clear:both; width:920px; padding:0; margin:auto; background:none;height:33px; font-weight:normal; }

#pages ul {list-style:none; float:left; padding:0; margin:0 0px 0 0; }

#pages li {float:left; display:block; font-weight:normal; padding:0px; 

1font-family: Arial, Helvetica, sans-serif; text-transform:lowercase; font-size:14px;}

#pages li ul {margin-top:0px; border:1px solid #c8c5c3; margin-top:-3px; }

#pages li a {float:left; color:#676059; display:block; padding:5px 15px 0 15px; margin:0;}

#pages li li a {float:left; color:#676059; display:block; padding:4px 10px; margin:0;}

#pages li a:hover {margin:0; color:#c8c5c3;}

#pages li.last {font-size:12px; float:right;}

#pages li.outbound {background:url(images/outbound.gif) no-repeat right center;}

#pages li.last a {padding:10px 5px 0 5px;}

#pages li.last img {border:none; vertical-align:middle;}

.nav, .nav * {margin:0; padding:0; list-style:none;  }

.nav ul {position:absolute; top:-999em;}

.nav li {float:left; position:relative; z-index:99; font-size:14px;}

#nav2 li {float:left; position:relative; z-index:1000; font-size:14px; }

.nav a {display:block;}

.nav ul li {width: 100%;}

.nav li:hover ul, ul.nav li.sfHover ul {left:0px; top:43px;}

#nav2 li:hover ul, ul#nav2 li.sfHover ul {left:0px; top:29px !important;}

.nav li:hover li ul, .nav li.sfHover li ul {top:-999em;}

.nav li li:hover ul, ul.nav li li.sfHover ul {left:15em; top:0px;}

.nav li:hover ul, .nav li li:hover ul {top: -999em;}

.nav li ul {margin-top:-10px; border:none}

.nav li li {display: block; padding: 0px; text-align:left; border:none}

.nav li li a:link, .nav li li a:visited {width:115px;font-size:10px; display:block; background:#fff; padding:10px 10px 0 10px; margin:0;}

#nav2 li li a:link, #nav2 li li a:visited {background-color: #fff !important; }

.nav li li a:hover {background-image: none !important; background-color: #fff; color: #c8c5c3 !important;}

#nav2 li li a:hover {background-color: #fff !important;} 
1#nav2 li a {font-size:15px;}


h3 a {color:#A8D5D3}
