/*   
	Theme Name: elegance
	Theme URI: http://dodesign.us/designs/elegance
	Description: An simple WordPress theme by doDesign built to work with the Yet Another Photoblog WordPress plugin.
	Author: Daniel O'Connor
	Author URI: http://dodesign.us
*/


* {
	margin: 0px;
	padding: 0px
}
	
body {
	background-color: #7b7b7b;
	font-family: Tahoma;
	font-size: 12px;
}

p {
	color: #5b5b5b;
	font-size: 12px;
	line-height: 22px;
	margin: 10px 0px;
}

a {
	text-decoration: none;	
	color: #be5050;
}

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

#container {
	width: 852px;
	margin: 0 auto;
}

.box {
	width: 840px;
	border: 6px solid #858585;
	background-color: #fff;
	margin-bottom: 25px;
}

.box .wrapper {
	margin: 10px;
}

/* Header */
#header {
	margin: 35px 0 0 0;
}

#sitename {
	padding: 0 35px 0 16px;
}

#sitename h1, #sitename h1 a {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 27px;
}

#sitename h1 a:hover {
	color: #f3f3f3;
}

#motto {
	border-left: #a8a8a8 1px solid;
	padding-left: 35px;
}

#motto h2 {
	color: #ededed;
	font-size: 18px;
	font-weight: normal;
}

#header td {
	vertical-align: middle;
	height: 45px;
}

#navlist {
	float: right;
	margin-top: 20px;
}

#navlist ul li {
	display: inline;
	color: #f6f6f6;
	font-size: 15px;
}

#navlist ul li a {
	color: #f6f6f6;
	padding: 25px;
	font-size: 15px;
}

/* Search */

#poptags {
	width: 575px !important;
	float: left;
}

#poptags a {
	padding-left: 10px;
}

#searchbarbox {
	width: 238px;
	float: left;
	text-align: center;
	margin: 0px 0px 0px 15px;
	padding: 0px !important;
	height: 42px;
}

#searchbarbox .wrapper {
	margin: 7px 0px 0px 0px;
}
#searchbarbox input {
	width: 201px;
	padding: 5px;
	border: 1px #C2C2C2 solid;
	color: #5B5B5B;
	font-size: 14px;
}


/* Content */
#content {
	margin: 30px 0 0 0;
	width: 100%;
}

.posttitle {
	margin: 0px 11px 10px 11px;
	color: #8d8d8d;
	font-size: 20px;
}

.posttitle a {
	color: #8d8d8d !important;
}

#bigpicture a, #moremeta a {
	color: #be5050;
}

#bigpicture img {
	border: 1px solid #bebebe;
}

#bigpicture .posttextwrapper {
	padding: 3px;
}

#bigpicture .description {
	border-bottom: 1px solid #dad8d8;
	padding: 0px 6px;
}

#bigpicture .meta p {
	padding: 6px 6px 0px 6px;
	color: #8a8a8a !important;
	margin: 0px;
}

/* Under Content Meta */
#moremeta {
	width: 575px !important;
	float: left;
}

#moremeta p {
	padding: 0 6px;
}

#prevlink a, #nextlink a {
	padding: 6px;
	color: #5B5B5B;
}

#prevlink {
	width: 115px;
	float: left;
	text-align: center;
	margin: 0px 7px 0px 15px;
	padding: 0px !important;
	height: 42px;
}

#nextlink {
	float: left;
	width: 96px;
	text-align: center;
	margin: 0px 0px 0px 8px;
	height: 42px;
}


/* Footer */

#footer {
	margin: -15px 0 25px 0;
}
#footer .shorttext {
	text-align: right;
}

#footer .shorttext p {
	color: #bcbcbc !important;
	text-transform: lowercase;	
}

#footer .shorttext a {
	color: #e6e6e6;
}



/* EXIF */
#exif li {
	list-style: none;
}

#exif li p {
	line-height: 13px;
}

fieldset {
	background: #FFFFFF;
	border: dashed 1px #858585;
	padding: 12px;
	color: #5B5B5B;
}

legend {
	padding: 4px;
}


/* Default WordPress */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   text-align: center;
}
