/*
Theme Name: DM2 Theme
Theme URI: http://www.dm2interactive.com
Description: DM2 Interactive Wordpress Theme
Version: 1.0
Author: Milos Matovic
Author URI: http://www.dm2interactive.com
*/

/* --------------------- reset all elements ---------------------- */
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,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a, a:link, a:visited, a:hover, a:active { color: #666; }

/* ------------------------ layout -------------------------- */

body {
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 14px;
	color: #666;
	background: #f1f7ea;
}

.wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.wrapper a { color: #000; }

#header .wrapper, #footer .wrapper { text-align: center; }
#header .wrapper { height: 200px; }

#header {
	background: #f1fbfa url(images/bg_head.png) bottom left repeat-x;
}

#menu {
	position: relative;
	background: #fcfbf4 url(images/bg_menu.png) top left repeat-x;
	height: 68px;
}

#menu_shadow {
	position: absolute;
	top: 0;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	background: url(images/head_shadow.png) top center no-repeat;
	height: 11px;
}

#content {
	background: #fff url(images/bg_content.png) bottom left repeat-x; 
	padding: 20px 0;
	clear: both;
}

#footer {
	position: relative;
	background: #f1f7ea url(images/bg_footer.png) top left repeat-x;
	padding: 20px 0;
}

#foot_shadow {
	position: absolute;
	top: -20px;
	left: 50% !important;
	width: 600px;
	margin-left: -300px;
	background: url(images/foot_shadow.png) top center no-repeat;
	height: 11px;
}

#logo {
	margin: 25px 0 15px 0;
}

.clear { clear: both; }

#footer .tip { position: relative; width: 780px; margin: 0 auto; }
#footer .hoverTrig { cursor: pointer; position: absolute; top: -30px; right: 100px; }
#footer .hoverTip {
	background: url(images/tip_bg.png) center center no-repeat;	
	width: 160px;
	height: 45px;
	position: absolute;
	top: -115px;
	right: 0px;
	text-align: center;
	padding: 20px 25px 10px;
	display: none;
}

#content div.hr {
	height: 13px;
	background: #fff url(images/sep.png) center center no-repeat;
	margin: 3px auto;
	width: 300px;
}

#content div.hr hr {
	display: none;
}

.imgRight {
	float: right;
	margin: 20px 0 20px 20px;
}

.imgLeft {
	float: left;
	margin: 20px 20px 20px 0;
}

.navigation {
	display: block;
	clear: both;
	margin: 20px 0;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

/* ------------------------ frontpage -------------------------- */

.fHead {
	background: #efefef;
	text-align: center;
	text-transform: uppercase;
	float: left;
	width: 30%;
	padding: 3px 10px;
	margin-right: 1%;
}

.fDetails {
	float: left;
	width: 30%;
	height: 145px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 10px;
	margin-right: 1%;
	margin-bottom: 20px;
}

.fLast {
	margin-right: 0;
}

.fWork {
	position: relative;
	background: url(images/top_shadow.png) top center no-repeat scroll;
	margin: 10px 0 0;
	padding-top: 11px;
}

.fContent { 
	background: #fff url(images/feat_bg.jpg) center no-repeat;
	position: relative;
	padding: 20px 20px 10px 0;
	height: 216px;
}

.fBottom { 
	position: relative;
	background: url(images/foot_shadow.png) bottom center no-repeat scroll;
	padding-top: 11px;
	width: 100%;
}

.fShadow {
	position: relative;
	background: url(images/feat_shadow.png) bottom left no-repeat;
	width: 380px;
	text-align: center;
	padding-bottom: 10px;
	float: left;
}

.fWork blockquote { border: none; margin: 0; padding: 10px; }

/* ------------------------ menu -------------------------- */

#menu ul { 
	width: 780px; 
	margin: 0 auto;
}

#menu li {
	display: block;
	float: left;
}

#menu li a {
	display: block;
	font-size: 14px;
	color: #666;
	text-decoration:none;
	margin: 0;
	padding: 16px 22px 15px 22px;
	float: left;
}


#menu span {
	display: block;
	color: #ff7e1a;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: -1px;
}


#menu li a:hover {
	background: url(images/btn_hover.png) bottom left repeat-x;
}

/* ------------------------ text styling -------------------------- */

strong, b { font-weight: 700; }

