/*
Theme Name: A0000
Theme URI: http://www.psd2site.com/
Description: Garden Wedding
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

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


p {
	padding: 5px 0;
}

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

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

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;
}

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

/*----body----*/
body { 
	background:url(images/bg.gif) repeat;
	font:12px Arial;
	color:#A5DCFF;
}

/*----header----*/
#header { width:850px; margin:0px auto 0;}
#header h1 { text-indent:-9999px;}
#header h1 a { display:block; background: url(images/banner.jpg) no-repeat; height:150px; border:0px solid #000000;}

/*----main----*/
#wrapper { background:#05476C url(images/header2.jpg) no-repeat top; width:850px; margin:auto; border:0px solid #000000; border-top:none; }

/*----misc----*/
.clear { clear:both;}

/*----left----*/
#left { width:200px; float:left; background:#05476C; }
#sidebar { display:block; margin:15px; padding-right:2px;}
#sidebar hr { background:url(images/hr.gif) no-repeat; display:block; height:5px; border:none; margin:18px 0 0px 0;}
#left ul li {
	list-style: none;
}
#left h2 { font:bold 16px Arial; color:#FF9900; margin-bottom:10px;}
#left ul ul { margin-bottom:10px;}
#left ul ul li { background:#05476C; height:20px; line-height:20px; font: bold 13px Arial; border:0px solid #A5DCFF; margin-bottom:5px;}
#left ul ul li a { display:block; color:#cccccc; padding:2px;}
#left ul ul li a:hover { display:block; background:#05476C; color:#cccccc; text-decoration:underline;  }
#left ul li.page_item ul {
	display: none;
}
#left ul li.current_page_item ul {
}
#left ul li.current_page_item ul li {
	height: 20px;
}


/*----right----*/
#right { width:600px; float:right; margin-top:10px; padding-right:32px; color:#A5DCFF }
#right h2 { font:bold 16px Arial; text-align:center; margin-bottom:10px; color:#ffffff }
#right h2 a, #right h2 a:visited { color:#ffffff; text-decoration: none; }
#right h1 { font:bold 18px Arial; text-align:center; margin-bottom:10px; color:#ffffff }
#right p.desc { font:bold 15px Arial; }
#right a.bold { font-weight:bold;}

#right p { padding-bottom:20px; text-align:justify;}
#right p a { color:#FF9900; text-decoration:underline; font-size:12px;}
#right a, #right a:visited { color:#FF9900; text-decoration:underline;}
#right h3 { font:bold 16px Arial; margin-bottom:5px; color:#ffffff}
#right h3 a, #right h3 a:visited { color:#ffffff; text-decoration: none;}



#right ul#adsense { margin:0; }
#right ul#adsense li { float:left; display:inline; padding:0 0 20px 0; }

#right ul { margin:20px 0 0 180px;}
#right ul li { float:left; display:inline; font-size:10px; padding-right:40px; font-weight:bold;}
#right ul li a { color:#00CCFF;}
#right ul li a:hover { color:#00CCFF;}

#footer { display:block; background:#05476C; text-align:center; color:#A5DCFF; }
#footer a { color:#FF9900; text-decoration:underline; font-size:12px;}





.post {
	margin: 0 0 40px;
}
.post h2 a {
	color: #ffffff;
}
#right .post p {
	margin-bottom: 0;
}
.postmetadata {
	text-align: center;
	padding-top: 5px;
	margin: 0px 0;
	clear: both;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none;
}

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

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

.clear {
	clear: both;
}

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
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.navigation {
	text-align: center;
	margin-top: 10px;
}

.aligncenter {
	margin: 0 auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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





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

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
 float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.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;
}

.commentlist {
	text-align: justify;
}

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

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





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

#commentform textarea {
	padding: 2px;
}

#commentform #submit {
}

#commentform p {
	margin: 5px 0;
}

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





#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover {
	background: #ffffff;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
