/* base
----------------------------------------------- */

* {
	margin: 0px
	padding: 0px;
}

body {
	background: url(http://www.wanderingmango.com/images/backgroundGradient.png);
	background-repeat: repeat-x;
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana;
	text-align: center;
}

#pagewrapper {
	clear: both;
	width: 934px;
	margin: 0 auto 0 auto;
	padding: 0 0px 0 0px;
	overflow: hidden;
}

#banner {
	/* Use inline style:url(images/banner.png) for banners */
	width: 934px;
	height: 296px;
}

#links {
	position: relative;
	float: right;
	margin-top: 5px;
	margin-right: 12px;
	color: #fff;
	font-size: 12px;
}

#links a {
	color: #fff;
	font-size: 12px
}

#links a:hover {
	color: #fa0;
}

#leftColumn {
	float: left;
	width: 512px;
	color: #336699;
	text-align: left;
	margin: 10px 0 0 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 2px;
}

#rightColumn {
	float: right;
	width: 332px;
	color: #336699;
	text-align: left;
	margin: 10px 0 0 5px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 2px;
}

blockquote, h4, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.0em;
	line-height: 1.6em;
}

blockquote
{
	border-color: ivory;
	border-style: solid;
	border-width: 1px;
}

h3 {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 18px;
	line-height: 1.6em;
}

h1 a, h2 a {
	color: #336699;
	border: none;
	text-decoration: none;
}

h3 a:hover {
	color: #fa0;
}

h3 a {
	font-size: 12px;
	color: #aaa;
}

h4 a:hover {
	color: #fa0;
}

h4 a {
	font-size: 12px;
	color: #369;
}


/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 10px auto;
	padding: 10px;
	width: 760px;
}

#head {
	text-align: center;
}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

#sidebar-1, #sidebar-2 {
	padding-top: 50px;
	width: 150px;
}

#sidebar-1 {
	margin-right: 5px;
	float: left;
	text-align: right;
}

#sidebar-2 {
	margin-left: 5px;
	float: right;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
	margin: 0 155px;
	padding-top: 30px;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

#sidebar-1, #sidebar-2 {
\width: 150px;
w\idth: 150px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
	color: white;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

p {
	color: #336699;
}

p a {
	color: #369;
}

p a:hover {
	color: #fa0;
}

.category_list {
     list-style-type:none;
}

/*#footer {
	clear: both;
	width: 934px;
	margin: 10px auto 20px auto;
	padding: 10px 0 0 0;
	text-align: center;
	color: #888888;
	font-size: 10px;
}*/

#footer {
	clear: both;
	width: 934px;
	height: 38px;
	background: url(http://www.wanderingmango.com/images/footer.png);
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
}


#footer a {
	color: #888888;
}
	
#footer a:hover {
	text-decoration: underline;
}

/* ============================================================================= */
/* Main banner links */
/* ============================================================================= */

.bannerLinks {
	position: relative;
	margin-top: 10px;
	color: #aaa;	
}

#bannerLinksLeft {
	float: left;
	margin-left: 30px;
}

#bannerLinksLeft a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	margin-right: 30px;
}

#bannerLinksLeft a:hover {
	color: #fa0;
}

#bannerLinksRight {
	float: right;
	margin-right: 30px;
}

#bannerLinksRight a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	margin-left: 30px;
}

#bannerLinksRight a:hover {
	color: #fa0;
}

