@import url(base-weblog.css);


/*
name: Makeup
designer: Denisa Furnica
designer_url: 
description: Another side of the same story. :)
layouts: one-column, two-column-left, two-column-right, three-column
*/

/********** basic page elements **********/

body
{
   font-family: 'verdana',arial, helvetica, sans-serif;
   font-size: 12px;
   min-width: 800px;
   color: #1D1A1A;
   background: #130000;
}

#container
{
   width: 900px;
   background: #fff;
   color:inherit;
   border-left:3px solid #000000;
   border-right:3px solid #000000;
}

#container-inner
{
   border-width: 0 5px 0 5px;
   border-style: solid;
   border-color: #fff;
}

a { color: #112338;background:inherit; text-decoration: underline;}
a:hover { color: #DF4401;background:inherit; text-decoration: underline;}

.module-content a,
.module-content a:hover {
	color: #1A0000;
	background:inherit;
	font-weight:bolder;
	font-size:12px;
	text-decoration:none;
}
.module-content a:hover { 
	color: #1A0000;
	background:inherit;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6
{
   font-family: verdana, arial, helvetica, sans-serif;
}
blockquote
{
	color:#a50000;
	background:inherit;
	font-style: italic;
	font-size:12px;
    border:1px dashed #a50000;
    padding:7px; 
}
ol
{
	font-size:11px;
	font-weight:bolder;
}


/********** banner **********/


#banner
{
   width:890px;
   height:225px;
   background:url(banner.jpg);
   background-repeat:no-repeat;
   color:#FFFFFF;
}

#banner-inner
{
	padding-top:1px;
	padding-left:257px;
}


#banner a,
#banner a:hover
{
   color:#000000;
   background:inherit;
   text-decoration:none;

}

#banner a:hover{
	color:#FFFFFF;
	background:inherit;
}


.banner-user
{
   width: 70px;
   margin-top: 5px;
   font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header
{
   margin: 0;
   font-size: 55px;
   font-weight: bold;
   line-height: 1.0;
   font-family:'Times New Roman', Verdana, sans-serif;
   text-transform: capitalize;
   letter-spacing: -2px;
}



.spoiler-wrap {
	CLEAR: both; BORDER-RIGHT: #c3cbd1 1px solid; BORDER-TOP: #c3cbd1 1px solid; BACKGROUND: #e9e9e6; MARGIN: 6px auto; BORDER-LEFT: #c3cbd1 2px solid; WIDTH: 99%; BORDER-BOTTOM: #c3cbd1 1px solid
}
.spoiler-head {
	PADDING-RIGHT: 14px; PADDING-LEFT: 14px; FONT-SIZE: 11px; PADDING-BOTTOM: 3px; MARGIN-LEFT: 6px; LINE-HEIGHT: 15px; PADDING-TOP: 1px
}
.spoiler-body {
	PADDING-RIGHT: 6px; BORDER-TOP: #c3cbd1 1px solid; DISPLAY: none; PADDING-LEFT: 6px; BACKGROUND: #f5f5f5; PADDING-BOTTOM: 2px; PADDING-TOP: 1px
}

#spoiler-wrap {
	CLEAR: both; BORDER-RIGHT: #c3cbd1 1px solid; BORDER-TOP: #c3cbd1 1px solid; BACKGROUND: #e9e9e6; MARGIN: 6px auto; BORDER-LEFT: #c3cbd1 2px solid; WIDTH: 99%; BORDER-BOTTOM: #c3cbd1 1px solid
}
#spoiler-head {
	PADDING-RIGHT: 14px; PADDING-LEFT: 14px; FONT-SIZE: 11px; PADDING-BOTTOM: 3px; MARGIN-LEFT: 6px; LINE-HEIGHT: 15px; PADDING-TOP: 1px
}
#spoiler-body {
	PADDING-RIGHT: 6px; BORDER-TOP: #c3cbd1 1px solid; DISPLAY: none; PADDING-LEFT: 6px; BACKGROUND: #f5f5f5; PADDING-BOTTOM: 2px; PADDING-TOP: 1px
}


#banner-description
{
  
   margin-top: 0px;
   margin-bottom: 0;
   font-weight: bold;
   font-size: 14px;
   line-height: 1.125;
   font-family:Verdana, sans-serif;
}


