/*
Theme Name: Wendy Kidd Studio
Theme URI: http://wendykiddstudio.com/
Description: A custom WordPress theme designed by Gail Marowitz and programmed by Josh Reisner
Version: 0.2
Author: Gail Marowitz and Josh Reisner
Author URI: http://joshreisner.com/
Tags: orange, one column

	Wendy Kidd Studio
	http://wendykiddstudio.com/

	A custom WordPress theme designed by Gail Marowitz and programmed by Josh Reisner

	The theme is not publicly licensed

*/

@media screen { 
	@import "mobile.css" handheld;
} 

html,body{ height:100%; }
body { width:100%; min-height:100%; background-color:#696969; margin:0px; color:#fff; font:14px/20px Georgia,serif; }
body.home { background:#696969; position:relative; }
body.home p.edit { display:none; }
a.splash { position:absolute; display:block; width:100%; height:235px; left:0; top:50%; margin-top:-191px; text-align:center; }
a { color:#fff; text-decoration:none; outline:none; }
a:hover { text-decoration:underline; cursor:pointer; }
a.post-edit-link { text-transform:uppercase; }
img { border:0px; }

h2 { text-align:center; line-height:13px; font-size:17px; text-transform:uppercase; margin:0px 0px 30px 0px; vertical-align:top; }
h2 img { margin:3px 10px -3px 10px; }

#page { width:656px; margin:0px auto; padding:0 15px 65px 15px; }
#header { text-align:center; padding:20px 0px 30px 0px; }

#navigation { position:fixed; bottom:0px; left:0px; width:100%; height:66px; text-align:center; background-color:#696969; }
#navigation ul { width:374px; list-style-type:none; margin:22px auto; padding:0px; } 
#navigation ul li { float:left; width:92px; height:22px; margin-right:2px; padding:0px; }
#navigation ul li a { width:92px; height:22px; display:block; float:left; }
#navigation ul li a:hover { text-decoration:none; }
#navigation ul li.page-item-11 { margin-right:0px; }
#navigation ul li.page-item-3 a { background-image:url(images/navigation/home.png); }
#navigation ul li.page-item-2 a { background-image:url(images/navigation/about.png); }
#navigation ul li.page-item-5 a { background-image:url(images/navigation/gallery.png); }
#navigation ul li.page-item-33 a { background-image:url(images/navigation/products.png); }
#navigation ul li.page-item-8 a { background-image:url(images/navigation/location.png); }
#navigation ul li.page-item-10 a { background-image:url(images/navigation/blog.png); }
#navigation ul li.page-item-10 { margin-right:0px; }
#navigation ul li.page-item-11 a { background-image:url(images/navigation/contact.png); }

/*blog*/
div.post { overflow:auto; margin-bottom:30px; }
div.post div.alignleft { float:left; margin:6px 10px 0px 0px; font-style:italic; color:#ccc; font-size:11px; line-height:15px; }
div.post div.alignleft img { border:1px solid #777; }
div.post h2 { text-align:left; margin:0px; font-size:28px; text-transform:none; line-height:32px; font-weight:normal; }
div.post small { font-style:italic; font-size:14px; }
.aligncenter { display:block; margin:0px auto 20px auto; } /*what's this for?*/

/*store*/
#products_page_container a.preview_link { display:block; float:left; background-image:url(images/product_backing.png); background-repeat:no-repeat; position:relative; width:141px; height:118px; }
a.wpsc_edit_product { display:block; color:#ddd; border-left:1px solid #ddd; padding-left:6px; margin-left:7px; font-size:10px; }
img.product_image { }

/*fancy gallery*/
div.fancy { overflow:auto; width:731px; }
div.fancy a { display:block; border:6px double black; overflow:hidden; width:160px; height:130px; }
div.fancy a img { width:160px; height:130px; }
div.fancy div.white { float:left; background-color:#fff; margin:0px 70px 30px 0px; overflow:hidden; width:172px; height:142px; }

ul.gallery { overflow:auto; width:731px; list-style-type:none; margin:0px; padding:0px;  }
ul.gallery li { margin:0px 70px 30px 0px; padding:0px; float:left; background-color:#fff; }
ul.gallery li a.img { display:block; background-color:#fff; border:6px double black; overflow:hidden; width:160px; height:130px; }
ul.gallery li a.img img { width:160px; height:130px; }

/*props*/
#page-286 ul { list-style-type:none; overflow:auto; width:656px; margin:0px; padding:0px; font-style:italic; }
#page-286 ul li { width:308px; overflow:auto; float:left; margin:0px 20px 20px 0px; }
#page-286 ul li img { float:left; margin-right:10px; }

