/*
		CSS style sheet
		---------------
	general.css
	For jiggersaurus.com
	made by AndySmith
		---------------
*/
*{
	font-family: 'Century Gothic', 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif;
}

body{
	background-color:#6A1DB2;
}

#footer {
	background-image:url(../Images/pageConstruct/footer.jpg);

	background-position:left;
	background-repeat:no-repeat;

}

#mainSection{
	background-image:url(../Images/pageConstruct/mainContentBckgrnd.jpg);
	background-position:left;
	background-repeat:repeat-y;
	
}

#domainTitle{
	background-image:url(../Images/pageConstruct/domainHeader.jpg);

	background-position:center;
	background-repeat:no-repeat;
}

#mainMenu{
	background-image:url(../Images/pageConstruct/menuBckgrnd.jpg);

	background-position:left;
	background-repeat:no-repeat;
}

#mainSection #navPath, #footer{
	/*font-family: 'Century Gothic', 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif; */
	font-size: 0.8em;
}

#contentContainer .post .entry a{ /*the more text Link*/
	font-size:0.8em;
	letter-spacing:0em;
	color:#666666;
	text-decoration:none;
}

#contentContainer .post .entry a:hover{ /*the more text Link hover*/
	font-size:0.8em;
	letter-spacing:0em;
	color:#111111;
}

#contentContainer h3 a, #contentContainer .post h2 a, #respond, #intro h2{   /*Post Title*/
	/* font-family: 'Century Gothic', 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif;*/
	color:#333333;
	text-decoration:none;
}


#contentContainer h3 a:hover, #contentContainer .post h2 a:hover{   /*Post Title*/
	/* font-family: 'Century Gothic', 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif; */
	color:#111111;
	text-decoration:none;
}

#contentContainer .post h6{   /*Date*/
	/* font-family: 'Century Gothic', 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif;*/
	color:#888888;
	text-decoration:none;
	margin-top:-20px;
}

#contentContainer .post .entry, #intro{
	/* font-family: 'Century Gothic', 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif; */
	color:#333333;
/*	letter-spacing:0.1em;*/
}

.postmetadata{
	font-size:0.7em;
	/* font-family: 'Century Gothic', 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif;	*/
}

.postmetadata a{
	/*font-family: 'Century Gothic', 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif; */
	text-decoration:underline;
	color:#000000;
}

.postmetadata a:hover{
	text-decoration:underline;
	color:#000000;
	background-color:#CCCCCC;
}

.navigation{
	background-color:#EEEEEE;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;

	height:22px;
}
#navPath a, #navPath, .navigation a{
	/* font-family: 'Century Gothic', 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif; */
	color:#333333;
	text-decoration:none;
}

.navigation a:hover{
	text-decoration:underline;
	color:#111111;
}

#navPath a:hover{
	/* font-family: 'Century Gothic', 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif; */
	color:#111111;
	text-decoration:underline;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left;
}

#commentform{
	/* font-family: 'Century Gothic', 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif; */
}

#whatsNew{
	padding: 0px 5px 5px 5px;
	margin: -5px 3px 3px 3px;
}
#whatsNew h4{   /*Post Title*/
	/* font-family: 'Century Gothic', 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif; */
	color:#333333;
	text-decoration:none;
	text-align:left;
	padding-left:40px;

}

#whatsNew #newBlogs ul, #whatsNew #newGallery ul, #whatsNew #newBlogs ul a, #whatsNew #newGallery ul a{
	/* font-family: 'Century Gothic', 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif; */
	color:#333333;
	text-decoration:none;
	list-style-image: none;
	list-style-type: none;
	text-align:left;
	font-size:0.8em;
}

#whatsNew #newBlogs ul a:hover, #whatsNew #newGallery ul a:hover{
	text-decoration:underline;
}

#whatsNew #newBlogs{
	background-image:url(../Images/pageConstruct/Blog.jpg);
	background-position:left;
	background-repeat:no-repeat;
	margin: 0px 5px 5px 3px;
}

#whatsNew #newGallery{
	background-image:url(../Images/pageConstruct/Gallery.jpg);
	background-position:left;
	background-repeat:no-repeat;
	margin: 0px 5px 5px 3px;
}
#whatsNew #newGallery .newGalleryDate #whatsNew #newGallery .newBlogDate{
	font-size:0.7em;
	color:#666666;
}

#whatsNew #newGallery{
}
/*
#nav, #nav ul { /* all lists 
	background-image:url(../Images/pageConstruct/menuTitle.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
*/

.img-shadow {
  float:left;
  background: url(../Images/pageConstruct/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../Images/pageConstruct/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}
  
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

.highLight{
	font-variant:small-caps;
	font-weight:800;

	color:#6A1DB2;
	/*
	background-color:#EEEEEE;
	padding: 1px 3px 1px 3px;*/
}

