﻿/* 
Name: redstrand.css
URI: http://www.redstrand.com
Description: The redstrand website 
Author: Ian Corcoran
Version: 2.0
*/ 
/*  
[Table Of Contents]   
  
0- Reset   
1- Global   
2- Links   
3- Headings   
4- Header   
5- Navigation   
6- Middle   
7- Forms   
8- Extras   
9- Footer  
*/ 
/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	font-family: Arial, Verdand, Helvetica, Sans-Serif ;
	background-color: #FFFFFF;
	color: #333333;
}

/* 
The default size for "medium" text in all modern browsers is 16px. 
We first reduce this size for the entire document by setting body size to 62.5%
This takes 16px down to 10px, which is a nice round number.
*/
html { font-size: 100%; /* IE hack */ }
body { font-size: 62.5%; }

/* We set default sizes for Headers*/
th, td, p, li {font-size:1.1em;}  /* typically displayed at 11px */
input, select {font-size: 1.0em;} /* typically displayed at 10px */

/* prevent "inherited shrinkage" when elements are nested */
LI LI, LI P, TD P, BLOCKQUOTE P {font-size:1em;}

#home_sidebar h2 {font-size:1.4em;}  /* 14px */
#nav { font-size: 1.2em; } 
#panel_testimonials  h1 { font-size: 1.1em; }
#panel_testimonials  h2 { font-size: 0.95em; }

div.clear {clear: both;}
    
/* Set default padding */
input {padding: 2px;}
textarea {padding: 2px;}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a {color: #333333;}
a:active {color: #333333;}
a:hover {text-decoration: none;}
a:visited {color: #333333;}

/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {font-size:2em;}  /* typically displayed at 20px */
h2 {font-size:1.5em;}  /* typically displayed at 15px */
h3 {font-size:1.2em;}  /* typically displayed at 12px */
h4 {font-size:1.2em;}  /* typically displayed at 12px */
h5 {font-size:1.2em;}  /* typically displayed at 12px */
h6 {font-size:1.2em;}  /* typically displayed at 12px */

/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* Masthead */
div#masthead {
	clear: both;
	width: 950px;
	min-height: 50px;
	background-color: #FFFFFF;
	padding: 8px 0 0 0px;
	width: 939px;
}

div#masthead {
	height: 50px
}

div#masthead h1 {
	padding: 8px 0 0 0;
}

div#masthead img {
	float: left;
	margin: 0px 5px 0px 0px;
}

div#strapline 
{
    width: 300px;
	float: right;
	margin: 12px 0 0 0;
}
div#twitter  {
	margin: 0px 0px 0px 0px;
}
div#facebook  {
	margin: 0px 0px 0px 0px;
}
div#working_with_you 
{
    float: right; 
    width: 219px;
	margin: 0px 0px 0px 0px;
}

/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
div#nav {
	clear: both;
	width: 950px;
	margin: 0 0 1px 0;
	padding: 12px 0 12px 18px;
	background-image: url("../images/navigation_bg.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 943px;
}
div#nav ul li 
{
	color: #ffffff;
	display: inline;
	padding: 0 12px 2px 6px !important; padding: 0 12px 2px 12px;
}

div#nav ul li a 
{
    color: #ffffff;
	text-decoration: none;
}
div#nav ul li.active a 
{
	font-weight: normal;
	text-decoration: underline;
}

div#nav ul li.active-small a {
	font-weight: normal;
	text-decoration: underline;
	color: #fff;
}
div#nav ul li a:hover 
{
	padding: 0;
	text-decoration: underline;
}
div#nav ul li.active a:hover {
	text-decoration: none;
}

/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
fieldset {border: 0;}

label {
	display: block;		/* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 10px;
	margin: 0px 0px 0px 0px;	/* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}


/* Wrapper */
div#maincontainer {
	min-height: 685px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

div#wrapper {
	float: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

div#wrapper img.banner {
	margin: -6px 0 0 0;
}

div#content-wrapper
{
	width: 680px;
	margin: 8px 0px 0px 0px;
	border: 0px solid #000000;
	float: left;
}

/* content */
div#content h1 
{
	margin: 10px 0px 10px 0px;
	padding: 0px 0 6px 0px;
	color: #5D5D5D;
	font-weight: normal;
	border-bottom: 1px solid #CECECE;
}
div#content h2 
{
	margin: 15px 0px 4px 0px;
	padding: 0px 0 4px 0px;
	color: #5D5D5D;
	font-weight: normal;
	border-bottom: 1px dotted #CECECE;
}

