/*
-----------------------------------------------
aventura.com CSS
-----------------------------------------------
*/

/*
   <Variable name="bgcolor" description="Page Background Color"
             type="color" default="#fff" value="#ffffff">
   <Variable name="textcolor" description="Text Color"
             type="color" default="#333" value="#333333">
   <Variable name="linkcolor" description="Link Color"
             type="color" default="#58a" value="#5588aa">
   <Variable name="pagetitlecolor" description="Blog Title Color"
             type="color" default="#666" value="#666666">
   <Variable name="descriptioncolor" description="Blog Description Color"
             type="color" default="#999" value="#999999">
   <Variable name="titlecolor" description="Post Title Color"
             type="color" default="#c60" value="#cc6600">
   <Variable name="bordercolor" description="Border Color"
             type="color" default="#ccc" value="#cccccc">
   <Variable name="sidebarcolor" description="Sidebar Title Color"
             type="color" default="#999" value="#999999">
   <Variable name="sidebartextcolor" description="Sidebar Text Color"
             type="color" default="#666" value="#666666">
   <Variable name="visitedlinkcolor" description="Visited Link Color"
             type="color" default="#999" value="#999999">
   <Variable name="bodyfont" description="Text Font"
             type="font" default="normal normal 100% Georgia, Serif" value="normal normal 100% Georgia, Serif">
   <Variable name="headerfont" description="Sidebar Title Font"
             type="font"
             default="normal normal 85% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif" value="normal normal 85% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif">
   <Variable name="pagetitlefont" description="Blog Title Font"
             type="font"
             default="normal normal 200% Georgia, Serif" value="normal normal 200% Georgia, Serif">
   <Variable name="descriptionfont" description="Blog Description Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
   <Variable name="postfooterfont" description="Post Footer Font"
             type="font"
             default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
*/

/* blogger template  */

body {
  background:#c0d5c2 url('http://i254.photobucket.com/albums/hh92/eblogtemplates/secondthing/body2.gif') top center no-repeat;
  margin:0;
  color:#656565;
  font:x-small 'Trebuchet MS', Sans-serif;
  font-size/* */:/**/small;
  font-size: /**/small;
  text-align: center;
  line-height:2em;
  }
a:link {
  color:$linkcolor;
  text-decoration:none;
  }
a:visited {
  color:$visitedlinkcolor;
  text-decoration:none;
  }
a:hover {
  color:#656565;
  text-decoration:underline;
}
a img {
  border-width:0;
  }

/* Header
-----------------------------------------------
 */

#header-wrapper {
  width:950px;
  margin:0 auto 10px;
  
  }

#header-inner {
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}

#header { 
  margin: 5px;
  
  text-align: center;
  color:$pagetitlecolor;
}

#header h1 {
  margin:5px 5px 0;
  padding:15px 20px .25em;
  line-height:1.2em;
  letter-spacing:.1em;
  font-family: 'tahoma', Trebuchet, Arial, Verdana, Sans-serif;
  font-size:110 %;
}

#header a {
  color:#6C655E;
  text-decoration:none;
  }

#header a:hover {
  color:#333E45;
  }

#header .description {
  margin:0 5px 5px;
  padding:0 20px 15px;
  max-width:700px;
  text-transform:uppercase;
  letter-spacing:.2em;
  line-height: 1.4em;
  font: $descriptionfont;
  color:#6C655E;
 }

#header img {
  margin-left: auto;
  margin-right: auto;
}


/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
background:transparent;
  width: 950px;
  margin:0 auto;
  padding:10px;
  text-align:left;
  
  }
#main {
float:left;
}
#main-wrapper {
background:white url(http://i254.photobucket.com/albums/hh92/eblogtemplates/secondthing/main-main.gif) top left repeat-y;
  width: 655px;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  }
#main-top{
  width: 655px;
  background:white url(http://aventura.jp/top.gif) top left no-repeat;
  height:100px;
}

