/*
Theme Name: Motion Dreams
Theme URI: http://motiondreams.pt
Description: The default WordPress theme for Motion Dreams
Version: 1.1
Author: Adi Setiawan
Author URI: http://biz.web.id/
*/


/***** Global Settings *****/
html
{
	font-size:100.01%;
}
html, body 
{
	border:0;
	margin:0;
	padding:0;
}

* 
{
	padding:0;
	margin:0;
}
body 
{ 
	font: 13px/1.4 "Trebuchet MS", "Lucida Grande", sans-serif; 
	color:#fff;
	background:#FFFFFF;
}
body.motiondreams 
{ 
	background:#e1efed;
}



/***** Headings *****/

h1, h2, h3, h4, h5, h6 
{
	margin:0;
	padding:0;
	font-weight:normal;
}

h1 
{
	padding:0px 0 0px 0;
	letter-spacing:0px;
	font-size:16px;
	line-height:140%;
	font-weight:bold;
	color:#fff;
}

/***** Common Formatting *****/

p, ul, ol 
{
	margin:0;
	padding:0 0 1.25em 0;
}

ul, ol 
{
	padding:0 0 1.25em 2.5em;
}

blockquote 
{
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}

small 
{
	font-size:0.85em;
}

img 
{
	 border:0;
}

sup 
{
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}

sub 
{
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

acronym, abbr 
{
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

/***** Links *****/

a,
a:link,
a:visited,
a:hover 
{
	text-decoration:underline;
}

a:link
{
	color:#f15c22;	
}
a:visited
{
	color:#f15c22;	
}
a:hover 
{
	color:#289db2;
}
a:active
{
	color:#f15c22;
}

/***** Forms *****/

form 
{
	margin:0;
	padding:0;
	display:inline;
}

input, select, textarea 
{
	font:1em Arial, Helvetica, sans-serif;
}

textarea 
{
	width:100%;
	line-height:1.25;
}

label 
{
	cursor:pointer;
}

/***** Tables *****/

table 
{
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
}

table tr td 
{
	padding:2px;
}

/***** Wrapper *****/

#wrap 
{
	width:836px;
	margin:0 auto;
}

/* portfolio */
.portfolio {
	background:#E1EFED;
	color:#000;
}

/* case studies */
.casestudies {
	width:916px;
	margin:0 auto;
	color:#000;
	position:relative;
}
.casestudies .cs-photos {
	background:#c0c0c0;
	position:relative;
	height:479px;
	width:916px;
}
.cs-photos .photo1 {
	position:absolute;
	left:8px;
	top:8px;
	width:587px;
	height:463px;
}
.cs-photos .photo2 {
	position:absolute;
	right:8px;
	top:8px;
	width:303px;
	height:227px;
}
.cs-photos .photo3 {
	position:absolute;
	right:8px;
	top:243px;
	width:303px;
	height:227px;
}
.cs-description {
	background:#FFF;
	position:relative;
	height:181px;
	width:884px;
	border-left:8px solid #c0c0c0;
	border-right:8px solid #c0c0c0;
	border-bottom:8px solid #c0c0c0;
	padding:8px;
}
