/* @override http://www.piratescoveweddings.com/layout.css */

html {
  background-image: url(images/bkgTile.gif);
  background-repeat: repeat-x;
}

body {
  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  padding: 0;
  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  color: #000000;
  background-color: #5bcdf9;
  background-image: url(images/bkgTile.gif);
  background-repeat: repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
}
a{
  text-decoration: none;
    color: #ec008c;
}
a:hover{
  color: #00aae7;
}
.oneColFixCtrHdr #outer_container {
  width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
  background: #FFFFFF;
  margin: 0 auto;
  text-align: left; /* this overrides the text-align: center on the body element. */
  }
.oneColFixCtrHdr #header {
  height: 165px;
  background-color: #CADEF3;
  background-image: url(images/headerBkg.jpg);
  background-repeat: no-repeat;
}
.oneColFixCtrHdr #header #address {
  background-color: #FFFFFF;
  width: 399px;
  height: 165px;
  margin: 0;
  float: right;
}
#addressBar {
  background-repeat: no-repeat;
  background-position: right;
  padding: 0 0 0 10px;
  overflow: hidden;
}
#addressBar p {
  margin: 2px 0;
  padding: 0;
  font-size: 13px;
}
#addressBar p strong {
  font-size: 14px;
}
#addressBar p a {
  color: #000;
}
#addressBar p a:hover {
  color: #ec008c;
}

#addressBar h3 {
  font-family: Tamarillo,Times New Roman, Times, serif;  
  margin: 6px 0 4px 0;
  padding: 0;
  font-size: 24px;
  color: #00aae7;
  font-weight: normal;
}
#titleBar .title {
  margin: 20px 0 20px 30px;
}
#titleBar_subpage .title {
  margin: 20px 0 20px 30px;
}

.oneColFixCtrHdr #header #logo {
  float: left;
  display: inline;
  padding: 0;
  width: 498px;
}

.oneColFixCtrHdr #mainMenu {
  background-color: #0077a5;
  padding: 12px 10px 12px 10px;
  height: 25px;
}

#lcolumn{
  width:470px; 
  float:left;
}
#lcolumn a{
  text-decoration: none;
    color: #ec008c;
}
#lcolumn a:hover{
  color: #00aae7;
}

#rcolumn{
  width: 300px; 
  float: right; 
  margin: 0 10px 0 0;
}
#rcolumn a{
  text-decoration: none;
  color: #00aae7;
}
#rcolumn a:hover{
  color: #ec008c;
}
#blogfeed{
 border: solid 1px; 
  border-color: #AAAAAA; 
  padding: 0 10px 10px 10px; 
  margin: 10px 0 0 0; 
}
#blogfeed h2{
  font-family: Tamarillo,Times New Roman, Times, serif;  
  margin: 0;
  padding: 0;
  color: #ec008c;
  font-size: 36px;
}
#blogfeed h3{
  margin: 4px 0;
  padding: 0;
  font-size: 20px;
  color: #00aae7;
  font-weight: normal;
}
#blogfeed h5{
  margin: 0 0 8px 0;
  padding: 0;
  font-weight: normal;
}
#blogfeed p{
  margin: 0 !important;
  padding: 0 !important;
}
#blogfeed p{
  margin: 0 !important;
  padding: 0 !important;
}
.event-image img {
  float:left;
  margin: 0 10px 10px 0;
  border: 3px solid #ddd;
  padding: 1px;
}
.oneColFixCtrHdr #mainContent {
  padding: 20px 25px 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
  background: #FFFFFF;
}

