/*  
Theme Name: Ocean Vodka
Theme URI: http://oceanvodka.com/blog/
Description: WordPress Theme for Ocean Vodka
Version: 1.0
Author: Mind Medium Creative
Author URI: http://mindmediumcreative.com/
*/

* {
  margin: 0;
  padding: 0;
}
body {
  background: #FFF;
  color: #999;
  font-size: 12px;
  font-family: Helvetica, Arial, 'Century Gothic', 'Lucida Grande', Verdana, Sans-Serif;
}
p {
  margin-bottom: 10px;
  line-height: 18px;
}
a {
  color: #004D8A;
  text-decoration: underline;
  font-weight: bold;
}
img {
  border: 0;
}
.alignright {
  float: right;
}
.alignleft {
  float: left
}


/* CONTAINER
------------------------------------------------------------ */
#container {
  width: 980px;
  margin: 20px auto 0 auto;
  background: url(images/bottle_big.jpg) no-repeat right top;
}



/* HEADER
------------------------------------------------------------ */
#header {
  width: 506px;
  height: 215px;
  
}
#header h1 {
}
#header h1 a {
  width: 596px;
  height: 214px;
  display: block;
  background: url(images/logo_big.png) no-repeat right top;
  border-bottom: 1px solid #8A87C3;
}
#header h1 a span {
  display: none;
}
#header h2 {
  display: none;
}


/* #CONTAINER #HEADER #NAVIGATION
------------------------------------------------------------ */
/*
#navigation {
  width: 242px;
  height: 500px;
  margin-top: 10px;
}
#navigation ul {
  width: 200px;
  list-style-type: none;
}
#navigation ul li {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  width: 242px;
}

#navigation ul li a {
  display: block;
  width: 242px;
  color: #000000;
  background: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase;
}
#navigation ul li a:hover {
  color: #FFFFFF;
  background: #000000;
}
*/

/* current links
body.home #navigation li.home a,
body.blog #navigation li.blog a,
body.profile #navigation li.profile a,
body.artists #navigation li.artists a,
body.events-openings #navigation li.events-openings a,
body.contact-us #navigation li.contact-us a {
  font-weight: bold;
  color: #630C18;
}
*/




/* CONTENT
------------------------------------------------------------ */
#content {
  margin: 10px 0;
  width: 596px;
  height: 552px;
  overflow: auto;
}
#content #edit {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
#content #edit a {
  background-color: red;
  padding: 5px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
}





#content div.post {
  border-bottom: 1px solid #8A87C3;
  padding: 20px 0;
  clear: both;
}

#content div.post h2 {
  margin-bottom: 10px;
  clear: both;
}
#content div.post h2 a {
  text-decoration: none;
  font-size: 18px;
  color: #999;
}

#content div.post p.date {
  font-size: 13px;
  margin-bottom: 8px;
}
#content div.post p img {
  text-align: center;
  margin: 0 10px 10px 0;

/* center images
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
  float: left;
*/
}
#content div.post p.postmetadata {
  clear: both;
}




.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}


textarea#comment {
  width: 100%;
}







/* #CONTAINER #FOOTER
------------------------------------------------------------ */
#footer {
  margin: 10px auto;
}






