/*  
Theme Name: Tracie Johnson
Theme URI: http://www.camillechung.com
Description: A custom theme for Tracie Johnson
Author: Camille Chung
Author URI: http://www.camillechung.com
Version: 1.0
Tags: two column, white
*/

@font-face {
    font-family: 'MenschRegular';
    src: url('fonts/mensch-wf.eot');
    src: url('fonts/mensch-wf.eot?#iefix') format('embedded-opentype'),
         url('fonts/mensch-wf.woff') format('woff'),
         url('fonts/mensch-wf.ttf') format('truetype'),
         url('fonts/mensch-wf.svg#MenschMenschRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
blockquote {
    color:#696969;
    background: #f4f4f3;
border: 1px dotted #726658;
font-size: 14px;
padding: 10px;
margin: 20px auto;
width: 80%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #949090;
	font-family: 'Open Sans', Arial, sans-serif;
	background: url(images/bg.jpg) repeat;
}

a {text-decoration:none;}
img {border:none;}
strong {font-weight: bold;}
em {font-style: italic;}
hr {clear:both;margin: 10px 0 30px 0;border:none;background:url(images/divider.jpg) no-repeat;width:664px;height:42px;}

h1 {
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: lighter;
	color: #f389af;
	margin: 5px 0;
}

h2 {
	color: #949090;
	font-weight: lighter;
	letter-spacing: 2px;
	font-family: 'MenschRegular', Arial, sans-serif;
	font-size: 24px;
}

.widget h2 {
	color: #949090;
	font-weight: lighter;
	letter-spacing: 1px;
	font-family: 'MenschRegular', Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

h3 {
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: lighter;
	margin: 5px 0;
}

.clear {clear:both;}
.right {float:right;}
.left {float:left;}
.alignright {float:right;margin:0 0 0 20px;}
.alignleft {float:left;margin: 0 20px 0 0;}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#container {
	background: #fff;
	width: 965px;
	padding: 25px;
	margin: 0 auto;
}

#container-border {
	border: dotted 3px #ccc;
}

#header {
}

#header .logo {
	margin-left: 29%;
	padding: 20px 0;
}

/******************* NAV *******************/
#menu {
	background: url(images/menu.jpg) no-repeat center;
	width: 957px;
	height: 79px;
	text-align: center;
}

#menu ul#menu-menu {
list-style:none;
text-align: center;
width: 500px;
margin: 0 auto;
padding-top: 26px;
}

#menu ul#menu-menu  li{
float:left; /* makes horiz list */
position:relative; /* hey Submenu ULs, appear below! */
padding: 0 0 0 13px;
}
 
#menu ul#menu-menu a {
padding:12px; /*space the items, occupy entire height too.*/
text-decoration:none;
}

/* Displays the link as blocks. */
#menu ul#menu-menu li ul a {
display:block;
}

/* sub menus!!  */
 
#menu ul#menu-menu ul {
list-style: none;
margin:0; /* Appear just below the hovering list */
padding:0;
background: #d3d3d3;
width:150px; /* specify the width. */
position:absolute; /* needed */
z-index:500; /* specify the order */
}

#menu ul#menu-menu ul a {color: #fff;}
 
#menu ul#menu-menu li ul {
top:27px;
left: -1px;
text-align: left;
}
 
#menu ul#menu-menu ul ul {
top:0;
left:100%; /* Position the sub menus to right. */
}
 
#menu ul#menu-menu ul li {
float:none; /* umm.. Appear below the previous one. mmkay? */
border-bottom: 1px solid #fff;
}
 
/* Drop Down! */
 
/* Hide all the dropdowns (submenus) */
#menu ul#menu-menu ul,
#menu ul#menu-menu li:hover ul ul,
#menu ul#menu-menu ul li:hover ul ul
{ display: none; }
 
/* Display the submenus only when li are hovered */
#menu ul#menu-menu li:hover ul,
#menu ul#menu-menu ul li:hover ul ,
#menu ul#menu-menu ul li ul li:hover ul
{ display: block;}
 
/******************* MAIN CONTENT *******************/
#wrapper {
	margin: 35px 35px 0 35px;
}