h1 {
  font-family: Tamarillo,Times New Roman, Times, serif;
  font-size: 42px;
  color: #ec008c;
  font-weight: normal;
  margin: 0 0 5px 0;
}
#mainContent p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #404040;
  margin: 0 0 16px 0;
}
#mainContent ul li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #404040;
}
#mainContent table th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #ec008c;
  padding-right: 20px;
  border-bottom: 1px solid #ddd;
}
#mainContent table tr td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #404040;
  margin: 0 0 16px 0;
}
h2 {
  font-family: "Tamarillo",Times New Roman, Times, serif;
  font-size: 36px;
  color: #ec008c;
  font-weight: normal;
  margin: 15px 0 5px 0;
}
h3 {
  font-family: "Tamarillo",Times New Roman, Times, serif;
  font-size: 32px;
  color: #00aae7;
  font-weight: normal;
  margin: 15px 0 5px 0;
}
.floatRight_border {
  float: right;
  border: 2px solid #ddd;
  padding: 1px;
  margin: 0 25px 0 20px
}

.oneColFixCtrHdr #titleBar {
  height: 285px;
  background-color: #c2c2c2;
}
.oneColFixCtrHdr #titleBar_subpage {
  height: 193px;
  background-color: #c2c2c2;
}
.oneColFixCtrHdr #titleBar p {
  margin: 0;
  padding: 0;
}
.oneColFixCtrHdr #footer {
  background:#0077a5;
  height: 310px;
  clear: both;
  margin: 10px 0 0 0;
}
.oneColFixCtrHdr #footer h2 {
  font-family: "Tamarillo",Times New Roman, Times, serif;
  color: #ec008c;
  font-weight: normal;
  margin: 0 0 5px 0; 
  font-size: 36px; 
}
.oneColFixCtrHdr #footer h3 {
  float: right;
  font-size: 20px;
  color: #00aae7;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding-right: 10px;  
}
.oneColFixCtrHdr #footer li {
  list-style: none;
  display: inline;
  padding: 0 6px 5px;
  border-right: 1px solid #5BCDF9;
}
.oneColFixCtrHdr #footer li:last-child {
  border: none;
}
.oneColFixCtrHdr #footer a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.oneColFixCtrHdr  #footer a:hover {
  color: #cdf1ff;
}
.oneColFixCtrHdr #footer p {
  font-size: 11px;
  color: #404040;
}
.oneColFixCtrHdr #footer p.more {
  color: #ec008c;
  margin-top: 25px !important;
}
.oneColFixCtrHdr #footer p.more a {
  color: #ec008c !important;
}
.oneColFixCtrHdr #footer p.more a:hover {
  color: #00aae7 !important;
}
.oneColFixCtrHdr #footer #copyright {
  float: right;
  padding: 18px 0px 10px 0;
  width: 250px;
  color: #5bcdf9;
}
.oneColFixCtrHdr #footer #copyright p {
  color: #5bcdf9;
}

.oneColFixCtrHdr #footer #links {
  padding: 20px 50px;
  float: left;
}
.footer_top {
  background-color: #fff;
  height: 225px;
}
hr {
  border: 0;
  color: #00aae7;
  background-color: #00aae7;
  height: 1px;
  width: 881px;
}
#testimonials {
  width:525px;
  float: left;
  padding: 12px 15px 12px 50px;
  background-color: #fff;
  }
.testimonial-image img {
  float:right;
  margin: 0 10px 10px 10px;
  padding: 1px;
  border: 3px solid #ddd;
}
#bubble {
  position: relative;
  border: 2px solid #00aae7;
    background-color: #cdf1ff;
    width: 335px;
    height: 106px;
    padding: 10px;
    -webkit-border-radius: 12px;  
    -moz-border-radius: 12px;  
    border-radius: 12px;  
    -webkit-box-shadow: 2px 2px 3px #999;  
    -moz-box-shadow: 2px 2px 3px #999;  
    box-shadow: 2px 2px 3px #999;  
}
#bubble:before  
    {  
        content: ' ';  
        position: absolute;  
        width: 0;  
        height: 0;  
        left: 355px;  
        top: 85px;  
        border: 14px solid;  
        border-color:#00aae7 transparent transparent #00aae7 ;  
    } 
#bubble:after  
    {  
        content: ' ';  
        position: absolute;  
        width: 0;  
        height: 0;  
        left: 355px;  
        top: 87px; 
        border: 11px solid;  
        border-color: #cdf1ff transparent transparent #cdf1ff;  
    }   
