/**************************************************************
   Visit FullAhead.org and studio7designs.com for more layouts and downloads for this template!
 **************************************************************/
 
/**************************************************************
   All page content except for footer
 **************************************************************/

#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  font-family:  verdana, arial, sans-serif;

  color: #555;
}


/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  text-align: left;
 
}

#columns {
  margin: 0 auto;
}


/* Column widths */
.width {
  width: 776px;
}

.widthPad {
  width: 746px;
}

.width25 {
  width: 24%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}



/**************************************************************
   Icons specific to the colour theme
 **************************************************************/

a.lightTheme img,
a.darkTheme img,
a.submitButton img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

a.lightTheme img {
  background: url(../../../nautica05/assets/images/icons/light_light_theme.gif) no-repeat center center;
}

a.darkTheme img {
  background: url(../../../nautica05/assets/images/icons/light_dark_theme.gif) no-repeat center center;
}

a.submitButton img {
  background: url(../../../nautica05/assets/images/icons/light_submit.gif) no-repeat center center;
}


/**************************************************************
   Posts
 **************************************************************/

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;
  
  margin-bottom: 1.5em;

  border-bottom: 1px solid #CCCCCC;
  text-align:justify;

}

.post .date {
  position: absolute;
  top: 0;
  left: 5px;

  width: 2.3em;
  text-align: right;
}

.post .date .month {
  text-transform: uppercase;
  font: 700 1.0em arial, sans-serif;
  color: #888;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em arial, sans-serif;
  color: #888;
  border-bottom: 1px solid #CCCCCC;
}

.post .title {
  display: block;
  padding: 0 0 5px 0;

  font-size: 1.2em;
  font-weight: bold;
  color: #586B7A;
}
/*
.post p {
  margin: 0 0 0 3.5em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
}
*/
.post .postExcerpt {
  margin: 0 0 0 3.5em;
  padding:  0 1.2em 0 1.2em;
  border-left: 1px solid #CCCCCC;
}

.commentblock {
	border-bottom: 1px solid #AAD3DB;
	padding: 0.5em;
	margin-bottom: 1em;
	background-color: #f2f2f2;
}


/**************************************************************
   Thumbnail Lists
 **************************************************************/

ul.thumbs,
ul.thumbs li {
  margin: 0;
  padding: 0;
}

ul.thumbs li {
  margin: 0 0 15px 0 !important;
  margin: 0;
  padding: 0px;
  list-style: none;
}

a.thumb img {
  
  border: 5px solid #ccc;
}

a:hover.thumb img {
  background: #8EB4C6;
  border: 5px solid #668FA3;
}

a:hover.thumb {
  background: none;
}

a.thumb span {
  display: block;
  margin-top: -5px !important;
  margin-top: -2px;
}



/**************************************************************
   Submenu Styles
 **************************************************************/

ul.submenu1{
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

ul.submenu2 {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

ul.submenu1 li,
ul.submenu2 li{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  list-style-image: url(../../../nautica05/assets/images/bg/blank.gif); /* because IE is balls */
}

ul.submenu2 li li{
	margin-left: 0.5em;
}

ul.submenu1 li a,
ul.submenu2 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */
margin: 0px 0px 0px 0px;

  padding: 1px 5px 1px 20px;
}

ul.submenu1 li a, ul.submenu2 li a  {
  background: url(../../../nautica05/assets/images/bg/submenu1.gif) no-repeat 5px 0.6em;
}

ul.submenu1 a:hover, ul.submenu2 a:hover {
  color: #426F85;
  background: #B3C6C4 url(../../../nautica05/assets/images/bg/submenu1.gif) no-repeat 5px 0.6em;
}

ul.submenu2 a.active {
	color: #383838;
  background: #EAF2F5 url(../../../nautica05/assets/images/bg/submenu2.gif) no-repeat 5px 0.6em;
}

ul.submenu2 a.active:hover {
	color: #383838;
  background: #EAF2F5 url(../../../nautica05/assets/images/bg/submenu2.gif) no-repeat 5px 0.6em;
}

.floatRight input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #3B5D77;
  border-width: 1px;
  border-style: solid;
  border-color: #B3C6C4 #B3C6C4 #41637D #41637D;
}




/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg, .highlighted {
  background-color: #EAF2F5;
}

.lightredbg, .highlighted {
background-color:#EBD8D8;
}

.dark {
  color: #353E47;
}

.error {
	border: 1px solid #FC3307;
}

.message {
	border: 1px solid #7ed500;
}

p.error, p.message {
	padding: 1em;
}

.breadcrumb {
  background-color: #EAF2F5;
  padding: 0.3em;
  margin-bottom: 1em;
}

.next {
	float: right;	
}