div#content h3
{
	margin: 5px 0px 0px 0px;
	padding: 10px 0 2px 0px;
	color: #5D5D5D;
	font-weight: normal;
}
div#content h6 
{
	margin: 10px 0px 10px 0px;
	padding: 0px 0 8px 0px;
	border-bottom: 1px solid #CECECE;
}

div#content p {
	padding: 3px 0px 3px 0px;
	font-weight: normal;
}
div#content ul{

	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}
div#content li
{

    list-style-type:square;
    list-style-position: outside;
	display: block;
	margin: 8px 0px 8px 15px;
}
/* content_teaser */
div#content .content_teaser 
{
	margin: 3px 0px 10px 3px;
	padding: 0px 0px 5px 0px;
	border-bottom: dotted 1px #CECECE;
}
div#content .content_teaser h3, div#content .content_teaser h3 a, div#content .content_teaser h3 a:hover
{
    color: #993C35;
}
div#content .content_teaser h3 {
	margin: 0;
	padding: 2px 0 2px 0px;
	font-weight: bold;
	border-bottom: 0px;
}
div#content .content_teaser h3 a 
{
	text-decoration: underline;
}
div#content .content_teaser h3 a:hover 
{
	text-decoration: none;
}
div#content .content_teaser p {
	padding: 0;
	margin: 6px 0px 6px 0px;
	font-weight: normal;
}
div#content .content_teaser p.more {
	margin: 10px 0 10px 0;
}
div#content .content_teaser p.more a {
	text-decoration: underline;
}
div#content .content_teaser p.more a:hover 
{
    color: #7C7C7C;
	text-decoration: underline;
}
div#content .content_teaser p.date {
	padding: 0;
	margin: 6px 0px 10px 0px;
	font-weight: normal;
}
div#content .content_teaser ul
{
    margin: 0px 0px 0px 20px;
    padding: 6px 0px 6px 0px;
    list-style-position:outside;
    list-style-type:disc;
}
div#content .content_teaser ul li
{
    padding: 2px 0 2px 0px;
}
div#content .SocialNetworkLinks
{
    border-bottom: dotted 1px #CECECE;
    list-style: none;

}
div#content .SocialNetworkLinks p
{
    font-weight:200;
    width: 100%;

}
div#content .SocialNetworkLinks ul
{
    list-style: none;
}
div#content .SocialNetworkLinks ul li
{
    list-style-image:none;
    border: solid 0px #000000;
    margin: 2px 0px 2px 3px;
    list-style: none;
    display:inline;
}
div#content .service-gallery-wrap
{
    width: 450px;
    padding: 2px 2px 2px 2px;
	border: 1px solid #efefef;/*CECECE; #CECECE*/
	clear: right;
	text-align: center;
}
div#content .service-gallery-wrap ul 
{
    list-style-type:none;
}
div#content .service-gallery ul 
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
div#content .service-gallery ul li
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
}

/* Left column */
div#pagesidebar 
{
    border: solid 0px #000000;
	width: 260px;
	float: right;
	margin: 0px 0px 10px 0px;
	border: solid 0px #000000;
}

/* panel_address */
div#panel_address {
	clear: both;
	float: right;
	height: 150px;
	width: 249px;
	margin: 8px 0px 14px 0px;
	background-image: url("../images/panel_address.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

div#address 
{
	padding: 15px 0px 0px 15px;
}

div#address ul 
{
	font-style: normal;
}

div#panel_address dl 
{
	margin: 0px 0 0 15px;
	padding: 4px 0 0 0;
}

div#panel_address dl dt {
	float: left;
	clear: both;
	margin: 0 2px 0 0;
	font-weight: bold;
}

div#panel_address dt {
	color: #B4433A;
}
div#panel_address dl dd {
	float: left;
	margin: 0 6px 0 0;
}

div#panel_address a {
	/*color: #000000;*/
}

div#panel_address input 
{
	float: left;
	clear: both;
	margin: 20px 0 0 15px;
}

/* panel_related */
div.related_articles {
	clear: both;
	margin: 8px 0px 14px 0px;
}
div.related_articles p
{
	padding: 3px 0px 0px 0px;
	font-weight: normal;
}
div.related_articles h2 {
	margin: 0px 0px 5px 5px;
	padding: 2px 0px 2px 0px;
	font-weight: normal;
	border-bottom: 1px solid #CECECE;
}
div.related_articles h3 {
	margin: 0px 0px 0px 15px;
	padding: 2px 0px 2px 0px;
	font-weight: normal;
	border-bottom: 0px;
}
div.related_articles h3 a{
	color: #993C35;
}

