/*

Theme Name: Twenty Ten Custom

Theme URI: http://wordpress.org/

Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.

Author: the WordPress team & Patrik

Version: 1.2

License: GNU General Public License

License URI: license.txt

Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu

*/





/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */



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 {

	background: transparent;

	border: 0;

	margin: 0;

	padding: 0;

	vertical-align: baseline;

}

body {

	line-height: 1;

}

h1, h2, h3, h4, h5, h6 {
	/*clear: both;*/
	font-weight: normal;
}

ol, ul {

	list-style: none;

}

blockquote {

	quotes: none;

}

blockquote:before, blockquote:after {

	content: '';

	content: none;

}

del {

	text-decoration: line-through;

}

/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: collapse;

	border-spacing: 0;

}

a img {

	border: none;

}



/* =Layout

-------------------------------------------------------------- */



/*

LAYOUT: Two columns

DESCRIPTION: Two-column fixed layout with one sidebar right of content

*/



#container {

	float: left;

	margin: 0 -240px 0 0;

	width: 100%;

}

#content {
	margin-left: 20px;
	width: 680px;
}
.page-template-index-page-php #content {
	margin-left: 0 !important;
	width: 710px !important;
}

#primary,

#secondary {

	/*float: right;
	overflow: hidden;*/
	/*position:absolute;
	right: -5px;*/
	float: right;
    	margin-right: -5px;
	width: 220px;

}

#secondary {

	clear: right;

}

#footer {

	clear: both;

	width: 100%;

}



/*

LAYOUT: One column, no sidebar

DESCRIPTION: One centered column with no sidebar

*/



.one-column #content {

	margin: 0 auto;

	width: 100% !important;

}



/*

LAYOUT: Full width, no sidebar

DESCRIPTION: Full width content with no sidebar; used for attachment pages

*/



.single-attachment #content {

	margin: 0 auto;

	width: 900px;

}


/* =Structure

-------------------------------------------------------------- */



/* The main theme structure */

#colophon,

#branding,

#main,

#wrapper {

	margin: 0 auto;

	width: 960px;

}

#wrapper {

	background: #fff;

	margin-top: 20px;

	padding: 0 20px;

}



/* Structure the footer area */

#footer-widget-area,
#extra-widget-area {
	overflow: hidden;
}

#footer-widget-area .widget-area,
#extra-widget-area .widget-area {
	float: left;
	margin-right: 40px;
	width: 210px;
}

#footer-widget-area .fourth,
#extra-widget-area .fourth {
	margin-right: 0;
}

#site-info {

	float: left;

	font-size: 14px;

	font-weight: bold;

	width: 700px;

}

#site-generator {

	float: right;

	width: 220px;

}





/* =Global Elements

-------------------------------------------------------------- */



/* Main global 'theme' and typographic styles */

body {

	/*background: #f1f1f1;*/

}

body,

input,

textarea {

	color: #666;

	font-size: 12px;

	line-height: 16px;

}

hr {

	background-color: #e7e7e7;

	border: 0;

	clear: both;

	height: 1px;

	margin-bottom: 4px;

}



/* Text elements */

p {

	margin-bottom: 4px;

}

ul {

	list-style: square;

	margin: 0 0 4px 1.5em;

}

ol {

	list-style: decimal;

	margin: 0 0 4px 1.5em;

}

ol ol {

	list-style: upper-alpha;

}

ol ol ol {

	list-style: lower-roman;

}

ol ol ol ol {

	list-style: lower-alpha;

}

ul ul,

ol ol,

ul ol,

ol ul {

	margin-bottom: 0;

}

dl {

	margin: 0 0 24px 0;

}

dt {

	font-weight: bold;

}

dd {

	margin-bottom: 4px;

}

strong {

	font-weight: bold;

}

cite,

em,

i {

	font-style: italic;

}

big {

	font-size: 131.25%;

}

ins {

	background: #ffc;

	text-decoration: none;

}

blockquote {

	font-style: italic;

	padding: 0 3em;

}

blockquote cite,

blockquote em,

blockquote i {

	font-style: normal;

}

pre {

	background: #f7f7f7;

	color: #222;

	line-height: 16px;

	margin-bottom: 4px;

	padding: 1.5em;

}

abbr,

acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

sup,

sub {

	height: 0;

	line-height: 1;

	position: relative;

	vertical-align: baseline;

}

sup {

	bottom: 1ex;

}

sub {

	top: .5ex;

}

a,
a:link,
a:visited {
	color: #ed1747;
	text-decoration: underline;
}

a:active,
a:hover {
	color: #42403f;
	text-decoration: underline;
}



/* Text meant only for screen readers */

.screen-reader-text {

	position: absolute;

	left: -9000px;

}





/* =Header

-------------------------------------------------------------- */



#header {

	padding: 30px 0 0 0;

}

#site-title {

	float: left;

	font-size: 30px;

	line-height: 36px;

	margin: 0 0 18px 0;

	width: 700px;

}

#site-title a {

	color: #000;

	font-weight: bold;

	text-decoration: none;

}

#site-description {

	clear: right;

	float: right;

	font-style: italic;

	margin: 15px 0 18px 0;

	width: 220px;

}



/* This is the custom header image */

#branding img {

	border-top: 4px solid #000;

	border-bottom: 1px solid #000;

	display: block;

	float: left;

}



/* =Content

-------------------------------------------------------------- */



#main {

	clear: both;

	/*overflow: hidden;*/

	padding: 40px 0 0 0;

}

#content,

#content input,

#content textarea {

	line-height: 16px;

}

#content p,

#content ul,

#content ol,

#content dd,

#content pre,

#content hr {

	margin-bottom: 4px;

}

#content ul ul,

#content ol ol,

#content ul ol,

#content ol ul {

	margin-bottom: 0;

}

#content pre,

#content kbd,

#content tt,

#content var {

	font-size: 15px;

	line-height: 21px;

}

#content code {

	font-size: 13px;

}

#content dt,

#content th {

	color: #000;

}

#content h1,

#content h2,

#content h3,

#content h4,

