THEME NAME: Gracie Barra
THEME URI: http://studio760.com
DESCRIPTION: A theme rich with powerful and dynamic semantic class selectors; a canvas for CSS artists
VERSION: 4.2
AUTHOR: <a href="http://www.studio760.com/">Studio760</a>
AUTHOR URI:

/* Just some example content 
div#header{text-align:center;margin-bottom:2em;}
div#access div.skip-link{position:absolute;top:1em;right:1em;}
div#menu{font-size:0.9em;height:1.5em;padding-top:0.3em;background:#eee;width:100%;}
div#menu ul a{font-weight:700;text-decoration:none;}
div#menu ul,div#menu ul ul,div#menu ul li{list-style:none;margin:0;padding:0;}
div#menu ul li{float:left;}
div#menu ul li a{background:#eee;padding:0.3em 0.5em;}
div#menu ul ul{display:none;}
div#menu ul ul li{float:none;}
div#menu ul ul li a{margin:0;padding:0;}
div#menu ul li:hover ul{display:block;font-size:0.9em;padding-top:0.5em;position:absolute;}
div#menu ul li:hover ul li a{background:#f5f5f5;border:none;display:block;padding:0.1em;width:10em;}

.entry-title{clear:both;}
div#container,div.sidebar{margin-top:2em;}
div#nav-above,div#nav-below{width:100%;height:1em;}
div#nav-above{margin-bottom:1em;}
div#nav-below{margin-top:1em;}
.alignleft,div.nav-previous{float: left;}
.alignright,div.nav-next{float: right;}
form#commentform .form-label{margin:1em 0 0;}
form#commentform span.required{background:#fff;color:red;}
form#commentform,form#commentform p{padding:0;}
input#author,input#email,input#url{width:50%;}
input#author,input#email,input#url,textarea#comment{padding:0.2em;}
div.comments ol li{margin:0 0 3.5em;}
textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:66%;}

div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li{margin:0;padding:0;}
div.sidebar h3{font-size:1.2em;}
div.sidebar input#s{width:7em;}
div.sidebar li{list-style:none;margin:0 0 1em;}
div.sidebar li form{margin:0.2em 0 0;padding:0;}
div.sidebar ul ul{margin:0 0 0 1em;}
div.sidebar ul ul li{list-style:disc;margin:0;}
div.sidebar ul ul ul{margin:0 0 0 0.5em;}
div.sidebar ul ul ul li{list-style:circle;}

div#footer{text-align:center;}

*/
div#container {
	width: 560px;
	padding: 0px;
}
div.sidebar {
	float: right;
	overflow: hidden;
	width: 170px;
}
div#secondary	{
	clear: right;
}
---------------------------------
/** Content **/

#content {
  height: auto !important;
  background-position: center bottom;  
  background-repeat: no-repeat;
  background-color: #fff;
}

#recent-posts li{
  margin: 0;
}

/** Top menu**/

#topContainer {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 800px;
	padding-left: 0px;
}


#header {
	clear: both;
	position: relative;
	height: 2.3em;
	margin: 0 auto;
	border-bottom: 2px solid #000066;
  background-color: #000066;
	text-align:right;
}


#header img {
  position: absolute;
  top: 5%;
}

/** top navigation **/
#header ul {
  margin: 1em 1em 0 0 !important;
  margin: 1em 0.5em 0 0;
  padding: 0;
  float: right;
}

#header ul li {
  display: inline;
  list-style: none;
}

#header ul li a {
  float: left;
  padding: 0 1em;
  font: 400 12px arial, sans-serif;
  font-weight:bold;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;
  color: #FFF;
  border-right: 0px solid #4D5760;
}


#header ul li a:hover {
  color: #999;
}

/** Header **/

.headerlogo {
	position: absolute;
	right: 654px; top: 41px;
	width: 136px;
	height: 127px;	
	background: url(images/logo-blank.gif) no-repeat;	
}

#headerImg {
  margin: 0 auto;
  height: 143px;
  background: url(images/header_image.jpg) no-repeat;
}

.moto { color:#FFF; font-weight: bold; text-align:left; font-size: 1.1em;
		padding: 115px 0 0 125px;}

/** main navigation **/

#menu {
  margin: 0 auto;
}


#menu ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
background-color: #000066;
  
}

#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}


#menu ul li a {
  float: left;
  width: 133.33px;
  height: 2em;
  font: 12px arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #FFF;
  border-top: 6px solid #000066;
  text-align:center;
}

#menu ul li a span {
  display: block;
  padding: 2px 7px;
}


#menu ul li a span.desc {
  font-size: 0.8em;
  color: #8C8D94;
}


#menu ul li a:hover,
#menu ul li a.here {
  border-top: 6px solid #990000;
  color: #ccc;
  /*background-image: url(images/blue_vert_stripe.jpg);*/
}

#menu ul li a:hover span.desc,
#menu ul li a.here span.desc {
  color: #FFF;
}

/** Side menu **/

#side {
  height: 100%;
  width: 170px;
  float:right;
  padding: 10px 12px;
}