/********** modules **********/

.module-calendar-module,
.module-header-categories,
.module-header-archives,
.module-header-recent-posts,
.module-header-search,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   position: relative;
   width: auto;

   margin: 0;
   padding: 5px;
   color: #FFFFFF;
   background: #fff;
   font-size: 15px;
   font-weight: bold;
   font-family:'Arial', Verdana,sans-serif;
   line-height: 1.0;
   text-transform: uppercase;
   text-align:left;
}
.module-header-categories
{
   background:url(categories.gif);
   background-repeat:no-repeat;
   text-align:center;
   padding-right:20px;
   padding-top:10px;
   font-size: 17px;
}
.module-header-archives
{
   background:url(archives.gif);
   background-repeat:no-repeat;
   text-align:center;
   padding-right:10px;
   padding-top:10px;
   font-size: 17px;
}
.module-header-archives a,
.module-header-archives a:hover
{
	
	color:#FFFFFF;
	text-decoration:none;
}
.module-header-recent-posts
{
   background:url(recent.gif);
   background-repeat:no-repeat;
   text-align:center;
   padding-right:15px;
   padding-top:10px;
   font-size: 17px;
}


.module-calendar-module
{
   background:url(recent.gif);
   background-repeat:no-repeat;
   text-align:center;
   padding-right:10px;
   padding-top:1px;
   font-size: 1px;
}


.module-header-search
{
   background:url(search.jpg);
   background-repeat:no-repeat;
   text-align:center;
   padding-right:0px;
   padding-top:0px;
   color:#FFFFFF;


margin: 0px;
   padding:5px 0 0 5px;
   color: #FFFFFF;
   background:url(search.jpg);
   background-repeat:no-repeat;
   font-size: 30px;
   font-family:'Monotype Corsiva', Verdana ,Arial,sans-serif;


}

.module-syndicate
{
	margin-top:20px;
	color:#590000;
	background:inherit;
}
.module-syndicate a,
.module-syndicate a:hover
{
	font-size:11px;
   color:#DF4401;
	background:#fff;
	font-family:'arial',verdana,sans-serif;
}
.module-powered { border-width: 0; }
.module-powered .module-content
{
   margin-bottom: 0;
   margin-top:60px;
   padding-bottom: 12px;
   color: #fff;
   background: #830202;
   text-align:right;
}
.module-powered .module-content a
{
	background:inherit;
	color:#fff;
}

.module
{
   margin: 0 0 10px 0;
}

.module-content
{
   margin: 0 ;
   padding: 10px 10px 10px 10px;
   font-size: 13px;
   line-height: 1.2;
   background:inherit;
   color:#1a0000;
}

.module-search-submit
{
	font-size: 13px;
	font-family:Verdana, sans-serif;
	background:#a50000;
	color:#fff;
	border:1px solid #a50000;
	padding-left:2px;
	padding-right:2px;
}
.module-search #search { width: 100px; }

.module-list
{
   margin: 0 15px 10px 15px;
   list-style: none;
   color:#1a0000;
   background:inherit;
   padding:1px;
}
.module-list a:hover
{
	text-decoration:underline;
	color:#2989CC;
	background:inherit;
}

.module-list .module-list
{
   margin: 2px 0 0 0;
   padding-left: 15px;
   list-style: none;
   color:#1a0000;
   background:inherit;
   text-transform:lowercase;
}
.module-list .module-list a
{
	color:#1a0000;
    background:inherit;
    padding:1px;
    text-decoration:none;
}
.module-list .module-list a:hover
{
	color:#fff;
	background:#DF4401;
	padding:1px;
	text-decoration:none;
}

.module-list-item
{
   margin-top: 0;
   color:#063A76;
   background:inherit;
   line-height: 1.2;
  
}




/********** elements **********/

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
  text-align:left;
}

.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a
{
    color: #1A0000;
	text-decoration:none;
 	background:inherit;
}
.trackbacks-header a:hover,
.comments-header a:hover,
.comments-open-header a:hover,
.archive-header a:hover
{
	text-decoration:underline;
    color: #1A0000;
	background:inherit;
}


