
/* Theme: The Amazing Vanstones 

   BY: Jason Vanstone
   
   copyright 2010. vstone.ca


*/

body {
 margin: 0;
 padding: 0;
 font-size: 62.5%;
 background: #b4d7e5 url(images/backdrop.jpg) center top no-repeat fixed;
 
 }
 
#container {
 margin: 0 auto;
 padding: 0em 0;  

 background-color: transparent;

 border: solid 0px #6CA4B9;
 width: 91.5em;
 height: auto;
  
 font: normal 1.2em Arial, sans-serif;
 text-align: center;
 }

  
#header {
 margin: 0em auto;
 padding: 0;
 border: solid 0px #000;
 background: transparent url(images/amazingvanstones.png) no-repeat;

 display:block;
 width: 47em;
 height: 24em;
 }
 
 
#menu {
 margin: 6em auto;
 padding: 0;
 z-index: 0;

 border: solid 0px #000;
 width: 32em;
  
 font: normal 1.3em Arial, sans-serif;
 text-align: left;
 } 
   
#content { 
 margin: 0 0em;
 padding 0 0em;
 background: url(images/content-background.png) repeat;
 border: solid 1px #000;
 
 width: 45em;
 float: left;
 text-align: center;
 }


  
 #sidebar1 {
  margin: 0em 1em 0 0;
  padding: 0em 0 1em 0;
  background: url(images/content-background.png) repeat;
  border:solid 1px #000;
  float: left;
  width: 16em;
  text-align: center;
  }
  
  
  #sidebar2 {
  margin: 0em 0 0 0em;
  padding: 0em 0 1em 0;
  background: url(images/content-background.png) repeat;
  border:solid 1px #000;
  float: right;
  width: 28em;
  text-align: center;
  }
  
.sidebar {
 margin: .5em auto;
 padding: .5em;

 background-color: #ccc;

 width: 90%;
 font-size: 1.2em;
 border: solid 1px #ddd;
 text-align: left;
 }
 

.narrowcolumn {
  margin: 5px 5px;
  padding: 0 2em;
  background-color: #eee;
  
  border: solid 1px #ddd;
  float: left;
  width: 40em;
  text-align: left;
  }

.post { 
  margin: 0em 0 1em 0;
  padding: 1em 0;
  clear: both;
  border-bottom: solid 1px #ddd;
  
  }

.entry { 
  margin: 1em 0 0 0;
  clear: both; 
  
  }

.navigation {
    margin: 0 0 0 12em;
    padding: 2em 2em;
	display: block;
	background: url(images/more_background.png) no-repeat;
	text-align: center;
	border: solid 0px #000;

	height: 1.75em;
	width: 32em;
	
	
	font: normal 1.3em Arial, sans-serif;
	}
	
	

#footer {
 margin: 0 0 0 15.5em;
 padding: 1.75em 0 0 0;
 background-color: transparent; 
 background: url(images/more_background.png) no-repeat;
 border: solid 0px #000;
 
 height: 5em;
 width: 48em;

 color:  #fff;
 
 }

#footer p {
  margin: 0;
  padding: 10px;
  text-align: center;
  }
	

/* Links */ 

   
#header a {
 padding: 0;
  display: block;
  width: 42em;
  height: 10em;
  }
  
#footer a { color:  #fff; }
  
#menu ul {
  margin: 0em 0 0;
  padding: 0;
  display: inline;
  list-style: none;
  border: solid 0px #000;
  text-align: left;
  }
  
#menu li, #menu .pageitem {
   display: inline;
   float: left;
   width: 8em;
   
   padding: 5px 0;
   line-height: 200%;
   border: solid 0px #000;
   }
  