/** Page Content **/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: .5em;
  text-align: left;
  height:100%;
}

#columns {
  margin: 0 auto;
  padding-top: 10px;
  padding-left: 10px;
}


/* Column widths */
.width {
  width: 800px;
}

.widthPad {
  width: 780px;
}

.width25 {
  width: 180px;}
  

.width73 {
  width: 560px;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}


/** Footer **/

.design {
  text-align: right;
}


#footer {
  clear: both;
  width: 100%;
  height: 1.8em;
}

#footer #bg {
  position: relative;
  height: 2em;
  margin: 0;
 background-color: #000066;
  border-top: 6px solid #191D76;
}

#footer #bg ul {
  margin: 0 !important;
  padding: 5;
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
  float: right;
  padding: 5px;
  font: 400 10px arial, sans-serif;
  line-height: 1em !important;
  line-height: 1em;
  color: #fff;
  border-right: 0px solid #4D5760;
}


#footer #bg ul li a:hover {
  color:#999999;
}




/** Submenu Styles **/

ul.submenu1 {
  margin: 0 0 0px 0;
  padding: 0;
}



ul.submenu1 li{
  margin: 5px;
  padding: 0;
  list-style: none;
  list-style-image: url(css/foo.gif); /* IE fix */
}

ul.submenu1 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 20px;
}

ul.submenu1 li a {
  background: url(images/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu1 a:hover {
  color: #990000;
  background: #ccc url(images/submenu1.gif) no-repeat 5px 50%;
}

li#nrs-folding-pages {
  list-style: none;
}

ul.submenu1 li a.current {
  background: #191D76 url(images/submenu1.gif) no-repeat 5px 50%;
  color: #fff;
}

ul.submenu1 li ul a {
  background: none;
}

ul.submenu1 li ul a:hover {
  background: #ccc;
}

ul.submenu1 li ul a.current {
  background: #191D76;
  color: #fff;
}

.widget_recent_entries ul {
  margin: 0px;
  padding: 5px;
}

.widget_recent_entries li {
  padding: 5px 5px 5px 20px;
  margin: 5px;
  background: url(images/submenu1.gif) no-repeat 5px 50%;
}

.widget_adminlinks ul {
  margin: 0px;
  padding: 5px;
}

.widget_adminlinks li {
  padding: 5px 5px 5px 20px;
  margin: 5px;
  background: url(images/submenu1.gif) no-repeat 5px 50%;
}


/** Generic Display **/

.style6 {
  color: #990000;
}

.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
  text-align: left;
  padding: 15px;
}

.floatRight {
  float: right;
  text-align: left;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightGreyBg {
  background-color: #EDEBEB;
  border: 1px;
  border-color: #666;
  border-style: dotted;
  margin-bottom: 10px;
}

.dark {
  color: #353E47;
}

.fineprint{
  font-size: 9px;
  line-height: 12px;}

/** HTML Elements **/

html,
body {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  background: url(images/light_body.gif) repeat-y top center;
  font: 12px verdana, arial, sans-serif;
  line-height: 150%;
  color: #555;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 5px 0;
  padding: 0;
}

.post {
  border-bottom: 1px dotted #000;
}


h1 {
  padding-bottom: 0em;
  font: bold 1.6em arial, sans-serif;
  color: #191D76;
  border-bottom: 1px dotted #000;
}

h3 {
  font-size: 1.2em;
  color: #191D76;
  /*border-bottom: 1px dotted #000;*/
}

h2 {
  font-size: 1.1em;
  color: #990000;
  border-bottom: 1px dotted #000;
}

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: 5px;
  padding-right: 5px;
}


/* Links */
a {
  text-decoration: none;
  color: #191D76;
  border-bottom-width: 0px;
  border-bottom-style: dotted;
  border-bottom-color: #666;
}

a:hover {
  color: #ccc;
}

a img {
  border: none;
}

/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
  border:1px solid #333333;
}

img.floatLeft {
  border:1px solid #333333;
  margin: 5px 10px 10px 0;
  padding: 0px;
}

img.vert {
  vertical-align:middle;}

img.border {
  border:1px solid #333333;}

.imgBlock {padding-bottom: 90px;}

/* Lists */
.widget, .widget li {
  list-style: none;
}

.widget {
  background-color: #EDEBEB;
  border: 1px;
  border-color: #666;
  border-style: dotted;
  margin-bottom: 10px;
  padding: 5px
}

.widgettitle {
  border-bottom: dotted 1px #666;
}

/**************************************************************
  Table elements for calendar
 **************************************************************/
table {
margin: 5px;
line-height: 12px;
font-size: 10px;
text-align:center;
border:solid;
border-color:#CCCCCC;
border-width:1px;
}
td,tr {border:solid;
border-color:#CCCCCC;
border-width:1px;}
table .color {background:#EDEBEB;
font-weight:bold;}
table a {
  color: #990000;
}


table a:hover {
  color: #191D76;
}
.style5 {font-weight: bold; color: #FFFFFF; }
.style6 {color: #FFFFFF}
