/*  
Theme Name: My Every Dream Design Services
Theme URI: http://www.myeverydreamdesignservices.com/
Description: Word Press theme developed specifically <a href="http://www.myeverydreamdesignservices.com/">My Every Dream Design Services</a>.
Version: 1
Author: My Every Dream Design Services
Author URI: http://www.myeverydreamdesignservices.com/
*/

/* COLOR PALETTE FOR MYEVERYDREAMDESIGNSERVICES.COM
Blue:          #1ec1c7
Green:         #63df52
Dk. Grey (BG): #4d4d4d
Grey (Text):   #696969
White:         #FFFFFF
Black:         #000000
*/


/* **************************** */
/* Body & Default Colors        */
/* **************************** */

body {		margin: 0;
			padding: 0;
			text-align: center;
			background: #4d4d4d; }


/* **************************** */
/* Header & Main Menu - 100%    */
/* **************************** */

#content {
           	color: #696969;
	    	font-size: 11px; 
	    	font-family: Verdana, sans-serif; 
            line-height: 13pt; }

#content h1 {
           	color: #696969;
            margin: 15px 0 0 0;
	    	font-size: 14px; 
	    	font-family: Verdana, sans-serif;
            font-weight: 900; }

#content a, a:link, a:visited, a:active {	
	    	color: #696969;	
			text-decoration: none; }

#content a:hover {	
         	color: #63df52;	
			text-decoration: none;  }

#content .highlight {
	    	color: #1ec1c7;
            font-weight: 900; }

#content .highlight1 {
	    	color: #696969;
		font-size: 14px; }

#content .highlight2 {
	    	color: #1ec1c7;
            font-weight: 900; }


#footer {
           	color: #737373;
	    	font-size: 10px; 
	    	font-family: Verdana, sans-serif; 
            line-height: 13pt; }

#footer a, a:link, a:visited, a:active {	
	    	color: #737373;	
			text-decoration: none; }

#footer a:hover {	
         	color: #1ec1c7;	
			text-decoration: none; }




/* **************************** */
/* Portfolio  Formatting        */
/* **************************** */

#portfolio {
			width: 180px; 
			border: none; 
			float:center;
			margin: 0px; }

#portfolio img.thumb {
			float: none;
			background: #D8D8D8;
			padding: 5px;
			border: 1px solid #919191;
			margin: 10px 5px 0px 5px;
			line-height:0; }

#popup {	text-align: center;
           	color: #d3d3d3;
	    	font-size: 11px; 
	    	font-family: Verdana, sans-serif; 
            line-height: 13pt; 
			margin: 0;
			padding: 0; 
            width: 600px;
            height: 700px;
			background: #000000 url(http://www.myeverydreamdesignservices.com/images/bg_popup.jpg); }

#popup img {text-align: center;
			padding: 0px;
			border: 0px;
			margin: 45px 5px 0px 5px;}




/* **************************** */
/* Form Formatting		        */
/* **************************** */


fieldset {	margin: 5px;
			padding: 10px;
			border: 0px solid;}

label { 	display: block; }

input[type="text"] {
			width: 150px; 
			font: normal 11px Arial;
			color : #7E7E7E;
			background-color: #F7F7F7;  
			border-color : #C4C4C4;
			border-width: 1px; 
			border-style: solid; 
			padding: 2px; }

input[type="submit"], input[type="reset"] {	
			font: normal 11px Arial;
			color : #838383;
			margin: 0 10px 0 0;
			background-color: #F7F7F7;  
			border-color : #C4C4C4;
			border-width: 1px; 
			border-style: solid; }

select {
			width: 230px; 
			font: normal 11px Arial;
			color : #7E7E7E;
			background-color: #F7F7F7;  
			border-color : #C4C4C4;
			border-width: 1px; 
			border-style: solid; 
			padding: 2px; }

textarea {	width: 300px; 
			font: normal 11px Arial;
			color : #7E7E7E;
			background-color: #F7F7F7;  
			border-color : #C4C4C4;
			border-width: 1px; 
			border-style: solid; 
			padding: 2px; }

input:focus, textarea:focus, select:focus {
			background: #E8E8E8; }




