/**************************************************************
   Visit studio7designs.com for more layouts and downloads for this template!
 **************************************************************/

/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(/nautica/images/bg/light_body.gif) repeat-y top center;
  font: 400 0.7em verdana, arial, sans-serif;
  line-height: 170%;
  color: #555;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
  padding-bottom: 0.2em;

  font: 400 1.6em arial, sans-serif;
  color: #536C71;
  border-bottom: 12px solid #ddd;
}

h2 {
  font-size: 1.2em;
  color: #586B7A;
}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #5D6F73;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}


/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 2px;
  padding-right: 2px;
}


/* Links */
a {
  text-decoration: none;
  color: #688CA3;
  size: 10px;

}

a.bold {
  text-decoration: none;
  color: #688CA3;
  size: 10px;
font-weight:bold;
}


a:visited {
	color: #688CA3;
}

a:hover {
  color: #00CC00;
  text-decoration: underline;
}


a.green_arrow {
	background-image: url(/images/icons/bullet_go.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:17px;
	font-weight:bold;
	}

a.tweet {
	background-image: url(/images/icons/twitter.png);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;
	padding-left:17px;
	padding-top:10px;
	padding-bottom:5px;
	color:#688CA3;

	}	

.tweet {
	background-image: url(/images/icons/twitter.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:17px;
	font-weight:bold;
	font-size:12px;
	color:#33CCFF;
	}	


a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}



/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}



/* Lists */
ul li {
  list-style-image: url(../images/bg/submenu1.gif);
}

ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}



/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}



/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}

input.radio {
  background: none;
  border: 0px;
}

/**********************************************************
POD ELEMENTS
**********************************************************/

.podTitle {
	font-family: verdana, arial, sans-serif; 
	font-size: 1.0em;
	background-color: #688CA3;
	text-align: center;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: .3em;
	padding: 2px;
}

#podTitleMain {
	text-align:left;
}

.podPad{
	padding-left: 5px;
}

.header, .header a {
	font-family: verdana, arial, sans-serif; 
	font-size: 1.0em;
	text-align: center;
	font-weight: bold;
}
.calendarTable, .calendarTable a {
	font-family: verdana, arial, sans-serif; 
	font-size: .9em;
	text-align: center;
	line-height: 14px;
}

.calendarToday {
	background-color: yellow;
}

.center{
	text-align:center;
}


/********************************
Entry Elements
********************************/
.code {
	font-family: verdana,arial,monospace;
	font-size: 10px;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
	/*overflow: auto;*/
	max-height: 200px;
    padding: 4px 4px 4px 4px;
    line-height: 15px;
	margin:5px 10px 20px 10px;	
}

.codePrint {
	font-family: courier,monospace;
	font-size: .7em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
    padding: 4px 4px 4px 4px;
    line-height: 15px;	
}


.comment, .trackback, .commentAlt, .trackbackAlt{
	border: 1px solid #999;
	padding: 10px;
	margin:10px 0;
	position:relative;
	font-size:10px;

}
.commentAlt, .trackbackAlt{
background-color:#efefef;

}
.comment img, .commentAlt img{
	float:left;
	position:relative;
	margin: 0 5px 5px 0;
}


.blogHeader, .trackbackHeader, .commentHeader, .relatedentriesHeader {
	font-family: Verdana, arial, sans-serif; 
	font-size: 10px; 
	color: #666; 
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}


.commentBody, .trackbackBody{
	font-family: Verdana, arial, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	margin-bottom: 10px;
}

 #relatedEntriesList {
 	font-family: Verdana, arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
 }



.byline, .entryfooter, .trackbackfooter {
	font-family: Verdana, arial, sans-serif; 
	font-size: 11px;
	line-height: 135%;
	margin: 0;
	padding: 0 0 8px 0;
	color: #000;
}
.byline{
	clear:both;
}

.commentByLine, .trackbackByLine {
	font-style: italic;
	font-size: 10px;
	font:Verdana, Arial, Helvetica, sans-serif;
}

.addCommentLink,.addTrackbackLink{
	text-align:right;
	}
#trackbacks,#comments{
	margin-top:8px;
	}
#calendar th{
	font-weight: normal;
}
.tbLink{
	font-size:1.1em;
}



.autoImage {
	float: left;
	margin: 0 5px 5px 0;
}

/*==================Forms======================*/
fieldset#commentForm, fieldset#sendForm{
margin:8px;
text-align:left;
}
fieldset#sendForm{
border:none;
}
fieldset#commentForm legend,fieldset#sendForm legend {
font-size: 1.1em;
font-weight: normal;
color: #000000;
margin: 0px 0px 0px 0px;
padding: 3px 5px 10px 5px;
}
fieldset#commentForm label,fieldset#sendForm label{
float:left;
width:110px
}
fieldset#sendForm label{
width:130px;
}
fieldset#commentForm div,fieldset#sendForm div{
clear:both;
margin-bottom:5px
}
fieldset#commentForm .longLabel{
width:260px
}
fieldset#sendForm .longLabel{
width:200px;
}
fieldset#commentForm .nofLoat,fieldset#sendForm .nofLoat{
float:none
}
fieldset#commentForm #comments,fieldset#sendForm #notes{
width:100%;
height:120px;
overflow: auto;
}
fieldset#sendForm #notes{
width:300px;
}
fieldset#commentForm img{
margin:3px auto
}
fieldset#sendForm img,fieldset#sendForm #submit{
margin-left:200px;
}
#popUpFormBody{
background:#fff;
margin:8px;
}


/**********************************
SPRY Styles
**********************************/
.demoDiv{
	display:none;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	background-color: #EAF2F5;
	height: 150px;
	width:776px;
	
}

.demoDivPics{
	display:none;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	background-color: #EAF2F5;
	height: 470px;
	width:776px;
	
}
.hideInitially{
	visibility: hidden;
	overflow: hidden;
}

#container{
	text-align:left;	
}



/***********************
Random
***********************/
.rowhover {
    background-color: rgb(213, 223, 255);
}

.rule{
  	border: 0;
  	width: 100%;
	background-color: #336699;
	color: #336699;
	height: 1px;  
}