/*  
Theme Name: Brideness
Theme URI: http://www.digitalsurgery.net/
Description: Custom WordPress theme for Brideness.
Version: 2.2
Author: JErm
Author URI: http://www.jermexpress.com/
*/



/* Begin Typography & Colors */
#page {
	text-align: left;
	}

.contdle .entry {
	line-height: 1.4em;
	}

.contdle .postmetadata {
	text-align: right;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS';
	font-weight: normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #a87ebf;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 11px Arial;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #a87ebf;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #a87ebf;
	text-decoration: underline;
	}

.entry a {
	background: #e5cae4;
	border-top: 1px solid #f0dfef;
	border-left: 1px solid #f0dfef;
	border-bottom: 1px solid #e5bae3;
	border-right: 1px solid #e5bae3;
	padding: 0 2px;
	}

.entry a:hover {
	background: #f0dfef;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #e5cae4;
	border-right: 1px solid #e5cae4;
	padding: 0 2px;
	text-decoration: none;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	font-size: 12px;
	font-family: Arial;
	background: #ffbbda url('images/bride-bg.jpg') top center repeat-x;
	color: #a87ebf;
	text-align: center;
	margin: 25px 0;
	padding: 0; 
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 815px;
	}

#header {
	position: relative;
	padding: 0;
	height: 150px;
	width: 815px;
	background: #fff url('images/bride-header.jpg') no-repeat top center;
	}

#vc {
	position: absolute;
	right: 5px;
	bottom: 3px;
	display: block;
	width: 180px;
	height: 20px;
	}

#vc em {
	visibility: hidden;
	}

#vc:hover {
	text-decoration: none;
	}

#menu {
	position: relative;
	padding: 0; 
	height: 45px;
	width: 815px;
	background: url('images/bride-menu.jpg') no-repeat top center;
	}

#sidebar a {
	text-decoration: none;
	color: #fff;
	}

#sidebar a:hover {
	color: #ffbbd9;
	}

#recent {
	width: 295px;
	height: 40px;
	background: url('images/bride-side-recent.jpg') no-repeat top center;
	}

#catarc {
	width: 295px;
	height: 40px;
	background: url('images/bride-side-catarc.jpg') no-repeat top center;
	}

#links {
	width: 295px;
	height: 40px;
	background: url('images/bride-side-links.jpg') no-repeat top center;
	}

.pink {
	width: 285px;
	padding: 0 5px;
	background: url('images/bride-side-pink.jpg') repeat-y top center;	
	}

.pink ul li {
	padding-left: 20px;
	line-height: 14px;
	background: url('images/bride-pink-dots.jpg') no-repeat bottom center;
	}

.pinkbot {
	width: 295px;
	height: 15px;
	margin-bottom: 15px;
	background: url('images/bride-side-pinkbot.jpg') repeat-y top center;	
	}

.purple {
	width: 285px;
	padding: 0 5px;
	background: url('images/bride-side-purple.jpg') repeat-y top center;	
	}

.purplebot {
	width: 295px;
	height: 15px;
	margin-bottom: 15px;
	background: url('images/bride-side-purplebot.jpg') repeat-y top center;	
	}

#adsense-sidebar {
	padding: 5px 10px;
	width: 275px;
	height: 250px;
	margin-bottom: 15px;
	background: url('images/bride-adsense-side.jpg') no-repeat top center;
	}

#content {
	float: left;
	width: 505px;
	margin: 0;
	}

.contop {
	height: 15px;
	width: 505px;
	background: url('images/bride-contop.jpg') top center no-repeat;
	}

.contdle {
	padding: 0 15px;
	margin: 0;
	width: 475px;
	background: url('images/bride-contdle.jpg') top center repeat-y;
	}

.contom {
	height: 15px;
	width: 505px;
	margin-bottom: 15px;
	background: url('images/bride-contom.jpg') top center no-repeat;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0;
	text-align: justify;
	}

.contdle .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	font-size: 11px;
	padding: 0;
	margin: 0 auto;
	width: 815px;
	height: 70px;
	clear: both;
	background: url('images/bride-footer.jpg') top center no-repeat;
	}

#footer p {
	margin: 0;
	padding: 21px 20px 0 0;
	text-align: right;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

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

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

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

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

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



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

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

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #ff98c7;
	}

#commentform textarea {
	width: 470px;
	padding: 2px;
	border: 1px solid #ff98c7;
	}

#commentform #submit {
	margin: 0;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0;
	float: right;
	width: 295px;
	}

#sidebar form {
	margin: 0;
	}

#categories {
	width: 135px;
	float: left;
	}

#archives {
	margin-left: 150px;
	width: 135px;
	}

#friends {
	width: 135px;
	}

#bridal {
	width: 135px;
	float: right;
	}

#archives ul li {
	padding-left: 15px;
	line-height: 14px;
	background: url('images/bride-pink-dots-small.jpg') no-repeat bottom left;
	}

#categories ul li {
	padding-left: 20px;
	line-height: 14px;
	background: url('images/bride-pink-dots-small.jpg') no-repeat bottom left;
	}

#bridal ul li {
	padding-left: 15px;
	line-height: 14px;
	background: url('images/bride-purple-dots-small.jpg') no-repeat bottom left;
	}

#friends ul li {
	padding-left: 20px;
	line-height: 14px;
	background: url('images/bride-purple-dots-small.jpg') no-repeat bottom left;
	}

#friends ul li a:hover, #bridal ul li a:hover {
	color: #e5bae3
	}

/* End Sidebar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
/* End Various Tags & Classes*/


.entry img {
	margin-left: 30px;
	padding: 5px;
	background: #e5cae4;
	}

.pagenavi {
	margin-bottom: 15px;
	}

img#wpstats { width:0px; height:0px; overflow:hidden; }

/* wp-pagenavi */
#page .wp-pagenavi a, #page .wp-pagenavi a:visited {
	padding: 2px 5px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #fff;
	color: #fff;
	background-color: #ffcce2;	
	font-size: 12px;
}
#page .wp-pagenavi a:hover {	
	border: 1px solid #fff;
	color: #fff;
	background-color: #e5cae4;
}
#page .wp-pagenavi span.pages, #page .wp-pagenavi span.extend {
	padding: 0; 
	margin: 2px;
	color: #fff;
	background: none;
	border: none;
	font-size: 12px;
}
#page .wp-pagenavi span.current {
	padding: 2px 5px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	background-color: #e5cae4;
}



ul.addtoany_list li a, ul.addtoany_list li a:hover {
	background: none;
	border: none;
	margin: none;
	padding: none;
	}
