/* Defaults */
body{ 
	/*background:url(images/bodyBG.jpg) repeat-x #211219;*/
	background:url(http://www.marinarinaldi.com/img/global/bodyBGblack.jpg) repeat-x #000000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin:10px 0;
	}
	
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 5px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Palatino Linotype, Georgia, serif;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-family: trebuchet ms,arial,helvetica,sans-serif;
  font-size: 10pt;
  }

a {
  color: #666;
  text-decoration: none;
  }

a:hover {
  color: #666;
  text-decoration: underline;
  }

a img {
  border: none;  
  }

blockquote {
  background: #EEEEEE;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #333;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }
  
 input{ font-size:11px;} 

/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 900px;
  text-align: left;
  padding: 0;

  }

#header{
	float:left;
	width:100%;
	position:relative;
	z-index:10;
	/*background: url(images/headerBG.jpg) repeat 35px 0;*/
	background: url(http://www.marinarinaldi.com/img/global/headerBGblack.jpg) no-repeat 35px 0;
	padding:45px 0 7px 0;
	}	

#header #topright {
  text-align: right;
  float: right;
  width: 600px;
  margin: 5px 0 0 0;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #888;
  font-size: 8pt;
  padding: 0 0 0 25px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #000;
  text-decoration: none;
  }

#header #MainNav {
  float: left;
  width: 380px;
  margin:  13px 0 0 30px;
  padding: 0;
}

#logo{float:right; margin-right:20px;}
#header h1 {
  padding: 0;
  margin: 0 0 0 10px;
  }
#header h1 a {
  color: #888;
  font-size: 10pt;
  font-family: helvetica, arial, trebuchet ms, sans-serif;
  text-decoration: none;
  margin:  0 80px 0 0;
  text-transform: uppercase;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }


/* Menu */

#catnav {
  margin: 20px 0 0 0;
  padding: 0;
  clear: both;
  height: 44px;
  width: 845px;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 44px;
  margin: 0;
  padding: 0 20px 0 15px;
  font-size: 10pt;
  color: #888;
  letter-spacing: -1px;
  }

#nav li a:hover {
  color: #6598b8;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #888;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }



/* Top Content */

#main {
  background: url(images/BgExperience2.jpg) 35px 0 repeat-y;	
  float:left;
  /* min-height:625px; */
  position:relative;
  width:100%;
  }
#contentwrapper {
  float:left;
  width: 600px;
  margin: 0 0 15px 15px;
  padding: 0 0 0 0;
  } 
  
#contentwrapper .topContent{ float:left; width:573px;}
/* #contentwrapper .topContent p{ float:left;} */

#contentwrapper .EditPost{ float:left; width:100%;}

#contentwrapper2 {
  float:left;
  width: 800px;  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 0 0;
  font-size: 14pt;
  color: #888;
  font-weight: normal;
  padding:0;
  }
 
 #sideNav{ 
	float:left; 
	margin:0; 
	padding:0; 
	width:35px;
	position:relative;
	}
#sideNav::after{
	content: "."; 
	display: block;
	clear: both; 
	visibility: hidden;
	}		
  
 #sideNav #sideNavMovieWrap{
	position:absolute; 
	top:0; 
	left:-105px; 
	z-index:50;
	} 
	
/*** =Light Box ESSENTIAL STYLES
---------------------------------------------*/	

/*  Light Box specific link and font settings */

#TB_window {color: #333333;}

#TB_secondLine {color:#666666;}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #ffffff;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}


/* thickbox settings */

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	}

.TB_overlayBG {
	background:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	}

#TB_window {
	position: fixed;
	/*background:#23121B;*//* Should be the same bg color As #TB_title and #Account */
	background:#000000;/* Should be the same bg color As #TB_title and #Account */
	/*border:1px solid #23121B;*/
	border:1px solid #000000;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	width:845px;
	}	

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
	}

#TB_closeWindow{
	height:25px;
	float:right;
	}

#TB_closeAjaxWindow{
	text-align:right;
	float:right;
	margin:5px 10px 0 0;
	}
	
#TB_closeAjaxWindow a{ font-weight:bold;}	

