ul#menu-main-menu li {
	font-size: 15px; /* responsible for the font size the menu items */
}

h2.contentheading {
	font-size: 14px; /* your body text font size is 14px so if you want these bigger , you need to put at least 15px as the value */
	text-transform: uppercase; /* if you don't want them in uppercase, change "uppercase" for "none" without the quote marks */
	font-style: normal ; /* if you don't want them in italic, change "italic" for "normal" without the quote marks */
	font-weight: bold ; /* if you don't want them in bold, change "bold" for "normal" without the quote marks */
}




/* DO NOT EDIT BELOW UNLESS YOU KNOW WHAT YOU ARE DOING */

html { height: 101%;}
body {
	color: #333;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	background: #f4f4f4;
}

/* typography */
a {
	color: #ff6600;
	text-decoration: none;
	display: inline-block ;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
h1 {
	font-size: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}

.readmore,
.readon {
	background: transparent url(../images/arrow_right.png) 100% 50% no-repeat;
	height: 21px;
	padding: 0 10px 0 0;
	font-size: 13px;
	color: #333;
}

.clear {
	clear: both;
}



/* search Form */
#s {
	color: #333;
	border: 0;
	background: #fff;
	padding: 0 10px 0 10px;
	margin: 0 0 10px 0;
	height :21px;
	width: 140px;
	border: 1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#searchsubmit {
	color: #fff;
	border: 0;
	background: #ff6600;
	padding: 3px 10px 3px 10px;
	margin: 0;
	cursor: pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#new-search {
	width: 480px;
	float: right;
	text-align: right;
}
span.search_title {
	display: inline;
}
/* madmini registration form style */
#signup_name1,
#signup_email,
#signup_name2,
#signup_email2,
#signup_name3,
#signup_email3,
#signup_name4,
#signup_email4 {
	color: #333;
	border: 0;
	background: #fff;
	padding: 0 10px 0 10px;
	margin: 0 0 10px 0;
	height :21px;
	width: 148px;
	border: 1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#mad_mimi_form1 .button,
#mad_mimi_form2 .button,
#mad_mimi_form3 .button,
#mad_mimi_form4 .button {
	color: #fff;
	border: 0;
	background: #ff6600;
	padding: 3px 10px 3px 10px;
	margin: 0;
	float: right;
	cursor: pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* feed burner form style */
.FeedburnerEmailWidget {
	margin: 0 0 -15px 0;
	padding: 0;
}
.FeedburnerEmailWidget h2 {
	width: 150px;
}
#feedburner_email_widget_sbef_email {
	color: #333;
	border: 0;
	background: #fff;
	padding: 0 10px 0 10px;
	margin: 0 0 10px 0;
	height :21px;
	width: 148px;
	border: 1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#feedburner_email_widget_sbef_submit {
	color: #fff;
	border: 0;
	background: #ff6600;
	padding: 3px 10px 3px 10px;
	margin: 0;
	float: right;
	cursor: pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* lay out element */
.rounded-corner {
	-moz-border-radius:2ex;
	-webkit-border-radius:2ex;
}
#wrapper {
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	width: 960px;
	xborder-left: 1px solid #cbcbcb;
	xborder-right: 1px solid #cbcbcb;
	xborder-bottom: 1px solid #cbcbcb;
	xbackground-color: #fff;
}


/* header style */
#header {
	margin-bottom: 5px;
	padding: 15px;
	border: 1px solid #cbcbcb;
	background: #fff;
	margin-bottom: 35px;
}
#logo {
	width: 269px;
	float: left;
	margin: 0;
	padding: 0;
}
#top_right_info_top {
	width: 600px;
	height: 29px;
	margin: 0 0 0 0;
	padding: 0;
	float: right;
	text-align: right;
}
#top_right_info_top a {
	color: #666;
	text-decoration: none;
	margin-left: 10px;
}
#top_right_info_top a:hover {
	color: #ff6600;
	text-decoration: none;
}