#content h5,

#content h6 {


}

#content table {

	border: 1px solid #e7e7e7;

	margin: 0 -1px 24px 0;

	text-align: left;

	width: 100%;

}

#content tr th,

#content thead th {

	color: #888;

	font-size: 12px;

	font-weight: bold;

	line-height: 16px;

	padding: 9px 24px;

}

/*
#content tr td {

	border-top: 1px solid #e7e7e7;

	padding: 6px 24px;

}
*/

#content tr.odd td {

	background: #f2f7fc;

}

/*
.hentry {

	margin: 0 0 48px 0;

}*/

.home .sticky {

	background: #f2f7fc;

	border-top: 4px solid #000;

	margin-left: -20px;

	margin-right: -20px;

	padding: 18px 20px;

}

.single .hentry {

	margin: 0 0 36px 0;

}

.page-title {

	color: #000;

	font-size: 14px;

	font-weight: bold;

	margin: 0 0 36px 0;

}

.page-title span {

	font-size: 16px;

	font-style: italic;

	font-weight: normal;

}

.page-title a:link,

.page-title a:visited {

	color: #888;

	text-decoration: none;

}

.page-title a:active,

.page-title a:hover {

	color: #f31e24;

}

#content .entry-title {

	color: #000;

	font-size: 21px;

	font-weight: bold;

	line-height: 1.3em;

	margin-bottom: 0;

}

.entry-title a:link,

.entry-title a:visited {

	color: #000;

	text-decoration: none;

}

.entry-title a:active,

.entry-title a:hover {

	color: #f31e24;

}

.entry-meta {

	color: #888;

	font-size: 12px;

}

.entry-meta abbr,

.entry-utility abbr {

	border: none;

}

.entry-meta abbr:hover,

.entry-utility abbr:hover {

	border-bottom: 1px dotted #666;

}

.entry-content,

.entry-summary {

	clear: both;

	padding: 0 0 12px 0;

}

#content .entry-summary p:last-child {

	margin-bottom: 12px;

}

.entry-content fieldset {

	border: 1px solid #e7e7e7;

	margin: 0 0 24px 0;

	padding: 24px;

}

.entry-content fieldset legend {

	background: #fff;

	color: #000;

	font-weight: bold;

	padding: 0 24px;

}

.entry-content input {

	margin: 0 0 24px 0;

}

.entry-content input.file,

.entry-content input.button {

	margin-right: 24px;

}

.entry-content label {

	color: #888;

	font-size: 12px;

}

.entry-content select {

	margin: 0 0 24px 0;

}

.entry-content sup,

.entry-content sub {

	font-size: 10px;

}

.entry-content blockquote.left {

	float: left;

	margin-left: 0;

	margin-right: 24px;

	text-align: right;

	width: 33%;

}

.entry-content blockquote.right {

	float: right;

	margin-left: 24px;

	margin-right: 0;

	text-align: left;

	width: 33%;

}

.page-link {

	clear: both;

	color: #000;

	font-weight: bold;

	margin: 0 0 22px 0;

	word-spacing: 0.5em;

}

.page-link a:link,

.page-link a:visited {

	background: #f1f1f1;

	font-weight: normal;

	padding: 0.5em 0.75em;

	text-decoration: none;

}

.home .sticky .page-link a {

	background: #d9e8f7;

}

.page-link a:active,

.page-link a:hover {

	color: #f31e24;

}

body.page .edit-link {

	clear: both;

	display: block;

}

#entry-author-info {

	background: #f2f7fc;

	border-top: 4px solid #000;

	clear: both;

	font-size: 14px;

	line-height: 20px;

	margin: 24px 0;

	overflow: hidden;

	padding: 18px 20px;

}

#entry-author-info #author-avatar {

	background: #fff;

	border: 1px solid #e7e7e7;

	float: left;

	height: 60px;

	margin: 0 -104px 0 0;

	padding: 11px;

}

#entry-author-info #author-description {

	float: left;

	margin: 0 0 0 104px;

}

#entry-author-info h2 {

	font-size: 100%;

	font-weight: bold;

	margin-bottom: 0;

}

.entry-utility {

	clear: both;

	color: #888;

	font-size: 12px;

	line-height: 16px;

}

.entry-meta a,

.entry-utility a {

	color: #888;

}

.entry-meta a:hover,

.entry-utility a:hover {

	color: #f31e24;

}

#content .video-player {

	padding: 0;

}





/* =Asides

-------------------------------------------------------------- */



.home #content .format-aside p,

.home #content .category-asides p {

	font-size: 14px;

	line-height: 20px;

	margin-bottom: 10px;

	margin-top: 0;

}

.home .hentry.format-aside,

.home .hentry.category-asides {

	padding: 0;

}

.home #content .format-aside .entry-content,

.home #content .category-asides .entry-content {

	padding-top: 0;

}





/* =Gallery listing

-------------------------------------------------------------- */



.format-gallery .size-thumbnail img,

.category-gallery .size-thumbnail img {

	border: 10px solid #f1f1f1;

	margin-bottom: 0;

}

.format-gallery .gallery-thumb,

.category-gallery .gallery-thumb {

	float: left;

	margin-right: 20px;

	margin-top: -4px;

}

.home #content .format-gallery .entry-utility,

.home #content .category-gallery .entry-utility {

	padding-top: 4px;

}





/* =Attachment pages

-------------------------------------------------------------- */



.attachment .entry-content .entry-caption {

	font-size: 140%;

	margin-top: 24px;

}

.attachment .entry-content .nav-previous a:before {

	content: '\2190\00a0';

}

.attachment .entry-content .nav-next a:after {

	content: '\00a0\2192';

}





/* =Images

-------------------------------------------------------------- */



/*

Resize images to fit the main content area.

- Applies only to images uploaded via WordPress by targeting size-* classes.

- Other images will be left alone. Use "size-auto" class to apply to other images.

*/

img.size-auto,

img.size-full,

img.size-large,

img.size-medium,

.attachment img {

	max-width: 100%; /* When images are too wide for containing element, force them to fit. */

	height: auto; /* Override height to match resized width for correct aspect ratio. */

}