#TB_ajaxWindowTitle{
	float:left;
	margin:5px 0 0 10px;
	color:#ffffff;
	}

#TB_title{
	/*background:#23121B;*//* Should be the same bg color As #TB_window #Account */
	background:#000000;
	height:27px;
	}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	}

#TB_ajaxContent.TB_modal{padding:15px;}

#TB_ajaxContent p{padding:5px 0px 5px 0px;}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
	}

#TB_iframeContent{
	clear:both;
	border:none;
	}
	
/*** =ESSENTIAL STYLES For Custom Scroll Bar
---------------------------------------------*/
.jScrollPaneContainer {
	position: relative;
	/*overflow: hidden;*/
	/*z-index: 1;*/
	}
.jScrollPaneContainer[style]{ width:610px !important;}	
	
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height:100%;
	width:10px;
	background:url(images/scrollTrackBG.png) no-repeat;
	}
a.jScrollArrowUp {background: url(images/ScrollArrowUp.jpg) no-repeat 0 0;}
a.jScrollArrowDown {background:url(images/ScrollArrowDown.jpg) no-repeat 0 0;}			
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	/*overflow: hidden;*/
 	background:url(images/ScrollHandle.jpg) repeat-y; 
	}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	/*overflow: hidden;*/
	}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	/*overflow: hidden;*/
	}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	/*overflow: hidden;*/
	height: 9px;
	}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	/*overflow: hidden;*/
	height: 9px;
	}				

#BlogArea{ 
	background:url(images/ContentBG.png) repeat; 
	/* height:615px; */ 
	float:left; 
	padding:10px 0 0 0;
	width:624px;
	}
.holder{float:left; width:100%;}	
  
#pane2{
	float:left; 
 	padding:0 5px 0 0; 
	/*height:605px;*/
	} 
	
.scroll-pane {
	/* overflow: auto; */
	float: left;
	/* overflow-x:hidden; */
	}	
	
.jScrollPaneTrack{ float:right; margin-left:10px;}	
  
.topPost {
  margin: 0;
  padding: 0;
  font-size: 8pt;
  float:left;
  }
  
.topPost h2.topTitle {
  padding: 10px 0;
  text-align: center;
  background: url(images/title-swirl.png) bottom center no-repeat;
  }
.topPost h2.topTitle a {
  font-size: 24pt;
  font-weight: normal;
  color: #333;
  align:center;
  display:block;
  margin-bottom:5px;
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #000;
  }
.topPost p.topMeta {
  padding: 3px 20px 3px 0;
  margin: 0;
  font-size: 8pt;
  color: #666;  
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #666;
  }
.topPost p.topMeta a:hover {
  color: #666;
  }
.topPost div.topContent {
  font-size: 8pt;
  color: #333;
  margin: 5px 0;
  }
.topPost div.topContent a {
  text-decoration: underline;
  color: #666;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #ff9933;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 3px 20px 3px 0;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #eee;
  }
.topPost span.topComments, .topPost div.topMore, .topPost span.topTags {
  font-size: 8pt;
  padding: 0;
  line-height: normal;
  color: #666;
  }
.topPost span.linkpages {
  font-size: 8pt;
  font-style: italic;
  color: #666;
  margin-bottom: 10px;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost span.topComments a {
  color: #666;
  line-height: 27pt;
  }
.topPost div.topMore a {
  color: #333;
  line-height: 17pt;
  vertical-align: middle;
  font-weight: bold;
  text-decoration:none;
  }
 .topPost div.topMore a:hover { text-decoration:underline; color: #333;}
  
.topPost span.topTags em {
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #666;
  line-height: 27pt;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #666;
  text-decoration: underline;
  }
  div.CommentsArea{ float:left; width:100%; } 
 div.CommentsArea span.topComments{ display:block; float:left; line-height:normal; padding:0 20px 0 0;} 
 div.CommentsArea span.topComments a{display: inline; line-height:normal;}
#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #83adc8;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  color: #888;
  }


/* Comments */

#comment {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  padding: 0;
  color: #888;
  float:left;
  }
#comment h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #888;
  margin: 0 0;
  padding: 0;
  }
#comment p a {
  color: #6598b8;
  }
