/* -------------------------------------------------------

   AUTHOR           :  	Erwin Aligam
   WEBSITE          :   http://www.styleshout.com/
   TEMPLATE NAME    : 	SimpleBlog 1.0
   TEMPLATE CODE    : 	S-0007
   VERSION          :   1.1
   LAST DATE MOD    :   January 20, 2010

 --------------------------------------------------------- */

/* -------------------------------------------------------
   HTML ELEMENTS
---------------------------------------------------------- */

/* Top Elements */
* { margin: 0; padding: 0; outline: 0; }

body {
	background: #FFF;
	font: 10pt/1.6em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #000;
	text-align: center;
}
/* links */
a:link, a:visited {
	background: inherit;
	text-decoration: none;
	color: #000066;
}
a:hover {
	background: inherit;
	color: #996800;
}
/* headers */
h1, h2, h3 {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
    font-weight: Bold;
}
h1 { font-size: 130%; }
h2 { font-size: 120%; text-transform: uppercase; }
h3 { font-size: 120%; color: #007E80; }

p {
	margin: 0;
	padding: 10px 12px;
}
p.center { text-align: center; }
h1, h2, h3 {
    padding: 15px 12px;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;

}


/* images */
img {
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 8px;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 15px 20px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/* blockquote */
blockquote {
	margin: 10px;
 	padding: 10px 10px 10px 35px;
    border: 1px solid #f2f2f2;
  	background: #FAFAFA url(../images/quote.gif) no-repeat 10px 12px;
}

/* form elements */
form {
	margin:10px;
    padding: 10px;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px 5px;
	border:1px solid #eee;
	color:#777;
    font-size: 1em;
}
textarea {
	width:600px;
	padding: 3px 5px;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
    font-size: 1em;
}
input.button { 
	margin: 0;
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC;
	padding: 2px 3px;
	background: #FFF;
	color: #275F6C;
}
/* search form */
form.search {
	padding: 0; margin: 0;
	vertical-align: bottom;
	border: none;
	background-color: transparent;
}
form.search input.textbox { 
	margin: 0; padding: 1px;
	width: 120px;
	border: 1px solid #CCC;
	background: #FFF;
	color: #333;
}
form.search input.button {
	height: 20px;
	padding: 1px 3px;
	width: 60px;
}

/* -----------------------------------------
   LAYOUT
-------------------------------------------- */
#wrap {
	width: 1019px;
	background: url(../images/bg.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
/*	position: relative; changed per connie*/
	width: 91%;
	margin: 0 auto;
	padding: 0;	
}
/* header */
#header {
	position: relative;
	width: 1019px;
	height: 150px;
	background: #FFF url(../images/headerstrip.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #FFF;
	
}

#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	font: italic bold 40px 'Adobe Garamond Pro', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #ffff00;
	text-transform: none; /* change the values of top and Left to adjust the position of the logo*/
	top: 22px;
	left: 303px;
}
#header h2#slogan {
	position: absolute;
	z-index: 9999999;
	margin: 0;
	padding: 0;
	font: italic bold 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF; /* change the values of top and Left to adjust the position of the slogan*/
	top: 65px;
	left: 410px;
}
#header #searchform {
	float: right;
	padding: 35px 40px 0 0;
	display: inline;
}
/* Header for forms */
#headerform {
	position: relative;
	width: 1019px;
	height: 100px;
	background: #FFF url(../images/headerstrip-2.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #FFF;
	
}

/* menu */
#menu {
	clear: both;
	width: 1019px;
	height: 30px;
	background: #FFF url(../images/menubg-cp.jpg) repeat-y;
	margin: 0;
	font: bolder 12px/30px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
}
#menu ul{
	margin: 0; padding: 0 0 0 40px;
}
#menu ul li {
	float: left;
	list-style: none;		
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 10px;
	background: inherit;
	color: #000;   /* was fff */

}
#menu ul li a:hover {
   background: #FFF;
	color: #333;  
}
#menu ul li#current a {	
	background: #000066; 
	color: #FFF;	
}
ul#nav li ul {
    position: absolute;
    left: -9999px;
    top: 100%;
    display: block;
    width: 140px;
   margin:0;padding:0;
   z-index:100
}
ul#nav li {
    position: relative;
    float: left;
}

ul#nav li ul li a {
    clear: left;
    display: block;
    text-decoration: none;
    width: 140px;
    background: #F9e07e;
   color:#000;
   padding:5px;
}
ul#nav li ul li a:hover {
   background:#000066;
   color:#fff;
}

ul#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}

/* Main */
#main {
	float: left;	
	width: 95%;
	padding: 0;
    margin: 10px 0 0 0;
}
#main h1 {
	color: #000066; 
	border-bottom: 1px solid #000066;
	background: #F6F6F6 url(../images/arrow.gif) no-repeat 5px 10px;
	padding: 5px 0 5px 20px;
	margin: 10px 10px 0 10px;
}
.post-footer {
	background-color: #FAFAFA;
	padding: 6px 5px; margin: 20px 12px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	color: #66737B;
	font: normal 90% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	background: #FFF url(../images/footerbg.jpg) no-repeat center top;	
	width: 1019px;
	height: 60px;
	text-align: center;
	padding: 5px 0 3px 0;
	margin: 0 auto;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
.center{
    margin-left: auto;
    margin-right:auto;
}

  CAPTION.MYTABLE
  {
     background-color:#ffffff;
     color:black;
	  font-size:16pt;

  }

  TABLE.MYTABLE
  {
     font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
     font-size:10pt;
     background-color:#f9e07e;
     width:80%;
     border-style:double;
     margin-left: 175px;
    margin-right:auto;

  }

  TH.MYTABLE
  {
     font-size:10pt;
     color:Green;
     text-align:left;
  }


  TR.MYTABLE
  {
	height: 47px;
	vertical-align: top;
}

  TD.MYTABLE
  {
     font-size:10pt;
     background-color:#ffffff;
     color:black;
     border-style:double;
     border-width:2px;
     border-color:#DCDCDC;
     text-align:left;
  }
 TABLE.MYTABLEMEMBERSHIP {
      FONT-SIZE:10PT;
      WIDTH:90%;
      BORDER: NONE;
        margin-left: 140px;  /*this moves the bottom links to the middle */
    margin-right:auto;

 }
 TR.MYMEMBERSHIP  {
   height:40px;
      width:80%;
      text-align:center;
      background-color:#ffffff;
      color:black;
      font-size:10pt;
  }
  TD.MYTABLEMEMBERSHIP{
       height:40px;
      width:90%;
      text-align:left;
      color:black;
      font-size:10pt;
      padding: 20;
   }

   TH.mytable3{
       height:70px;
      width:80%;
      text-align:center;
      background-color:#102077;
      color:white;
      font-size:20pt;
   }
  /* navbar classes cp 6/18/2012 */
body#home a#homenav,
body#puppies a#puppynav
body#history a#historynav,
body#membrnm a#membrnmnav,
body#officers a#officersnav,
body#membership a#membershipnav,
body#form a#formnav,
body#membersonly a#membersonlynav,
body#meetings a#meetingsnav,
body#specialty a#specialtynav,
body#match a#matchnav,
body#candid a#candidnav,
body#links a#linksnav {
color: #FFF;
background: #000066;
}