/*
Theme Name: MWC
Theme URI: http://www.mindworkscreation.com/
Description: Custom theme designed to match Mindworks Creation website design.
Version: 1.1
Author: Mindworks Creation
Author URI: http://www.mindworkscreation.com/
*/

body,div,span,td,h1,h2,h3,h4,h5,h6,p,input{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #333333;
  margin:0px;
}

h1,h2,h3,h4,h5,h6{font-weight:bold;}
body{background-color:#ffffff;}
form{padding:0px; margin:0px;}
input[type=text], input[type=checkbox], textarea{border:1px solid #999;}
img{border:0px;}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
  color: #94AADD;
  background: transparent;
  border-bottom: none;
  text-decoration: none;
  /* text-shadow:#444444 1px 1px 1px; */
}
a:active {
	text-decoration: none;
	color: #000;
}
.bottommenu {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #000;
}
.copyright {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

p{margin-bottom:10px;}
hr{border:0px; border-bottom:1px solid #999;}

/* structure */
#page{
  position:relative;
  margin:0px;
  width:1020px;
}

#border{
  position:relative;
  /* background:url(img/page-border.png) repeat-y; */
  width:1020px;
}

#prehead{
  width:1020px;
  /* height:45px; */
  /* background:url(img/page-head.png) no-repeat; */
}

#head{
  display:none;
  /* position:absolute;
  left:24px;
  top:-21px;
  width:810px;
  height:134px;
  background:url(img/logo.jpg);  */
}

/*
#head .l{position:absolute; left:0px; top:0px; width:15px; height:134px; background:url(img/logo-left.png) no-repeat;}
#head .m{position:absolute; left:15px; top:0px; width:780px; height:134px; text-align:center; background:url(img/logo-mid.png) repeat-x;}
#head .r{position:absolute; right:0px; top:0px; width:15px; height:134px; background:url(img/logo-right.png) no-repeat;}
#head .m h1{padding-top:29px;}
#head .m h1 a{font-size:36px; text-decoration:none;}
#head .m div{margin-top:7px; font-size:14px; font-weight:bold;}

#contentMid{float:left; position:relative; width:600px; margin:113px 0px -9px 129px;}
*/

#content{
  float:right;
  margin:0px 23px 0px 0px;
  width:761px;
}

#sidebar{
  float:left;
  position:relative;
  width:200px;
  margin:0px 16px 0px 20px;
}

#prefooter{
  position:absolute;
  left:0px; bottom:-20px;
  width:1020px;
  height:20px;
  /* background:url(img/page-footer1.png) no-repeat; */
}

#footer{
  /* background:url(img/page-footer2.png) no-repeat;  */
  margin:8px 0px 0px 0px;
  color:#000000;
  text-align:center;
}

/* #footer a{color:#559; font-weight:bold;}   */

/* news */
.news{
  position:relative;
  width:761px;
  margin-top:0px;
  /* background:url(img/news-mid.png) repeat-y; */
  border-top: 2px ridge #eeeeee;	/* thumbnails border color and style */
  border-left: 2px ridge #eeeeee;	/* thumbnails border color and style */
  border-right: 2px outset #eeeeee;	/* thumbnails border color and style */
  border-bottom: 2px outset #eeeeee;	/* thumbnails border color and style */
  border-radius: 6px 6px;	/* round corners with CSS3 compliant browsers */
  background-color:#ffffff;
  margin-bottom:16px;
}

.news .top{
  /* background:url(img/news-top.png) no-repeat; */
  padding:10px 8px 0px 8px;
}
.news .top h2, .news .top h3{
  	font-size: 24px;
	font-weight:bold;
	color: #000000;
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 11px;
	display:block;
}
.news .top h2 a:hover, .news .top h3 a:hover{
  color:#94AADD;
}
.news .top h3 span{
  color:#777;
}
.news .top h2 span{
  color:#777;
  float:right;
  margin: 8px 11px 0px 10px;
}
.news .mid{
  padding:0px 19px 3px 19px;
  /* background:url(img/news-mid2.png) repeat-y;  */
}
.news .mid2{
  padding:2px 19px 1px 19px;
  /* background:url(img/news-mid2.png) repeat-y;  */
}
.news .mid a, .news .mid2 a{
  text-decoration:none;
  font-weight:bold;
}
.news .midTop{
  height:5px;
  /* background:url(img/news-top2.png) no-repeat;  */
}
.news .midBot{
  height:5px;
  /* background:url(img/news-bot2.png) no-repeat; */
}
.news .midBot2{
  height:15px;
  /* background:url(img/news-bot3.png) no-repeat;  */
}
.news .bot{
  color:#777;
  text-align:center;
  padding:0px 9px 10px 9px;
  /* background:url(img/news-bot.png) bottom no-repeat; */
}
.news .bot a{
  color:#000;
}
.news .commentPic{
  float:left;
  margin:0px 10px 8px 0px;
}

