/*  
Theme Name:Dream Girl
Theme URI: 
Description: 
Version: 1.0
Author:Ion Cristea.
Author URI: http://designdisease.com/


*/
/** General styles 
---------------------------------*/
* {
margin:0;
padding:0;
}
body {
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
 background:#3D2519 url(images/background.jpg);
}
#header, #footer, #main #content .mission, #main #content .breadcrumb, #main #content .node {
clear:both;
}


#page {
	/* Use a 12px base font size with a 18px line height */
  font-size: 0.875em; /* 16px x .75 = 12px */
  line-height: 1.286em; /* 14px x 1.286 = 18px */
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: Arial, Helvetica, sans-serif;
}

/* When declaring Link states, remember: LoVe HA : Link | Hover | Visited | Active */

a:link, a:visited {
  color: #c41230;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

/* Titles  */

h1 {
  color: #c41230;
  font-size: 32px;
  font-weight: lighter;
  line-height: 36px;
	margin: 0 0 15px;
	font-family: Helvetica, Arial;
}

h2 {
  font-size: 20px;
	font-family: Helvetica, Arial;
	font-weight: normal;
}
 
/* Paragraph Styles */

p {
  margin:0;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table Styles  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #fff;
}

/* Code */

pre, code {
  font-family: "monaco", "Courier New", monospace;
}

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/** Layout
---------------------------------*/

#page {
width: 1005px; /* edit to change the width of the page */
margin: 0 auto; /* remove 'auto' and the width to switch to a fluid width */
background:#3D2519 url(images/background.jpg);
}


 /** Navigation
 __________________________________*/
#mainnavwrap {
height: 39px; 
background:#A3D1FF url(images/nav-mid.gif) repeat-x;
z-index:1;
}
/*
#mainnavwrap .nav-wrap-left {
background:transparent url(images/nav-left.gif) no-repeat scroll left center;
z-index:10;
}
#mainnavwrap .nav-wrap-right {
background:transparent url(images/nav-right.gif) no-repeat scroll right center;
z-index:12;
}
*/
#navigation #primary {
background:transparent none repeat scroll 0 0;
height:39px;
}
.clear-block {
display:block;
}

#mainnavwrap ul#cssmenu li {
border-right:1px solid #A27A8B;
float:left;
padding:0;
display:inline;
list-style-type:none;
padding:0 0.5em;
margin:0;
padding:0;
}
#mainnavwrap ul#cssmenu li a {
color:#FFFFFF;
font-family:Helvetica,Arial;
font-size:16px;
font-weight:bold;
line-height:39px;
padding:10px 15px;
text-decoration:none;
}

/** LAYOUT RULES
---------------------------------*/


/* header */

#header {
width:100%;
margin:0 auto;
text-align:center;
background:#67DCEE; 
}
#header #header-region {
	overflow: hidden;
}

#header-block {
background:#67DCEE /*url(images/banner-bg-pink.gif) repeat-x scroll 0 0*/;
height:291px;
margin:0 1px;
}
#header-block #header-banner {
background:transparent url(images/banner1.jpg) no-repeat scroll 0 0;
float:left;
height:291px;
width:360px;
margin-left:100px;
}
#header-block #header-right {
float:right;
font-size:12px;
margin:0 40px 0 15px;
width:320px;
height:80px;
text-align:left;
margin-top:120px;
}
#header-block .dropshadow {
color:#555555;
font-family:arial;
font-size:50px;
height:50px;
left:2px;
line-height:1em;
position:relative;
top:2px;
}
#header-block .big-white {
color:#ff8398;
font-family:arial;
font-size:50px;
height:50px;
left:-2px;
position:absolute;
}
#header-block .medium-black {
color:#000000;
font-family:arial;
font-size:30px;
font-weight:bold;
line-height:1.125em;
padding:5px;
position:relative;
}
#header-block #header-right ul {
line-height:1.25em;
list-style-image:none;
list-style-position:inside;
list-style-type:disc;
padding:0 0 0.25em 2em;
width:200px;
}
#freeformadjustment form, form {
margin:0;
}

#header-block #freeformadjustment input {
float:left;
font-size:14px;
height:18px;
line-height:18px;
margin:4px;
width:130px;
}

#header-block #freeformadjustment input.freesubscribebutton {
height:auto;
margin:0 0 5px 150px;
width:auto;
}
.newsletter-promise {
clear:both;
font-size:11px;
line-height:12px;
}

/* main content */
#main {
background:transparent;
margin:0 1px;
}

#content{
background:#67DCEE;
width:1005px;
float:left;
margin:0 auto;
text-align:center;
}
div#sidebar-right{
width:200px;
background:#67DCEE;
float:left;
padding-top:20px;
}                                   
#sidebar-left {
width: 150px;
float: left;
margin-top:10px;
padding:0 15px 15px;
background:transparent;
}
.inner {
padding:0;
}
#sidebar-right ul, #sidebar-right ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar-right ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar-right ul p, #sidebar-right ul select {
	margin: 5px 0 8px;
	}

#sidebar-right ul ul, #sidebar-right ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar-right ul ul ul, #sidebar-right ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar-right ul ol li {
	list-style: decimal outside;
	}

#sidebar-right ul ul li, #sidebar-right ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align:  left;
	}

#sidebar-right #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar-right #searchsubmit {
	padding: 1px;
	}


