/*-----------------------------------------------------------------------------
Theme Name: hilkat_v2.0
Theme URI: http://
Description: hilkat v2.0 Minimal
Version: 2.0
Author: Richard Wilson

Based on Michael Bishop's Blank Theme - http://bishopblogworks.com/

-----------------------------------------------------------------------------*/

/* @group Global Resets
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin:0;
	padding:0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 20px;
}

/* Class for clearing floats */
.clear { clear:both; }


/* Remove border around linked images */
img { border: 0; }

/* @end */
/* @group Typography
-----------------------------------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
  background: #FFCCFF /*url(/images/bg.png)*/;
  color: #333;
  font: 1em/1.1em Helvetica, Arial, sans-serif;
}

/* @end */

/* @group Headings
-----------------------------------------------------------------------------*/
h3, h4 { text-align: center; }

h1 {
	/*position: relative;
	bottom: 5px;
	left: 5px;*/
	color: #fff;
	font: bold 4.75em Helvetica;
        /*letter-spacing: -1px;*/
}


h2, h2 a, h2 a:visited {
        margin: 10px 5px 0;
	color: #666;
	line-height: 1.2em;
	letter-spacing: -1px;
        font-weight: normal;
}
h2 a:hover { color: #333; }
h3 {
	padding: 0.5em 10px;
	font-size:0.7em;
	text-align: right;
}
h3.postmetadata { margin-bottom: 0; }
h4 { 
	margin: 10px;
        font-weight: bold; 
	font-size: 1em; 
        text-align: left;
}
#footer h4 { 
	margin: 10px auto; 
	font-weight: bold; 
	font-size: 0.75em; 
        text-align: center;
}

/* .post h2 and #sidebar h2 */

/* @end */

/* @group Links
-----------------------------------------------------------------------------*/

a, a:visited, a:active { border-bottom: 1px dotted #999; color: #999; font-weight: bold; text-decoration: none; }
a:hover { border-bottom: 1px solid #333; color: #333; }

/* @end */


/* @group Masthead
-----------------------------------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	width: 930px;
        padding: 1px 15px;
        background: white;
}

/* Header -> Logo */
h1#logo { 
         margin: 0; 
         text-indent: -9999px; 
}
h1#logo a, h1#logo a:hover { 
        background: transparent url(http://i226.photobucket.com/albums/dd179/fashionchick_photos/graphicheader.jpg) no-repeat left top; 
        display: block; 
        width: 927px; 
        height: 167px; 
        margin: 10px auto; 
        border-bottom: 0; 
}

/* @end */


/* @group Content
-----------------------------------------------------------------------------*/

#content {
	width: 715px; 	
	float: left;
	display: inline;
	font-family: Georgia, Times, serif;
}
#content h2 { font-family: Helvetica, Arial, sans-serif; }
#content h2 a, #content h2 a:hover { border-bottom: 0; }
#content p, #content ul, #content ol { margin: 10px; }
#content ul { margin-left: 2.5em; list-style-type: square; }
#content p.comments { float: right; }
#content p.snippet { font-style: normal; }
.sharethis { margin-left: 5px; }

/* Image caption paragraphs */
#content p.caption { margin-bottom: 3em; }

.post { border: 1px solid #999; margin-bottom: 1em; overflow:auto; }

.entry {} .entry p {} .postmetadata {} .utw {} .navigation {} .post_nav {}

/* @end */

/* @group Sidebar
-----------------------------------------------------------------------------*/

#sidebar {
	width: 200px; 
	float: right;
	display: inline;
}

#sidebar p { margin: 0 5px; font-size: 0.75em; }

/* Navigation */
#sidebar ul {
	margin:0;
	font-size: 0.75em;
	color: gray; 
}

#sidebar ul li {
	list-style: none;
	margin: 0;
	text-align: left;
}
* html ul li a {height:1em;}  /* Fixes IE bug where white space would appear below  each link  -  removal of all white space in list HTML would also work... */

#sidebar ul li.first { border-top: 0 }




#sidebar ul li a {
	display: block;
	padding: 0.7em 0.5em 0.7em 0.9em;
	text-decoration: none;
	border: 0;
}

#sidebar ul li a:link, #sidebar ul li a:visited { 
	border-left: 5px solid #999;
	color: #999;
}

#sidebar ul li a:hover {
	font-weight:bold;
	color: #333;
	border-left-color: #333;
}

/* Adverts */
#sidebar div.ads {
	margin: 10px auto;
	text-align: center;
}

ul#sidebar {} ul#sidebar li {} ul#sidebar li ul {} ul#sidebar li ul li {}

/* @end */

/* @group Footer
-----------------------------------------------------------------------------*/

#footer {
	margin: 0 auto;
	width: 960px;
	clear: both;
        color: #999;

}

/* @end */

/* @group Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opera 7 */
fieldset { border: 1px solid transparent; }

#searchform {} #searchform #s {} #searchform #submit {} #comments-form {} 
#commentform {} #author {} #email {} #url {} #comment {} #submit {} 
/* @end */

/* @group Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
}

/* @end */

/* @group Comments
-----------------------------------------------------------------------------*/

#comments-locked {}

#respond {}

#trackback-link {}

ol#trackbacks {}

ol#trackbacks li {}

.comments-header {}

ol#comments { margin-left: 2em; }

/*class for author highlight */
.highlight {}

.comment-meta {} 

.comment-author {}

.comment-date {}

.comment-text {}

.gravatar {}

.odd {}

.even {}

#comments-form { clear: both; }

/* @end */

/* @group Misc.
-----------------------------------------------------------------------------*/

/* Images  */
img.icon { 
	/* Sets the icons to be centrally positioned  in the nav link*/
	position: relative; 
	top: 0.25em; 
	border: 0; 
	width: 16px; 
	height: 16px 
}

img.embedded { 
	border: 2px solid #ccc; 
	border-left-color: #eee;
	border-top-color: #eee;
	padding: 5px;
	background-color: #fff;
}
img.odd { position: relative; float: left; margin: 0 10px 5px 0; }
img.even { float: right; margin: 0 0 5px 10px; }
.block { display: block; margin: 0 auto; }
.centre-multi-images { text-align: center; }
/* @end */