/*
Theme Name: DomainConvergence Wordpress Theme
Description: Custom Theme Converted by Atif, Designed by LogoDesignCreation
Version: 1.0
Author: Mohd Ameenuddin Atif
Author URI: http://www.techytuts.com
*/

/* GLOBAL RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,p,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
input, textarea {
	border: 1px solid #999999;
	padding: 1px;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #7d7d7d;}
.clear {
	clear: both;
	height: 1px;
}
.img-left {float:left; margin-right:10px}
.img-right {float:right; margin-left:10px}
.wrap {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
.header {
}
.menu {
background: url('images/menu01.jpg') no-repeat;
}
.menu li {
	float: left;
}

.but01 li a {
	background-image: url(images/01.gif);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	height: 25px;
	width: 80px;
	text-decoration: none;
	color: #DDDEDF;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	padding: 6px 5px 0px;
	margin-right: 4px;
}

.but01 li a:hover {background-position:bottom; color:#FFFFFF;}

.content {
	margin-top: 10px;
}

.content  p{
	line-height: 1.2;
        margin-bottom: 10px;
}

.content ol {
	list-style: decimal !important;
	margin-left: 25px !important;
}

.content ul {
	list-style: disc !important;
	margin-left: 25px !important;
        margin-bottom: 10px;
}

.content ul li, .content ol li {
	list-style: disc !important;

}



.content-left {
	float: left;
	width: 475px;
}
.content-left div {
	margin-bottom: 10px;
}

.content-right {

	float: right;
	width: 234px;
}
.content-right div {
	margin-bottom: 10px;
}


.content img.alignleft {
	display:inline;
	margin:5px 10px 5px 5px;
	padding:1px;
}

.content img.alignright {
	display:inline;
	margin:5px 10px 5px 5px;
	padding:1px;
}

.newstitle {
	background-image: url(images/bar-bg01.gif);
	background-repeat: repeat-x;
	height: 31px;
	padding-right: 10px;
	padding-left: 10px;
}
.newstext2 li {
	list-style-type: disc;
	margin-left: 15px;
	*margin-left: 20px;
	font-weight: bold;
}
.newstext2 a {color: #6A818D;text-decoration: none;}
.newstext2 a:hover {color: #00A4EA;}
.sponsor {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F46523;
	color: #F46523;
	font-weight: bold;
	height: 50px;
}
.footer {
	margin-top: 10px;
}

.footmenu {
	float: right;
	list-style-type: disc !important;
	list-style-image: none !important;
	list-style-position: outside !important;
}

.footmenu li {
	float: left;
	margin-left: 20px;
	list-style: disc !important;
	list-style-type: disc !important;
	list-style-image: none !important;
	list-style-position: outside !important;

}

.redtitle {
	font-size: 18px;
	font-weight: normal;
	color: #FF0000;
	margin-bottom: 5px;
	text-decoration: none;
}
.bluetitle {
	font-size: 18px;
	font-weight: normal;
	color: #0092d3;
}
.greentitle {
	font-size: 18px;
	font-weight: normal;
	color: #90c73e;
}
.tealtitle {
	font-size: 18px;
	font-weight: normal;
	color: #748a96;
}
.orangetitle {

	font-size: 18px;
	font-weight: normal;
	color: #f26523;
}
.newstext {font-size: 11px;	font-weight: normal;}
.newstext li {
	list-style-type: disc;
	margin-left: 15px;
	*margin-left: 20px;
}

.newstext a {color: #00A4EA;text-decoration:underline;}
.newstext a:hover{ text-decoration:none}
.maintext {
	font-size: 13px;
	font-weight: normal;
	color: #7d7d7d;
}
.maintext a {
	color: #7d7d7d;
	text-decoration: underline;
}
.maintext a:hover {
	text-decoration: none;
	color: #48A4EE;
}

/* default tags */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}
.alignleft img{float: left; margin-right:10px;}

.alignright {
   float: right;
}
.alignright img{float: right; margin-left:10px;}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