#comment p a:hover {
  color: #888;
  }
#comment p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 8pt;
  float:left;
  width:90%;
  /*background:#4a3b42;*/
  background:#101010;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  list-style-type: none;
  }
.commentlist li.alt {
  background: #000;
  border: 1px solid #020202;
  border: none;
  margin-top:10px;
  margin-right:25px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #eee;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #ddd;
  }
.commentlist small.commentmetadata a {
  color: #666;
  }
.commentlist p {
  color: #dedede;
  }
#respond {
  clear: both;
  margin-top: 0;
  }
textarea#comment {
  width: 520px;
  background: #ccc;
  color: #111;
  padding: 10px;
  }
#comment #submit {
  margin: 0;
  }
  
#extrastuff{ float:left; width:91%; padding-bottom:15px;} 
#extrastuff a {color:#222; font-size:0.8em;}
#extrastuff a:hover {color:#6598b8; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* Welcome section */

#main #welcome {
  margin: 0;
  padding: 0 0 5px 0;
  }
#main #welcome h2 {
  font-size: 11pt;
  font-weight: bold;
  color: #CCC;
  margin: 0 10px;
  padding: 10px 0 3px 5px;
  }
#main #welcome p {
  font-size: 8pt;
  color: #eee;  
  margin: 0 15px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  }
#main #welcome a:hover {
  color: #FFF;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: #010101;
  color: #888;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #050505;
  }


/* Sidebars */
#sidebars {
  margin: 87px 0 0 0;
  float: left;
  width: 221px;
  /*background:#1F1017;*/
  background:#000000;
  }
#sidebars .sidebarbox {
  padding: 10px 0;
  }
  
#sidebars .SpacingChange{ padding:20px 0 0 0;} 

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 110px;
  }

#sidebar_right {
  float: right;
  width: 110px;
  }

#sidebars h2 {
  margin: 0;
  padding: 0 15px 3px 15px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  }

#sidebars h2 a:hover  {
  text-decoration: underline;
  }
  
#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 10px;
  list-style: none;
  font-size: 8pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 0px 2px 15px;
  color: #eee;
  line-height: 13px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #eee;
  }
#sidebars a:hover {
  color: #fff;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 8pt;
  color: #eee;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* Before footer */
#morefoot {
/*   background:url(images/bggrad.jpg) top left repeat-x; */
  padding: 15px 0 15px 0;
  color: #dfdfdf;
  margin: 0 0 10px 40px;
  width:840px;
  }

#morefoot p {
  margin: 0 0 0 15px;
  padding: 0 0;
  float:left;
  }
#morefoot p.NoSpace { margin-left:0;}
#morefoot p.CopyRight{ float:right; margin:13px 15px 0 0;}
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 8pt;
  }

#morefoot ul#BottomSearch{
	float:left; 
	margin:10px 0 0 0; 
	padding:0;
	}
#morefoot ul#BottomSearch li{ 
	list-style:none; 
	display:block; 
	float:left; 
	background-image:none;
	margin:0;
	padding:0 10px 0 0;
	vertical-align:middle;
	}
	
#morefoot ul#BottomSearch li.Find{ margin-top:4px;}	

#morefoot p.category {
  text-align: right;
  }
#morefoot a {
  text-decoration: underline;
  color: #ddd;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #6598b8;
  }

#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  }

#morefoot h3 {
  font-size: 13px;
  font-weight: bold;
  color: #dfdfdf;
  border-bottom: 1px dotted #444;
  margin: 15px 0px 0px 0px;
  padding: 0 0 2px 0;
  float:left;
  width:840px;
  /*width:100%;*/
  }

#searchbox {
  padding: 1px;
  width: 120px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  }

#morefoot .col1 {
  float: left;
  width: 340px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer {
  clear: both;
  background: #000;
  border: 1px solid #070707;
  padding: 15px 15px 10px 15px;
  }
#footer p {
  font-size: 8pt;
  color: #bbb;
  padding: 0;
  }
#footer a {
  color: #bbb;
  text-decoration: underline;
  }
#footer a:hover {
  color: #888;
  }
#footerleft {
  float: left;
  width: 500px;
  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }
