/*  
Theme Name: Julie Mikos photographer
Theme URI: http://www.juliemikos.com/blog
Description: A custom wordpress theme for Julie Mikos
Version: 0.1
Author: Mark Martin
Author URI: http://lotusvskoi.com
*/

/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
	background:#fff url('images/img_stripe_inside.jpg') repeat-x scroll 0 7px;
	color:#000;
	font-family: Verdana, Arial, sans-serif;
	font-size:75%;
}

html>body {
	font-size: 12px;
}

h2,h3, legend {
	font-weight:bold;
	font-size:0.9167em;
	line-height:1.6363;
}

h2 {}

h3 {
	margin-bottom:1.6363em;
}

p {
	font-size:0.9167em;
	line-height:1.6363;
	margin-bottom:1.6363em;
}

em { font-style:italic; }

strong { font-weight:bold; }


#wrap {
	width:1000px;
}

/* Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#header {
	margin-bottom:3em;
}

#header h1 {
	float:left;
	margin:55px 0 0 33px;
}

#collage {
	float:left;
	margin:30px 0 0 100px;
}

/* Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#nav {
	float:right;
	margin:67px 4px 0 0;
	font-size:0.8333em;
	color:#666;
	line-height:1.8;
}

#nav a:link,
#nav a:visited {
	color:#666;
	text-decoration:none;
	border-bottom:1px dotted transparent;
}

#nav a:hover,
#nav a:active {
	color:#999;
	text-decoration:none;
	border-bottom:1px dotted #999;
}

#nav li {
	float:left;
	position:relative;
	margin:0 10px 0 10px;
}

#nav li ul {
	display:none;
	position:absolute;
	top:100%;
	left:0px;
	z-index:6000;
	padding-top:10px;
}

#nav li li {
	display:block;
	float:none;
	background-color:#fff;
	border:0;
	margin:0;
	text-align:left;
	width:150px;
	line-height:1.2;
}

#nav li.hover ul {
	display:block;
}

/* Main Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Links */

#content a:link,
#content a:visited {
	color:#666;
	text-decoration:none;
	border-bottom:1px dotted transparent;
}

#content a:hover,
#content a:active {
	color:#999;
	text-decoration:none;
	border-bottom:1px dotted #999;
}

/* Sidebar */

#sidebar {
	width:218px;
	padding:0 25px 0 72px;
	float:left;
}

#sidebar ul li {
	margin-bottom:1.5em;
	line-height:1.5;
}

#sidebar li li {
	font-size:0.9167em;
	line-height:1.6363;
	margin-bottom:0;
}

#searchform input {
	border:1px solid #ccc;
}

/* Main */

#main {
	width:680px;
	float:right;
}

#main .entry {
	width:450px;
	background:#fff url(images/dots.jpg) 0 100% repeat-x;
	padding-bottom:1.5em;
	margin-bottom:1.5em;
}

#main .entry img {
	width:350px;
	padding:26px;
	border:1px solid #ccc;
	background:#fff url(images/watermark_crop.jpg) 93% 100% no-repeat;
}

/* Comments */

#comments fieldset {
	border:1px solid #ccc;
	width:30.5em;
	padding:1.5em;
}

#comments label {
	display:block;
	clear:left;
	margin-bottom:0.5em;
}

#comments input, #comments textarea {
	background:#f9e2ec;
	float:left;
	clear:left;
	margin-bottom:1.5em;
}

#comments input[type="submit"] {
	background:#fff;
}

#comments input:focus, #comments textarea:focus {
	background:#fff;
}


/* Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	
}

/* Utility
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { display:inline-block; display:block; }