/* 
Theme Name: Pixelfrog
Theme URI: http://www.illufoxdesign.com
Description: Grunge template for Pixelfrog site.
Author: Anja Allison
Author URI: http://www.illufoxdesign.com
Version: 1.0
.
General comments/License Statement if any. 
.
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
 /* margin: 0; */
	padding: 0;
}

body{
	margin: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	vertical-align: top;
	color: #333333;
	background-color: #CCCCCC;
	background-image: url(images/Main_BG2.jpg);
	background-repeat: repeat;
}

a:link, a:visited{
	text-decoration: underline;
	color: #336699;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	width: 775px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content{
	float: left;
	width: 775px;
	text-align: left;
	background-image: url(images/Content_BG2.png);
}
#header{
	float: left;
	width: 775px;
	height: 281px;
	background-image: url(images/Header_BG.png);
}

#container {
	float: left;
	width: 450px;
	padding: 10px;
	margin: 0 0 0 35px;
}

#container2 {
	float: left;
	width: 700px;
	padding: 10px;
	margin: 0 0 0 35px;
}

.post{
	margin: 0 0 30px;
	padding: 0;
	font-size: 1.2em;
}

.post a {
	text-decoration: none;
} 

.post h2{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.4em;
}

.entry{
	line-height: 18px;
}
.datestyle {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	color: #999999;
}

p.postmetadata{
	margin: 10px 0 0 0;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

.navigation{
	padding: 10px 0 0 0;
	font-weight: bold;
	line-height: 18px;
	font-size: 1.2em;
}

#navmenu {
	float: left;
	width: 726px;
	height: 35px;
	margin: 0 0 0 25px;
	background-color: #999999;
}

#navmenu a {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: #FFFFFF;
	font-size: 1.5em;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 15px 0px 15px;
	border-right: 1px #CECECE solid;
	text-align: center;
	height: 27px;
	text-decoration: none;
}

#navmenu a:hover {
	/*nothing pretty so we dont break paths to files */
	color: #333333;
	background-color: #CECECE;
	text-decoration: none; 
}

#navmenu ul {
	height: 35px;
	margin: 0;
	padding: 0;
}

#navmenu li {
	list-style:none;
	display: inline;
}

#navmenu li.current_page_item a {
	background-color: #666666;
	color: #FFFFFF;
	}


/* remove divider on last item ---------------------*/
#navmenu li.page-item-8 a {border-right:none;} 


.page_item page-item-4 {
	background-image: url(images/about.png);
	background-repeat: no-repeat;
}

	
.sidebar{
	float: left;
	width: 240px;
	margin: 0 0 0 10px;
	display: inline;
}

.sidebar a{
	text-decoration: none;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
}

.sidebar ul{
	list-style-type: none; 
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;	
}

/* widget titles --------------------*/

.sidebar ul li h2{
	background-color: #CCCCCC;
	padding: 5px;
	margin: 5px 0 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
	font-weight: bold;	
	}
	
/* widget lists, links --------------------*/
	
.sidebar ul ul {
 /* list-style-image: url(images/Bullet.png);*/
    margin-left: 10px;
	list-style-type: none; 
	padding: 0;
}	
.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
	}
.sidebar ul ul li img{
	border: 0px;
	}	
	
.xoxo blogroll {
	list-style-image: none;
	margin-left: 10px;
	padding: 0;
}

/* search box ------------------ */					


#search {
	background-color: #efefef;
	width: 210px;
	margin-top: 0px;
	padding: 5px 0 5px 0;
	border: 1px dashed #999999;
	margin-bottom: 10px;
    }	
#searchbox {
	padding-left: 20px;	
    }	

/* sidebar boxes --------------------*/

#linkcat-4, #linkcat-17, #linkcat-18, #recent-comments, #text-385539905, #archives-2 {
	background-color: #efefef;
	width: 200px;
	padding: 0 5px 5px 5px;
	border: 1px dashed #999999;
	margin-bottom: 10px;
    }

/* calendar styling --------------------*/

caption {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
	}
#calendar {
	background-color: #efefef;
	border: 1px solid #999999;
          }
table#wp-calendar{
	width: 100%;
		}
/* comments ------------------ */		

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
	}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	}

.comments-template h2, .comments-template h3{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 16px;
	}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

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

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/* contact form 7 styling ------------------ */	

.wpcf7-form {
	width: 420px;
	height: 475px;
	padding-top: 10px;
	margin: 0;
	background-image: url(images/Form_BG.png);
	background-repeat: no-repeat;
}

.wpcf7-form p {
	padding: 0px;
	margin: 5px 0 0 30px;
	}
	
.wpcf7-form input, textarea {
	border: 1px solid #999999;
	background-color:#efefef;
	padding: 0.2em 0.5em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color:#999999;
	font-weight: bold;
	}

	
/* ------------------ */		
	
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.8em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}
	
/* fix image alignment issue ------------------ */		
	
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

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

img.alignleft {
    padding: 0px;
    margin: 0 10px 0 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left;
    }
/* end image align ------------------ */	

.wp-caption-text {
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;

}
/* footer ------------------ */	

/*<![CDATA[*/

.store {
width: 100%;
max-width: 650px;
height: 1000px;
overflow: auto; 	
}

#div1 {
padding: 10px 0 0 0;
width: 100%;
max-width: 650px;
height: 1000px;
-moz-border-radius: 10px;
}

/*]]>*/
	
#footer{
	margin: 0 auto 0 auto;
	clear: both;
	float: left;
	width: 775px;
	height: 148px;
	background-image: url(images/Footer_BG.png);
	background-repeat: no-repeat;
	}

#footer p{
	line-height: 18px;
	color: #999999;
	text-align: center;
}
.clear {clear: both;}