.alignleft,

img.alignleft {

	display: inline;

	float: left;

	margin-right: 24px;

	margin-top: 4px;

}

.alignright,

img.alignright {

	display: inline;

	float: right;

	margin-left: 24px;

	/*margin-top: 4px;*/

}

.aligncenter,

img.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}

img.alignleft,

img.alignright,

img.aligncenter {

	margin-bottom: 12px;

}

.wp-caption {

	background: #f1f1f1;

	line-height: 16px;

	margin-bottom: 20px;

	max-width: 632px !important; /* prevent too-wide images from breaking layout */

	padding: 4px;

	text-align: center;

}

.wp-caption img {

	margin: 5px 5px 0;

}

.wp-caption p.wp-caption-text {

	color: #888;

	font-size: 12px;

	margin: 5px;

}

.wp-smiley {

	margin: 0;

}

.gallery {

	margin: 0 auto 18px;

}

.gallery .gallery-item {

	float: left;

	margin-top: 0;

	text-align: center;

	width: 33%;

}

.gallery-columns-2 .gallery-item {

	width: 50%;

}

.gallery-columns-4 .gallery-item {

	width: 25%;

}

.gallery img {

	border: 2px solid #cfcfcf;

}

.gallery-columns-2 .attachment-medium {

	max-width: 92%;

	height: auto;

}

.gallery-columns-4 .attachment-thumbnail {

	max-width: 84%;

	height: auto;

}

.gallery .gallery-caption {

	color: #888;

	font-size: 12px;

	margin: 0 0 12px;

}

.gallery dl {

	margin: 0;

}

.gallery img {

	border: 10px solid #f1f1f1;

}

.gallery br+br {

	display: none;

}

#content .attachment img {/* single attachment images should be centered */

	display: block;

	margin: 0 auto;

}





/* =Navigation

-------------------------------------------------------------- */



.navigation {

	color: #888;

	font-size: 12px;

	line-height: 16px;

	overflow: hidden;

}

.navigation a:link,

.navigation a:visited {

	color: #888;

	text-decoration: none;

}

.navigation a:active,

.navigation a:hover {

	color: #f31e24;

}

.nav-previous {

	float: left;

	width: 50%;

}

.nav-next {

	float: right;

	text-align: right;

	width: 50%;

}

#nav-above {

	margin: 0 0 18px 0;

}

#nav-above {

	display: none;

}

.paged #nav-above,

.single #nav-above {

	display: block;

}

#nav-below {

	margin: -18px 0 0 0;

}





/* =Comments

-------------------------------------------------------------- */

#comments {

	clear: both;

}

#comments .navigation {

	padding: 0 0 18px 0;

}

h3#comments-title,

h3#reply-title {

	color: #000;

	font-size: 20px;

	font-weight: bold;

	margin-bottom: 0;

}

h3#comments-title {

	padding: 24px 0;

}

.commentlist {

	list-style: none;

	margin: 0;

}

.commentlist li.comment {

	border-bottom: 1px solid #e7e7e7;

	line-height: 24px;

	margin: 0 0 24px 0;

	padding: 0 0 0 56px;

	position: relative;

}

.commentlist li:last-child {

	border-bottom: none;

	margin-bottom: 0;

}

#comments .comment-body ul,

#comments .comment-body ol {

	margin-bottom: 4px;

}

#comments .comment-body p:last-child {

	margin-bottom: 6px;

}

#comments .comment-body blockquote p:last-child {

	margin-bottom: 4px;

}

.commentlist ol {

	list-style: decimal;

}

.commentlist .avatar {

	position: absolute;

	top: 4px;

	left: 0;

}

.comment-author {

}

.comment-author cite {

	color: #000;

	font-style: normal;

	font-weight: bold;

}

.comment-author .says {

	font-style: italic;

}

.comment-meta {

	font-size: 12px;

	margin: 0 0 18px 0;

}

.comment-meta a:link,

.comment-meta a:visited {

	color: #888;

	text-decoration: none;

}

.comment-meta a:active,

.comment-meta a:hover {

	color: #f31e24;

}

.commentlist .even {

}

.commentlist .bypostauthor {

}

.reply {

	font-size: 12px;

	padding: 0 0 24px 0;

}

.reply a,

a.comment-edit-link {

	color: #888;

}

.reply a:hover,

a.comment-edit-link:hover {

	color: #f31e24;

}

.commentlist .children {

	list-style: none;

	margin: 0;

}

.commentlist .children li {

	border: none;

	margin: 0;

}

.nopassword,

.nocomments {

	display: none;

}

#comments .pingback {

	border-bottom: 1px solid #e7e7e7;

	margin-bottom: 4px;

	padding-bottom: 4px;

}

.commentlist li.comment+li.pingback {

	margin-top: -6px;

}

#comments .pingback p {

	color: #888;

	display: block;

	font-size: 12px;

	line-height: 16px;

	margin: 0;

}

#comments .pingback .url {

	font-size: 13px;

	font-style: italic;

}



/* Comments form */

input[type=submit] {


}

#respond {

	border-top: 1px solid #e7e7e7;

	margin: 24px 0;

	overflow: hidden;

	position: relative;

}

#respond p {

	margin: 0;

}

#respond .comment-notes {

	margin-bottom: 1em;

}

.form-allowed-tags {

	line-height: 1em;

}

.children #respond {

	margin: 0 48px 0 0;

}

h3#reply-title {

	margin: 18px 0;

}

#comments-list #respond {

	margin: 0 0 18px 0;

}

#comments-list ul #respond {

	margin: 0;

}

#cancel-comment-reply-link {

	font-size: 12px;

	font-weight: normal;

	line-height: 16px;

}

#respond .required {

	color: #f31e24;

	font-weight: bold;

}

#respond label {

	color: #888;

	font-size: 12px;

}

#respond input {

	margin: 0 0 9px;

	width: 98%;

}

#respond textarea {

	width: 98%;

}

#respond .form-allowed-tags {

	color: #888;

	font-size: 12px;

	line-height: 16px;

}