#main-bottom{
  width: 655px;
  background:white url(http://i254.photobucket.com/albums/hh92/eblogtemplates/secondthing/main-bottom.gif) top left no-repeat;
  height:41px;
}
#sidebar-wrapper {
  background:transparent url(http://aventura.jp/side.gif) top left no-repeat;
  width: 263px;
  margin-top:60px;
  padding-top:90px;
  float: left;
font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}


/* Headings
----------------------------------------------- */

h2 {
  margin:15px 0px 5px 0px;
  font:$headerfont;
  line-height: 0.8em
  letter-spacing:.2em;
  color:#666666;
  
	
}


/* Posts
-----------------------------------------------
 */
h2.date-header {
  margin:1em 1em .5em;
  font-style:tahoma;
  }

.post {
  margin:.5em 2.5em 1em 1.5em;
  border-bottom:1px dotted $bordercolor;
  padding-bottom:1.5em;
  }
.post h3 {
  margin:.25em 0 0;
  padding:0 0 0;
  font-size:130%;
  font-weight:normal;
  line-height:1.4em;
  color:#3366cc;
  border-bottom:thin 1px #CCCCCC;
}

.post h3 a, .post h3 a:visited, .post h3 strong {
  display:block;
  text-decoration:none;
  color:#006699
  font-weight:normal;
}

.post h3 strong, .post h3 a:hover {
  color:#212121;
  text-decoration:underline;
}

.post p {
  margin:0 0 .45em;
  color:#333333;
}
.post-footer {
  margin: .75em 0;
  border-bottom:dotted;
  border-bottom-color:#CCCC99
  color:$sidebarcolor;
  text-transform:uppercase;
  letter-spacing:.1em;
  font: $postfooterfont;
  line-height: 1.4em;
}

.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid $bordercolor;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }

/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 1.5em;
  font-weight: bold;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color: $sidebarcolor;
  }
p.comment-footer{
margin-left:1.5em;
}

#comments-block {
  margin:1em 1.5em 1.5em;
  line-height:1.6em;
  }
#comments-block .comment-author {
  margin:.5em 1.5em;
  }
#comments-block .comment-body {
  margin:.25em 1.5em 0;
  }
#comments-block .comment-footer {
  margin:-.25em 1.5em 2em;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block .comment-body p {
  margin:0 1.5em .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }

#blog-pager-newer-link {
  float: left;
 }
 
#blog-pager-older-link {
  float: right;
 }

#blog-pager { 
  text-align: center;
 }

.feed-links {
  clear: both;
  line-height: 1em;
  margin-left:1.5em;
}

/* Sidebar Content
----------------------------------------------- */
.sidebar { 
  color: $sidebartextcolor;
  line-height: 1.5em;
  margin:1em;
 }

.sidebar ul {
  list-style:none;
  margin:0 0 0;
  padding:0 0 0;
  color:#666666;
}
.sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  color:#666666;
  }

.sidebar .widget, .main .widget { 
 
  margin:0 0 0.5em;
  padding:0 0 0.5em;
 
 }

.main .Blog { 
  border-bottom-width: 0;
}


/* Profile 
----------------------------------------------- */
.profile-img { 
  float: left;
  margin: 0 5px 5px 0;
  padding: 4px;
  border: 1px solid $bordercolor;
}

.profile-data {
  margin:0;
  text-transform:uppercase;
  letter-spacing:.1em;
  font: $postfooterfont;
  color: $sidebarcolor;
  font-weight: bold;
  line-height: 1.6em;
}

.profile-datablock { 
  margin:.5em 0 .5em;
}

.profile-textblock { 
  margin: 0.5em 0;
  line-height: 1.6em;
}

.profile-link { 
  font: $postfooterfont;
  text-transform: uppercase;
  letter-spacing: .1em;
}

/* Footer
----------------------------------------------- */
#footer {
  width:950px;
  clear:both;
  margin:0 auto;
  padding-top:15px;
  line-height: 1.6em;
  text-transform:uppercase;
  letter-spacing:.1em;
  text-align: center;
}

/** Page structure tweaks for layout editor wireframe */
body#layout #header { 
  margin-left: 0px;
  margin-right: 0px;
}
]]></b:skin>

/*******************************************
footer
*/