.head_tease:before { content: open-quote; }
.head_tease:after { content: close-quote; }
.head_tease {
	font-size: 24px;
	font-style: italic;
	line-height: 28px;
	letter-spacing: -1px;
	color: #6db23a;
	margin: 0 0 10px 0;
	font-weight: 100;
}

.hlight {
	font-size:20px;
	font-weight:700;
	letter-spacing: -1px;
	line-height:22px;
	text-transform:uppercase;
	color: #000;
}

.intro {
	font-size:17px;
	font-weight:100;
	letter-spacing: -1px;
	line-height:24px;
	text-transform:uppercase;
	color: #000;
	background: #fff;
}

#footer, #footer a {
	font-size: 11px;
	line-height: 20px;
}

#content {
	line-height: 21px;
}

h1 {
	font-size: 30px;
	line-height: 38px;
	font-weight: normal;
	color: #000;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
}

h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
}

.center { text-align: center; }
.right { text-align: right; }

p { margin: 0 0 15px 0; }

ol { list-style-type: decimal; margin: 10px 40px 0; }
ol li {
	margin-bottom: 15px;
	list-style-position: outside;
}

.subtitle {
	color: #999;
	text-transform: none;
}

ul.list { list-style-type: disc; list-style-position: outside; list-style-image: url(images/bullet.gif); margin-bottom: 10px; margin-left: 20px; padding-left: 20px; }
ul.list li { padding-left: 10px; margin-left: 10px; }

a[class ="external"] {
   padding-right: 18px;
   background: transparent url(images/link-out.gif) no-repeat center right;
}

/* ------------------------ testimonials -------------------------- */

.testimonial li {
	display: block;
	float: left;
	width: 257px;
	border-right: 1px solid #999;
	font-style: italic;
	font-size: 12px;
	margin-bottom: 15px;
}

.testimonial li a {
	display: block;
	text-decoration: none;
	color: #666;
	padding: 0 10px;
}

.testimonial li a:hover {
	background: #efefef;
}

.testimonial li.t_first { padding-left: 0; }
.testimonial li.t_last { padding-right: 0; border: none; }

blockquote { font-style: italic; margin: 10px 20px; border-top: 1px dotted #cecece; border-bottom: 1px dotted #cecece; padding: 10px 10px 0px; }

/* ---------------------------- showcase section ------------------------------ */

.entry .image { float: left; }
.entry h1 { text-align: center; color: #000; }
.entry div.date { text-align: center; font-style: italic; clear: both; font-size: 20px; margin-bottom: 10px; color: #999; }
.entry div.description { font-style: italic; }
.entry ul { list-style-type: disc; list-style-position: inside; margin-bottom: 15px; }
.entry ul li { padding-left: 15px; }
ul.thumbCont { margin: 0; padding: 0; list-style-type: none; clear: both; }
ul.thumbCont li { 
	/*background: url(images/thumb_shadow.png) 0 0 no-repeat fixed; */
	display: inline-block; 
	display: inline; 
	padding: 0 10px; 
	margin: 0; 
}

ul.thumbCont li.last { 
	padding-right: 0; 
}

.thumb { clear: both; }

/* ---------------------------- showcase slider ------------------------------ */
.stripViewer .panelContainer .panel ul {
	text-align: left;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 480px; background: transparent; overflow: hidden;}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: none; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 480px;
	clear: both;
	background: transparent;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 700px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .entry { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li a:hover {
	background: #333;
}

.stripNav li a.current {
	background: #000;
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("images/arrow-left.gif") no-repeat center;
}

.stripNavR {
	background: url("images/arrow-right.gif") no-repeat center;
}

/* ---------------------------- contact us page ------------------------------ */

.cDetailsHead {
	background: #efefef;
	text-align: center;
	text-transform: uppercase;
	float: left;
	width: 30%;
	padding: 3px 10px;
	margin-right: 1%
}

.cDetails {
	float: left;
	width: 30%;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 10px;
	margin-right: 1%;
}

.cLast {
	margin-right: 0;
}

/* ---------------------------- showcase tip ------------------------------ */
.tipShowcase {
	clear: both;
	padding: 7px 9px;
	background: #FCFBF4;
	border: 1px dotted #cecece;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}

#tipClose {
	padding: 0 3px;
	float: right;
	cursor: pointer;
	border: 1px solid #cecece;
	background: #fff;
	font-size: 11px;
}