#testimonials p {
  font-size: 14px !important; 
    font-style: italic;
    margin: 4px;
}

#newsletter  {
  width:265px;
  float:right;
  padding: 12px 30px 12px 10px;
  background-color:#fff;
    }
#newsletter .label{
  font-size: 14px;
  margin-top: 9px;
  float: left;
  width: 56px !important;
}
#newsletter input {
  border: 1px solid #00aae7;
    background-color: #cdf1ff;
    height: 25px;
    float: right;
    width: 200px;
    outline: none;
    font-size: 14px;
    margin-bottom: 7px;
    -moz-border-radius:8px;
   -webkit-border-radius:8px;
   border-radius:8px;
       -webkit-box-shadow: 2px 2px 2px #999;  
    -moz-box-shadow: 2px 2px 2px #999;  
    box-shadow: 2px 2px 2px #999; 
}
#newsletter input:focus {
  border: 1px solid #ec008c;
    background-color: #fff;
    outline: none;

}
#newsletter input.button {
  border: 2px solid #ec008c !important;
    background-color: #c10474 !important;
    height: 25px !important;
    color: #fff;
    font-size: 13px;
    margin-left: 120px;
    width: 80px !important;
}
#newsletter input.button:hover {
  border: 2px solid #c10474 !important;
    background-color: #ec008c !important;
    height: 25px !important;
    color: #fff;
    font-size: 13px;
    margin-left: 120px;
    width: 80px !important;
}


.photoBorder {
  border: solid 1px #8E8D79;
}
.photoFloatLeft {
  float: left;
  border: 5px solid #ddd;
  padding: 1px;
  margin: 0 20px 20px 5px;
}
.photoFloatRight {
  float: right;
  border: 5px solid #ddd;
  padding: 1px;
  margin: 0 5px 20px 20px;
}

/*banner slider starts*/
#outer_banner{float:left; width:947px;}
#titlebar{float:left; width:925px; height:329px; padding-top:0; padding-left:22px; padding-bottom:0; background:url(/images/slider_frame.jpg) no-repeat 0 0; position:relative}
#titlebar .panel{float:left; width:897px; height:285px; position:relative; top:22px; left:0;}
#titlebar .panel .belt{float:left; width:897px;}
#titlebar.panel .belt img{float:left;}
#titlebar .control{ width:300px; position:absolute; bottom:5px; right:35px;}
#titleBar .control ul{float:right; width:auto; list-style:none; font-size:22px;}
#titleBar .control ul li{float:left; width:auto; padding:0 10px 0 0;}

#titleBar .control ul li a{float:left; width:10px; height:10px; background:url(/images/dot_off.png) no-repeat 0 0; text-decoration:none;}
#titleBar .control ul li a:hover, #titleBar .control ul li a.active{background:url(/images/dot_on.png) no-repeat 0 0;}
/*banner slider ends*/

/* contact form styles */
.asterisk {
  color: #ea5551;
}