/********** page elements **********/

#alpha { margin: 15px 15px 0 15px;}
#beta { }
#gamma, #delta {}

#beta-inner,
#gamma-inner,
#delta-inner
{
   padding: 10px 10px 0 10px;
   border-width: 2px 2px 2px 0;
   border-style: solid;
   border-color: #fff;
}

.date-header
{
   margin-top: 0;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
   text-align:right;
   color:#DF4401;
   background:inherit;
   font-style:italic;
}

.entry-header
{
   margin: 10px;
   padding:10px 0 0 20px;
   color: #DF4401;
   background:url(entry_title.gif);
   background-repeat:no-repeat;
   font-size: 20px;
   font-family:'Monotype Corsiva', Verdana ,Arial,sans-serif;
}

.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
   color:#1A0000;
   background:inherit;
   text-align:justify;
   font-family: 'Verdana',Arial,sans-serif;
   font-size:13px;
   padding-left:35px;
}

.entry-pic,
.entry-userpic
{
	border:2px solid #1a0000;
	margin-left:10px;
	padding:2px;
}



.entry-footer,
.comment-footer,
.trackback-footer
{
   padding-bottom: 30px;
   padding-left:25px;
   margin-top:10px;
   font-size: 10px;
   text-align: left;
   
}
.entry-footer,
.comment-footer
{
   background:url(entry_footer.gif);
   background-repeat:no-repeat;
   color:#000000;
}

.content-nav { margin-top: 0; }


.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 10px;
}

.entry-more-link a,
.entry-more-link a:hover,
.trackback-content a,
.comment-content a
{
	color:#1823C8;
	background:inherit;
	font-size:12px;
	text-decoration:none;
	font-weight:bolder;
}
.entry-more-link a:hover
{
	text-decoration:underline;
}
.trackback-content a,
.comment-content a
{
	font-size:11px;
}

.comment-footer a,
.comment-footer a:hover,
.entry-footer a,
.entry-footer a:hover,
.trackback-footer a,
.trackback-footer a:hover
{
   color:#4096D1;
   background:#fff;
   text-decoration:none;
   font-weight:bolder;
}

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #a50000;
   padding: 0 10px;
   color: #000000;
   font-size: 11px;
   text-align: center;
   background: inherit;
}

.comments-open-footer
{
   margin: 10px 0;
}

/********** page **********/

/* one-column  */

   .layout-one-column body { min-width: 800px; }
   .layout-one-column #container { width: 800px; }
   .layout-one-column #banner { width: 800px; } /* necessary for ie win */


/* two-column-left  */

   .layout-two-column-left #alpha
   {
      margin: 0;
      width: 193px;
      background: #fff;
      color:inherit;

   }

   .layout-two-column-left #alpha-inner
   {
      padding: 10px 10px 0 10px;

   }

   .layout-two-column-left #beta
   {
      margin: 15px 0 0 15px;
      width: 9999px;
      background:#fff;
      color:inherit;
   }

   .layout-two-column-left #beta-inner
   {
      padding-left: 35px;
      border-width: 0;
   }

/* two-column-right  */

   .layout-two-column-right #beta
   {
      margin: 0;
      width: 193px;
      background: #fff;
      color:inherit;

   }

   .layout-two-column-right #beta-inner
   {
      padding: 10px 10px 0 10px;
   }

   .layout-two-column-right #alpha
   {
      margin: 15px 0 0 15px;
      width: 565px;
      background:#fff;
      color:inherit;
   }

   .layout-two-column-right #alpha-inner
   {
      padding-right: 35px;
      border-width: 0;
   }


/* three-column  */

   .layout-three-column #alpha
   {
      margin: 0;
      width: 193px;

   }
   .layout-three-column #gamma
   {
   	  margin: 0;
      width: 193px;
      background: inherit;
      color:inherit;

   }

   .layout-three-column #alpha-inner,
   .layout-three-column #gamma-inner
   {
    padding: 10px 10px 0 10px;
   }

   .layout-three-column #beta
   {
      margin: 15px 15px 0 15px;
      width: 472px;
      background: none;
   }

   .layout-three-column #beta-inner
   {
      padding: 0;
      border-width: 0;
   }