/* panel_testimonials */
div#panel_testimonials {
	clear: both;
	float: right;
	height: 150px;
	width: 249px;
	margin: 8px 0 14px 0;
	background-image: url("../images/panel_testimonials.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

div#panel_testimonials  h1 {
	padding: 12px 0 12px 14px;
	font-weight: bold;
	color: #ffffff;
}
div#panel_testimonials  h2 {
	padding: 0px 0 2px 14px;
	font-weight: bold;
	color: #E9E9E9;
}
div#panel_testimonials  h2 a 
{
    color: #E9E9E9;
}
div#panel_testimonials  h2 a:hover 
{
    color: #E9E9E9;
}
div#panel_testimonials  p 
{
	min-height: 80px;
	padding: 0 10px 2px 14px;
	font-weight: normal;
	color: #ffffff;
}

div#home_wrapper 
{
    width: 100%;
    border: 0px solid #000000;
}

div#home_sidebar {
	float: right;
    width: 27%;
	margin: 0px 0px 0px 0px;
}

div#home_wrapper #home_links {
    margin: 10px 0px 15px 0px;
}

div#home_maincontent {
	float: left;
	width: 70%;
	padding: 0px 0px 0px 0px;
}
div#home_maincontent
{
    margin: 0px 20px 0px 0px;
}
div#home_maincontent h1
{
    border-bottom: 1px solid #CECECE;
    margin: 20px 0px 0px 0px;
}
div#home_maincontent h2
{
    border-bottom: 0px solid #CECECE;
    margin: 10px 0px 0px 0px;
    line-height: 1.5em;
}



div#archive_link_top 
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: dotted 1px #5D5D5D;
	font-weight: normal;
	width: 100%;
	text-align:right;
	float:right;
}

div#archive_link_top a
{
	/*color: #5D5D5D;*/
}
div#archive_link img
{
	margin: 20px 10px 0 0;
}

.commentsList dl dt
{
   font-weight:bold;
}

.commentsList dl dd
{
    margin: 0px 0px 10px 0px;
}
.commentsList .title
{
    font-weight:200;
    width:100%;
    border: none;
}

.add-comment 
{
    padding: 10px 0px 0px 0px;
    border-top: dotted 0px #CECECE;
}



.redstrand_button 
{
	clear: both;
	padding: 0px 8px 2px 8px;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold; 
	border: 1px solid #000000;
	background-image: url("../images/redstrand_button_bg.gif");
	background-repeat: repeat-x;
	background-position: bottom center; 
	margin: 10px 0 10px 0px;
}

div#portfolio 
{
    margin: 10px 0 10px 0; 
	float: left;
	width: 685px;
	padding: 5px 0 0 0px;
	border:solid 0px #000000;
}

/* .portfolio-item-info */
div#portfolio .portfolio-item-info {
	width: 300px;
	float: left;
	margin: 0px;
}
div#portfolio .portfolio-item-info h2
{
	margin: 0;
	padding: 2px 0 2px 0px;
	font-weight: bold;
}
div#portfolio .portfolio-item-info ul
{
    margin: 0px 0px 0px 20px;
    padding: 6px 0px 6px 0px;
    list-style-position:outside;
    list-style-type:disc;
}
div#portfolio .portfolio-item-info li
{
    padding: 2px 0 2px 0px;
}

/* .portfolio-item-images */
div#portfolio .portfolio-item-images {
	width: 300px;
	float: right;
	border:solid 0px #000000;
}


div#portfolio .portfolio-gallery-wrap
{
    width: 300px;
	margin: 14px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
	border: 1px solid #CECECE;/*efefef; #CECECE*/
	clear: right;
	text-align: center;
}


div#gallery_article {
	float: left;
	width: 640px;
	padding: 5px 0 0 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 640px;
}

div#gallery_article ul 
{
    
	margin: 0 0 3px 0;
}

div#gallery_article ul li 
{
    border: solid 0px #000000;
    float:left;
	display: inline;
	margin: 0 3px 0 0;
}

div#gallery_article ul li a img {
	border: transparent 3px solid;
}

div#gallery_article ul li a:hover img {
	border: #993C35 3px solid;
}