label{
  font-size: 14px;
  padding: 7px 5px 8px 0;
  float: left;
  width: 120px !important;
}
input {
    height: 25px;
    width: 200px;
    outline: none;
    font-size: 14px;
    -moz-border-radius:8px;
   -webkit-border-radius:8px;
   border-radius:8px;
       -webkit-box-shadow: 2px 2px 2px #999;  
    -moz-box-shadow: 2px 2px 2px #999;  
    box-shadow: 2px 2px 2px #999; 
}
input:focus {
    background-color: #fff;
    outline: none;
}
select {
    height: 25px;
    width: 200px;
    outline: none;
    font-size: 14px;
    -moz-border-radius:8px;
   -webkit-border-radius:8px;
   border-radius:8px;
       -webkit-box-shadow: 2px 2px 2px #999;  
    -moz-box-shadow: 2px 2px 2px #999;  
    box-shadow: 2px 2px 2px #999; 
}
textarea {
    height: 25px;
    width: 350px;
    outline: none;
    font-size: 14px;
    -moz-border-radius:8px;
   -webkit-border-radius:8px;
   border-radius:8px;
       -webkit-box-shadow: 2px 2px 2px #999;  
    -moz-box-shadow: 2px 2px 2px #999;  
    box-shadow: 2px 2px 2px #999; 
}
input.button {
  border: 2px solid #ec008c !important;
    background-color: #c10474 !important;
    height: 25px !important;
    color: #fff;
    font-size: 13px;
    margin-left: 120px;
    width: 80px !important;
}
input.button:hover {
  border: 2px solid #c10474 !important;
    background-color: #ec008c !important;
    height: 25px !important;
    color: #fff;
    font-size: 13px;
    margin-left: 120px;
    width: 80px !important;
}
input#dy_node_submit {
  border: 2px solid #ec008c !important;
    background-color: #c10474 !important;
    height: 25px !important;
    color: #fff;
    font-size: 13px;
    margin-left: 120px;
    width: 80px !important;
}
input#dy_node_submit:hover {
  border: 2px solid #c10474 !important;
    background-color: #ec008c !important;
    height: 25px !important;
    color: #fff;
    font-size: 13px;
    margin-left: 120px;
    width: 80px !important;
}

/* "what is this?" small element link sizes */
/* set up relativity to position small what? text */
small.whatsthis {
  font-size: 11px;
  color: #006699;
  margin-left: 5px;  
}
/* Why? link style */
small.whatsthis a {
  font-size: 11px;
  color: #EA5551;  
  text-decoration : none;  
 }

small.whatsthis a:hover, small.whythis a:focus, small.whythis a:active {
  text-decoration : none;
}

small.whatsthis a span {
  border : 1px solid #fff;
  background-color : #fff;
  padding : 0 4px 0 4px;
  color : #fff;
  text-decoration : none;
  height: 10px;  
  margin-left: 10px;
}

/* bring back Why? text span (title attribute backs this up for browsers it doesn't function in */
small.whatsthis a:hover span, small.whatsthis a:focus span, small.whatsthis a:active span {
  border : 1px solid #ea5551;
  background-color : #ea5551;
  color : #fff;
  padding : 0 4px 0 4px;
  text-decoration : none;
}
span.smallText {
  font-size: .55em;
}
span.code {   
   font-size: 18px;
   font-weight: bold;
   color: #313131;
   border: 3px solid #7591AF;
   margin: 0;
   padding: 3px 7px;
   text-align:center;
}
a.lnk-s1 {
  color: #ec008c;
  text-decoration: none;
  font-size: 1.25em;
}
a.lnk-s1:hover {
  color: #00aae7;
}

/* "what is this?" small element link sizes */
/* set up relativity to position small what? text */
small.whatsthis {
  font-size: 11px;
  color: #006699;
  margin-left: 5px;  
}
/* Why? link style */
small.whatsthis a {
  font-size: 11px;
  color: #EA5551;  
  text-decoration : none;  
 }

small.whatsthis a:hover, small.whythis a:focus, small.whythis a:active {
  text-decoration : none;
}

small.whatsthis a span {
  border : 1px solid #fff;
  background-color : #fff;
  padding : 0 4px 0 4px;
  color : #fff;
  text-decoration : none;
  height: 10px;  
  margin-left: 10px;
}

/* bring back Why? text span (title attribute backs this up for browsers it doesn't function in */
small.whatsthis a:hover span, small.whatsthis a:focus span, small.whatsthis a:active span {
  border : 1px solid #ea5551;
  background-color : #ea5551;
  color : #fff;
  padding : 0 4px 0 4px;
  text-decoration : none;
}
span.smallText {
  font-size: .55em;
}
span.code {   
   font-size: 18px;
   font-weight: bold;
   color: #313131;
   border: 3px solid #7591AF;
   margin: 0;
   padding: 3px 7px;
   text-align:center;
}
a.lnk-s1 {
  color: #ec008c;
  text-decoration: none;
  font-size: 1.25em;
}
a.lnk-s1:hover {
  color: #00aae7;
}