#respond .form-allowed-tags code {

	font-size: 11px;

}

#respond .form-submit {

	margin: 12px 0;

}

#respond .form-submit input {

	font-size: 14px;

	width: auto;

}





/* =Widget Areas

-------------------------------------------------------------- */



.widget-area ul {

	list-style: none;

	margin-left: 0;

}

.widget-area ul ul {

	list-style: square;

	margin-left: 1.3em;

}

.widget-area select {

	max-width: 100%;

}

.widget_search #s {/* This keeps the search inputs in line */

	width: 60%;

}

.widget_search label {

	display: none;

}

.widget-container {

	margin: 0;

}

.widget-title {

	color: #222;

	font-weight: bold;

}

.widget-area a:link,

.widget-area a:visited {

	/*text-decoration: none;*/

}

.widget-area a:active,

.widget-area a:hover {

	text-decoration: underline;

}

.widget-area .entry-meta {

	font-size: 11px;

}

#wp_tag_cloud div {

	line-height: 1.6em;

}

#wp-calendar {

	width: 100%;

}

#wp-calendar caption {

	color: #222;

	font-size: 14px;

	font-weight: bold;

	padding-bottom: 4px;

	text-align: left;

}

#wp-calendar thead {

	font-size: 11px;

}

#wp-calendar thead th {

}

#wp-calendar tbody {

	color: #aaa;

}

#wp-calendar tbody td {

	background: #f5f5f5;

	border: 1px solid #fff;

	padding: 3px 0 2px;

	text-align: center;

}

#wp-calendar tbody .pad {

	background: none;

}

#wp-calendar tfoot #next {

	text-align: right;

}

.widget_rss a.rsswidget {

	color: #000;

}

.widget_rss a.rsswidget:hover {

	color: #f31e24;

}

.widget_rss .widget-title img {

	width: 11px;

	height: 11px;

}



/* Main sidebars */

#main .widget-area ul {

	margin-left: 0;

	/*padding: 0 20px 0 0;*/

}

#main .widget-area ul ul {

	border: none;

	/*margin-left: 1.3em;*/

	padding: 0;

}

#primary {

}

#secondary {

}



/* Footer widget areas */

#footer-widget-area {

}





/* =Footer

-------------------------------------------------------------- */



#footer {

	margin-bottom: 20px;

}

#colophon {

	border-top: 4px solid #000;

	margin-top: -4px;

	overflow: hidden;

	padding: 18px 0;

}

#site-info {

	font-weight: bold;

}

#site-info a {

	color: #000;

	text-decoration: none;

}

#site-generator {

	font-style: italic;

	position: relative;

}

#site-generator a {

	background: url(images/wordpress.png) center left no-repeat;

	color: #666;

	display: inline-block;

	line-height: 16px;

	padding-left: 20px;

	text-decoration: none;

}

#site-generator a:hover {

	text-decoration: underline;

}

img#wpstats {

	display: block;

	margin: 0 auto 10px;

}





/* =Mobile Safari ( iPad, iPhone and iPod Touch )

-------------------------------------------------------------- */



pre {

	-webkit-text-size-adjust: 140%;

}

code {

	-webkit-text-size-adjust: 160%;

}

#mainmenu,

.entry-meta,

.entry-utility,

.navigation,

.widget-area {

	-webkit-text-size-adjust: 120%;

}

#site-description {

	-webkit-text-size-adjust: none;

}





/* =Print Style

-------------------------------------------------------------- */



@media print {

	body {

		background: none !important;

	}

	#wrapper {

		clear: both !important;

		display: block !important;

		float: none !important;

		position: relative !important;

	}

	#header {

		border-bottom: 2pt solid #000;

		padding-bottom: 18pt;

	}

	#colophon {

		border-top: 2pt solid #000;

	}

	#site-title,

	#site-description {

		float: none;

		line-height: 1.4em;

		margin: 0;

		padding: 0;

	}

	#site-title {

		font-size: 13pt;

	}

	.entry-content {

		font-size: 14pt;

		line-height: 1.6em;

	}

	.entry-title {

		font-size: 21pt;

	}

	#mainmenu,

	#branding img,

	#respond,

	.comment-edit-link,

	.edit-link,

	.navigation,

	.page-link,

	.widget-area {

		display: none !important;

	}

	#container,

	#header,

	#footer {

		margin: 0;

		width: 100%;

	}

	#content,

	.one-column #content {

		margin: 24pt 0 0;

		width: 100%;

	}

	.wp-caption p {

		font-size: 11pt;

	}

	#site-info,

	#site-generator {

		float: none;

		width: auto;

	}

	#colophon {

		width: auto;

	}

	img#wpstats {

		display: none;

	}

	#site-generator a {

		margin: 0;

		padding: 0;

	}

	#entry-author-info {

		border: 1px solid #e7e7e7;

	}

	#main {

		display: inline;

	}

	.home .sticky {

		border: none;

	}

}





/* =Menu

-------------------------------------------------------------- */

#mainmenu #menu-mainmenu {
	position: relative;
}

#mainmenu ul  {
	height: 64px;
	list-style: none outside none;
	margin: 0;
}
.aboutMenuFocus ul,
#mainmenu div.ul_depth_2_outer,
#mainmenu ul.sub-menu {
	height: 40px;
}

.aboutMenuFocus li,
#mainmenu li {
	float: left;
}

.aboutMenuFocus li a,
#mainmenu a {
	display: block;
	text-decoration: none;
	font-family: Museo-900; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 20px;
	line-height: 60px;
	color: #42403f;
	text-align: center;
        text-shadow: 0px 2px 1px #ffffff;
}
.aboutMenuFocus li a,
#mainmenu a.a_depth_2,
#mainmenu a.a_depth_3 {
	font-family: Museo-700; 
	font-size: 14px;
	line-height: 38px;
	text-align: left;
}



/* Menu : Depth 1 ----------- */

/* old: 23 24 25 26 */
/* new: 1514 1508 1494 1493 */
#mainmenu li#menu-item-1514,
#mainmenu li#menu-item-1508,
#mainmenu li#menu-item-1494,
#mainmenu li#menu-item-1493 {
	width: 221px;
	margin-right: 25px;
	background-color: #f5f5f5;
}
#mainmenu .li_depth_1_last {
	float: right !important;
	margin-right: 0 !important;
}
#mainmenu .li_depth_1_third {
	margin-right: 0 !important;
}

#mainmenu li#menu-item-1493 { background: url(images/londonfriend/menu/right_f57a1f.gif) right top no-repeat #f5f5f5; }
#mainmenu li#menu-item-1494 { background: url(images/londonfriend/menu/right_74bf43.gif) right top no-repeat #f5f5f5; }
#mainmenu li#menu-item-1508 { background: url(images/londonfriend/menu/right_e64398.gif) right top no-repeat #f5f5f5; }
#mainmenu li#menu-item-1514 { background: url(images/londonfriend/menu/right_ffde00.gif) right top no-repeat #f5f5f5; }
#mainmenu ul.sub-menu li {
	background-image: none;
}
#mainmenu li#menu-item-1493.current-menu-item, 
#mainmenu li#menu-item-1493.current-menu-ancestor { background: url(images/londonfriend/menu/right_thin_f57a1f.gif) right top no-repeat #f5f5f5; }
#mainmenu li#menu-item-1494.current-menu-item,
#mainmenu li#menu-item-1494.current-menu-ancestor { background: url(images/londonfriend/menu/right_thin_74bf43.gif) right top no-repeat #f5f5f5; }
#mainmenu li#menu-item-1508.current-menu-item,
#mainmenu li#menu-item-1508.current-menu-ancestor { background: url(images/londonfriend/menu/right_thin_e64398.gif) right top no-repeat #f5f5f5; }
#mainmenu li#menu-item-1514.current-menu-item,
#mainmenu li#menu-item-1514.current-menu-ancestor { background: url(images/londonfriend/menu/right_thin_ffde00.gif) right top no-repeat #f5f5f5; }
#mainmenu li.current-menu-item.li_depth_1,
#mainmenu li.current-menu-ancestor.li_depth_1,
#mainmenu #menu-mainmenu.open_menu {
	height: 80px !important;
} 

#mainmenu li#menu-item-1493 a.a_depth_1 { background: url(images/londonfriend/menu/bottom_f57a1f.gif) left bottom no-repeat; }
#mainmenu li#menu-item-1494 a.a_depth_1 { background: url(images/londonfriend/menu/bottom_74bf43.gif) left bottom no-repeat; }
#mainmenu li#menu-item-1508 a.a_depth_1 { background: url(images/londonfriend/menu/bottom_e64398.gif) left bottom no-repeat; }
#mainmenu li#menu-item-1514 a.a_depth_1 { background: url(images/londonfriend/menu/bottom_ffde00.gif) left bottom no-repeat; }
#mainmenu li.current-menu-item a.a_depth_1,
#mainmenu li.current-menu-ancestor a.a_depth_1 { 
	background: none !important;
}


#mainmenu a.a_depth_1 .link_text {
	display: inline-block;
	background: url(images/londonfriend/menu/arrow.png) right center no-repeat;
	padding-right: 20px;
}
#mainmenu li#menu-item-1493 a.selected_depth_1 .link_text, #mainmenu li#menu-item-1493 a.a_depth_1:hover .link_text { background: url(images/londonfriend/menu/arrow_f57a1f.png) right center no-repeat; }
#mainmenu li#menu-item-1494 a.selected_depth_1 .link_text, #mainmenu li#menu-item-1494 a.a_depth_1:hover .link_text { background: url(images/londonfriend/menu/arrow_74bf43.png) right center no-repeat; }
#mainmenu li#menu-item-1508 a.selected_depth_1 .link_text, #mainmenu li#menu-item-1508 a.a_depth_1:hover .link_text { background: url(images/londonfriend/menu/arrow_e64398.png) right center no-repeat; }
#mainmenu li#menu-item-1514 a.selected_depth_1 .link_text, #mainmenu li#menu-item-1514 a.a_depth_1:hover .link_text { background: url(images/londonfriend/menu/arrow_ffde00.png) right center no-repeat; }

/* Menu : Depth 2 & 3 ------- */

#mainmenu div.ul_depth_2_wrapper,
#mainmenu ul.ul_depth_3 {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 960px;
}

.aboutMenuFocus ul li,
#mainmenu ul.ul_depth_2 li {
	padding: 0 10px 0 20px;
}

#mainmenu li#menu-item-1493 div.ul_depth_2_wrapper { background: url(images/londonfriend/menu/bottom_thin_f57a1f.gif) bottom left repeat-x #f5f5f5; }
#mainmenu li#menu-item-1494 div.ul_depth_2_wrapper { background: url(images/londonfriend/menu/bottom_thin_74bf43.gif) bottom left repeat-x #f5f5f5; }
#mainmenu li#menu-item-1508 div.ul_depth_2_wrapper { background: url(images/londonfriend/menu/bottom_thin_e64398.gif) bottom left repeat-x #f5f5f5; }
#mainmenu li#menu-item-1514 div.ul_depth_2_wrapper { background: url(images/londonfriend/menu/bottom_thin_ffde00.gif) bottom left repeat-x #f5f5f5; }

#mainmenu li#menu-item-1493 ul.ul_depth_2 { background: url(images/londonfriend/menu/right_thin_f57a1f.gif) right center no-repeat; }
#mainmenu li#menu-item-1494 ul.ul_depth_2 { background: url(images/londonfriend/menu/right_thin_74bf43.gif) right center no-repeat; }
#mainmenu li#menu-item-1508 ul.ul_depth_2 { background: url(images/londonfriend/menu/right_thin_e64398.gif) right center no-repeat; }
#mainmenu li#menu-item-1514 ul.ul_depth_2 { background: url(images/londonfriend/menu/right_thin_ffde00.gif) right center no-repeat; }

#mainmenu li#menu-item-1493 ul.ul_depth_3 { background: url(images/londonfriend/dotted_f57a1f.gif) bottom left repeat-x; }
#mainmenu li#menu-item-1494 ul.ul_depth_3 { background: url(images/londonfriend/dotted_74bf43.gif) bottom left repeat-x; }
#mainmenu li#menu-item-1508 ul.ul_depth_3 { background: url(images/londonfriend/dotted_e64398.gif) bottom left repeat-x; }
#mainmenu li#menu-item-1514 ul.ul_depth_3 { background: url(images/londonfriend/dotted_ffde00.gif) bottom left repeat-x; }

/* Menu : Actions ----------- */

#mainmenu ul li#menu-item-1493 a.selected, 
#mainmenu ul li#menu-item-1493 a.selected_child,
#mainmenu li#menu-item-1493 a:hover {
	color: #f57a1f;
}
#mainmenu ul li#menu-item-1494 a.selected, 
#mainmenu ul li#menu-item-1494 a.selected_child,
#mainmenu li#menu-item-1494 a:hover {
	color: #74bf43;
}
#mainmenu ul li#menu-item-1508 a.selected, 
#mainmenu ul li#menu-item-1508 a.selected_child,
#mainmenu li#menu-item-1508 a:hover {
	color: #e64398;
}
#mainmenu ul li#menu-item-1514 a.selected, 
#mainmenu ul li#menu-item-1514 a.selected_child,
#mainmenu li#menu-item-1514 a:hover {
	color: #ffde00;
}

#mainmenu ul ul {
	display: none;
}
#mainmenu ul.open_menu {
	display: block;
}


/* Menu : About (top) ------- */

.aboutMenuFocus {
	display: none;
	margin-top: 30px !important;
}
	.aboutMenuFocus ul {
		list-style: none outside none;
		margin: 0;
	}

.aboutMenuFocus  .current-menu-item a,
.aboutMenuFocus  a:hover {
	color: #00b6f0;
}

.aboutMenuFocus  { background: url(images/londonfriend/dotted_00b6f0.gif) top left repeat-x; }
.aboutMenuFocus ul  { background: url(images/londonfriend/dotted_00b6f0.gif) bottom left repeat-x; }

/* =Patrik CSS

-------------------------------------------------------------- */



a {
	outline: 0;
}



body {
	background-color: white;
	color: #42403f;
    	font-size: 13px;
	font-family: Arial, Helvetica,sans-serif;
}

h1 {
	font-family: Museo-700; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 32px;
	line-height: 30px;
	display: inline-block;
	margin: 0 0 20px 0;
}
h2 {
	font-family: Museo-700; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 16px;
	margin: 20px 0 10px 0;
}
h3 {
	font-family: Museo-700; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 14px;
	margin: 0 0 10px 0;
}

input[type=text],
textarea,
input[type=button],
input[type=submit] {
	border: 0px solid #ccc;
	-moz-border-radius: 4px;
    	-webkit-border-radius: 4px;
    	-khtml-border-radius: 4px;
	line-height: 14px;
	color: #42403f;
}
input[type=text],
textarea {
    	border-radius: 4px;
	-moz-box-shadow: inset 0 2px 3px 0 #666;
	-webkit-box-shadow: inset 0 2px 3px 0 #666;
	box-shadow: inset 0 2px 3px 0 #666;
	padding: 5px;
}
input[type=text] {
    	width: 120px;
}
input[type=button],
input[type=submit] {
	-moz-box-shadow: 0 1px 3px 0 #666;
	-webkit-box-shadow: 0 1px 3px 0 #666;
	box-shadow: 0 1px 3px 0 #666;
    	border-radius: 4px;
	padding: 3px 6px;
	font-family: Museo-700; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 14px;
        text-shadow: 0px 2px 1px #ffffff;
	background: white url(images/londonfriend/btn.jpg) repeat-x top left;
	cursor: pointer;
}
input[type=button]:hover,
input[type=submit]:hover {
	background: white url(images/londonfriend/btn_hover.jpg) repeat-x top left;
}

.page .header_container #header,
.page .menu_container #mainmenu,
.page .menu_container .aboutMenuFocus,
.page .content_container #main,
.page .footer_container #footer,
.page .extra_container #extra {
	padding: 0;
	margin: 0 auto;
	width: 960px;
}

.page .content_container #main {
	/*width: 970px !important;*/
	padding: 30px 5px 0 5px !important;
	position: relative;
	min-height: 400px;
	/*margin-bottom: 38px;*/
}
.page .content_container {
	margin-bottom: 38px;
}

a.arrow {
	text-decoration: none;
	display: inline-block;
	padding-right: 11px;
	background: url(images/londonfriend/arrow.png) no-repeat right center;
	font-family: Museo-700; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 14px;
}
a.arrow:hover {
	text-decoration: underline;
}

a.arrow2 {
	text-decoration: none;
	display: inline-block;
	padding-right: 11px;
	padding-top: 5px;
	background: url(images/londonfriend/arrow.png) no-repeat right center;
	color: #888888;
	font-family: Museo-700; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 14px;
	border-top: 1px dotted #000;
}
a.arrow2:hover {
	text-decoration: underline;
}

.page .header_container {
	height: 130px;
}

	.page .header_container #header {
		position: relative;
		height: 160px;
	}

	.page .header_container #header h1.logo {
		display: block;
		position: absolute;
		background: url(images/londonfriend/logo.png) top left no-repeat;
		width: 260px;
		height: 100px;
		left: 35px;
		top: 17px;
		text-indent: -9999px;
	}

	.page .header_container #header #icon_box {
		display: block;
		position: absolute;
		width: 400px;
		height: 80px;
		background: url(http://londonfriend.org.uk/wp-content/uploads/2016/06/header_image_june_2016-1.gif) top left no-repeat;
		right: 250px;
		top: 28px;
	}

	.page .header_container #header #search_box {
		position: absolute;
		right: 0;
		top: 64px;
		width: 206px;
	}
		.page .header_container #header #search_box #searchsubmit {
			float: right;
		}
		.page .header_container #header #search_box #s{
			float: left;
		}

.page .menu_container #access {
		position: absolute;
		z-index: 20;
		bottom: 0;
		left: 0;
		width: 100%;
}

.page .content_container {
	position: relative;
}
	.page .content_container .donate {
		display: block;
	}
	.page .content_container #model {
		text-align: center;
		color: #888888;
    		font-style: italic;
	}

.page .content_container_index {
	background: url(images/londonfriend/index_bg.gif) repeat-x left top;
}
	.page .content_container_index #main {
		padding-top: 40px !important;
	}
	.page .content_container_index #main #primary {
		margin-top: -10px;
	}
	.page .content_container_index #main #primary h3 {
		display:none;
	}
	#slideshow-container,
	#slideshow-container ul#slideshow li {
		width: 715px;
	}
	#slideshow-container {
		height: 280px;
		width: 715px;
		margin-bottom: 10px;
		position: relative;
		overflow: hidden;
	}
		#slideshow-container #slideshow-selector {
			position: absolute;
			right: 0;
			bottom: 10px;
			height: 15px;
			width: 220px;
			overflow: hidden;
			z-index: 3;
		}
			#slideshow-container #slideshow-selector a {
				display: inline-block;
				width: 15px;
				height: 15px;
				background: url(images/londonfriend/slide_white.png) no-repeat top left;
				margin-right: 5px;
				text-decoration: none;
			}
			#slideshow-container #slideshow-selector a:hover {
				text-decoration: none;
				cursor: pointer;
			}
			#slideshow-container #slideshow-selector a.selected {
				background: url(images/londonfriend/slide_black.png) no-repeat top left;
			}
			#slideshow-container #slideshow-selector a.selected:hover {
				cursor: default;
			}
		#slideshow-container ul#slideshow {
			position: relative;
			list-style: none outside none;
			margin: 0;
			padding: 0;
			z-index: 2;
		}
			#slideshow-container ul#slideshow li {
				position: absolute;
				height: 280px;
				overflow: hidden;
				display: none;
			}
			#slideshow-container ul#slideshow li img {
				width: 480px;
				height: 280px;
				float: left;
			}
			#slideshow-container ul#slideshow li .slideshow-content {
				width: 220px;
				height: 280px;
				float: right;
			}
				#slideshow-container ul#slideshow li .slideshow-content h1 {
					margin-top: 24px;
					color: white;
				}
				#slideshow-container ul#slideshow li .slideshow-content a,
				#slideshow-container ul#slideshow li .slideshow-content a:link,
				#slideshow-container ul#slideshow li .slideshow-content a:visited {
					color: #ffffff;
					text-decoration: underline;
				}
				#slideshow-container ul#slideshow li .slideshow-content a:hover {
					color: #42403f;
					text-decoration: underline;
				}

#index-page-widget-area {
	/*overflow: hidden;*/
}

	#index-page-widget-area .widget-area {
		float: left;
		margin-right: 40px;
		width: 210px;
	}
	#index-page-widget-area .third {
		margin-right: 0;
	}
	#index-page-widget-area .phone {
		display: block;
		background: url(images/londonfriend/phone.png) repeat-x bottom;
		width: 200px;
		height: 30px;
		margin: 20px 0;
		text-indent: -9999px;	
	}
	#index-page-widget-area h2 {
		margin: 20px 0 10px 0;
		line-height: 36px;
		height: 36px;
		background: url(images/londonfriend/dotted.png) repeat-x bottom;
	}
	#index-page-widget-area .widget-container {
		margin: 0;
	}
	#index-page-widget-area .second p {
		margin-bottom: 16px !important;	
	}

.wp-polls {
}
	.wp-polls p,
	.wp-polls .wp-polls-ul {
		margin-bottom: 16px !important;		
	}
	.wp-polls .wp-polls-rad li {
		height: 24px;
		line-height: 24px;
	}
	.wp-polls input[type=button] {
    		border-radius: 4px !important;	
    		padding: 3px 6px !important;	
	}

.polls_right {
	width: 300px; /*just default, override when creating*/
	float: right;
	margin: 36px 0 36px 36px;
}
.polls_left {
	width: 300px; /*just default, override when creating*/
	float: left;
	margin: 36px 36px 36px 0;
}
.polls_right .wp-polls-que,
.polls_left .wp-polls-que {
	font-weight: bold;
}


.page .widget-area {
/*.page .footer_container .second {*/
	position: relative;
}

.page .widget-area #diary_bg {
	position: absolute;
	left: -42px;
	top: 1px;
	line-height: 1px;
	width: 280px;
	z-index: 1;
	background: url(images/londonfriend/diary.png) no-repeat left top;
	height: 230px;
}
.page #index-page-widget-area #diary_bg {
	background: url(images/londonfriend/diary_long.png) no-repeat left top !important;
	height: 280px !important;
}
.page .widget-area #diary_content {
	position: relative;
	z-index: 2;
}

.page .widget-area .map {
	height: 160px;
	width: 230px;
	margin: 0 0 5px -5px;
	background: url(images/londonfriend/map.png) no-repeat left top;
}

.page .footer_container {

	/*background: url(images/londonfriend/bg_footer1.gif) top repeat-x;
	height: 230px;*/
	background: url(images/londonfriend/bg_footer1_long.gif) top repeat-x;
	height: 260px;
	/*margin-bottom: 20px;*/
	margin-bottom: 10px;

}
	.page .footer_container .widget-area{
		height: 260px;
	}
	.page .footer_container h2 {
		margin: 20px 0 10px 0;
		line-height: 36px;
		height: 36px;
		background: url(images/londonfriend/dotted.png) repeat-x bottom;
	}
	.page .footer_container #about_header span {
		background: url(images/londonfriend/logo_small.png) no-repeat right top;
		padding-right: 95px;
		display: inline-block;
	}
	.page .footer_container .widget-container {
		margin: 0;
	}

.page .extra_container {

	/*background: url(images/londonfriend/bg_footer2.gif) top repeat-x;
	height: 310px;*/
	/*background: url(images/londonfriend/bg_footer2_short.gif) top repeat-x;
	height: 40px;*/
	background: url(images/londonfriend/bg_footer2_medium.gif) top repeat-x;
	height: 60px;
	color: white;
	margin-bottom: 20px;
	position: relative;

}
	.page .extra_container a,
	.page .extra_container a:visited,
	.page .extra_container a:hover,
	.page .extra_container a:active,
	.page .extra_container a:link {
		color: white;
	}
	.page .extra_container a.arrow {
		background-image: url(images/londonfriend/arrow_white.png);
	}
	.page .extra_container h3 {
		margin: 20px 0 10px 0;
		line-height: 30px;
		height: 30px;
		background: url(images/londonfriend/dotted.png) repeat-x bottom;
	}
	.page .extra_container .widget-container {
		margin: 0;
	}

	.page .extra_container .phone {
		font-size: 14px;
		font-weight: bold;
	}
	
	.page .extra_container #extra  {
		text-align: center;
		font-weight: bold;
		padding-top: 14px;
		line-height: 14px;
	}
	.page .extra_container #extra .copy {
		/*height: 48px;
		line-height: 48px;
		width: 960px;
		background: url(images/londonfriend/dotted.png) repeat-x top;*/
	}
	.page .extra_container #extra ul {
		margin: 0;
		list-style: none outside none;
		display: inline-block;
	}
	.page .extra_container #extra ul li {
		float:left;
		padding: 0 7px;
		border-right: 1px solid white;
		margin-bottom: 4px;
	}
	.page .extra_container #extra ul li:last-child {
		border-right: 0px !important;
	}
	.page .extra_container #extra a {
		text-decoration: none;
	}
	.page .extra_container #extra a:hover {
		text-decoration: underline;
	}

#footer .menu-aboutmenu-container ul {
	list-style: none outside none;
	margin: -5px 0 0 0;
}
	#footer ul.socials li,
	#footer .menu-aboutmenu-container ul li {
		height: 22px;
		line-height: 22px;
		font-family: Museo-700; 
		font-weight: normal; 
		font-style: normal; 
		font-size: 14px;
	}
	#footer .menu-aboutmenu-container ul li a {
		padding-right: 11px;
		text-decoration: none;
		background: url(images/londonfriend/arrow.png) no-repeat right center;
		color: #42403F;
	}
	#footer .menu-aboutmenu-container ul li a:hover {
		text-decoration: underline;
	}

#footer ul.socials {
	list-style: none outside none;
	margin: 0;
}
	#footer ul.socials li {
		height: 34px;
		line-height: 34px;
		margin-bottom: 8px;
	}
	#footer ul.socials li a {
		text-decoration: none;
		display: inline-block;
		padding-left: 44px;
		color: #42403F;
	}
	#footer ul.socials li a:hover {
		text-decoration: underline;
	}
	#footer ul.socials li a span {
		padding-right: 11px;
		background: url(images/londonfriend/arrow.png) no-repeat right center;
	}
	#footer ul.socials li.facebook a {
		background: url(images/londonfriend/icon_facebook.png) no-repeat left center;
	}
	#footer ul.socials li.twitter a {
		background: url(images/londonfriend/icon_twitter.png) no-repeat left center;
	}
	#footer ul.socials li.youtube a {
		background: url(images/londonfriend/icon_youtube.png) no-repeat left center;
	}

#footer-widget-area .third li {
	clear:both;
}
.widget_wp_email_capture_widget_class h3,
.widget_wp_email_capture_widget_class .textwidget {
	display:none;
}
#wp_email_capture {
	line-height: 1px;
	/*margin-bottom: 16px;
	height: 24px;*/
}
#wp_email_capture input.wp-email-capture-name,
#wp_email_capture label,
#wp_email_capture br {
	display:none;
}
#wp_email_capture input.wp-email-capture-email {
	float:left;
}
#wp_email_capture input.wp-email-capture-submit {
	float:right;
}
#wp_email_capture:after,
#wp_email_capture input.wp-email-capture-submit:after {
	clear:both;
}
#wp_email_capture div {
	line-height: 16px;
	padding: 5px;
	margin: 0 0 10px 0 !important;
	color: #ff0000 !important;
	background-color: #ffbdbd !important;
	border: 1px solid #ff0000;
	width: 200px !important;
	font-weight: bold;
}
#html_javascript_adder-7 .hjawidget {
	padding-top: 16px !important;
}

ul#events-calendar-list  {
	margin-bottom: 16px !important;
}
	ul#events-calendar-list li  {
		margin-bottom: 10px;
		list-style: none outside none;
	}
	ul#events-calendar-list li:hover  {
		padding: 0px;
		border: 0px;
		background-color: transparent;
	}
	ul#events-calendar-list .ec_date {
		display: block;
	}
	ul#events-calendar-list .ec_title {
		display: block;
		font-weight: bold;
	}

#CalendarLarge-Header td {
	padding: 4px;
}

#wp-calendarLarge {
	
}
	#wp-calendarLarge .dayHead {
	    	background-color: #00B6F0 !important;
	}
	#wp-calendarLarge #todayLarge {
	    	background-color: #f5f5f5 !important;
		color: #42403F !important;
	}
	#wp-calendarLarge .event-block {
   		border-top: 0px !important;
		color: #42403F !important;
	}
	#wp-calendarLarge td {
    		height: 55px !important;
		border-color: #E7E7E7 !important;
	}
#fb_feed {
	margin-bottom: 16px;
}
#fb_feed_loader {
	background: url(images/londonfriend/fb_loader.gif) left top no-repeat;
	line-height: 32px;
	padding-left: 40px;
}


#fb_feed li {
	list-style: none outside none;
}
#fb_feed li a {
	text-decoration: none;
}
#fb_feed li a .title {
	color: #42403F;
}
#fb_feed li a:hover {
	text-decoration: none;
}
#fb_feed li:hover .date {
	background: url(images/londonfriend/arrow.png) no-repeat right center;
}
#fb_feed li .date {
	display: inline-block;
	padding-right: 11px;
	font-weight: bold;
}
#fb_feed li .title {
			
}