#main {
	float: left;
	width: 665px;
	margin-bottom: 50px;
}

.welcome {
}

.welcome-image {
	border: 1px solid #ebe0d9;
	padding: 25px 30px;
	float: left;
}

.welcome-text {
	float: right;
	background: url(images/texture.jpg) no-repeat center;
	padding: 20px 20px 10px 20px;
	width: 420px;
	height: 140px;
	border: 1px solid #ebe0d9;
}

.welcome-text h1 {margin: 0 0 10px 0;}

.welcome-text p {
	color: #666;
	font-size: 14px;
	line-height: 20px;
}

.date {
	background: url(http://tsjphotography.com/new-blog/wp-content/uploads/2012/11/date.png) no-repeat;
	text-transform: uppercase;
	margin: 5px 0;
	height: 39px;
	width: 30px;
	padding: 0 10px 10px 10px;
	position: relative;
	top: 100px;
	left: -60px;
	text-align: center;
}

.date p {
	font-size: 11px;
	line-height: 11px;
	padding-top: 3px;
}

.post {
	margin-top: 30px;
}
.entry {
	text-align: justify;
}

.entry p {
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0;
}

.entry li {
	font-size: 14px;
	line-height: 20px;
	list-style: disc;
	margin-left: 40px;
}

.entry a:link, .entry a:visited {
	color: #2d57a7;
}

.comments {
	padding-top: 25px;
}

.bird-comments {
	float: left;
	width: 190px;
	height: 70px;
	background: url(images/bird-comments.jpg) no-repeat;
	font-size: 14px;
}

.bird-comments a {
	position: relative;
	top:17px;
	left: 88px;
	color: #2d57a7;
}

.post-comment-link {
	float: right;
	padding-top: 20px;
	margin-right: 20px;
}

.bookmark {
	float: right;
	margin-right: 0;
	padding-top: 20px;
}

.quote {
	background: url(images/texture.jpg) repeat;
	padding: 10px 20px;
	width: 70%;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-style: italic;
	margin: 0 auto 50px auto;
}

/******************* SIDEBAR *******************/
#sidebar {
	float: right;
	width: 190px;
	margin-bottom: 50px;
}

#sidebar ul {margin-top:10px;}
#sidebar li {
	list-style: square;
	line-height: 28px;
	margin-left: 40px;
}

#sidebar p {
	font-size: 14px;
	line-height: 19px;
}

#sidebar a {
	color: #949090;
}

.widget {margin-bottom: 20px;}

.social a {
	padding: 2px;
}

.search {
}

.textfield {
	border: 1px #ccc solid;
	outline: none;
	padding: 3px 6px;
	font-size: 10px;
	color: #ccc;
	width: 130px;
}

.go-btn {
	border: none;
	outline: none;
	color: #ccc;
	background: #fff;
	margin: 0;
	padding: 0;
	font-size: 15px;
}

.subscribe {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:12px 10px 14px 10px;
	background: #f389af;
}

.subscribe .subscribe-btn {
	background:url(images/sign-up.jpg) no-repeat;
	height: 24px;
	width: 48px;
	border: none;
	outline: none;
	position: relative;
	top: 1px;
	text-indent: -9999px;
}

.subscribe .textfield {
	background: #fff;
	border: none;
	outline: none;
	width: 115px;
	height: 15px;
	padding: 1px;
}


#footer {
	text-align: center;
	padding: 10px 0;
	font-size: 13px;
}

#footer p, #footer a:link, #footer a:visited {color: #ccc;}

.comments-template {
	font-size: 14px;
	line-height: 19px;
}

.comments-template a:link,
.comments-template a:visited {
	color: #2d57a7;
}

.comments-template li {
	clear: both;
	list-style: none;
	margin: 15px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

.comments-template .avatar {
float: left;
margin: 2px 10px 0 0;
}

.comments-template p {margin-top: 10px;}

.next-prev {
text-align:left;
}

.next-prev a:link,
.next-prev a:visited {
	color: #2d57a7;
}

.linkcattitle {display:none;}

.ctc {width:190px;overflow:hidden;position: relative;left: 40px;}

.widget h2 {text-align:center;}