/*
Design Name: Scribbles
Description: Layout for version one of Scribbles featuring lots of stars
Author: Wynne Ma (aka QT)
Author URI: http://scribbles.thatisqt.com/
*/

body
{
	background: url("/images/v01/scribbles01_bg01.jpg") top center repeat;
	background-color: #ffffff;
	padding: 0;
	margin: 0 auto 0 auto;
	font-family: tahoma, sans-serif;
	font-size : 11px;
	color: #424963 ! important ;      
}

.clearboth { clear: both; }

hr {
	color: #52416e;
	/* This is here to make it work in IE */
	background:  #C6AEC7;
	/* This is here  to make it work in standards compliant browsers like Opera */
	height:1px;
	border-style : none; 
	margin: 0 20px 0 20px;
}

*{
	color: inherit;
	background-color: inherit;
}

div.space
{
	padding: 0;
	margin: 0 10px 5px 20px;
}

p{
	padding: 2px;
	margin: 1px 20px 2px 10px;
}

.divider {
	text-align: center;
	padding: 0;
	margin: 5px 30px 5px 45px;
}

p.more {
	text-align: right;
	padding: 0;
	margin: 1px 30px 1px 25px;
}

.comments {
	text-align: left;
	padding: 0;
	margin: 1px 10px 1px 25px;
}

p.post_details{
	padding: 1px;
	margin: 1px 20px 1px 20px;
	text-align: right;
	color: #52416e;
	background-color: inherit;
}

p.recent_articles a:link, p.recent_articles a:visited
{
	color: #000000;
	border: 0;
	display: block;
	padding: 1px 0 1px 0;
	text-decoration: none;
	text-indent: 5px;
}

p.recent_articles a:hover, p.recent_articles a:active
{
	font-weight: bold;
	color: #e8e8e8;
	background-color: #c0001a; 
}

b, strong, cite, i {
	color:  #52416e;
}

a:link, a:visited
{
	font-weight: bold;
	color: #52416e;
	background-color: inherit;
	border-bottom: 1px dashed #41627E;
	text-decoration: none;
}



a:hover, a:active
{
	color:  #41627E;
	background-color: inherit;
	border-bottom: 1px dashed #52416e;
	text-decoration: none;
}

/* Lists and Similar stuff */

ol {
color: #4e4848;
font: 11px sans-serif;
margin: 0 25px 2px 35px;
padding: 1px;
}

ul {
	padding: 0;
	margin: 2px 20px 2px 20px;
	text-align: left;
}



/* Images */

img.divider
{
	margin: 0;
	padding: 0;
	border: 0;
}

img
{
	background: url("/images/v01/scribbles01_bg01.jpg") center center repeat;
	background-color: #ffffff;
	padding: 2px;
	float: left;
	border: 1px solid #012e4b;
   	margin: 0 auto 5px 10px;
	color: #424963;
}

img.thumb_gallery
{
	background: url("/images/v01/scribbles01_bg01.jpg") center center repeat;
	background-color: #ffffff;
	width: 50px; 
	height: 150px;
	padding: 2px;
	margin: 1px 2px 1px 2px;
	float: left;
	border: 1px solid #012e4b;
	color: #424963;
	text-align: center;
}

img.picture
{
	background: url("/images/v01/scribbles01_bg01.jpg") center center repeat;
	background-color: #ffffff;
	padding: 2px;
	margin: 0 5px 3px 0px;
	float: left;
	border: 1px solid #012e4b;
	color: #424963;
	text-align: center;
}

img.button
{
	background: url("/images/v01/scribbles01_bg01.jpg") center center repeat;
	background-color: #ffffff;
	padding: 2px;
	margin: 2px;
	float: left;
	border: 1px solid #012e4b;
	color: #424963;
	width: 88px; 
	height: 31px;
}

/* Page Setup */

div#page{
	background:#ffffff url("/images/v01/scribbles01_bg02.jpg") top center repeat-y;
	width: 750px;
	margin: 5px auto 5px auto;
	color: #424963;
}

div#header
{       
          
        background: url("/images/v01/scribbles01_header.jpg") top center no-repeat;           	
	width: 750px;
	height: 42px;
	
}

div#gallery
{
	text-align: center;
	
}

div#navigation
{       
          
        background: url("/images/v01/scribbles01_navigation.jpg") top left no-repeat;           	
	width: 750px;
	height: 40px;
}

