/*
	Style Name	: La Style La Belette Rouge
	Style URI	: http://www.traceycleantis.com
	Version		: 1.0
	Author Name	: Tobias Ross
	Author Site : http://www.ineye-design.com
	Comments	: Custom K2 styles for Tracey
	Tags		: layout and typography

*/


/* Typography */

body {
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	}

strong, em, b, i {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	}
h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}



h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}

h4 {
	
	}


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #444;
    background:none repeat scroll 0 0 #fff;
	text-align: center;
	}


body.columns-two #primary-wrapper
{
	float: right;
	width: 100%;
	padding-top: 20px;
}

body.columns-two #primary {
	}

body.columns-two .secondary {
	float: left;
	}

#page {
	text-align: left;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	border: 0px solid #fff;
	border-top: none;
	clear: both;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	}
	

#header {
	position: relative;
	height: 300px;
	background: #fff;
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
	
	}

#outer-header
{
	position: relative;
	height: 310px;
	background: #fff;
	background-position: top right;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	padding: 4px 4px 5px 4px;
}

#outer-header .credit {
	font-size:8.5px;
	text-align:right;
}

#outer-header .credit
{
	color: #999;
	font-family: arial,helvetica,sans-serif;
	text-align: right;
	width: 100%;
	margin: 1px 20px 10px 0;
	padding-right: 5px;
}


.content {
	padding: 0 0 0 0;
	}



#primary {
	position: relative;
	float: left;
	width: 410px;
	padding: 0px;
	}
	
.secondary {
	width: 200px;
	float: left;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #000;
	}

#sidebar-1 {
padding-top:10px;
	}

#sidebar-2 {
	clear: left;
	}	
	
.columns-two #page {
	width: 660px;
	}	
	

.hentry {
	margin: 0 0 25px;
	position: relative;
	}

.entry-content {
	font-size: 1.35em;
	line-height: 1.8em;
	text-align: left;
	color: #000;
	}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
	margin: 13px 0;
	}	
	


/* Headings */

h1 {
	font-size: 3em;
	}

.blog-title
{
    font:bold 3.7em Verdana,sans-serif;
	padding: 10px 0px 0 60px;
	letter-spacing: 0.2em;
	color: #CC0000;
	text-transform: uppercase;
}

.blog-title a,
#header .description {

	text-decoration: none;
	color: white;
	}	

.blog-title a:hover {
	text-decoration: underline;
	}

#header .description { /* Description in header */
	visibility: hidden;
	font-size: 2em;
	font-family: "Trebuchet MS", Verdana, sans-serif;	
	margin: 0 60px;
	letter-spacing:0.2em;	
	}
	

.entry-title, h3 {
font-size:2.3em;
font-weight:normal;
}
	
.secondary h4
{
	/* Secondary H4 is sidebar headlines */
	font-size: .9em;
	font-weight: bold;
	letter-spacing: 0.15em;
	padding: 0;
	display: block;
	margin: 3px 0 3px 0;
	color: #000;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}	
	

	

.entry-title, .entry-title a, .entry-title a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
color:#CC0000;
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;

}



/*- Main Menu in Header */

ul.menu {
	position: absolute;
	bottom: 0;
	margin: 0 20px;
	}

ul.menu,
ul.menu li {
	float: left;
	list-style: none;
	}

ul.menu li {
	margin-right: 4px;
	}

ul.menu li a {
	display: block;
	padding: 4px 12px;
	font-size: 1.3em;
	font-weight:bold;
	color: white;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;	
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	}

ul.menu li a:hover {
	background: #333;
	color: #eee;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #333;
	background: white;
    opacity: 0.7;	
	text-decoration: none;
	}

a:hover, a:visited:hover {
	text-decoration: underline;
	color: #C00;
	}

h2 a:hover, h2 span a:hover {
	color: #27d !important;
	}

a
{
	color: #339;
	text-decoration: none;
}

.entry-content a:visited {
	color: #b41;
	}
	
	

a img
{
-moz-border-radius:3px 3px 3px 3px;
background-color:#F3F3F3;
border:1px solid #DDDDDD;
padding:3px;
text-align:center;
}

.more-link, .more-link a, .more-link a:visited
{
	display: block;
	line-height: 1.4em;
	margin-top: 12px;
	margin-bottom: 19px;
}

.entry-title, .entry-title a, .entry-title a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
color:#C00;
	}

.entry-title, .entry-title a, .entry-title a:hover, .entry-title a:visited,
h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	}

.entry-meta {
	font-size: 1.3em;
	line-height: 1.45em;
	color: #444;
    font-family:"Trebuchet MS",Verdana,sans-serif;	
	}
	
a.commentslink {
	color: #339;
	}
	
	
/*- Main Menu in Header */

ul.menu {
	position: absolute;
	bottom: 0;
	margin: 0 20px;
	}

ul.menu,
ul.menu li {
	float: left;
	list-style: none;
	}

ul.menu li {
	margin-right: 4px;
	}

ul.menu li a {
	display: block;
	padding: 4px 12px;
	font-size: 1.3em;
	font-weight:bold;
	color: white;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;	
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	}

ul.menu li a:hover {
	background: #333;
	color: #eee;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #333;
	background: white;
    opacity: 0.7;	
	text-decoration: none;
	}

a:hover, a:visited:hover {
	text-decoration: underline;
	color: #C00;
	}	
	

.bookmark-list h2
{
	font-size: 1.2em;
	margin-bottom: 5px;
	padding: 0;

}

ul.bookmark-list {
    margin: 0;
    padding: 0;
    list-style: none;
}


.xoxo.blogroll {
    list-style-type: disc;

}

ul.addtoany_list{
    list-style: none;
}

#s {
background:none repeat scroll 0 0 transparent;
border:1px solid #AAA;
padding:3px;
position:relative;
width:60%;
z-index:2;
}

input[type="text"], textarea {
border:1px solid #AAA;
margin:0;
padding:1px;
color:#444444;
}


