/*
Theme Name: Walks
Author: Andrew Barnes
Description: Website for Whitchurch walking-for-health group
Version: 0.1
*/

/*********************************************************************/
/* header styles
/*********************************************************************/
.page-container
{
  position: relative;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff8dc;
  display: block;
  width: 1200px;
  min-height: 1100px;
}

.page-container:after 
{ 
    content: " "; 
    display: block;
    clear: both;
} 

.gallery .page-container
{ 
  background-color: #5f9ea0;
}



#headingbox
{
  display: block;
  position: relative;
  top: 0px;
  width: 100%;
  height: 100px;
  left: 0px;
  margin: 0px;
  background-color:#eeeeee;
  float: left;
}

#waw-logo
{
  display: block;
  position: relative;
  background-image: url('images/waw-logo.jpg');
  width:75px; 				/*width of your image*/
  height:75px; 	
  float: left;
  margin-left: 30px;
  margin-top: 15px;
}

.maintitle
{
  display: block;
  position: relative;
  color: blue;
  font-size: 28px;
  font-family: helvetica;
  width: 80%;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 15px; 
  padding-left: 5px; 
  line-height: 40px;
}

.heading
{
  display: table;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  color: black;
  padding: 20px;
  
}

.subheading
{
  clear: both;
  font-size: 20px;
  position: relative;
  display: table;
  margin: 0 auto;
  font-weight: bold;
}

.subsubheading
{
  clear: both;
  font-size: 16px;
  position: relative;
  margin-left: 50px;
  font-weight: bold;
}


.wide-text
{
  display: block;
  margin-left: 50px;
  width: 90%;
  text-align: left;
}

.list
{
  display: block;
  margin-left: 50px;
  width: 50%;
  text-align: left;
}

.postbox .gap   /* empty space to force content down */
{
  display: table;
  height: 40px;
  width: 100%;
}

.postbox .tab
{
  float: left;
  width: 50px;
  height: 50px;
}

#pageitem
{
  display: block;
  position: absolute;
  top: 60px;
  /*width: 200px;*/
  left: 500px;
  color: #cc00cc;
  font-weight: bold;
  font-size: 24px;
  font-family: helvetica;
  margin: 0px;
}


#wa-logo
{
  display: block;
  position: absolute;
  width: 82px;
  height: 82px;  
  background-image: url('images/wa-logo.gif');
  top: 10px;
  right: 20px;
  padding: 0px;
}

#toplevel  /* container for menu bar */
{
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 40px;
  border: none;
  margin: 0px;
  margin-top: 2px;
  padding: 0px;
  background-color: #ddddff;
  border-top: solid 2px blue;
  border-bottom: solid 2px blue;
  z-index: 2;
}

#sitemenu ul
{ 
   display: block;
   position: absolute;
   list-style-type: none;
   margin: 0;
   padding: 0;
   border: none;
   height: 40px;
   top: 0px; 
   width: 100%;
   background-color:#ddddff;
   margin-left: auto;
   margin-right: auto;
}

#sitemenu ul li
{
  display: block;
  float: left;
  margin-left: 10px;
}

#sitemenu li a
{
  display: block;
  padding: 0px;
  margin-left: 10px;
  background-color: #ddddff;
  text-decoration: none;
  line-height: 40px;
  font-weight: bold;
  font-size: 20px;
  font-family: helvetica;
  color: blue;
  min-width: 105px;
}

#sitemenu li a:hover
{
  color: #cc00cc !important;
}

.newspage a:active-link
{
  color: red !important;
}


#banner
{
   position: relative;
   display: block; 
   top: 10px;
   width:445px; 				/*width of your image*/
   height:200px; 				/*height of your image*/
   background-image:url('images/P1210615_resize.jpg');
   background-repeat: no-repeat;
   border: 1px solid;
   margin-bottom: 10px;
   margin-top: 0px;
   margin-left: 0px;   
   padding:0; 					
   float: left;
}

#banner2
{
   display: block;
   position: relative;
   top: 10px;
   width: 445px; 				/*width of your image*/
   border: 1px solid;   
   height:200px; 				/*height of your image*/
   background-image:url('images/banner2.gif');
   margin-bottom: 10px;
   margin-top: 0px;  
   margin-right: 0px;
   padding:0; 
   float: right;   
}

