/*  
Theme Name: Amellie's Photoblog Theme
Description: photoblog
Author: Amalia Sanusi
Author URI: http://amellie.net/
*/

html, body, body *
{
	margin:0;
	padding:0;
}

html 
{
  margin-bottom:30px;
}

body
{
  font-family: Georgia, 'Lucida Sans', 'Times New Roman', Helvetica;
	background: url('images/bg.gif');
	position:relative;
  margin-bottom:30px;
}
ol {list-style-type:none;}

p
{
	margin-top: 10px;
	margin-bottom: 15px;
}
abbr, acronym, span.abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}

blockquote {
	margin:1.5em;
	color: #636363;
	padding:1em 1.5em 1em 4.5em;
	background: url(images/quote.gif) no-repeat top left;
  font-family: 'Courier New', Arial;
  font-size:10pt;
}

blockquote p {margin-top:0;}
blockquote cite {font-style:normal}
blockquote cite em{}


/*a:link, a:visited
{
	color: #a56676;
	text-decoration: none;
}

a:hover
{
	color: #aa9898;
	text-decoration: none;
	background-color: #e3dfdf;
}*/

img
{
	border: 0px none;
}

a img
{
	border: 0px none;
	background-color: transparent;
}

#container
{
	width: 700px;
	\width: 720px;
	w\idth: 700px;
	margin-left: auto;
	margin-right: auto;
}

#content-top
{
	background-color: white;
  border-right: 3px solid #aea0a0;
  border-left: 3px solid #aea0a0;
  padding:20px;
  margin-left:1px;
  overflow:hidden;
	word-wrap: break-word;
}


#content-top #header
{
  float:left;
  margin-top:8px;
  width:236px;
  height:32px;
  background: url('images/title.jpg') no-repeat top left;
}

#content-top #showInfo
{
  margin:0;
  padding:0;
  padding-right:10px;
  float:right;
  height:20px;
  font-size: 9pt;
  color: #7F7F7F;
}

#content-top #menu
{
  clear:right;
}

/*#content-top #menu
{
  float:right;
  font-size:9pt;
  padding-top:10px;
  padding-right:10px;
  text-transform: lowercase;
}

#content-top #menu a:link, a:visited
{
  color: #2987a7;
  text-decoration:none;
}

#content-top #menu a:hover
{
  color:#98559a;
  text-decoration:underline;
}*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */


#content-bottom
{
  clear:both;
}

#content-bottom #left
{
  background: url('images/leftcorner.gif') no-repeat top left;
  width:25px;
  height:25px;
  float:left;
}

#content-bottom #middle
{
  float:left;
  width:650px;
  height:22px;
  background:white;
  border-bottom: 3px solid #aea0a0;
  font-size:7pt;
  text-align: center;
  color: #7c7c7c;
}

#content-bottom #right
{
  background: url('images/rightcorner.gif')  no-repeat top left;
  float:left;
  width:25px;
  height:25px;
}




/* **************************** ADDITIONAL **************************** */

.clear
{
  clear:both;
  margin:0px;
  padding:0px;
}


div.pagetitle, .archivetitle
{
  color:#b68db6;
  font-style:italic;
}

div.pagetitle
{
  margin:0 0 25px 6px;
	font-size: 18pt;
}

.archivetitle
{
  margin:0 0 10px 6px;
	font-size: 15pt;
}

span.grey
{
  color: #6f6f6f;
  font-size:8pt;
}

.navigation
{
	font-size: 8pt;
	font-weight:bold;
	margin-top:10px;
}

.navigation .alignleft
{
	text-align: left;
	float: left;
}
.navigation .alignright
{
	text-align: right;
}

/* **************************** MAIN NAVIGATION **************************** */
#content-top #menu
{
  margin:0;
	padding:0;
	list-style-type:none;
}

#content-top #menu li
{
	margin:0 5px;
  padding:0;
  float:right;
}

#content-top #menu a
{
  width:20px;
  height:20px;
  display:block;
  text-indent:-4000px;
  padding:0;
}

#content-top #menu #home a
{
	background-color: #ad7382;
}

#content-top #menu #home a:hover
{
	background-color: #a64f65;
}

#content-top #menu #about a
{
	background-color: #b69870;
}

#content-top #menu #about a:hover
{
	background-color: #9d8566;
}

#content-top #menu #archives a
{
	background-color: #9d879f;
}

#content-top #menu #archives a:hover
{
	background-color: #9c68a4;
}

#content-top #menu #contact a
{
	background-color: #777793;
}

#content-top #menu #contact a:hover
{
	background-color: #5e5e74;
}

#content-top #menu #web a
{
	background-color: #b2aca3;
}

#content-top #menu #web a:hover
{
	background-color: #958f88;
}

/* **************************** BLOG ENTRIES **************************** */
#entry
{
	font-size: 9pt;
	line-height: 1.7em;
	margin: 20px 20px 5px 20px;
  color: #2c2c2c;
}