.navigation a:link, #menu li a:link, .navigation a:visited, #menu li a:visited {
   display: block; 
   color: #fff;
   height: 2em;
   font: bold 1em Arail, sans-serif;
   text-decoration: none; 
   text-indent: 0px;
   line-height: 200%;
   }
   
 .navigation a:hover, #menu li a:hover {
   display:block;
   color: #ffc !important	;
     }
 
 .navigation a:active, #menu li a:active {
   display: block;
   color: #90278E;
    }
    
   .current {
   display:block;
   color: #6CA4B9 !important	;
     }
 

/* 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: "\00BB \0020";
	}

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

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

#secondMenu ul {
 margin: 8em 0 0em 0;
 padding: 0 0 0em 0;

 float: right;
 display: inline;
 border: solid 0px #000;
 list-style: none;
 color: #fff;
 width: 18em;
 height: 2em;
 }
 
#secondMenu  li {
 display: inline;
 float: right;
  border: solid 0px #000;
 }

#secondMenu a:link, #secondMenu a:visited {
 color: #ccc;
 }


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

.sidebar ul, .sidebar ul ol {
	margin: 0em 0;
	padding: 0em 0;
	font-size: .9em;
	border: solid 0px #000;
	}


.sidebar ul li {
	margin: 1em 0;
	padding: .5em 0;
	border: 0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: .4px;
	
	}


.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;
	}

.archive {
margin-left: 3em;
 width: 15em;
 float: left;
 border: solid 1px #000;
 }

.archive ul { 
 margin: .5em 0;
 list-style: none;
 

 }
 
 .archive ul ul{ 
 margin: 0;
 list-style: none;
 

 }
 .archive li { 
  display block;
  padding: 	.5em 1em 0 0em;
  }


.archive ul ul li a { 
  display block;
	margin-left: 0px;
  padding: 0em;
  color: #666;
  }
  
  .archive h2 {
   margin: 0 auto;
   text-align: center;
   }

/* Forms */ 
 
 form {
   margin: .5em;
   }
 
 label {
  margin: .5em;
   color: #90278e;
   }
   
  em a {
   border-top: 0 !important;
   font-size: .75em !important;
   color: #ccc !important;
   }
   
 .admin { 
 margin: 20px auto	;
 padding: 10px;	
 background-color: transparent;
 border: solid 1px #6CA4B9;
 width: 500px; 
 }
 

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

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

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

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

h2 {
	font-size: 1.75em;

	}

h2.pagetitle {
	font-size: 1.75em;
	}

#sidebar h2 {
    margin: 1em 0 0 0 ;
    padding: 0;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	line-height: 150%;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #fff;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;	
	text-decoration: none;
	 background: transparent url(images/amazingvanstones.png) center middle no-repeat;

	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;

	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.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;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.sidebar a {
	border: 0 !important;
	display: inline !important;
  content: "\00BB \0020" !important;
  color: #000 !important;
	}

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

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

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

cite, .entry a { 
   color: #000 !important;
   
   }
   
small a {
   color: #777 !important;
   text-decoration: none;
   }

h2 a:hover, h3 a:hover {
	color: #5F625B;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#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 */



/* Begin Structure */

.post img { 
  float: left;
  margin: 0 15px 5px 0;
  border: solid 1px #eee;
  }
  
.post p { 
  margin: 5px; 
  text-indent: 15px;
	}
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 0px auto;
	}

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

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

.postmetadata {
	clear: left;
}


/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 5px 0 0;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: center;
}



h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 10px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 40em;
	width: 100%;
	height: auto;
	}

/*	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 Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

.sidebar #searchform #s {
	width: 108px;
	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 textarea {
	width: 80%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/* End Form Elements */



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

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

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

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

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */

.sidebar form {
	margin: 0;
	font-size: .9em;
	}
/* End Sidebar */



/* 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;
	}

hr {
  display: none;
  }
  

.tophr { 
	display: block;
  margin-bottom: 1em;
  border: solid 2px #6CA4B9;
  color: #6CA4B9;
   }
a img {
	border: none;
	}



/* End Various Tags & Classes*/