#top_right_info {
	width: 600px;
	height: 21px;
	margin: 70px 0 0 0;
	padding: 0;
	float: right;
	text-align: right;
}
#blogtitle {
	margin: 0 0 10px 200px;
}
#blogtitle a {
	font-size: 16px;
	color: #666;
	display: block;
}

#blognavigation {
	height: 25px;
	font-size: 15px;
	padding-left: 20px;
}
#blognavigation a {
	color: #333;
	margin-right: 20px;
	display: inline-block;
}
#blognavigation a.border {
	border-right: 1px solid #ff6600;
	padding-right: 20px;
}
/* main content style */
/* content styling */
#content {
	float: left;
	width: 755px;
	margin: 0 0 10px 0;
	border: 1px solid #cbcbcb;
	background: #fff;
}
.center {
	text-align: center;
}

.image_left_aligned,
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.image_right_aligned,
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

p.wp-caption-text {
	font-size: 11px;
	text-align: center;
}

.article_row {
	margin: 0 0 5px 0;
	padding: 0;
}
.contentdescription {
	margin: 0 0 20px 0;
}
#content_inner {
	padding: 30px;
	font-size: 14px;
	line-height: 20px;
}

#content_inner img.image_right_aligned {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 30px;
}
#content_inner img.image_left_aligned {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0;
}

.postmetadata {
	margin: 0 0 15px 0;
	font-size: 11px;
}
.userphoto {
	width: 100px;
}
.postmetadata-detail {
}

/* post style */
#content .post-single {
	margin: 0 0 25px 0;
	border-bottom: 1px solid #ccc;
}
#content .post p {
	margin: 0 0 15px 0;
}


#content span.postdate {
	font-size: 11px;
}
#content span.comment {
	border:none;
	font-size: 11px;
}

#content span.comment a {
	background: url(images/icon_comments.png) 0px 4px no-repeat;	
	font-size: 11px; 
	padding-left:25px;
}
#content span.comment a:hover {
	font-size: 11px; 
	text-decoration:none;
}
#content .post h2.h2title {
	font-size: 20px;
	width:100%;
	position:relative;
	margin-bottom:10px;
	padding:4px 0;
	font-weight: normal;
	overflow:hidden;
}

.size-full {
	padding: 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

div.comments {
	margin: 20px 0 0 0;
	border-top: 1px solid #ccc;
}

h5.comments {
	font-size: 13px;
}

.comment-single {
	margin: 15px 0 15px 0;
	border-bottom: 1px dotted #ccc;
}

.comment-comment-author {
	margin: 0;
}
#comment-moderation {
	margin: 10px 0;
}
.comment-body {
	margin: 0 0 20px 0;
}


/* pagination styling */
.pagination span, .pagination a {margin-right: 5px;}

/* Comments Form */
#commentform label {
	float:left;
	text-align:left;
	margin-bottom:15px;
	font-size:13px;
	width:110px;
	font-weight:bold;
}
#commentform span.small {
	font-size: 10px;
}
#commentform input {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.txtarea {
	width:75% !important;
	float:right;
	padding:5px;
	margin-bottom:5px;
	font-size: 13px;
	color: #666;
	border: 1px solid #ccc;
	height: 21px;
	background: #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.txtarea:hover {
	border:1px solid #B6B6B6;
	background:#fff;
}
#comment-area {
	height: 150px;
}
#submitbutton {
	clear: both;
	width: 100%;
}
.Cmtbutton:hover {
	background:#000;
	border:medium none;
	color:#FAF8F8;	
}
.Cmtbutton {
	color: #fff;
	border: 0;
	background: #ff6600;
	padding: 3px 10px 3px 10px;
	margin: 0;
	float: right;
	cursor: pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.txtRed {
	color: red;
}

#captcha-free {
	font-size: 10px;
}
#captcha-free a {
	color: #666;
}
/* share div style */
.shareinpost {
	margin: 10px 0;
}

/* right column styling */
#rightcol {
	width: 190px;
	float: right;
}

