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,
b,u,i,center,
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;vertical-align:baseline;background:transparent;}
body{font-size:12px;line-height:18px;-webkit-text-size-adjust: none;   }
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
/* remember to define focus styles! */
:focus{outline:0;}
/* remember to highlight inserts somehow! */
ins{text-decoration:none;}
del{text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;border-spacing:0;}
/* End of 'reset' */

body {
	background: #d9d7d7;
	font-family: Arial, "MS Trebuchet", sans-serif;
	overflow-y: scroll;
}

#wrapper {
	width: 1240px;
	text-align: center;
	margin: 0 auto;
	background: #F1EFEF;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;

}

#header {
	height: 570px;
	width: 1240px;
	position: relative;
}

#headerimg {
	height: 540px;
	width: 1240px;
	position: absolute;
	top: 0;
	left: 0;
	background: #F1EFEF;
}

#headerlogo  {
	left:208px;
	position:absolute;
	top:0;
	height:130px;
	width: 330px;
}

/* menu */

#menu {
	height: 60px;
	width: 906px;
	background: url(images/transparent_white.png) repeat-x ;
	position: absolute;
	bottom: 0;
	left: 167px;
	line-height: 30px;
	text-align: left;
	text-transform: uppercase;
	
}

#menu ul {
	margin: 0 90px;
}


#menu ul li {
	color: #F20089;
	font-size: 15px;
/*	display:inline;
*/	list-style:none;
	float: left;
	margin-right: 20px;	
}

#menu ul li ul {
	margin: 0 90px;
	position: absolute;
	left: 0;
	bottom: 0;
	
}

#menu ul li ul li {
	color: #000;
	font-size: 12px;
	display: none;
	
}

#menu ul li a {
	color: #F20089;
	text-decoration: none;
}

#menu ul li a:hover, /*#menu ul li.current_page_item a,*/ #menu ul li.shown a {
	color: #000;
	text-decoration: none;
}

#menu ul li ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul li ul li a:hover {
	color: #F20089;
	text-decoration: none;
}

/* content boxes */


#content {
	text-align: left;
	width: 1240px;
	position: relative;
	background: #F1EFEF;
	padding-bottom: 10px;
}

#content .contentbox {
	background: #fff;
	width: 906px;
	margin: 10px auto 0px;	
	position: relative;
	padding: 15px 0 45px 0;
}

#content .inside {
	overflow: hidden;
	clear: both;
}

#content img.contentbutton {
	position: absolute;
	left: -45px;
	top: 45px;
	width: 90px;
	height: 90px;
	z-index: 10;
}

#content a:hover img.contentbutton {
	opacity: 0.5;
}

#content div.imagecontainer {
	overflow:hidden;
	width:906px;
}


#content img.postimage {
	margin: 0 10px 10px 10px;
	width: 886px; /* remove */
}

#content p.postlinks {
	color: #666;
	position: absolute;
	bottom: 0;
	left: 0;

	
}

#content .postlinks a {
	text-transform: uppercase;
	color: #666;
	font-size: 12px;
	text-decoration: none;
}

#content .postlinks a:hover {
	color: #000;
}


#content .excerpts {
	margin: 0 0 18px 90px;
	padding-top: 10px;
	overflow: hidden;
}

#content a.postexcerpt {
	width: 182px;
	float: left;
	text-decoration: none;
	margin: 0 10px 10px 0;
	position: relative;
	display: inline;
}

#content a.postexcerpt span.bar {
	display: none;
	width: 182px;
	height: 30px;
	background: url(images/transparent_white.png) repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 30px;
	color: #000;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#content a:hover span.bar {
	display: block;
}

#content a:hover span.bar span  {
	color: #F20089;
	text-transform: uppercase;
}


#content a:hover img.postthumb {
	opacity: 1;
}

#content img.postthumb {
	margin: 0 0 0 0;
	width: 182px;
	height: 92px;
	opacity: 0.5;
}

img {
	display:block;
}

#content p img {
	display: inline;
}

/* needs tobe removed */
#content p img.size-full {
/*	display: none;
*/}

#content div.left {
	float: left;
	display: inline;
	width: 453px;
}

#content div.right {
	width: 453px;
	float: left;
	display: inline;
}

/* Pagination */

#content .navigation {
	background: #fff;
	width: 906px;
	margin: 10px auto 0px;	
	position: relative;
	height: 60px;
}

#content .navigation .wp-paginate {
	margin: 0 30px;
	height: 60px;
	overflow: hidden;
}

#content .navigation .wp-paginate li {
	display:inline;
	list-style:none;
	float: left;
}


#content .navigation .wp-paginate .title {
	display: none;
}

#content .navigation .wp-paginate a, #content .navigation .wp-paginate .gap {
	background: url(images/buttons_navi_grey.png) transparent center no-repeat;
	color:#666;
	width: 60px;
	height: 60px;
	text-align:center;
	text-decoration:none;
	display: block;
	font-weight: bold;
	line-height: 60px;
}