/* navigation bar */
.nav {
  width:761px;
  border-top: 2px ridge #eeeeee;	/* thumbnails border color and style */
  border-left: 2px ridge #eeeeee;	/* thumbnails border color and style */
  border-right: 2px outset #eeeeee;	/* thumbnails border color and style */
  border-bottom: 2px outset #eeeeee;	/* thumbnails border color and style */
  border-radius: 6px 6px;	/* round corners with CSS3 compliant browsers */
  background-color:#ffffff;
}

.nav .left a, .nav .right a{
  width:150px;
  height:22px;
  padding-top:7px;
  text-align:center;
  margin-top:0px;
}

.nav .left a{
  float:left;
}

.nav .right a{
  float:right;
}

.topnav {
  width:761px;
  border-top: 2px ridge #eeeeee;	/* thumbnails border color and style */
  border-left: 2px ridge #eeeeee;	/* thumbnails border color and style */
  border-right: 2px outset #eeeeee;	/* thumbnails border color and style */
  border-bottom: 2px outset #eeeeee;	/* thumbnails border color and style */
  border-radius: 6px 6px;	/* round corners with CSS3 compliant browsers */
  background-color:#ffffff;
  margin-bottom:12px;
}

.topnav .left a {
  height:22px;
  padding-top:7px;
  text-align:left;
  margin-top:0px;
}

.topnav .right a {
  height:22px;
  padding-top:7px;
  text-align:right;
  margin-top:0px;
}

.topnav .left {
  float:left;
  height:22px;
  padding-top:7px;
  padding-left:19px;
}

.topnav .right {
  float:right;
  height:22px;
  padding-top:7px;
  padding-right:19px;
}

/* sidebar */
#sidebar{
  color:#ffffff;
}

#sidebar ul{
  margin:0px;
  padding:0px;
  list-style-position: inside;
  list-style-type: square;
  font-size:98%;
}

#sidebar li{
  list-style-position: inside;
  list-style-type: square;
}

#sidebar > ul > li{
  /* background:url(img/menu-mid.png) repeat-y; */
  border-top: 2px ridge #eeeeee;	/* thumbnails border color and style */
  border-left: 2px ridge #eeeeee;	/* thumbnails border color and style */
  border-right: 2px outset #eeeeee;	/* thumbnails border color and style */
  border-bottom: 2px outset #eeeeee;	/* thumbnails border color and style */
  border-radius: 6px 6px;	/* round corners with CSS3 compliant browsers */
  background-color:#ffffff;
  margin-bottom:16px;
}

#sidebar > ul > li h2{
  display:block;
  height:18px;
  /* background:url(img/menu-top.png) no-repeat; */
  padding:7px 9px 0px 9px;
  color:#000;
  text-align:center;
  font-size:115%;
  list-style-type: square;
}

#sidebar > ul > li .a, #sidebar > ul > li > ul{
  padding:7px 9px 8px 9px;
  /* background:url(img/menu-bot.png) bottom no-repeat; */
  list-style-type: square;
}

#sidebar input[type=text]{width:108px;}
/* #sidebar a:before{content:'- ';}
#sidebar a:before{content:"\bb""\a0";} */
#sidebar .text{padding:7px 0px 0px 0px; background:#fff;}
#sidebar .text p{color:#000; font-weight:bold;}
#sidebar .bk{color:#000;}
#sidebar .categories .children{margin-left:10px;}

/* miscellaneous */
.h2head{margin-top:6px; font-size:14px;}
.pageContent{margin:14px 0px 20px 0px;}
.error1{margin-top:7px; color:#900;}
.error2{margin:5px 0px 15px 0px; color:#900;}
.pages{text-align:center; margin:7px 0px 15px 0px;}
.clear{clear:both;}
.MT10{margin-top:10px;}
.comment{font-size:14px; margin-bottom:10px;}

/* needed by 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:#fff; padding-top:4px; margin:8px 0px 0px 0px;}
.wp-caption img{margin:0; padding:0; border:0 none;}
.wp-caption p.wp-caption-text{padding:7px 4px 8px; margin:0;}
/*


CONFIGURE YOUR COLORS HERE: */

	#head .m h1 a, #head .m div{color:#fff;}                 /* head area text color */
	/* #sidebar > ul > li{background-color:#ffffff;} */           /* menu background color */
	.news{background-color:#ffffff;}                         /* post background color */
	.nav .left a, .nav .right a{background-color:#ffffff;}   /* previous-next navigation buttons background color */

/* Remove this comment (not the code) if you wish the menu to be on the left side */