.right_module {
	width: 170px;
	margin: 0 0 20px 0;
	padding: 10px 10px;
	background: #E7E7E7;
}
.right_module h2 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
}


.right_module ul.catlist,
.widget_categories ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	width: 100%;
}
.right_module ul.catlist li,
.widget_categories ul li  {
	background: transparent url(images/arrow_right.png) 0 5px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}
.right_module ul.catlist li a,
.widget_categories ul li a {
	color: #333;
}
.right_module ul.catlist li a:hover,
.widget_categories ul li a:hover {
	text-decoration: underline;
}

.right_module ul.catlist ul,
.widget_categories ul ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	width: 100%;
}
.right_module ul.catlist ul li,
.widget_categories ul ul li  {
	background: transparent url(images/arrow_right.png) 0 5px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}



/* left column styling */
#leftcol {
	width: 190px;
	float: left;
	margin: 20px 10px 20px 0;
}
#left_menu {
	height: 365px;
}


/* left nav style */
ul#menu-main-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu-main-menu li {
	margin: 15px 0 20px 0;
}
ul#menu-main-menu li a {
	color: #666;
	display: block;
	text-decoration: none;
}
ul#menu-main-menu li a:hover {
	color: #999;
	text-decoration: none;
}
ul#menu-main-menu li.active a {
	color: #999;
	text-decoration: none;
}



/* tag module */
.tags a {
	color: #999;
}
.tags a:hover {
	color: #666;
}

/* twitter menu */
ul.tweets {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.tweets li {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

/* newsletter module */
#feedburner_email_widget_sbef_submit {
	color: #fff;
	border: 0;
	background: #ff6600;
	padding: 3px 10px 3px 10px;
	margin: 0 0 15px 0;
	float: right;
	cursor: pointer;
}


/* popular post style */
#popular-posts ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	width: 100%;
}
#popular-posts ul li  {
	background: transparent url(images/arrow_right.png) 0 5px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}
#popular-posts ul li a {
	color: #333;
}
#popular-posts ul li a:hover {
	text-decoration: underline;
}

#popular-posts ul ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	width: 100%;
}
#popular-posts ul ul li  {
	background: transparent url(images/arrow_right.png) 0 5px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}

/* category list style */
ul.category_list {
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	width: 100%;
}
ul.category_list li {
	background: transparent url(../images/arrow_right.png) 0 5px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}
ul.category_list li a {
	display: block;
	color: #333;
}
ul.category_list li a:hover {
	text-decoration: underline;
}


/* footer style */
#footer {
	clear: both;
	height: 25px;
}
#footer_inner {
	width: 100%;
	xmargin-left: 200px;
	color: #999;
	font-size: 10px;
}
#footer_inner a {
	color: #999;
}
#footer_inner a:hover {
	text-decoration: underline;
}
.float_right {
	float: right;
}


/* @group rounded-corners pics */

.rounded_wrapper {
	position: relative;
}

.rounded_wrapper img {
	border-width: 0;
	border-style: none;
}

.rounded_wrapper div {
	height: 7px;
	position: absolute;
	width: 100%;
}

.rounded_wrapper .tl {
	top: 0;
	left: 0;
	background: url(images/rounded_corners/tl.png) no-repeat left top;
}

.rounded_wrapper .tr {
	top: 0;
	right: 0;
	background: url(images/rounded_corners/tr.png) no-repeat right top;	
}

.rounded_wrapper .br {
	bottom: 0;
	right: 0;
	background: url(images/rounded_corners/br.png) no-repeat right bottom; 
}

.rounded_wrapper .bl {
	bottom: 0;
	left: 0;
	background: url(images/rounded_corners/bl.png) no-repeat left bottom;
}

/* IE6 fix */
.ie6_width .tr {
	right: -1px;
}

.ie6_width .br {
	right: -1px;
}

.ie6_height .br {
	bottom: -1px;
}

.ie6_height .bl {
	bottom: -1px;
}

/* @end */