/* google map */
div#map 
{
	margin: 10px 0 10px 0;
	border: 1px solid #5D5D5D;
	width: 640px; 
	height: 300px;
}

/* messages shown to the user */

.UserMessage
{
	border: solid 0px #DE203C;
	float: left;
	width: 100%;
	margin: 0px 0px 15px 0px;
}

.UserMessage li 
{
	list-style: none;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	border: solid 0px #000000;
	font-weight: normal;
}
.UserMessage ul
{
    /*background: url(../images/bg_alert.gif) no-repeat;*/
	background-color: #FFFFFF; /*#F4F1EA #f5f3ed;*/
	border: solid 1px #BA1C6E;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/* article-category */
div#article-category {
    clear: both;
	float: left;
	margin: 0;
	padding: 10px 0px 10px 0px;
}
div#article-category ul li 
{
	margin: 2px 2px 2px 2px;
	background-color: #FFFFFF;  
	display: inline;
}

/* Paging */
div#paging {
	clear: both;
	float: left;
	margin: 0;
	padding: 10px 0px 10px 0px;
}

div#paging ul li 
{
	margin: 2px 2px 2px 2px;
	background-color: #FFFFFF;  
	display: inline;
}
div#paging ul li a {
	padding: 3px 8px 3px 8px !important; padding: 3px 8px 3px 8px;
	/*color: #993C35;*/
	text-decoration: none;
}
div#paging ul li.text {
	padding: 0 10px 0 0px;
}
div#paging ul li.active {
	background-color: #993C35;  
}
div#paging ul li.active a {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
div#paging ul li a:hover 
{
	color: #FFFFFF;
	background-color: #5D5D5D; 
	padding: 0;
	text-decoration: underline;
}
div#paging ul li.active a:hover {
	color: #FFFFFF;
	background-color: #993C35;
	text-decoration: none;
}

/* Porfolio */
div#gallery 
{
    float:right;
    margin: 40px;
	width: 600px;
}

/* STILLS GALLERY VIEWER*/
/* preload classes */ 
.svw {width: 50px; height: 450px; background: #fff;} 
.svw ul {
	left: -999em;
	position: relative;
}  
/*core classes*/ 
.stripViewer {
	overflow: hidden;
	margin: 0 0 1px 0;
	position: relative;
} 
.stripViewer ul { /* this is your UL of images */ 
    margin: 0; 
    padding: 0; 
    position: relative; 
    left: 0; 
    top: 0; 
    width: 1%; 
    list-style-type: none; } 
.stripViewer ul li {  float:left; } 
.stripTransmitter { overflow: auto; width: 1%; } 
.stripTransmitter ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
} 
.stripTransmitter ul li{
	width: 20px;
	margin: 0px 1px 1px 0px;
	float: left;
} 
.stripTransmitter a {
	font: 10px/22px Verdana, Arial;
	text-align: center;
	color: #cccccc;
	text-decoration: none;
	display: block;
} 
.stripTransmitter a:hover, a.current{
	background: #993C35;
	color: #ffffff;
}

.list1 
{
    width: 100%;
}
.list1 ul{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 30px;
	float: left;
	margin-top: 5px;
}
.list1 li
{
    list-style-image: url(../images/redstrand_bullet.gif);
    list-style-position: outside;
	font-weight: normal;
	display: block;
	margin: 8px 0px 8px 20px;
	line-height: 17px;
}
.list1 li img
{
	margin-top: 4px;
	margin-bottom: 2px;
	margin-right: 10px;
	margin-left: 0px;
}

div.list2
{
    width: 100%;
}
div.list2 ul {
	margin: 0px 0px 30px 0px;
	float: left;
	border: solid 0px #000000;
}
div.list2 li
{
    padding-left: 20px;
	list-style-type: none;
	font-weight: normal;
	display: block;
	margin: 0px 0px 8px 20px;
}

/* Flash */
div#flashViewer 
{
	height: 198px;
	width: 950px;
	float: left;
	border: 0;
	margin: 0;
	padding:0;
	border-bottom: 1px solid #FFFFFF;
}