#entry p.name
{
  margin:0px;
  font-style:italic;
  margin-bottom: 10px;
  color: #64647c;
  font-size: 12pt;
}

#entry .post
{
	margin-bottom: 20px;
	margin-top: 5px;
}

/*#entry .post a[href^="http:"]
{
	background:url(images/icon_externalSite.png) no-repeat right center;
	padding-right:17px;
}*/

#entry .post .photo
{
  border: 1px solid #6b6464;
	margin-left: auto;
	margin-right: auto;
}

#entry .post .info
{
  margin:10px 3px 0 3px;
  padding-bottom:15px;
  border-bottom: 1px dashed #949494;
}

#entry .post .info .title
{
  margin:0px;
  margin-bottom: 5px;
  font-size: 12pt;
  font-style:italic;
  color: #64647c;
}

#entry a:link, #entry a:visited, #archive a:link, #archive a:visited, #content-bottom a
{
	color: #a56676;
	text-decoration: none;
}

#entry a:hover, #archive a:hover, #content-bottom a:hover
{
	color: #aa9898;
	text-decoration: none;
}

#entry .post #desc
{
  margin-top:15px;
  padding-bottom: 5px;
}

#entry .post #desc img.img
{
	margin: 15px 15px 0px 15px;
}

#entry .post #meta
{
  color: #717171;
}

#entry #exif
{
  margin:0 3px 0 3px;
  border-bottom: 1px dashed #949494;
  padding: 0px 0 15px 0;
}


/* **************************** NAVIGATION **************************** */

#entry #navigation
{
  text-align:center;
  padding: 15px 0 0px 0;
}

#entry #navigation #img img
{
  border: 1px solid #6b6464;
  margin: 0px 0px 0px 10px;
}

#entry #navigation #img img a:link, #entry #navigation #img img a:visited
{
  border: 1px solid #6b6464;
}

#entry #navigation #img img a:hover
{
  border: 1px solid white;
}


/* **************************** COMMENTS **************************** */

#comments
{
  margin:0 3px 0 3px;
  border-bottom: 1px dashed #949494;
  padding: 15px 0 15px 0;
}

#comments ol.commentlist
{
  ;
}

#comments ol.commentlist li
{
  margin-bottom:20px;
}

#comments ol.commentlist li .body
{
  color:#616161;
}

#comments ol.commentlist li.admin
{
  /*border: 1px solid #949494;*/
  background-color: #eeeeee;
  padding:10px;
}

/* **************************** COMMENT BOX - INPUT **************************** */

.comment-box
{
  margin:0 3px 0 3px;
	font-size:8pt;
  padding: 15px 0 15px 0;
  border-bottom: 1px dashed #949494;
}
.comment-box fieldset
{
	border: 1px solid #E2E4CE;
	padding:0px 10px 10px 10px;
	margin-bottom:1.5em;
}

.comment-box .notes
{
	padding:5px;
	border:1px solid #E2E4CE;
	background:#fcfaf0;
	width:auto;
	margin-top: 1em;
	margin-bottom:1.5em;
}

.comment-box .notes p
{
	margin:0;
}

.comment-box .errors
{
  background-color:#ffdddd;
  border:1px solid #CC0033;
  padding:10px;
  width:auto;
}

.comment-box legend
{
  color:#b49536;
  font-size:120%;
}

.comment-box fieldset em {color:#FF0000}

.comment-box fieldset div
{
  position:relative;
  margin-bottom:5px;
  width:420px;
  padding-right:10px;
}

.comment-box fieldset div small
{
  margin:0 0 10px 105px ;
  font-size:90%;
  clear:both;
  display:block;
  width:310px;
  text-align:center;
}

.comment-box fieldset div.buttons
{
  padding-left:105px;
  width:155px
}

.comment-box fieldset div.buttons input{
  width:auto;
  margin:0;
  float:none;
}

#comment_loading
{
  position:absolute;
  left:261px;
  top:5px;
}

.comment-box fieldset label
{
  width:100px;
  float:left;
}

.comment-box fieldset label em
{
  position:absolute;
  top:0;
  right:0;
}

.comment-box fieldset input, .comment-box fieldset textarea
{
  width: 310px;
  float:right;
  margin-bottom:5px;
}

.comment-box fieldset textarea {height:200px;}


/* **************************** ARCHIVE **************************** */
#archive
{
  margin: 20px 20px 5px 20px;
  color: #2c2c2c;
  font-size:8pt;
}

#archive #left
{
  float:left;
  width:130px;
  border-right:1px dashed black;
  padding-right:15px;
}

#archive #left li, #archive #left ul
{
  list-style-type:none;
  padding:0;
  margin:0;
}

#archive #right
{
  float:left;
  width:400px;
  padding-left:15px;
}

#archive #right a:link img, #archive #right a:visited img
{
  padding: 4px;
  border: 1px solid #ffffff;
}

#archive #right a:hover img
{
  padding: 4px;
  border: 1px solid #CFC2C2;
}

