/*   
Theme Name: damatobridal
Theme URI: http://www.dream-weaver.com/
Description: Template for damatobridal.
Author: RJW
Author URI: http://dream-weaver.com
Version: 1.0
*/

body {
	font: 90%/1.5em Georgia, "Times New Roman", Times, serif;
	color: #424242;
	margin:0;
	background: #ffeffc url(images/background.gif) repeat-x;
}

* {
	margin:0;
	padding:0;
}

.cap {
	color: #ff0099;
	font-style: italic;
	font-size: 1.5em;}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3.8em;
	font-weight:normal;
	color:#333;
	letter-spacing:-1px;
	margin:20px 0;
}

h1 a {
	text-decoration:none;
	color:#333;
}

#footer {
	padding:20px;
	text-align:right;
	margin:0;
	color:#999;
	clear: both;

}

#header {

	border-style: none;
	height: 200px;
	background: url(images/logo-head.jpg) no-repeat;
	margin: 0;
}

#header .description {
	float:right;
	margin:45px 0 0 0;
	color: #000;
}

#header h1 {
	margin:15px 0 0 0;
	padding:25px 25px 40px 0;

}

#wrapper {
	width:960px;
	margin:0 auto;
	background: #ffeffc url(images/background.gif) repeat-x;
}

#nav {
	margin:0;
	height:28px;
	top: 180px;
	position: absolute;
	padding: 7px 0;
}

#nav li {
	float:left;
	list-style:none;
}

#nav li a {
	color: #ff0099;
	margin:1px 2px 0 0;
	text-decoration:none;
	display:block;
	padding: 5px 15px 5px 5px;
	font: italic 1.3em Georgia, "Times New Roman", Times, serif;
}
#nav li a:hover {
	color: #ff0099;
	text-decoration: underline;
}

#nav li a.active {
	background-color:#eee;
	color:#444;
	text-decoration:none;
}

.clear {
	clear:both;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#content {
	float: right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	width: 700px;
	padding-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
	background: #fffeff 
}

#contentfull {
	padding:10px 25px 30px 25px;
}

#content p, #contentfull p {
	margin:25px 0;
}

#content a, #contentfull a {
	text-decoration:none;
	color:#ff0099;
	font-style: italic;
}

#content a:hover, #contentfull a:hover {
	color:#ff0099;
	text-decoration: underline;
}

#content h2, #contentfull h2 {
	margin:15px 0;
	padding:5px 0;
	color: #ff0099;
	text-decoration: underline;
	font: italic 1.3em/30px Georgia, "Times New Roman", Times, serif;
}

#content h2 a, #contentfull h2 a {
	color:#ff0099;
	text-decoration:none;
	border:none;
}

#sidebar {
	width: 170px;

	padding:10px 10px 30px 10px;
	margin-right: 720px;
}

#sidebar h2 {

	font-size: 1.4em;
	color:#333;
	padding:0 0 3px 0;
	font-style: italic;
}

#sidebar ul {
	list-style:none;
	margin:0 0 20px 0;
}

#sidebar li {
	padding:3px;

}

#sidebar li a {
	color: #ff0099;
	margin:1px 2px 0 0;
	text-decoration:none;
	display:block;
	padding-left: 5px;
	padding-right: 15px;
	font: italic 1.0em Georgia, "Times New Roman", Times, serif;
}

#sidebar input {
	width:240px;
	padding:5px;
	background:#fdfdfd;
	color:#444;
	border:1px solid #f6f6f6;
	font:11px Verdana;
}

#sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}

#sidebar li a:hover {
	color: #ff0099;
	text-decoration: underline;
	font-size: 1em;
}

p.news {
	padding:10px;
	background:#D7F0B2;
	margin:10px 0;
	color:#537B17;
	border-bottom:2px solid #BCE67D;
	border-top:2px solid #BCE67D;
}

blockquote {
	padding:5px 15px;
	margin:10px 0;
	border:1px solid #eee;
}

#content ul, ol {
	margin:10px 10px 10px 25px;
	border-top:1px solid #eee;
}
#content li {
	padding:10px;
	border-bottom:1px solid #eee;
}

img {
	border: 1px solid #797979;
	padding: 3px;
	margin: 5px;
}

.alignright {
	float: right;
	clear: both;
}

.alignleft {
	float: left;
	clear: both;
}

#content h3, #contentfull h3 {
	margin:15px 0;
	padding:5px 0;
	color: #ff0099;
	font: italic 1.3em/30px Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}

a.more {
	display:block;
	text-align:right;
	color:#2F460D;
	text-decoration:none;
	margin:10px 0 0 0 ;
}
a.more:hover {
	text-decoration:underline;
}


/* CSS 3 Stuff */

/* All Corners Rounded*/

#content
{
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 10px 10px 10px #c7a6bb;

-moz-box-shadow: 10px 10px 10px #c7a6bb;

box-shadow: 10px 10px 10px #c7a6bb;
}