/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* .txtform. Base class for forms */
.txtform 
{
    border: 0px solid #7f9db9;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.txtform label 
{
    border: 0px solid #7f9db9;
	text-align: left;
	float:left; 
	margin: 2px 0px 0px 0px; 
	padding: 6px 15px 0px 0px; 
}

.txtform input[type=text] 
{
	float:left; 
	margin-top:2px;
	background-color: #FFFFFF;
	border: 1px solid #7f9db9;
	width: 160px;
	padding: 3px 5px 4px 5px;
}

.txtform input[type=password] 
{
	float:left; 
	margin-top:2px;
	background-color: #FFFFFF;
	border: 1px solid #7f9db9;
	width: 160px;
	padding: 3px 5px 4px 5px;
}

.txtform input[type=submit] 
{
    float:left; 
	margin-left:140px;
}

.txtform span 
{
	float:left; 
	margin-top:2px;
	width: 400px;
	padding: 3px 5px 4px 5px;
}

.txtform textarea {
	float:left; 
	margin-top:10px;
	background-color: #FFFFFF;
	border: 1px solid #7f9db9;
	width: 360px;
	height: 100px;
	padding: 3px 5px 4px 5px;
}

.txtform select 
{
	float:left; 
	width:165px;
	margin-top:2px;
	background-color: #FFFFFF;
	border: 1px solid #7f9db9;
	padding: 3px 5px 4px 5px;
}

.txtform label input 
{
	margin-left: 110px;
	margin-top: -10px;
	padding: 0;
	width: 15px;
}

/******************************
 .registerform 
 Extend .txtform class
******************************/
.registerform label 
{
    min-width:120px;
	width:120px;
}

/****************************************
 .contactform 
 Extend .txtform class
****************************************/
.contactform label 
{
    min-width:80px;
	width:80px;
}

/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* Footer */
div#footer_wrapper {
	background-color: #F4F2F2;
	width: 100%;
	margin: 20px 0 0 0 !important; margin: 20px 0 0 0;
}
div#footer_wrapper div#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 2px 0 0 0;
	border: solid 0px #000000;
}
div#footer_wrapper div#footer div.list {
	float: left;
	padding: 2px 2px 0 2px;
}
div#footer_wrapper div#footer div.list h4 {
	margin: 0 0 3px 0;
	font-weight: bold;
	color: #999;
}
div#footer_wrapper div#footer div.list h4 a {
	color: #999;
	text-decoration: none;
}
div#footer_wrapper div#footer div.list h4 a:hover {
	text-decoration: underline;
}
div#footer_wrapper div#footer div.list ul {
	list-style-type: none;
	margin: 0 0 5px 0;
}
div#footer_wrapper div#footer div.list ul li {
	display: inline; 
	padding: 2px 6px 2px 6px;
	margin: 0 0 2px 0;
	color: #999;
}
div#footer_wrapper div#footer div.list ul li a {
	color: #999;
	text-decoration: none;
}
div#footer_wrapper div#footer div.list ul li a:hover {
	text-decoration: underline;
}
div#footer_bottom {
	width: 100%;
	padding: 4px 0 4px 0;
	background-color: #393939;
	text-align: center;
}
div#footer_bottom p {
	color: #fff;
}
div#footer_bottom a {
	color: #FFFFFF;
	text-decoration: underline;
}
div#footer_bottom a:hover 
{
	color: #CECECE;
	text-decoration: underline;
}

.newWindow {
	background:url(../images/icon_newWindow.gif) right center no-repeat !important;
	padding-right:17px !important;
}

/* SLIDESHOW */

#slideshow {
    position:relative;
    height:261px;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #FFFFFF;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slider-wrap
{
background: #1a1613;
color: white;
font-family: helvetica;
}

.hidden
{
display: none;
}

#slider-wrap #prevNext
{
margin-bottom: -2.5em;
}

#slider-wrap #prevNext img
{
position: relative;
z-index: 2;
cursor: pointer;
}

#slider-wrap .jFlowControl, 
#slider-wrap .jFlowPrev, 
#slider-wrap .jFlowNext 
{ 
    color:#FFF; 
    cursor:pointer; 
    /*background: black;*/
    margin: 0;
    padding: 0 1em;
    font-size: 1.5em;
    position: relative;
    top: -30px;
    line-height: 30px;
    height: 30px;
    opacity: .7;
    filter:alpha(opacity=70);
    float: right;

}

#slider-wrap .jFlowControl:hover, 
#slider-wrap .jFlowPrev:hover, 
#slider-wrap .jFlowNext:hover { font-weight: bold; }

#slider-wrap p
{
margin: 0;
padding: 0 1em;
font-size: 1.5em;
position: relative;
top: -30px;
line-height: 30px;
height: 30px;
background: #000000;
opacity: .7;
filter:alpha(opacity=70);
}

#slider-wrap p a
{
    text-decoration: none;
    color: #ffffff;
}