#contactsbanner
{
   position: relative;
   display: block; 
   top: 10px;
   width: 442px; 				/*width of your image*/
   height:200px; 				/*height of your image*/
   background-image:url('images/Photo0110.jpg');
   border: 1px solid;
   margin-bottom: 10px;
   margin-top: 0px;
   margin-left: 0px;   
   padding:0; 					
   float: left;
}

#contactsbanner2
{
   display: block;
   position: relative;
   top: 10px;
   width: 442px; 				/*width of your image*/
   border: 1px solid;   height:200px; 				/*height of your image*/
   background-image:url('images/P1210615_resize.jpg');

   margin-bottom: 10px;
   margin-top: 0px;  
   margin-right: 0px;
   margin-left: 0px;
   padding:0; 
   float: right;   
}

.foot
{
  display: block;
  position: relative;
  height: 125px;
  width: 1200px;
  background-color: #dddddd;
  margin: 0px;
  bottom: 0px;
  clear: both;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}
  
.foot > #site-updated
{
  color: red;
  margin: 10px;
}



/* home page post styles */
#post-155
{
  display: block;
  border: 1px solid;
  background-color: #ccffff;
  width: 600px;
  height: 400px;
  margin: 20px;
  padding: 20px;
  float: left;
  font-size: 20px;
  font-family: helvetica;
}

#post-158
{
  display: block;
  border: 1px solid;
  background-color: #ccffff;
  width: 300px;
  height: 400px;
  margin: 20px;
  padding: 20px;
  float: right;
}



/*triptyc */
#post-260
{
  display: block;
  position: relative;
  width: 1200px;
  float: left;
  border: none;
  margin: 0px;
  padding: 0px;
  height: 225px;
}

#post-260 >p, #post-260 >p,  #post-260 >p
{
  display: block;
  position: relative;
  float: left;
  border: none;
  margin: 0px;
  padding: 0px;
}

#post-260 .wp-image-118     /* styles for 3 tryptic images
{
  width: 400px !important;
  height: 225px !important;
}

#post-260 .wp-image-109
{
  width: 400px !important;
  height: 225px !important;
}

#post-260 .wp-image-114
{
  width: 400px !important;
  height: 225px !important;
}


#post-260 >h2
{
   display: none;
}

#  /* title string for gallery */
.widget-title
{
  font-size: 30px;
}

.gallery
{
  display: block;
  background-color: white;
 /* margin-left: 100px; */
}

#gallerybar
{
  padding: 50px;
  top: 100px;
  font-size: 25px;
  font-weight: bold;
}

.photospace .slideshow img
{
  border: solid 10px white;
}

.photospace .prev
{
  font-family: helvetica;
}

.photospace .next
{
  font-family: helvetica;
}

.photospace .play
{
  font-family: helvetica;
}

ul.thumbs img
{
  border: solid white 2px;
}

#thumbs_139_1
{
  width: 250px !important;
}

.social-title
{
  display: none;
}

div #social-sidebar
{
  height: 50px;
  margin: 5px !important;
  float: left;  
}



/********************************************************************/
/*home page styles                                                  */
/********************************************************************/

.home
{
  background-color: #ffffff;
  height: 5000px;
}

#post-69.hentry
{
  color: red;
}


#post-37   /* contacts page */
{
  position: relative;
  color: blue;
  float: left;
  margin: 10px;
  font-size: 20px;
  width: 400px;
  height: 400px;
  border: 1px solid;
}

#post-34   /* home page */
{
  position: relative;
  color: blue;
  float: left;
  margin: 10px;
  padding: 10px;
  font-size: 20px;
  width: 400px;
  height: 400px;
  border: 1px solid;
}

.frontpage .post-34 p
{
  font-family: verdana, "Times New Roman" !important;
}



.page-id-139 aside
{
  color: blue;
  font-size: 30px;
  margin: 70px;
}


/********************************************************************/
/*                                                  */
/********************************************************************/
.events .postbox 
{
   position: relative;
  color: black;
  margin: 10px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: normal;
  width: 1000px;
  float: left;
  background-color: #f0f8ff;
  padding: 10px;
}

