/*
Theme Name: CarnivorousCapers
Description: Carnivorous Capers Theme for WordPress by adeptec
Version: 1.0
Author: http://www.adeptec.co.uk
*/




html, body { height: 100%; }

body {
         background: url(images/bg_pixel.png) #F4EEE1;
         background-repeat: repeat;
         text-align: center;
        margin: 0 auto;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}

* {
	padding:0;
	margin:0;
}

#containercentred {
         min-height: 100%;
	width: 919px;
	margin: 0 auto;
         top: 0px;
	text-align: center;
	position: relative;
         color: #aa8259;
}

#horzline {
         background: url(images/bg_horz.png) #F4EEE1;
         background-repeat: repeat-x;
         position: absolute;
         top: 0px;
         left: 0px;
         height: 141px;
         width: 100%;
}

#container {
	background: url(images/bg.png) #F4EEE1;
	background-repeat: no-repeat;
         min-height: 100%;
	width: 919px;
        height: 1063px;
         top: 0px;
	position: relative;
         acolor: #d7c091;
         z-index: 9;
}


/* Sidebar Positioning */


         

#sidebar {
         position: absolute;
         left: 0px;
         top: 0px;
	      width: 240px;
         text-align: left;
         font-family: "Arial Rounded MT Bold";
         font-weight: bold;
         font-size: 13px;
         text-align: left;
}

#sidenav {
      position: absolute;
      left: 24px;
      top: 230px;
      width: 192px;
      height: 280px;
 }
 
 .sidenavlink1 {
     width: 192px;
     height: 33px;
}

 .sidenavlink2 {
     width: 192px;
     height: 49px;
}

#sidepic {
   position: absolute;
    left: 0px;
    top:491px;
    height: 181px;
}

#sidenavbutcher {
    position: absolute;
    left: 24px;
    top: 680px;
    width: 192px;
     color: #aa112c;
}

#sidelinksheading {
    position: absolute;
    left: 24px;
    top: 738px;
    width: 192px;
    color: white;
}

#sidelinks {
    position: absolute;
    left: 24px;
    top: 772px;
    width: 192px;
    line-height: 120%;
}


a.nav:link {color: #aa112c; text-decoration: none;}
a.nav:visited {color: #aa112c; text-decoration: none;}
a.nav:hover {color: #aa112c; text-decoration: none;}
a.nav:active {color: #aa112c; text-decoration: none;}

a.navcurrent:link {color: #aa8259; text-decoration: none;}
a.navcurrent:visited {color: #aa8259; text-decoration: none;}
a.navcurrent:hover {color: #aa8259; text-decoration: none;}
a.navcurrent:active {color: #aa8259; text-decoration: none;}

a.ext:link {color: #aa8259;}
a.ext:visited {color: #aa8259;}
a.ext:hover {color: #aa8259;}
a.ext:active {color: #aa8259;}

a.links2:link {color: #aa112c;}
a.links2:visited {color: #aa112c;}
a.links2:hover {color: #aa112c; }
a.links2:active {color: #aa112c;}

/* Content */
#mainpic {
        left: 244px;
        width: 675px;
        position: relative;
}

#wrapper {
         left: 244px;
         width: 612px;
	position: relative;
         text-align: left;
         float: left;

}

#contentheading {
         height: 140px;
}

#content {
        position: relative;
          left: 20px;
          top: 20px;
          width: 635px;
          font-size: 1.2em;
          font-weight: bold;
}

strong {
         color: #aa112c;
         font-family: "Arial Rounded MT Bold";
         font-style: normal;
}

h1 {
         color:white;
}
h3 {
         color: #aa112c;
}
h4 {
         color: #aa112c;
         font-family: "Arial Rounded MT Bold";
         font-style: normal;
}












