/*
Theme Name: Reddyn
Theme URI: http://www.hoppinger.com
Description: Theme build for Reddyn
Author: Hoppinger B.V.
Version: 1.0

*/


/* =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;
	font-family:Arial;
	font-size:12px;
}
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;
}



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

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
	font-family:Arial;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 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: 18px;
}
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: 18px;
	margin-bottom: 18px;
	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;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #000;
	text-decoration:none;
}
a:active,
a:hover {
	color: #000;
	text-decoration:underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =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: 14px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 14px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 6px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	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;
}




/* =Layout
-------------------------------------------------------------- */
html {
	overflow-y:scroll;
	height:100%;
}
body {
	background:url('images/pattern_lightgrey.png') repeat;
	height:100%;
}
/* Opera Fix for sticky footer */
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
a.logo {
	background: url('images/reddyn_logo.png') no-repeat scroll 0 0 transparent;
	display:block;
	float:left;
	height:25px;
	text-indent:-9999px;
	width:151px;
}

/* Header */
#header_content_wrapper {
	min-height: 100%;
	background:transparent url('images/bg_content.png') repeat-y center top; 
}
#header_bg {
	background:url('images/pattern_darkgrey.png') repeat;
	margin:0;
	padding:0;
}
#header_wrapper {
	width:966px;
	margin:0 auto 0 auto;
}
#header {
	height:54px;
	padding:30px 0 0 20px;
	margin:0;
	border:1px solid #ddd;
	background:url('images/header_gradient_bg.png') repeat-x left bottom;
}
#header_logo {
	width:315px;
	float:left;
}
#header_menu  {
	margin:5px 0 0 315px;
	width:615px;
	height:19px;
	padding:0;
	border-bottom:1px solid #ccc;
}
#header_menu ul.menu {
	margin:0;
	padding:0;
	list-style:none;
}
#header_menu ul.menu li {
	float:left;
	padding:0 35px 0 0;
	font-size:13px;
}

#header_menu ul.menu  li a{
	color:#000;
	text-decoration:none;
	padding:0 0 2px 0;
}
#header_menu ul.menu  li.current_page_item  a{
	border-bottom:4px solid #000;	
}
#header_menu  ul.menu  li ul.sub-menu{
	margin:0;
	padding:0;
}
#header_menu  ul.menu  li ul.sub-menu li{
	list-style:none;
	margin:2px 0 0 0;
	padding:0;
}
#header_menu  ul.menu  li ul.sub-menu li a{
	border-bottom:none;	
	font-weight:bold;
	font-size:11px;
	list-style:none;
	padding:0 0 0 10px;
	background:url('images/submenu_arrow.png') no-repeat left center;
}
#header_banner {
	height:260px;
	margin:0;
}

/* Content */
#content_wrapper {
	width:966px;
	margin:0 auto 0 auto;
	background:#fff;
	overflow:auto;
	padding-bottom:80px;
	
}
#main {
	padding:15px 0 0 0;
}
#content {
	padding:0 12px 20px 12px;
}

#content input.wpcf7-submit {
	border:1px solid #ebeaea;
	background:url('images/submit_gradient.png') repeat-x center center;
	width:75px;
	height:25px;
	color:#000;
	padding:1px 0 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	cursor:pointer;
}
#content p {
	margin:0 0 8px 0;
	width:520px;
}

.entry-content {
	width:520px;
	font-size:15px;
	line-height:150%;
	color:#000;
	margin:0 0 0 85px;
}
.entry-content a{
	color:#F13E37;
}
.entry-content a img{
	padding:2px;
}
.entry-content a img:hover{
	border:1px solid #F13E37;
	padding:1px;
}
a.content_link {
	border:1px solid #e9e6e6;
	background:url('images/content_link_bg.png') repeat-x center center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#000;
	padding:3px 10px;
	margin:4px 4px 0 0;
}
#crumbs {
	font-size:11px;
	font-weight:bold;
}
#crumbs  a{
	color:#000;
	text-decoration:none;
}
#crumbs  a:hover {
	color:#000;
	text-decoration:underline;
}
.page_crumbs {
	padding:0 0 25px 0;
	margin:0 15px 5px 95px;
	height:26px;
	width:520px;

	background:url('images/bread_bottom.png') repeat-x left bottom;
}
.home_breadcr {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
#crumbs .current {
	color:#f13e37;
}

h2.entry-title  a,
h2.entry-title {
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	padding:0;
}
h2.entry-title {
	margin:8px 0 8px 85px;
}
#content div.entry-utility {
	margin:0 0 8px 0;
}
#content div.entry-meta {
	margin:0 0 8px 85px;
	color:#aaa;
}
#content div.entry-meta a {
	color:#aaa;
}
.admin_edit_link {
	margin:8px 0;
}
.admin_edit_link a {
	color:#F13E37;
}
p.contactform_input {
	color:#000;
	font-size:11px; 
}
p.contactform_input input {
	width:300px;
}
span.form_red {
	color:#F13E37;
}


/* Contact Page */

.content_page .entry-content,
.content_page h2{
	margin:0 0 0 10px;
	width:920px;
	font-size:12px;
}
#contact_left {
	width:280px;
	float:left;
	margin:0 20px 0 0;
}

#contact_left .entry-content,
#contact_left h2.entry-title {
	width: auto;
	margin: 0;
	font-size: 12px;
}

#contact_center {
	width:300px;
	float:left;
	margin:0 20px 0 0;
}


/* footer */
#footer {
	clear:both;
	position: relative;
	width:936px;
	margin:0 auto;
	padding:0 15px;
	background:#fff;
	margin-top: -110px; /* negative value of footer height */
	height: 90px;
}

.menu-footer {
	clear:both;
	border-top:1px solid #ccc;
	margin:20px 0 0 0;
	padding:10px 0 0 85px;
}
.menu-footer ul {
	list-style:none;
	float:left;
	margin: 0 100px 15px 0;
}
.menu-footer-two ul {
	list-style:none;
	float:left;
}
.menu-footer-two ul.menu li {
	float:left;
	padding:0 80px 0 0;
	width:100px;
}

#site-info {
	margin:10px 0 5px 0;
	padding:3px 0 5px 0;
	border-top:1px solid #ccc;
	font-size:11px;
	clear:both;
}

/** temporary **/
#primary {
	display:none;
}
