/* universal reset */

* {
	margin: 0;
	padding: 0;
}

/* layout */

body {
	margin: 0px;
	background-color: #222335;
	background-image: url(http://ashleyandtracey2009.com/site_images/bodyBG.jpg);
	background-repeat: repeat;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

#container {
	width: 1024px;
	margin: 0px auto;
	color: #333;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-image: url(http://ashleyandtracey2009.com/site_images/contentBG.jpg);
	background-repeat: repeat-y;
}

#header {
	padding: 0px;
	background-image: url(http://ashleyandtracey2009.com/site_images/topBG.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	height: 456px;
}

#navWrap {
	float: right;
	margin-top: 290px;
	margin-right: 34px;
}

#navBox {
	float: right;
	width: 210px;
	text-align: right;
	padding-right: 10px;
	font-family: "Gill Sans", sans-serif, Verdana;
	font-size: 14px;
	color: #FFFFFF;
}

#navBox ul {
	margin: 0px;
	padding: 0px;
}

#navBox li {
	list-style-type: none;
	margin-bottom: 5px;
}

#navBox li a {
	color: #ECC5C8;
}

#navBox li a:hover {
	color: #E23D3E;
}

.darkTxt {
	color: #14141F;
}

#contentWrap {
	padding: 0px;
	background-image: url(http://ashleyandtracey2009.com/site_images/contentTopBG.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
}

#contentInnerWrap {
	padding: 20px 50px;
	margin: 0px;
}

#footer p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: x-small;
	color: #FFFFFF;
	padding-top: 50px;
	padding-left: 75px;
	line-height: 20px;
}

#contentInnerWrap p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #14141F;
}

#sideBar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #14141F;
	float: left;
	width: 230px;
	margin-right: 20px;
	margin-top: 130px;
	padding: 10px 10px 10px 20px;
	background-color: #DED7AD;
}

#sideBar p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #14141F;
}

#sideBar h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #8D896E;
	font-weight: bold;
	line-height: 24px;
}

#sideBar a:link {
	text-decoration: none;
	color: #BB1E52;
}

#sideBar a:visited {
	text-decoration: none;
	color: #811438;
}

#sideBar a:hover {
	text-decoration: none;
	color: #E13E3E;
}

#sideBar a:active {
	text-decoration: none;
	color: #E23C3E;
}

#sideBar ul {
	margin-left: 10px;
}

#sideBar li {
	color: #AAA584;
	margin-bottom: 3px;
}

#content {
	width: 600px;
	margin-left: 290px;
padding-top: 20px;
}

#content h1 {
	font-family: "Gill Sans", sans-serif, Verdana;
	font-size: x-large;
	font-weight: normal;
	color: #BB1E52;
	margin-bottom: 10px;
}

#content h2 {
	font-family: "Gill Sans", sans-serif, Verdana;
	font-size: large;
	font-weight: normal;
	color: #91173F;
	margin-bottom: 10px;
margin-top: 10px;
}

#content p {
	line-height: 20px;
	margin-bottom: 10px;
}

#content a:link {
	text-decoration: none;
	color: #BB1E52;
	background-color: #DED7AD;
	padding: 3px;
}

#content a:visited {
	text-decoration: none;
	color: #811438;
	background-color: #DED7AD;
}

#content a:hover {
	text-decoration: none;
	color: #E13E3E;
}

#content a:active {
	text-decoration: none;
	color: #E23C3E;
}

#content ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #14141F;
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
}

#content ol {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #14141F;
	list-style-type: decimal;
	margin-left: 20px;
}

#content li {
	margin-bottom: 3px;
}

#footer {
	padding: 0px;
	background-image: url(http://ashleyandtracey2009.com/site_images/footerBG.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	height: 324px;
	clear: both;
}

#footer p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: x-small;
	color: #FFFFFF;
	padding-top: 50px;
	padding-left: 75px;
	line-height: 20px;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

#footer a:hover {
	color: #E03C3D;
	text-decoration: none;
}

#footer a:active {
	color: #E03C3D;
	text-decoration: none;
}

/* blog */

.blogTitle {
	font-family: "Gill Sans", sans-serif, Verdana;
	font-size: x-large;
	font-weight: normal;
	color: #D69007;
}

.postInfo {
	font-family: "Gill Sans", sans-serif, Verdana;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	color: #D69007;
	margin-top: 5px;
	margin-bottom: 20px;
}

.postInfoTop {
	font-family: "Gill Sans", sans-serif, Verdana;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	color: #D69007;
	margin-top: 5px;
	margin-bottom: 0px;
}

#entryWrap {
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DCD5AB;
}

.paginate {
	font-family: "Gill Sans", sans-serif, Verdana;
	font-size: x-small;
	font-weight: normal;
	color: #D69007;
}

/* comment styles */

#comment_style {
	font-family: verdana, arial, Helvetica, sans-serif;
}

#comment_style_author {
	font-size: x-small;
	color: #666666;
}

.comment_author {
	font-size: small;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #000000;
}

#comment_style ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.comment_1 {
	padding: 10px 0 0;
	list-style-type: none;
	margin-left: 0;
padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DCD5AB;
}

.comment_2 {
	padding: 10px 0 0;
	list-style-type: none;
	margin-left: 0;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DCD5AB;
}

#previewBox {
	background-color: #F2F2F2;
	padding: 2px;
	font-size: small;
	border: 1px solid #999;
	width: 450px;
	margin-bottom: 20px;
}

.inputBox {
	color: #333;
	font-size: small;
	background: #FFFFFF;
	border: 1px solid #999999;
	padding: 2px;
}

#formChoice {
	float: left;
margin-right: 20px;
}

/*JUITTER PLUGIN CSS*/
#juitterContainer{} /*Juitter container*/
#juitterContainer .twittList{margin:0;padding:0; width: 400 px;} /* UL that will contain the list of tweets */
/* Below the list of tweets "<li>" */
#juitterContainer .twittLI{list-style:none;margin:0;border-bottom:solid 1px #DCD5AB;height: 70px; padding: 2px 0;} 
/* Bellow the CSS for the avatar image  */
#juitterContainer .juitterAvatar{float:left;border:none;margin-right:5px;padding:1px;width:48px;;height:48px;}
#juitterContainer .jRM{float:right;clear:both;font-size:10px;font-style:italic;} /*read it on twitter link*/
#juitterContainer .readTwit{font-size:10px;font-style:italic;} /*read it on twitter link*/
#juitterContainer .extLink{} /*CSS for the external links*/
#juitterContainer .hashLink{} /*CSS for the hash links*/
/*end of Juitter CSS*/