/* footer styles */
#footer-block {
background:#67DCEE;
width:100%;
margin:0 auto;
text-align:center;
}
#footer-block img{
margin:0 auto;
text-align:center;
}
#logos-block {
background:transparent url(images/dot.gif) repeat-x scroll center top;
padding:10px 0 10px 0;
text-align:center;
}
#logos-block .brands-text {
color:#fff;
}
#logos-block ul#logo-panel li {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 15px;
}
#footer {
	background:#67DCEE  url('images/footer-mid.gif') repeat-x;
	height: 53px;
	width: 100%;
	margin-bottom:0 auto 25px;
	color: #fff;
  font-size: 11px;
  font-weight: lighter;
  text-align: center;
  padding-top:12px;
}

#footer ul {
  margin: 0 auto;
  text-align: center;
}

#footer ul li {
  display: inline;
  list-style: none;
  border-right: 1px solid #fff;
  height: 11px;
  line-height: 11px;
  padding: 0 4px;
  margin: 0;
}

#footer ul li.last {
  border-right: none;
}

#footer a {
  color: #fff;
  margin: 0 4px;
}

#footer .footer-wrap-left {
	background: url('images/footer-left.gif') left top no-repeat;
}

#footer .footer-wrap-right {
	background: url('images/footer-right.gif') right top no-repeat;
	height: 37px;
  padding: 8px 0; /* to center content between top and bottom */
}
/* eof footer styles */

/** Clear Floats Without Structural Markup: 
---------------------------------
*  http://www.positioniseverything.net/easyclearing.html
*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* clear classes for content 
---------------------------------*/

/* General Links */
a:link { text-decoration : none; color : #3366cc; border: 0px;} 
a:active { text-decoration : underline; color : #3366cc; border: 0px;} 
a:visited { text-decoration : none; color : #3366cc; border: 0px;} 
a:hover { text-decoration : underline; color : #ff5a00; border: 0px;} 


img { padding: 0px; margin: 0px; border: none;}
hr { border-left:0px solid #abb0b5; border-right:0px solid #abb0b5; border-top:1px dotted #abb0b5; border-bottom:0px solid #abb0b5; height : 1px;  }

input { font-family: 'Verdana'; color: #6a5555; font-size: 10px; }
textarea { font-family: 'Verdana'; color: #6a5555; font-size: 10px;  }
select { font-family: 'Verdana'; color: #6a5555; font-size: 10px;  }

h1, h2, h3 { font-family: 'Arial';}

div#squeeze {
width:760px;
float:left;
margin:0 auto;
text-align:center;
padding:0;
font-family: Comic Sans MS, Tahoma, Geneva, sans-serif;
color: rgb(0, 0, 0); 
font-size: 18pt;
line-height:23pt;
margin-top:-10px;
background:#67DCEE;
}
div#squeeze p{
margin:10px 0 20px 0;
}
p.center-top1 {
font-family: Comic Sans MS, Tahoma, Geneva, sans-serif;
text-align:center;
color:#e410cd;
font-size:20pt;
line-height:28pt;
}
p.center-top2 {
font-family: Comic Sans MS, Tahoma, Geneva, sans-serif;
text-align:center;
color:#e10cd5;
font-size:20pt;
line-height:24pt;
font-weight:bold;
}
p.center-top2 span{
font-size:16pt;
}
div.center-top3 p.black{
font-family: Arial, Tahoma, Comic Sans MS, Geneva, sans-serif;
font-size:20pt;
font-weight:bold;
text-align:center;
color:#000;
line-height:24pt;
}
p.pink, div.center-top3 p.pink{
font-family: Comic Sans MS, Tahoma, Geneva, sans-serif;
font-size:20pt;
font-weight:bold;
text-align:center;
color:#e10cd5;
line-height:24pt;
}
p.pink1 {
font-size:20pt;
font-weight:normal;
text-align:center;
color:#e10cd5;
line-height:22pt;
}
div.middle {
width:720px;
margin:0px auto;
padding: 20px;
text-align:center;
background:transparent;
}
div.middle p{
font-family:  Tahoma, Comic Sans MS, Geneva, sans-serif;
font-size:20pt;
line-height:22pt;
margin:10px 0 20px 0;
}
div.middle img{
display:block;
margin:0 auto;
text-align:center;
}
div.middle h4{
text-align:center;
font-size:22pt;
}
div.middle input {
font-size:15px;
height:20px;
line-height:18px;
margin:0;
width:180px;
}
div.middle input.freesubscribebutton {
height:auto;
margin:12px 0 -7px 10px;
width:auto;

}
div.middle table, div.middle td, div.middle th{
border:2px groove #F6B6F2;
}
div.middle td{
height:50px;
}
div.middle td b{
font-size:16pt;
}
p.center-top3 a {
color:#147DBA;
}
.black, p.black{
color:#000;
}
.pink {
color:#e10cd5;
}
.red{
color:#FF0000;
}
.blue {
color:blue;
}
.dark-blue {
color:#000880;
}
.dark-pink{
color:#971282;
}
div.center-top3 p.left{
text-align:left;
}
div.middle p.ital{
color:#e10cd5;
font-size:20px;
line-height:26pt;
}
b.blue, i.blue{
color:blue;
}

b.pinkb, .pinkb{
color:#e10cd5;
}
b.increased{
font-size:22pt;
}
div.middle p.center {
text-align:center;
}

p.center b{
color:#e10cd5;
}
p.center b.blue{
color:#4e02fc;
}
p.left {
text-align:left;
}
i{
font-family:Tahoma, Geneva, sans-serif;
}