/* CSS Document */

/*
Theme Name: jeramedia
Theme URI: http://www.victoriafreeman.nl
Description: Child Theme for Sliding Door (sliding-door.2.6.1)
Author: Victoria Freeman Communications
Author URI: http://www.victoriafreeman.nl
Template: sliding-door.2.6.1/sliding-door
Version: 0.1
*/
 
@import url("../sliding-door.2.6.1/sliding-door/style.css");

/* =Reset default browser CSS. 
---------------------- */

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 {
	vertical-align: top;
}

/* removes background image */

body {
    background: url("") no-repeat scroll 0 0 transparent;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

/* transparent background*/
#wrapper {
	background-color: transparent; 
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background-color: transparent;
}
body,
input,
textarea {
	color: #000;
}

/* Text elements */
p {
	font-size: 16px;
	margin-bottom: 22px;
	font-size: 12px;
}

input[type="text"], textarea {
	background: none repeat scroll 0 0 #FFFFFF;
}

pre {
	background: transparent;
	color: #333333;
	padding: 0em;
	background-color: transparent;
}
a:active, a:hover {
    color: #000000;
    text-decoration: underline;
}

/* =Header
-------------------------------------------------------------- */

#site-title a {
	color: #000;
}

/* Logo insertion */

#welcomeheading a {
	color: #fff;
    font: 0pt;
    Text-decoration: none;
	border: none;
	text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
/* end Logo insertion */


/* =Menu
-------------------------------------------------------------- */

#access {
	background: transparent;
	border-bottom: 1px;	
}

#access li:hover > a,
#access ul ul :hover > a {
	color: #000;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #000;
}


/* =Content 
-------------------------------------------------------------- */

#content,
#content input,
#content textarea {
	color: #000;
	font-size: 12px;
	line-height: 18px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
}

/* new headings*/

#content .jeracontact {
	padding-bottom: 6px;
}

#content .jerahead {
	color: #666666;
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	text-indent: 0px;
}

#content .audio a:link {
	color: #3fa0dc;
	text-decoration: none;
	font-style: normal;
	font-size: medium;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: 400;
	vertical-align: text-top;
}
#content .audio a:visited {
	color: #00B2D5;
	text-decoration: none;
}
#content .audio a:active  {
	color: #63A54F;
	text-decoration: underline;
}

#content .audio a:hover {
	text-decoration: underline;
	color: #63A54F;
}
#content table {
	border: 0px solid #e7e7e7;
}
#content tr td {
	border-top: 0px solid #E7E7E7;
	padding: 10px 30px;
}

#content tr.odd td {
	background: transparent;
}
.home .sticky {
	background: transparent;
}

.page-title {
	color: #000;
}

.page-title a:active,
.page-title a:hover {
	color: #000;
}
#content .entry-title {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 18px;
}
.entry-content,
.entry-summary {
	/*clear: both;*/
	padding: 0px 0 0;
}
.entry-meta {
	display: none;
}
.entry-utility {
	display: none;
}
.page-link a:active,
.page-link a:hover {
	color: #666666;
}

.entry-meta a:hover,
.entry-utility a:hover {
	color: #666666;
}
.entry-title a:link,
.entry-title a:visited {
	color: #333333;
font-weight:bold;
font-size: medium;
text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #666666;
	text-decoration: underline;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
}
h3#comments-title,
h3#reply-title {
	color: #000;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.comment-author cite {
	color: #000;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-title {
	color: #666666;
}
#wp-calendar tbody td {
	border: 1px solid #000;
}

/* Main sidebars */
#main .widget-area ul ul a{
		color: #000;
		font-size: 11px;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
	border-top: 1px solid #000;
}

#site-generator {
	font-style: normal;
	font-size: small;
	font-variant: small-caps;
}