#content .navigation .wp-paginate a:hover, #content .navigation .wp-paginate a:active {
	color:#F20089;
}

#content .navigation .wp-paginate .current {
	color:#fff;
	background: url(images/buttons_navi_pink.png) transparent center no-repeat;
	width: 60px;
	height: 60px;
	text-align:center;
	text-decoration:none;
	display: block;
	font-weight: bold;
	line-height: 60px;
	}

.wp-paginate .page {}

#content .navigation .wp-paginate.wp-paginate a.prev, #content .navigation .wp-paginate.wp-paginate li.prev a {
	background: url(images/buttons_navi_left.png) transparent center no-repeat;
	height:60px;
	left:-30px;
	position:absolute;
	top: 0;
	width:60px;
	border: none;
	padding: 0;
	margin: 0;
}

#content .navigation .wp-paginate.wp-paginate a.next, #content .navigation .wp-paginate.wp-paginate li.next a {
	height:60px;
	right:-30px;
	position:absolute;
	top: 0;
	width:60px;
	border: none;
	padding: 0;
	margin: 0;
	background: url(images/buttons_navi_right.png) transparent center no-repeat;
}

#content .navigation .wp-paginate.wp-paginate a.prev:hover,
#content .navigation .wp-paginate.wp-paginate a.next:hover,
#content .navigation .wp-paginate.wp-paginate li.prev a:hover,
#content .navigation .wp-paginate.wp-paginate li.next a:hover {
	opacity: 0.5;
}



h1 {
	color: #F20089;
	font-weight: normal;
	font-size: 32px;
	line-height: 24px;
	margin: 30px 60px 15px 88px;
	text-transform: uppercase;
}

h1 a {
	color: #F20089;
	text-decoration: none;
}

h1 a:hover {
	color: #000;	
}

h1 span.small {
	color: #000;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	
}

p {
	text-align: justify;
	margin: 0 60px 18px 90px;
}

p.small {
	font-size: 10px;
	line-height: 15px;
	color: #666;
	margin-bottom: 25px;
}

p.small a {
	color: #666;
	text-decoration: none;
}

p.small a:hover {
	text-decoration: underline;
}


a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
/*	cursor: pointer;
*/}

a.logo:hover {
	opacity: 0.8;
}

.left a {
	color: #F20089;
	text-decoration: none;
}

.left a:hover {
	color: #F20089;
	text-decoration: underline;
}

a.facebook {
	background: url(images/facebook.png) no-repeat left;
	padding-left: 15px;
}

a.twitter {
	background: url(images/twitter.png) no-repeat left;
	padding-left: 15px;
}

/* AddThis */

div.atclear {
	display: none;
}

/* Cufon */
.cufon-loading h1, .cufon-loading div#menu { /* for Cufon.replace('h1') */
	visibility: hidden !important;
}

/* Archives */

#content .archive {
	margin: 0 0 18px 90px;
	overflow: hidden;
}

#content .archive a {
	width: 182px;
	float: left;
	text-decoration: none;
	margin: 0 10px 10px 0;
	position: relative;
	display: inline;
	background: #E7E5E5;
	color:#666;
	height: 30px;
	text-align:center;
	text-decoration:none;
	font-weight: bold;
	line-height: 30px;
}

#content .archive a:hover {
	color:#F20089;
	background: url(images/button_archive.png) right no-repeat #E7E5E5;
}

#bymonth, #bycategory {
	display: none;
}

/* Comments */

#comments ol {
	margin: 0 50px 0 80px;
}

#comments ol li {
	border-bottom:10px solid #fff;
}

#comments ol li.even {
	background: #F1EFEF;
}

#comments ol li.odd {
	background: #E7E5E5;
}

#comments .commentbox {
	overflow: hidden;
}

#comments .avatar {
	float: left;
	display: inline;
	margin: 10px;
	border:1px solid #fff;
}

#comments ol p {
	margin: 10px 60px 10px 85px;
}

#comments form, div.wpcf7 form {
	margin:0 50px 10px 80px;
	background: #F1EFEF;
	padding: 10px 0;
}

#comments form p, div.wpcf7 form p {
	margin: 0 10px 10px 10px;
}

#comments form label, div.wpcf7 form label,
span.wpcf7-not-valid-tip, .wpcf7-response-output  {
	font-size: 11px;
	color: #666;
	font-weight: bold;
}

span.wpcf7-not-valid-tip, div.wpcf7-response-output {
	margin: 0 10px;
}


#comments form input.required, #comments form input.url, #comments form textarea,
div.wpcf7 form input.wpcf7-validates-as-required, div.wpcf7 form span.wpcf7-form-control-wrap input,
div.wpcf7 form span.wpcf7-form-control-wrap textarea
 {
	width: 500px;
	background: #fff;
	border: #666 1px solid;
	padding: 10px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	
	
}

p.wdpajax-success {
	border:1px solid #F20089;
	color:#666;
	padding:10px;
	font-weight: bold;
	
}

