/* @override 
	http://wordpress.mu/graciebarra/wp-content/themes/graciebarratheme/style.css
	http://graciebarra.ca/wordpress/wp-content/themes/graciebarra/style.css
*/

/*
Theme Name: Gracie Barra Vancouver
Theme URI: graciebarra.ca
Description: gracie barra vancouver wordpress theme
Version: 1.0
Author: mark alexander mark@6agraphics.com
*/
/** Content **/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body, html {
font:Arial, Helvetica, sans-serif;
font-size:12px;
}


#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  background-image:url();
  background-position: center bottom;  
  background-repeat: no-repeat;
}


/** Top menu**/

#topContainer {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 801px;
	padding-left: 1px;
}


#header {
	clear: both;
	position: relative;
	height: 25px;
	border-bottom: 6px solid #191D76;
	background-image: url(images/blue_vert_stripe.jpg);
	width: 100%;
}


#header img {
  position: absolute;
  top: 5%;
}

/** top navigation **/
#header ul {
  padding: 0;
  float: right;
}

#header ul li {
  display: inline;
  list-style: none;
}

#header ul li a {
  float: left;
  margin: 7px 10px -6px 0;
  padding: 0 10px;
  font-weight:bold;
  color: #FFF;
  border-bottom: 6px solid #191D76;
}

div.aktt_tweets {
	margin: 5px;
	overflow: hidden;
}
div.aktt_tweets a{
	font-size: 11px;
}
div.aktt_tweets li {
	padding: 5px 0;

}
div.aktt_tweets li {
	line-height: 1.2em;
}
a.aktt_tweet_time {
	font-style: italic;
	border: none;
	font-size: 9px;
	color: #666;
}

#header ul li a:hover , 
#header ul li.current_page_parent a, 
#header ul li.current_page_item a{
  border-bottom: 6px solid #990000;
}


/** Header **/

.headerlogo {
	position: absolute;
	right: 654px; top: 41px;
	width: 136px;
	height: 127px;	
	background: url(images/logo-blank.gif) no-repeat;	
}

#headerImg {
  height: 143px;
  background: url(images/header_image.jpg) no-repeat 0 bottom;
}

.moto { color: #020047; text-align: right; font-size: 1.1em;
	float: none;
	padding: 105px 117px 0 0;
	font-style: italic;
	display: none;
}

/** main navigation **/

#menu {
	margin: 0;
	padding: 0;
}

#menu ul{
  margin: 0 0 -4px 0;
  background-image: url(images/blue_vert_stripe.jpg);
  list-style: none;
  float: left;
  width: 100%;
  border-top: 6px solid #191D76;
}

#menu  a {
  font-weight: bold;
  color: #FFF;
  text-align:center;
  display: block;
  width: 114px;
  padding: 3px 0;
  border-bottom: none;
  
}

#menu li {
	margin: -6px 0 0 0;
  float: left;
  width: 114px;
  border-top: 6px solid #191D76;
  list-style: none;
}

#menu ul ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 114px;
  float: left;
  border-top: none;
}

#menu li ul {
	position: absolute;
	width: 114px;
	left: -999em;
}
#menu li:hover ul {
	left: auto;
}
#menu li:sfhover ul {
	left: auto;
}

#menu ul li:hover, 
#menu ul li.current_page_parent, 
#menu ul li.current_page_item {
  border-top: 6px solid #990000;
}
#menu ul ul li.current_page_item, #menu ul ul li.current_page_item:hover {
	background: #8f8f8f;
	border: none;
}
#menu ul ul li:hover {
	border: none;
	background: #111835;
}

/** Side menu **/

#side {
  height: 100%;
  width: 180px;
  float:right;
}

/** 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;}
 
#pagecontent {
  width: 75%;
  float: left;
}
#pagecontentfull {
	width: 100%;
	float: left;
}
.width73 {
  width: 73%;
}



.width100 {
  width: 100%;
}


/** Footer **/


#footer {
  clear: both;
  width: 100%;
  height: 2.0em;
  position: relative;
}

#footer #bg {
  position: relative;
  height: 2.0em;
  margin: auto;
  background-image: url(images/blue_vert_stripe.jpg);
  border-top: 6px solid #191D76;
}

#footer #bg ul {
  margin: .6em 1em 0 0 !important;
  margin: .6em 1em 0 0;
  padding: 0;
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
  float: left;
  padding: 0 1em;
  font: 400 12px arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;
  color: #fff;
  border-right: 1px 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: 0;
  padding: 0;
  list-style: none;
  height: 30px;
  list-style-image: url(css/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 li a:hover {
  color: #990000;
  background: #ccc url(images/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu1 li.current_page_item a  {
	background: #191D76 url(images/submenu1.gif) no-repeat 5px 50%;
	color: #fff;
}





/** Generic Display **/

.sidebar {
	float: right;
}

.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.alignleft, .floatLeft {
  float: left;
}

.alignright, .floatRight {
  float: right;
}

.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: 0;
  padding: 0;
  text-align: center;
  background: url(images/light_body.gif) repeat-y top center;
  font: 12px verdana, arial, sans-serif;
  line-height: 150%;
  color: #555;
}


/* Fonts */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 5px 0;
  padding: 0;
}


h1 {
  padding-bottom: 0em;
  font: bold 1.6em arial, sans-serif;
  color: #191D76;
  border-bottom: 1px dotted #000;
  margin: 10px 0 5px;
}

h2 {
  font-size: 1.2em;
  color: #990000;
  border-bottom: 1px dotted #000;
   margin: 5px 0;
}

h3 {
  font-size: 1.1em;
  color: #191D76;
    margin: 10px 0 5px;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}
p {
	margin: 1.5em 0;
	line-height: 1.6em;
}

/* 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: 1px dotted;
}
h1 a {
	text-decoration: none;
	border: none;
}

a:hover {
  color: #ccc;
}

a img {
  border: none;
}

/* Images */
img.alignright {
  margin: 5px 0 10px 10px;
  border:1px solid #333333;
}

img.alignleft {
  border:1px solid #333333;
  margin: 5px 10px 10px 0;
}

img.vert {
  vertical-align:middle;}

img.border {
  border:1px solid #333333;}

.imgBlock {padding-bottom: 90px;}

/* Lists */

div.entry ul, ol {
	margin: 15px 20px ;
}

div.entry ul li {
	list-style-image: url(images/submenu1.gif);
	margin: 15px;
}
div.entry ol li {
	list-style-type: decimal;
	margin: 15px;
}


/**************************************************************
  Table elements for calendar page
 **************************************************************/
table {
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;}




/* */
.carlos_message{
	margin-top:30px;
}

.intro{
	margin-top:0;
}

.video-affiliate{
	float:left;
	border-bottom:none;
	margin:10px 0 10px 20px;
	display:inline-block;
}

.more-info{
	clear:both;
	margin-top:10px;
}

#homepagecontent {
	width: 345px;
	float: left;
	padding: 0 20px 0 0;
}

#homepagenews {
	width: 214px;
	float: left;
	padding: 0 20px 0 0;
}