.news .postbox  /* news page  generic post styles*/
{
  position: relative;
  color: black;
  margin: 10px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: normal;
  width: 1000px;
  float: left;
  background-color: #f0f8ff;
  padding: 10px;
}

.events .postbox  /* news page  generic post styles*/
{
  position: relative;
  color: black;
  margin: 10px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: normal;
  width: 1000px;
  float: left;
  background-color: #f0f8ff;
  padding: 10px;
}

.news #post-245
{
  display: block;
  position: relative;
  width: 100%;
  margin: 0px;
  border: none;
}


.news div #attachment_112 
{
  width: 100% !important;
}

.postbox >h2, .postbox >h3  /*hide post heading*/
{
  display: none;
}


.postbox .wp-caption  /* override wp style in image parent div */
{
  /*width: 1000px !important;*/
  float: right;
}


.wp-caption-text
{
  position: absolute;
  right: 70px;
  top: 160px;
  font-weight: bold;
}

.postbox .right-image /* positions image to right */
{
  display: block;
  position: relative;
  float: right;
  margin-bottom: 50px;
  margin-top: 0px;
  margin-right: 30px;
}

.postbox .left-image >div /* positions image to left */
{
  display: block;
  position: relative;
  float: left;
  margin: 20px;
}

.postbox .centre-image
{
  display: block;
  margin-left: 135px;
 
}

p.left-image
{
  float: left;
}

p.right-image
{
  float: right;
  margin: 30px;
}

.postbox .right-text-heading
{
  margin-right: 50px;
  width: 450px !important;
  text-align: left;
  font-weight: bold;
  float: right;
}

.postbox .right-text-para
{
  margin-right: 50px;
  width: 450px !important;
  text-align: left;
  font-weight: normal;
  float: right;
}

.postbox .left-text-heading
{
  margin-left: 50px;
  width: 450px !important;
  text-align: left;
  font-weight: bold
}

.postbox .left-text-para
{
  margin-left: 50px;
  width: 600px !important;
  text-align: left;
  font-weight: normal;
}

.postbox a
{
  margin-left: 50px !important;
  color: blue;
}

.postbox .embed
{
  margin: 0px !important;
  padding: 0px;
  display: inline-block;
}


.postbox a:hover
{
  color: red;
}

.walks .postbox
{
  position: relative;
  color: black;
  float: left;
  margin: 10px;
  padding: 30px;
  margin-top: 30px;
  margin-left: 30px;
  font-size: 15px;
  font-weight: normal;
  width: 850px;
  border: 1px solid;
  background-color: #eeeeee;
}

.map-list
{
  display: block;
  color: green;
  text-decoration: none;
  margin-left: 50px;
}

.map-list:hover
{
  color: magenta;
  
}

#contactusbar
{
  display: block;
  float: left;
  width: 300px;
  margin-left: 20px;
  margin-top: 20px;
  background-color: eeeeee;
  padding: 10px;
  font-family: helvetica;
  font-weight: bold;
}

#mygallery
{
  display:block;
  background-color: green;
}

.postbox
{
  display: block;
  font-family: helvetica;
  background-color:#fff8dc;
  height: 100%;
}

.postbox .left-image
{
  float: left;
  margin: 20px;
}

.postbox .left-image-heading
{
  display: block;
  width: 300px;
  margin-left: 50px;
}

.postbox .last-modified
{
  color: blue;
  font-size: 12px;
  margin: 10px;
}

.postbox .wp-caption-text
{
  display: none;
}

#post-260 .last-modified
{
  display: none;
}

.frontpage .last-modified
{
  display: none;
}

.link
{
  color: blue;
}

.link :hover
{
  color: red;
}

.video-clip
{
   margin: 30px;
   float: left;
}

.image-caption
{
  font-family: helvetica;
}

#gallery-container
{
  background-color: #808080;
  margin: 20px;
  width: 1100px;
  margin-top: 200px;
}



/************************************************************************************/
/*Whitchurchwalks.net  specific styles for new hosting site  */
/************************************************************************************/

.postbox .triptyc
{
  width: 400px !important;
  height: 225px !important;
}
