@charset "utf-8";
/* CSS Document */

body  {
	background: d8eaf4 url(creatingchaos/bg.jpg) repeat-x top left;
}

h1, h2, h3, h4, h5, h6  {
	color: #666666;
}

h3.about {
	color: #ffffff;
}

a:link, a:visited  {
	color: #4392cc;
	text-decoration: none;
}

/* STRUCTURE */

#wrap {

}

#header  {
	background: #fff url(creatingchaos/header.jpg) repeat-x top left;
	border-bottom: 7px solid #ffffff;
	height: 200px;
}

#header h1.title a  {
	color: #000;
}

#header p.description  {
	color: #75818a;
}

#header_img {
	float: right;
	padding: 0;
	margin: 50px 0 0 0;
	width: 360px;
	height: 120px;	
}

#rss  {
	background-color: #ffffff;
	margin: 40px 500px 0 0;
}

#rss a {
	color: #666666;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
}

#store-ico { 
	background-attachment: #ffffff;
	margin: 40px 400px 0 0;
}

#store-ico a {
	color: #FF6600;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
}

#facebook-ico  {
	background-color: #ffffff;
	margin: 40px 280px 0 0;
}

#facebook-ico a {
	color: #3b5790;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
}

#twitter-ico  {
	background-color: #ffffff;
	margin: 40px 200px 0 0;
}

#twitter-ico a {
	color: #68c9e9;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
}

#linkedin-ico  {
	background-color: #ffffff;
	margin: 40px 110px 0 0;
}

#linkedin-ico a {
	color: #95c9d8;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
}


#featured  {
	background: #39b0d7 url(creatingchaos/featuredbg.jpg) repeat-x top left;
}

#featured .buttons a.prev  {
	background: url(creatingchaos/back_btn.png) no-repeat top left;
}

#featured .buttons a.next  {
	background: url(creatingchaos/next_btn.png) no-repeat top left;
}

#steps  {
	background: #ffffff url(creatingchaos/stepsbg.jpg) repeat-x top left;
}

#steps ul  {
	margin: 0;
	padding: 0;
}

#steps ul li {
	background: url(creatingchaos/steps_1_bg.png) no-repeat top left;
	display:-moz-inline-stack;
	display: inline-block;
	width: 154px;
	height: 27px;
	margin: 0 0 0 -20px;
	padding: 0 0 0 20px;
	float: left;
}

#steps ul li a  {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 0 0 0 5px;
}

#steps ul li a:hover  {
	color: #f7e4eb;
	text-decoration: none;
}

#content  {
	border-top: 7px solid #ffffff;
	border-bottom: 7px solid #ffffff;
	background-color: #fff;
}

#content .moreinfo  {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #554151;
}

#content .moreinfo h3  {
	color: #8781bd;	
}

#content .moreinfo .more a  {
	color: #d1283b;
	background: url(creatingchaos/moreinfo.jpg) no-repeat center left;
}

#news  {
	background: #d9ebf5 url(creatingchaos/news_corner_bg.jpg) top left no-repeat;
	color: #75818a;
}

#news h3  {
	color: #554151;
	padding: 0 0 0 20px;
}




#news ul li a  {
	background-color: #d9ebf5;
	color: #c77db5;
}

#news p.more a  {
	color: #75818a;
}

#bottom  {
	background: #a0c9e7 url(creatingchaos/bottombg.jpg) repeat-x top left;
}

#newsletter input.text  {
	background-color: #c1dcda ;
}

#footer  {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	background: #9fc9e6 url(creatingchaos/footerbg.jpg) repeat-x top left;
	color: #fff;
}

#footer p a  {
	font-family: "Trebuchet MS", sans-serif;
	color: #fff;
}

/* NAVIGATION */

#nav ul li  {
	background: #a7a9ac;
	display: -moz-inline-box; /* Firefox 2 and under */
	display: inline-block; /* IE8, FF3, Opera, Safari */
	width: 100px;
	height: 36px;
	padding-top: 0;
	margin: 0 0.3em 0 0;
}



* + html  #nav ul li {
	display: inline; /* For IE7 */
	width:100px;
	height: 36px;
	padding-top: 0;
	margin: 0 0.3em 0 0;
}

#nav ul li a:link, #nav ul li a:visited  {
	color: #ffffff;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	padding: 0 8px;
}

#nav ul li a:hover  {
	text-decoration: none;
	color: #c77db5;

}

/* BLOG CSS */

.post .categories  {
	background-color: #c77db5;
	color: #fff;
}

.post .categories a  {
	color: #fff;
}

.post h2.title .date a  {
	color: #888888;
}

.post h2.title a  {
	color: #000;
}

.post p.comments a  {
	background: url(creatingchaos/comments.jpg) no-repeat center left;
	color: #000;
}

p.continue a  {
	color: #d1283b;
}

#postad  {
	background-color: #fae9eb;
}

a.adlink  {
	color: #000;
}
.asidespost  {
	border-left: 3px solid #d1283b;
}

#sidebar img.bigad  {
	border: 2px solid #d1283b;
}

#tabbox  {
	border: 1px solid #33ccff;
}

#tabbox ul.idTabs  {
	background: #dac4d5;
}

#tabbox ul.idTabs li a:link, #tabbox ul.idTabs li a:visited  {
	color: #000;
}

#tabbox ul.idTabs li a.selected  {
	color: #fff;
	background: #8bc62d url(creatingchaos/selectedtab.jpg) repeat center center;
}

#boxes ul  {
	background: #ccf2ff;
}

#boxes ul li {
	background: url(creatingchaos/tablibg.jpg) no-repeat top left;
}

#boxes ul li:first-child  {
	background: none;
}

#boxes ul li a:link, #boxes ul li a:visited   {
	color: #666666;
}

#leftwidget  {
	border-right: 1px solid #dedede;
}

.widgetlist  h3  {
	background: url(creatingchaos/widgethead.jpg) no-repeat center left;
	color: #fff;
}

.widgetlist ul li  {
	border-bottom: 1px solid #f0f0f0;
}

.widgetlist ul li a:link, .widgetlist ul li a:visited  {
	color: #000;
}
.commentlist {
	border-top: 2px solid #dac4d5;
}
.commentlist li {
	border-bottom: 2px solid #dac4d5;
}
.commentlist .alt {
	background: #EEF1CB;
}
#commentform input {
	background: #dac4d5;
	border: 1px solid #ccf2ff;
}
#commentform textarea {
	background: #ccf2ff;
	border: 1px solid #dac4d5;
}

/* DROP DOWN PAGE NAVIGATION */

#pagenav li ul li {
	background: #a7a9ac;
	
}