div#navigation_menu
{       
	padding: 0 0 0 296px;
}


div#sidebar
{       
        background: url("/images/v01/scribbles01_sidebar.jpg") top left no-repeat;           	
	width: 230px;
	min-height: 240px;
	float: left;
	padding: 80px 0 0 0;	
}

div#navlink
{
	background: url(images/d02/navigation_content.gif) repeat-y;
	width: 150px;
	color: #000000;
	margin: 0 0 0 11px;
	padding: 0 1px 0 1px;

}

div#recent_updates ul 
{
list-style-type: none;
margin: 0 0 0 12px;
padding: 1px 0 1px 0;

}

div#recent_updates span 
{
	margin: 0 0 0 20px;
}

div#recent_updates li 
{
padding: 1px 0 1px 0;
margin: 0 7px 1px 0;
/*border-bottom: 1px solid #C6AEC7;*/
}

div#recent_updates a:link, div#recent_updates a:visited
{
	padding-right: 20px;
	border: 0;
	display: block;
	color: #52416e;
	padding: 1px 0 1px 0;
	text-decoration: none;
	text-indent: 20px;
	font-weight: normal;
	background-color: #eee0e5;
	border-right: 1px solid #C6AEC7;
	border-top: 1px solid #C6AEC7;
	border-bottom: 1px solid #C6AEC7;
}

div#recent_updates a:hover, div#recent_updates a:active
{
	background-color: #e3e4fa;
	border-right: 1px solid #b4cfec;
	border-top: 1px solid #b4cfec;
	border-bottom: 1px solid #b4cfec;
	color: #41627E;
}


p#random_art{
	margin: 0 0 0 20px;
	padding: 0;
}

ul#nav_list{
	list-style: none;
	padding: 0;
	margin: 2px 2px 2px 15px;
	text-align: right;
}

#nav_list li
{
	padding: 2px;
	margin: 1px;
	
}

#nav_list a{
	border: 0;
}

div#content
{
	background: url("/images/v01/scribbles01_content.jpg") top left no-repeat;
	float: left;
	min-height: 250px;
	width: 520px;
	padding: 0 0 5px 0;
	text-align: justify;
}

div#footer
{
	background: url("/images/v01/scribbles01_footer.jpg") top center no-repeat;
	width: 750px;
	height: 39px;
	clear:both;
	
}

div#footer p{
	color: #424963;
	text-align: center;
	line-height: 12px;
	background-color: inherit;
	padding: 1px 2px 2px 2px;
        margin: 1px 12px 0 12px;
}

p#break{
padding: 45px 0;
}

/* Home Link */

#home_menu a {
	position: relative;
  	height: 38px;
  	width: 88px;
  	top: 15px; 
	border: 0;
  	text-decoration: none;
	font: 18px serif;
  	color:  #ebdde2;
	background-color: inherit;
}

a#home { left: 678px; }

/* Navigation Links */

div#navigation_menu #nav a {
	font-weight: bold;
	color: #f7efe7;
	font-family: tahoma, sans-serif;
    font-size: 11px;
	text-decoration: none;
	border: 0;
	display: block;
	background-color: inherit;
}

div#navigation_menu ul { /* all lists */
	padding: 0;
	margin: 0;

}

ul#nav {
	margin: 0 0 0 296px;
	padding: 2px 0 0 0;
	list-style: none;
}

div#navigation_menu li{ /* navigation menu list items */
	float: left;
	position: relative;
	cursor: default;
	text-align: left;
	z-index: 5;
}

div#navigation_menu li a#site, div#navigation_menu li a#traditional, div#navigation_menu li a#digital, div#navigation_menu li a#photography, div#navigation_menu li a#story{
	position: relative;
	padding: 8px 12px 8px 12px !important;
	padding-bottom: 9px;
	text-decoration: none;
  	font: 18px serif;
}


/* Special Fonts */

#content p#introduction{
	margin: 2px 40px 0 20px;
	padding: 10px;
	text-align: justify;
}


h1
{
	background: url("/images/v01/scribbles01_h1.jpg") right bottom no-repeat;
	color: #ebdde2;
	letter-spacing: 1px;
	line-height: 12px !important; 
	line-height: 19px;
	margin: 0 35px 0 80px;
	padding: 14px 0 14px 32px !important;
	padding-top: 11px;

	font-variant : small-caps;
	font-size : 25px;
	font-weight: bold;
	text-align: left;
	font-family : serif;
}

