@charset "utf-8";
/*
Theme Name: In Lara&#8217;s World
Theme URI: http://in-mundo-larissae.co.uk/
Description: miaaow!
Version: 2.0
Author: Cyan-Light
Author URI: http://cyan-light.co.uk/
*/
@import url(styles/reset.css);
/* 
color profile(
darker purple:  #4b0073;
dark purple:    #9070b6;
mid-purple:     #8a65b4;
light purple:   #ad8dca;
faint purple:   #ebe3f2;
dark blue:      #0066cc;
light blue:     #3399ff;
light grey:     #dddddd;
);
*/
html,
body {
  height: 100%;
}
html {
  font: 13px/24px 'lucida sans unicode', 'lucida grande', sans-serif;
  background: #fff url(images/background2.png);
  color: #222;
/*  color: #4b0073; */
}
a:link {
  color: #06c;
}
a:visited {
  text-decoration: line-through;
  color: #4b0073;
}
a:hover {
  color: #39f;
}
#header {
  background: url(images/header.png);
  height: 90px;
  position: relative;
  z-index: 1;
}
#header img {
  display: block;
  position: absolute;
  left: 30px;
}
#container {
  width: 800px;
  padding: 0 30px;
  background: url(images/content-shadow.png) bottom center;
  margin: -15px auto 0;
  text-align: justify;
  padding-top: 118px;
}
#content-control {
  background: #fff;
  width: 801px;
  padding-top: 15px;
  top: -116px;
  position: relative;
}
#introduction {
  padding: 40px 0 20px;
  margin: 0 50px;
  border-bottom: 1px #ddd solid;
}
#nav {
  margin: 40px 0 30px;
}
p {
  margin: 11px 0;
}
#banner {
  border: #555 solid;
  border-width: 1px 0;
}
h2 {
/*  color: #ad8dca; */
  color: #9070b6;
  font: 36px/1 georgia, serif;
  margin-bottom: 18px;
}
#archive-posts h3 {
  font: 20px/1 georgia, serif;
}
#archive-posts ol {
  margin-top: -24px;
}
#archive-posts a:link {
  color: #4b0073
}
#archive-posts a:hover {
  color: #8a65b4;
}
#archive-posts a:visited,
#short-posts a:visited {
  text-decoration: none;
}
#archive-posts p {
  margin: 12px 0;
  color: #8a65b4;
}
#archive-posts .date {
  margin-bottom: 6px;
}
#more {
  display: block;
  margin: -6px 0 12px;
}
#archive-posts li {
  border-bottom: 1px #ddd solid;
  padding: 8px 0;
}
#short-posts {
  margin: 31px 50px 0;
  width: 475px;
  text-align: left;
}
#archive-posts {
  margin: 0 50px;
  width: 475px;
  text-align: left;
  padding-bottom: 20px;
}
#archive-title,
#category-title,
#tag-title {
  font-size: 32px;
  line-height: 40px;
  margin: 6px 0 30px;
}
#category-title,
#tag-title {
  margin: 30px 0 25px;
}
#single-post {
  margin: 0 50px;
  width: 475px;
  text-align: left;
}
#short-posts h3,
#short-posts p {
  display: inline;
}
#short-posts p {
  margin: 0;
}
#short-posts .date {
  color: #9070b6;
}
#short-posts li {
  margin-bottom: 14px;
}
#short-posts a:link {
  color: #4b0073;
}
#short-posts a:hover {
  color: #8a65b4;
}
#bottom-control {
  position: relative;
}
#sidebar {
  position: absolute;
  right: 50px;
  top: 0;
  background: #ebe3f2;
  padding: 20px;
  width: 150px;
  text-align: left;
  z-index: 999;
}
#sidebar.archive {
  top: 90px;
}
.single #sidebar {
  top: 295px;
}
#post-title {
  margin: 65px 0px 30px;
}
#sidebar h2 {
  font-size: 24px;
  color: #000;
  margin: 8px 0;
}
#sidebar a:link,
#single-post.video-index #post-navigation a:link {
  color: #4b0073;
}
#sidebar a:hover,
#single-post.video-index #post-navigation a:hover {
  color: #8a65b4;
}
#single-post.video-index #post-navigation a:visited {
  text-decoration: none;
}
#wpcumuluscontent {
  background: #333;
}
#tag-menu #wpcumuluscontent {
  margin-bottom: 70px;
}
#tag-menu h2 {
  margin-left: 30px;
  margin-bottom: 35px;
  margin-top: 5px;
}
#sidebar a:visited {
  text-decoration: none;
}
#footer {
  background: #ebe3f2;
  text-align: center;
  border-top: 1px #8a65b4 solid;
  padding: 14px 0 20px;
  margin-top: 20px;
  color: #4b0073;
}
#footer p {
  margin: 6px 0 0;
}
#footer img {
  display: inline;
  margin-top: 6px;
}
#nav, #nav ul { /* all lists */
  list-style: none;
}
#nav {
  background: url(images/navigation.png) center;
  overflow: auto;
  line-height: 22px;
}
#nav a {
  display: block;
  width: 142px;
  text-align: center;
  color: #fff;
}
#nav a:visited {
  text-decoration: none;
}
#nav .submenu a {
  background: url(images/arrow.png) .15em center no-repeat;
}
#nav .submenu ul a {
  background: none;
}
#nav a:hover,
#nav .submenu a:hover {
  background: url(images/navigation-hover.png);
}
#nav li li a {
  text-align: left;
}
#nav li { /* all list items */
  float: left;
  width: 142px;
  margin-left: 15px;
}
#nav li li {
  margin-left: 0;
}
#nav li ul { /* second-level lists */
  position: absolute;
  visibility: hidden;
  background: url(images/navigation-hover.png) center;
  width: 142px;
}
#nav li li a {
  padding: 0 13px 0 16px;
  width: 113px;
}
#nav ul ul li {
  background: url(images/navigation-hover.png) -15px center repeat-y;
}
#nav li:hover ul {
  visibility: visible;
}
#nav li:hover ul ul {
  visibility: hidden;
}
#nav ul li:hover ul {
  visibility: visible;
  left: 142px;
  margin-top: -22px;
}
/* Changes for 1.1 */
em,
i {
  font-style: italic;
}
strong,
b {
  font-weight: bold;
}
#date {
  position: absolute;
  font: 18px/1 georgia, serif;
  color: #ad8dca;
  padding-top: 30px
}
#sidebar.archive,
#sidebar.single {
  position: static;
  margin-right: 50px;
  float: right;
}
#archive-posts,
#single-post {
  float: left;
  margin-right: 0;
  margin-bottom: 50px;
}
#archive-posts {
  margin-bottom: 0;
}
#footer {
  clear: both !important;
}
#meta {
  background: #ebe3f2;
  margin-top: 30px;
  padding: 20px;
  color: #000;
  width: 445px;

}
#meta p {
  margin: 0;
}
#meta a:link {
  color: #4b0073
}
#meta a:hover {
  color: #8a65b4;
}
#meta a:visited {
  text-decoration: none;
}
#sidebar.single {
  margin-top: 50px;
}
#next {
  float: right;
}
#prev {
  float: left;
}
#navigation-control p {
  margin: 0;
}
#navigation-control {
  margin-top: 15px;
}
/* Changes for 1.2 */
#responses,
#respond {
  font: 36px/1 georgia, serif;
  margin-top: 50px;
  margin-bottom: 30px;
}
#respond {
  margin-top: 30px;
}
label {
  display: block;
  margin-top: 4px;
}
#comment {
  width: 41em;
  padding: 0 .5em;
  height: 10em;
  font: 13px/24px georgia, serif;
}
#comment,
#author,
#email,
#url {
  border: 1px #8a65b4 solid;
}
#author,
#email,
#url {
  height: 20px;
  width: 17.5em
}
.button {
  height: 32px;
  font: 13px 'lucida sans unicode', 'lucida grande', sans-serif;
}
.controls {
  margin-top: 1.5em;
}
.req {
  color: #4b0073;
}
#comments-control a:visited {
  text-decoration: none;
  color: #39f;
}
#comments-control a:hover {
  color: #06c;
}
#author,
#email,
#url {
  font: 13px/20px georgia, serif;
  padding-left: 5px;
}
/* Changes in 1.21 */
#tag-menu #wpcumuluscontent object,
#tag-menu #wpcumuluscontent embed {
/*  position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100%
}
#this-months-archives {
  margin-bottom: 30px;
  display: block;
}
.commentlist li,
#comment-preview {
  position: relative;
  border-top: 1px #ddd solid;
  margin: 6px 0;
  padding-bottom: 6px
}
.date-time {
  position: absolute;
  right: 5px;
  top: 3px;
}
.avatar-column {
  float: left;
  padding: 15px 20px 10px 10px;
}
.comment-meta-data .permalink {
  color: #222 !important;
  font: 1.5em verdana, sans-serif;
  position: absolute;
  left: 10px;
  line-height: 22px
}
.comment-meta-data {
  border-bottom: 1px #ddd solid;
  position: relative;
  padding: 4px 5px 4px 40px;
  margin: 1px;
}
.comment {
  width: 349px;
  float: left;
}
.clear {
  clear: both;
}
.commentlist,
#preview {
  list-style: none;
  margin: 0;
  padding: 0;
}
.author {
  background: #ebe3f2;
  border: 0;
  margin-bottom: 24px !important;
  float: none
}
.author * {
  border: 0;
}
#no-comments #comment-preview {
  margin-top: 30px;
}
#loading {
  display: inline;
  position: relative;
  top: 4px;
  left: 15px;
}
/* Changes in 1.3 */
.edit-comment-admin-links-no-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* Changes in 1.31 */
*[style] {
  text-align: inherit !important;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
}
/* Changes in 2 */
#search {
  background: url(http://in-mundo-larissae.co.uk/wp-content/themes/black-ice/images/navigation.png);
  position: absolute;
  top: 0;
  left: 30px;
  padding-left: 10px;
  height: 46px;
/*  width: 255px; */
}
.cse-overlay,
.cse-overlay-bg,
#search {
  z-index: 1;
}
.cse-closeResults a:link, .cse-closeResults a:visited {
  font-weight: normal !important;
}
#search a {
  color: #fff;
  display: block;
}
#content-control {
  margin-top: -17px;
}
#nav {
  margin-top: 70px !important;
}
#search-controls {
  display: none;
}
#q {
  margin-top: 13px;
  font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
  border: 0;
  padding-top: 1px;
  height: 18px;
  background-image: none !important;
}
#search-submit {
  font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
  height: 26px;
  top: 1px;
  position: relative;
  padding-bottom: 2px;
}
#container {
  position: relative;
}
.gs-title {
  font-size: 13px !important;
  color: #4b0073 !important;
  text-transform: capitalize;
}
.gsc-trailing-more-results {
  display: none !important;
}
.gsc-cursor-page {
  border: 1px #ddd solid;
  font-weight: normal !important;
  text-decoration: none !important;
  padding: 1px 5px;
  color: #39f !important;
  margin-left: 0;
  margin-right: 0;
}
.gsc-cursor-page:hover {
  color: #06c !important;
}
.gsc-cursor {
  margin-top: 20px;
}
.gsc-cursor-current-page {
  color: #000 !important;
}
.gs-title:hover {
  color: #9070b6 !important;
}
.gs-snippet, .gs-visibleUrl {
  font-size: 12px;
}
.gs-visibleUrl {
  color: #9070b6 !important;
}
.cse-overlay-bg {
  background-image: url(http://in-mundo-larissae.co.uk/wp-content/themes/black-ice/images/navigation.png) !important;
  position: fixed !important;
}
input.gsc-input,
input.gsc-search-button {
  font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
}
td.gsc-input {
  width: 200px;
} 
input.gsc-search-button {
  position: relative;
  left: 10px;
}
.comment-number {
  color: #9070b6;
}
#subscribe {
  margin: 1px 3px 0 0;
  float: left;
}
#video-options,
.copy {
  text-align: right;
} 
#video-options a,
.copy a {
  color: #4b0073;
  font-size: 11px;
  text-decoration: none;
}
#meta {
  font-size: 12px;
  padding: 15px;
}
pre {
  background: #fff;
  border: 1px #ddd solid;
  width: 435px;
}
pre code {
  overflow: scroll;
  display: block;
  white-space: pre;
}
#embed code {
  height: 105px;
}
#uri,
#embed code {
  padding: 5px;
  font-family: 'lucida console', monospace !important;
  line-height: 1.5;
}
#single-post.video {
  margin-left: 35px;
}
#sidebar.video {
  top: 445px;
  padding: 0;
  width: 240px;
  right: 35px;
}
#sidebar.video #share {
  padding: 0px 15px;
}
#playlist {
  overflow: auto;
  background: #fff;
  border: #ddd solid;
  border-width: 1px 1px 0;
}
#playlist li {
  border-bottom: 1px #ddd solid;
  width: 100%;
  font-size: 11px;
  line-height: 1.5;
}
#playlist a:link {
  color: #000;
}
#playlist a:hover {
  background: #ebe3f2;
  display: block;
  color: #4b0073;
}
#playlist img {
  float: left;
  margin: 5px;
}
#playlist .title {
  padding-top: 8px;
}
#playlist .title,
#playlist .time,
#playlist .date {
  display: block;
}
.clear {
  clear: both;
}
#desc {
  margin: 11px 0;
}
#desc p {
  display: inline;
}
#single-post.video-index {
  margin: 0 50px;
  width: 701px;
}
#single-post.video-index li a {
  display: block;
  width: 100%;
  height: 100%;
}
#single-post.video-index li:hover {
  background: #ebe3f2;
}
#single-post.video-index li {
  width: 140px;
  float: left;
  text-align: left;
  padding: 15px;
  height: 170px;
}
#single-post.video-index li img {
  display: block;
  margin: 0 auto 4px;
}
#single-post.video-index .title,
#single-post.video-index .time,
#single-post.video-index .date {
  display: block;
  font-size: 11px;
  line-height: 1.5;
}
#single-post.video-index li a {
  color: #000;
  text-decoration: none;
}
#single-post.video-index ul {
  margin: -10px 0 10px
}
#single-post.video-index #post-navigation p {
  font-size: 12px !important;
  margin: 5px 0 25px !important;
}
#single-post.video-index #navigation-control a:link {
  color: #4b0073;
}
#single-post.video-index #navigation-control a:hover {
  color: #8a65b4;
}
#single-post.video-index #navigation-control a:visited {
  text-decoration: none;
}
#single-post.photo-index {
  width: 715px;
}
.gallery {
  margin-left: 25px;
}
.gallery-item {
  height: 192px;
  width: 192px !important;
  display: block;
  margin-left: 30px;
  padding-bottom: 54px;
}
.gallery-caption {
  text-align: center;
}
.gallery a {
  border: 1px #ddd solid;
  padding: 20px !important;
  display: block;
}
.gallery a:hover {
  background: #ebe3f2;
}  
.gallery img {
  border: none !important;
}
.post-thumbnail {
  padding: 20px;
  border: 1px #ddd solid;
  float: left;
  margin-top: 11px;
  margin-bottom: 11px;
}
.post-thumbnail.space {
  margin-right: 24px;
}
#bottom-control .post-thumbnail {
  padding: 15px;
}
#bottom-control .space {
  margin-right: 15px;
}
.single #navigation-control {
  width: 475px;
}
.single #navigation-control a {
  font-size: 12px;
  text-decoration: none;
}
.photo-index object {
  margin: 0 30px 16px !important;
}
.no-captions .gallery-item {
  padding-bottom: 20px !important;
}