h1 span {
 	font: 8px sans-serif;
	line-height: 17px;
	letter-spacing: 2px;
	margin: 0 0 0 10px;
 	text-transform: uppercase;
}

h2
{
	background: url("/images/v01/scribbles01_h2.jpg") top left no-repeat;
	color: #ebdde2;
	font: 16px serif;
	letter-spacing: 1px;
	font-variant : small-caps;
	font-weight: bold;
	margin: 5px 45px 2px 15px;
	padding: 8px 5px 8px 48px;
}

h3
{
	background: #e7d7e7 url("/images/v01/scribbles01_h3.jpg") top left no-repeat;
	color: #ebdde2;
	font: 16px serif;
	letter-spacing: 1px;
	font-variant : small-caps;
	font-weight: bold;
	margin: 5px 0 0 12px;
	text-align: left;
	padding: 5px 0 22px 20px; 
	clear: both;

}


/* Forms */ 

input, select
{
	background-color: #e3e4fa;
	border: 1px solid #b4cfec;
	padding: 2px 2px 2px 2px;
	font-family: sans-serif;
	font-size: 11px;
	color: #41627E;    
}

input.submit
{
	width: 100%;
	margin-left: 10px;
}

textarea
{
	background-color: #e3e4fa;
	color: #41627E;
	border: 1px solid #b4cfec;
	padding: 2px 2px 2px 2px;
	font-family: "tahoma", sans-serif;
	font-size: 11px;
	width: 360px;
}

input:focus, select:focus, textarea:focus
{
	color: #52416e;
	background-color: #ebdde2;
	border: 1px solid #C6AEC7;
}

div.comments_error { 
	color: #52416e;
	background-color: #ebdde2;
	border: 1px solid #C6AEC7;
    padding : 3px;
    margin: 0 20px 0 30px;
}


/* Odd-Even Comments*/

div.odd
{
    margin: 2px 25px 5px 25px; 
	padding: 2px 5px 5px 5px;
	color: #52416e;
	background-color: #ebdde2;
	border: 1px solid #C6AEC7;
}

div.even
{
    margin: 2px 25px 5px 25px; 
	padding: 2px 5px 5px 5px;
	background-color: #e3e4fa;
	color: #41627E;
	border: 1px solid #b4cfec;
}

div.owner
{
    margin: 2px 25px 5px 25px; 
	padding: 2px 5px 5px 5px;
    background-color: #ffe4e1;
	color: #db7093;
	border: 1px solid #ffb6c1;
}

.comment_table
{
         margin: 4px 10px 4px 45px;
}

h4.commentauthor
{
       font-family: tahoma, sans-serif;
	   font-size: 11px;
       background-color: transparent;
       color: #424963;
       margin: 0;
       padding: 2px 5px 2px 5px; 
}


abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }


/* Shadows */
.shadow_wrap1, .shadow_wrap2, .shadow_wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }

.shadow_wrap1 {
  float:left;
  background:url(/images/v01/shadow.gif) right bottom no-repeat;
  }
.shadow_wrap2 {
  background:url(/images/v01/corner_bl.gif) left bottom no-repeat;
  }
.shadow_wrap3 {
  padding:0 4px 4px 0;
  background:url(images/v01/corner_tr.gif) right top no-repeat;
  }

/* Google Navigation */

#google_nav {
        clear: both;
        text-align: center;
        font-weight: bold;
        margin: 30px auto 30px auto;
}

#google_nav a {
       border-bottom: none;
}

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

/* Plugins table */
.plugins-list{
     margin: 4px 2px 4px 0;
	font-family: tahoma, sans-serif;
	font-size : 11px;
	color: #424963; 
	font-variant : normal;
	font-weight: normal; 
	letter-spacing: 0px;   
}

dt{
	background-color: #e3e4fa;
        padding: 3px;
}

dd{
        padding: 2px 10px 10px 1px;   
}

/* Link Exchanges */
.link ul {
  width: 490px;
  padding: 0;
  margin: 10px;
  list-style: none;
  clear: both;
}
 
.link li {
  text-align: center;
  float: left;
  width: 120px;
  margin: 0;
  padding: 0;
}

/*zemContactForm*/

form#zemContactForm fieldset 
{ 
    margin: 4px 50px 4px 25px;
	border: 1px solid #ffe4e1;		 
}
