/*  



Theme Name: Raseel



Theme URI: http://raseeltraining.com



Description: Clean and Elegant Business Wordpress Theme



Author: Raseel



Author URI: http://raseeltraining.com



Version: 1.2



*/















@import url("css/reset.css");
 @import url("css/custom-grid.css");
 @import url("css/ddsmoothmenu.css");
/* ----------------------- GENERAL LAYOUT -----------------------*/



body {
	background : #fff;
	font: 62.5% Arial, Helvetica, sans-serif;
}
/* heading */







h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#3a3a3a;
	text-transform: capitalize;
	text-align:left;
}
h1 {
	font-size:32px;
	line-height:32px;
	margin-bottom:15px;
}
h2 {
	font-size:26px;
	line-height:2.6px;
	margin-bottom:15px;
	text-align:left;
}
h3 {
	font-size:20px;
	line-height:20px;
	margin-bottom:15px;
}
h4 {
	font-size:16px;
	line-height:16px;
	margin-bottom:8px;
}
h5 {
	font-size:14px;
	margin:3px 0px;
	padding:0px;
}
/* links */



a, a:link, a:visited {
	color:#EB6600;
	text-decoration:none;
}
a:hover {
	color:#353535;
}
a img, img {
	border:none
}
/* blockquotes and paragraphs */



p {
	font-size:1.2em;
	line-height:1.6em;
	margin-bottom:1.5em;
 // color:#454545;
	color:#000000;
}
blockquote {
	font-size: 1.2em;
	padding-left: 40px;
	color: #949494;
	background: url(images/blockquote.png) top left no-repeat;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	margin-bottom: 15px;
}
blockquote p {
	color: #949494;
	line-height: 1.4em;
}
hr {
	color: #eee;
	height: 2px;
	clear: both;
	margin: 10px 0 15px 0;
}
code {
	background: #fafafa;
	padding: 5px 10px;
	display: block;
	font-size: 1.4em;
	color: #858585;
	margin-bottom: 10px;
}
/* ----------------------- HEADER LAYOUT -----------------------*/



/* Header Section */



#topbar {
	background:  #ffffff url(images/topbar.jpg) repeat-x;
	height: 6px;
}
#headerwrapper {
	height: 120px;
	background:  #ffffff url(images/header.jpg) repeat-x;
}
#header {
}
/* Logo */



#logo {
	margin-top: 15px;
}
/* Search Box */



#searchbox form {
	margin-top: 40px;
	margin-right: 10px;
	float: right;
}
.searchtext {
	padding:5px 0px 5px 10px;
	display: block;
	border: none;
	height: 22px;
	width: 213px;
	background: url(images/searchtext.jpg) center no-repeat;
	float: left;
	color: #555;
}
.searchbutton {
	border: none;
	height: 30px;
	width: 80px;
	background: url(images/searchbutton.jpg) center no-repeat;
	float: left;
	cursor: pointer;
}
.searchbutton:hover {
	background: url(images/searchbutton-hover.jpg) center no-repeat;
}
/* Navigation Container */



#nav {
	height: 42px;
	position: relative;
	z-index:100;
	background: url(images/nav.jpg) repeat-x;
}
/* ----------------------- SLIDESHOW LAYOUT -----------------------*/



/* Slideshow Section */



#slidecontainer {
	height: 450px;
	background: url(images/bgslide-wood.jpg) top center repeat-x;
}
#slider {
	padding-top: 50px;
	background: url(images/bgslide-wood.png) 52% 8% no-repeat;
	height: 460px;
	width: 100%;
}
#piecemaker_slider {
	height: 520px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	padding-top: 20px;
	background: url(images/bgslide-wood.png) 52% 8% no-repeat;
}
/* Alternative Slideshow */



#mainslide {
	width: 940px;
	margin: 0 auto;
	position: relative;
	height: 350px;
	background:#212121 url(images/loading.gif) no-repeat 50% 50%;
}
#mainslide img {
	position:absolute;
	top:0px;
	left:0px;
}
/* The Nivo Slider styles */



.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */



.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */



.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */



.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:10px 20px;
	margin:0;
	color: #ccc;
	line-height: 1.6em;
}
.nivo-caption h5 {
	margin-bottom: 5px;
	color: #fff;
}
/* Direction nav styles (e.g. Next & Prev) */



.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */



.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}
.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
/* 3D Slideshow */







/* ----------------------- HOMEPAGE LAYOUT -----------------------*/



/* Homepage Bar */



#contentbar {
	height : 258px;
	padding-bottom: 30px;
	background: url(images/bottombar.png) 50% 100% no-repeat;
}
.boxbar {
	padding-top: 25px;
}
.boxbar h3 {
	margin-bottom: 10px;
}
/* Container */



#container {
	padding-bottom: 10px;
	background: url(images/bottomcontent.jpg) bottom repeat-x;
}
#homepagecontent {
	margin-top: 10px;
}
#content {
	margin-top: 30px;
}
/* Left Column */ 



#leftcol {
	width: 450px;
	text-align:left;
}
/* Right Column */



#rightcol {
	float: right;
	text-align:left;
}
/* Homepage Section */



#welcomebox {
	margin-bottom: 20px;
}
/* Homepage Services List */



ul#servicesbox {
}
ul#servicesbox li {
	margin: 0 40px 0 0;
	float: left;
	text-align: center;
}
ul#servicesbox li img {
	margin-bottom: 10px;
}
/* Homepage Blog List */



#blogbox {
}
#blogbox h3,  #rightcol h3 {
	padding-bottom: 10px;
	background: url(images/linewidth.jpg) bottom right no-repeat;
}
#latestblog,  .widgets #latestblog {
	margin: 0;
	padding: 0;
}
#latestblog li,  .widgets #latestblog li,  .footerbox #latestblog li {
	margin: 3px 0 6px 0;
	font-size: 1.2em;
	border-bottom: 1px dotted #d8d8d8;
	line-height: 1.2em;
	padding: 0;
	background: none;
}
.footerbox #latestblog li {
	border-bottom: 1px dotted #5a5a5a;
}
#latestblog li span {
	margin: 5px 0;
}
#latestblog li span.blogdate {
	color: #888;
}
#latestblog li span a {
	font-weight: bold;
}
#latestblog li p {
	font-size: 1em;
	margin: 5px 0;
	line-height: 1.6;
}
/* Twitter Update List */



#twitterupdate h3,  #portolist h3 {
	background: url(images/lineshort.jpg) bottom no-repeat;
	padding-bottom: 10px;
}
ul#twitter_update_list {
}
ul#twitter_update_list li,  .widgets ul#twitter_update_list li {
	margin: 8px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #d4d4d4;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #666666;
	background: none;
	padding-left: 0;
}
a#linkmore {
	font-weight: bold;
	text-align: right;
	display: block;
	font-size: 1.2em;
}
/* Latest Portfolio List */



ul#latestporto {
	margin:0;
	padding: 0;
	float: left;
}
ul#latestporto li,  .widgets ul#latestporto li {
	float: left;
	margin: 0 5px 5px 0;
	color:#666666;
}
.widgets ul#latestporto li {
	padding: 0;
	background: 0;
	border-bottom: none;
}
ul#latestporto li a img {
	padding: 2px;
	border: 1px solid #eee;
	background: #fff;
}
ul#latestporto li a:hover img {
	border: 1px solid #ddd;
	background: #fafafa;
}
/* ----------------------- FOOTER LAYOUT -----------------------*/



/* Footer */



#footerwrapper {
	background: #080808 url(images/bgfooter.jpg) repeat;
}
#footer {
	padding-top: 20px;
}
/* Footer Box & List */



.footerbox {
}
.footerbox p {
	color: #aaa;
	line-height: 1.6em;
}
.footerbox h3 {
	color:#ccc;
	padding-bottom: 10px;
	background: url(images/divider.jpg) bottom repeat-x;
}
.footerbox h4 {
	color: #ccc;
}
.footerbox ul {
}
.footerbox ul li {
	margin: 5px 0;
	padding-left: 12px;
	font-size: 1.2em;
	background: url(images/bullet1.png) 0 .5em no-repeat;
	color:#FFFF99;
}
.footerbox ul li a {
	color: #fff;
}
.footerbox ul li a:hover {
	color: #ccc;
	border-bottom: 1px dotted #aaa;
}
/* Testimonial Box */



#testibox {
	padding-left: 50px;
	background: url(images/quote.png) top left no-repeat;
}
.widgets #testibox {
	padding-left: 0;
	margin-bottom: 20px;
	background: none;
}
.widgets #testibox blockquote {
	margin-top: 10px;
	padding-left: 0;
}
#testilist {
}
#testilist li,  .footerbox #testilist li {
	float: left;
	background: none;
	padding: 0;
	font-size: 1em;
}
.widgets #testilist li {
	background: none;
	padding: 0;
	font-size: 1em;
}
.footerbox #testilist li blockquote p {
	line-height: 1.4em;
}
#testilist li img {
	float: left;
	margin: 5px 15px 30px 0;
}
#testibox h4 a {
	color: #ccc;
}
#testibox h4 a:hover {
	color: #fff;
}
#testibox p {
	margin-bottom: 0;
}
.widgets #testibox p {
	text-indent: 40px;
}
.widgets p.estiname,  .footerbox p.testiname {
	margin-bottom: 0;
	display: block;
	text-align: right;
	font-weight: bold;
}
/* Sociali Links */



#social-links {
	margin: 10px 0;
}
#social-links li {
	display: inline;
}
#social-links li a img {
	margin: 0 4px 2px 0;
	display: inline;
	border: none;
	background: none;
}
/* Copyright */



#copyright {
	margin: 10px 10px 0 10px;
	padding: 2px 0;
	background: url(images/divider.jpg) top repeat-x;
}
#copyright p {
	display: block;
	text-align: right;
	color: #aaa;
}
/* ----------------------- PAGE LAYOUT -----------------------*/



/* page */



#pagebar {
	height: 105px;
	background: url(images/pagebar-wood.jpg) top center repeat-x;
}
#pagebarcontent {
}
#pagebarcontent h1 {
	margin-top: 35px;
	margin-left: 10px;
	color: #fff;
}
#pagebarcontent p {
	background: url(images/quote.png) top left no-repeat;
	padding-left: 50px;
	padding-bottom: 10px;
	margin-top: 30px;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.4em;
}
/* Main content */



.maincontent {
	padding-bottom: 10px;
}
img.imgbox,  .maincontent img {
	padding: 3px;
	background: #fff;
	border: 1px solid #eee;
	margin-bottom: 10px;
 // margin-top: 5px;
}
.maincontent img.noborder {
	border: none;
}
.movie_container {
	margin:  20px 0;
	clear: both;
}
/* Main Content List */



ul.checklist {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
ul.checklist li {
	font-size: 1.2em;
	margin: 3px 0;
	padding-bottom: 5px;
	padding-left: 28px;
	background: url(images/yes.png) 0 0 no-repeat;
	color:#454545;
}
/* Sidebar */



#sidebar {
	float: right
}
#sidebar h3 {
	background: url(images/lineshort.jpg) bottom no-repeat;
	padding-bottom: 10px;
}
.sidebox {
	margin-bottom: 20px;
}
/* Sidebar Item List */



ul.itemlist,  .widgets {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
.itemlist li,  .widgets li {
	font-size: 1.2em;
	margin: 5px 0;
	padding-bottom: 5px;
	padding-left: 22px;
	background: url(images/bullet.gif) 0 .41em no-repeat;
	color: #454545;
	border-bottom: 1px solid #eee;
}
/* Servive Page */



ul#serviceslist {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#serviceslist li {
	width:  320px;
	float: left;
	display: inline;
	background: none;
	margin: 0 20px 10px 0;
	padding-left: 0;
	font-size: 1em;
}
ul#serviceslist li img {
	margin-bottom: 60px;
}
img.noborder {
	border: none;
}
/* Portfolio Page */



ul#listportfolio {
}
ul#listportfolio li {
	margin-right: 20px;
	margin-left: 5px;
	float: left;
	display: inline;
	width:  301px;
	margin-bottom: 15px;
}
ul#listportfolio li.bgimage {
	background: url(images/bgportfolio.png) top center no-repeat;
}
ul#listportfolio li.bgvideo {
	background: url(images/bgvideo.png) top center no-repeat;
}
ul#listportfolio li.loading {
	width:  301px;
	margin-top: 150px;
	background: url(images/loading.gif) center center no-repeat;
}
ul#listportfolio li.last {
	margin-right: 0;
}
img.imgportfolio {
	padding:13px 7px;
	margin-bottom: 10px;
}
/* Blog page */



ul#listlatestnews {
}
ul#listlatestnews li {
	margin: 0 0 20px 0;
	padding: 0;
	background: none;
	font-size: 1em;
}
ul#listlatestnews li h2 {
	margin-bottom: 5px;
}
ul#listlatestnews li h2 a {
	color: #4a4a4a;
}
ul#listlatestnews li h2 a:hover {
	color: #5a5a5a;
}
.metapost {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 10px 0;
	font-size: 1.2em;
	padding: 5px;
	color: #aaa;
}
.metapost a {
	color: #707070;
	border-bottom: 1px dotted #aaa;
}
.metapost a:hover {
	color: #3a3a3a;
}
.metapost span.datepost {
	background: url(images/cal.gif) left no-repeat;
	padding-left: 13px;
}
.metapost span.user {
	background: url(images/user.gif) left no-repeat;
	padding-left: 13px;
	margin-left: 10px;
}
.metapost span.comment {
	background: url(images/comment.gif) left no-repeat;
	padding-left: 13px;
	margin-left: 10px;
}
.metapost span.categories {
	background: url(images/cat.gif) left no-repeat;
	padding-left: 13px;
	margin-left: 10px;
}
.maintitle {
	padding: 5px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
}
.maincontent ul#listlatestnews li img.imgblog,  ul#listlatestnews li img.imgblog {
	margin-top: 0;
	margin-bottom: 0;
	padding: 12px 8px 15px 8px;
	background: url(images/bgportfolio.png) top center no-repeat;
	border: none;
}
ul#sponsor {
}
ul#sponsor li,  .widgets ul#sponsor li {
	margin: 10px 0;
	border: none;
	background: none;
	padding-left: 10px;
}
ul#sponsor li img {
	padding: 5px;
	border: 1px solid #d8d8d8;
}
/* Read More Link */



a.linkreadmore {
	display: inline;
	font-size: inherit;
	color: #5a5a5a;
	border-bottom: 1px dotted #5a5a5a;
	font-family : Georgia, "Times New Roman", Times, serif;
}
a.linkreadmore:hover {
	color: #3a3a3a;
}
/* Social Bookmark */



#bookmark {
	padding: 5px 10px;
	margin-bottom: 20px;
	height: 40px;
	border: 1px solid #eee;
}
#bookmark h4 {
	margin-top: 12px;
	margin-bottom: 0px;
	width: 150px;
	float: left;
}
#social-bookmarks {
	float: left;
}
#social-bookmarks li {
	padding : 0;
	background: none;
	float: left;
	margin: 0 5px;
}
#social-bookmarks li img {
	border: none;
	background: none;
	margin: 0;
	padding: 5px;
}
/* Author Box */



#authorbox {
	background: url(images/pen.png) 98% 50% no-repeat;
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 20px;
}
#authorbox h4 {
	margin-bottom: 5px;
}
#authorbox .blockavatar {
	width: 80px;
	float: left;
	margin-top: 0;
	margin-right: 10px;
}
#authorbox img {
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}
#authorbox .detail {
	float: left;
	width: 480px;
}
#authorbox .detail p {
	line-height: 1.4em;
	margin-bottom: 0;
}
/* Related Posts */



#relatedposts {
	margin: 0;
	padding: 0;
	list-style: none;
}
#relatedposts li {
	background: none;
	margin: 10px 0;
	padding: 0;
	font-size: 1em;
	float: left;
	width: 310px;
	margin-right: 40px;
}
#relatedposts li.last {
	margin-right: 0;
}
#relatedposts li img {
	margin-top: 5px;
	margin-bottom: 0;
	padding: 3px;
}
/* Page Pagination */







.pagination {
	margin: 10px 0;
	padding: 0;
}
/*------- WP Pagenavi ------- */



.pagination .wp-pagenavi {
	font-size: 1.1em;
}
.pagination .wp-pagenavi a, .pagination .wp-pagenavi a:link {
	padding: 6px 10px;
	cursor: pointer;
	color: #5a5a5a;
	font-size: 1em;
	text-transform: capitalize;
	background: url(images/paging.jpg) repeat-x;
	border-right: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	float: left;
}
.pagination .wp-pagenavi a:visited {
	text-transform: capitalize;
	background: url(images/paging.jpg) repeat-x;
	border-right: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	padding: 6px 10px;
	cursor: pointer;
	float: left;
}
.pagination .wp-pagenavi a:hover {
	cursor: pointer;
	padding: 6px 10px;
	background: url(images/paging-hover.jpg) repeat-x;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	float: left;
}
.pagination .wp-pagenavi a:active {
	padding: 6px 10px;
	cursor:default;
	background: url(images/paging-hover.jpg) repeat-x;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	float: left;
}
.pagination .wp-pagenavi span.pages {
	background-color:#fff;
	color:#000;
	padding: 6px;
	cursor: pointer;
	float: left;
	border-right: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
}
.pagination .wp-pagenavi span.current {
	padding: 6px 10px;
	background: url(images/paging-hover.jpg) repeat-x;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	float: left;
}
.pagination .wp-pagenavi span.extend {
	border-right: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	background-color:transparent;
	color:#000;
	padding: 6px 10px;
	cursor: pointer;
	float: left;
}
/*------- WP Pagenavi End ------- */







/*------- Traditional Navigation -----*/



.navigation {
	margin-top: 10px;
	margin-bottom: 10px;
	font: normal 11px/28px Verdana;
}
.navigation a {
	padding: 6px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #d9d9d9;
	color: #414141;
	background-color: #FFFFFF;
}
.navigation a:hover {
	border: 1px solid #dddddd;
	color: #000;
	background-color: #eaeaea;
	text-decoration:none;
}
/* ----------------------- COMMENT LAYOUT -----------------------*/



/* Comment */



#listcomment {
	padding: 0;
	margin: 0 0 20px 0;
}
#listcomment li {
	display: block;
	padding: 11px 0;
	margin: 0;
	background: none;
	border-bottom: 1px solid #eee;
}
.titlecomment {
	width: 673px;
}
.titlecomment img {
	float: left;
	padding: 3px;
	border: 1px solid #d9d9d9;
	margin: 0 10px 0 0;
}
.titlecomment h3 {
	font-size: 1.4em;
	color: #333;
	padding: 7px 0 0 0;
	margin: 0;
}
.datecomment {
	font-size: 1.1em;
	color: #858585;
}
#listcomment li p {
	font-size: 1.2em;
	padding: 10px 0 0 0;
	margin-bottom: 0;
}
#frmcomment {
	padding: 10px 0 0 0;
}
#frmcomment label {
	display: block;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 5px;
	color: #5a5a5a;
	font-size: 1.2em;
}
#frmcomment label span {
	font-weight: lighter;
	text-transform: lowercase;
}
.textboxcomment {
	display: block;
	width: 290px;
	height: 22px;
	padding: 0 5px;
	border: 1px solid #c6c6c6;
	margin: 0 0 5px 0;
	font: 12px/18px Verdana, Arial, sans-serif;
	color: #505050;
}
.textareacomment {
	display: block;
	width: 420px;
	height: 120px;
	padding: 5px;
	border: 1px solid #c6c6c6;
	margin: 0 0 10px 0;
	font: 12px/18px Verdana, Arial, sans-serif;
	color: #505050;
}
.submitcomment {
	cursor: pointer;
	border: none;
	display: block;
	width: 80px;
	height: 30px;
	color: #848484;
	background: url(images/btnsend.jpg) center center no-repeat;
}
.submitcomment:hover {
	background: url(images/btnsend-hover.jpg) center center no-repeat;
}
/* Alignment */



.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.aligncenter {
	margin: 0 auto;
	display: block;
}
/* Contact Page */







#maincontactform {
	margin: 20px 0;
}
#maincontactform label {
	display: block;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 3px;
	color: #5a5a5a;
	font-size: 1.2em;
	width: 100px;
	float: left;
	clear: both;
}
.textfield, #searchform input#s {
	float: left;
	margin-bottom: 10px;
	padding: 3px;
	color: #8a8a8a;
	width: 400px;
	height: 22px;
	background-color:#ffffff;
	border:1px solid #dcdcdc;
	clear: both;
}
#searchform input#s {
	padding: 4px;
	margin-top: 2px;
	margin-right: 10px;
}
.textarea {
	clear: both;
	float: left;
	margin: 0;
	padding: 3px;
	color: #8a8a8a;
	width: 400px;
	height: 106px;
	background-color:#ffffff;
	border:1px solid #dcdcdc;
	overflow: hidden
}
.buttoncontact {
	clear: both;
	float: left;
	width: 80px;
	height: 30px;
	border: none;
	background: url(images/btnsend.jpg) center center no-repeat;
	cursor: pointer;
	margin-top: 10px;
}
.buttoncontact:hover {
	background: url(images/btnsend-hover.jpg) center center no-repeat;
}
#emailSuccess {
	margin: 10px 0;
	font-size: 1.2em;
	color: #3F9153;
	padding: 5px 5px 5px 32px;
	background: #D7F7DF url(images/yes.png) .5em .5em no-repeat;
	border: 1px solid #BEF7CD;
	display: none;
}
.require {
	float: left;
	display: inline;
	color: #f00;
	font-weight: bold;
	margin-left: 5px;
}
.loading {
	margin-top: 15px;
	float: left;
	background: url(images/loading2.gif) top left no-repeat;
	padding-left: 32px;
	font-size: 1.2em;
	color: #2C6D00;
	margin-left: 10px;
}
#contactdetail {
	width: 420px;
	float: right;
}
#contactlist li {
	font-size: 1.2em;
	margin: 5px 0;
	padding-bottom: 5px;
	padding-left: 22px;
	background: url(images/bullet.gif) 0 .5em no-repeat;
	color: #666666;
	border-bottom: 1px solid #d8d8d8;
	line-height: 1.8em;
}
label.screen-reader-text {
	display: none;
}
#searchform input#searchsubmit {
	padding: 5px;
}
/* Tables */



table a,  table a:link,  table a:visited {
	border:none;
}
table {
	width:100%;
	border-top:1px solid #eee;
	border-right:1px solid #eee;
	margin:0 auto;
	border-collapse:collapse;
	font-size: 1.2em;
	color: #8a8a8a;
}
caption {
	color: #9ba9b4;
	font-size:1.4em;
	padding:0;
	margin:0;
	caption-side:top;
	text-align:center;
}
tr.odd td,  tr.odd .column1 {
	background:#fff;
}
.column1 {
	background:#fff;
}
tr.odd th {
	padding: 15px;
}
td {
	border-bottom: 1px solid #eee;
	border-left:1px solid #eee;
	padding:8px 10px;
	text-align:left;
}
th {
	font-weight:normal;
	color: #676767;
	text-align:left;
	border-bottom: 1px solid #eee;
	border-left:1px solid #eee;
	padding:12px;
}
thead th {
	background:#fff;
	text-align:center;
	font-size:1.2em;
	color:#0A5E80;
	font-weight: normal;
}
tfoot th {
	background:#fff;
	text-align:center;
}
tfoot th strong {
	font-size: 1.2em;
	margin:.5em .5em .5em 0;
	color:#5a5a5a;
}
tfoot th em {
	color:#ED7213;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}
/* Testimonial Page



=====================================================================*/



ul#listtestimonial {
	width:100%;
	margin:0;
	padding:0;
}
ul#listtestimonial li {
	margin:0 0 10px 0;
	padding:0;
	background:url(images/quote_left.png) no-repeat;
	border-bottom:1px solid #eeeeee;
}
ul#listtestimonial li div {
	background: url(images/quote_right.png) no-repeat 100% 100%;
}
ul#listtestimonial li p {
	font-size:1.0em;
	padding:5px 35px 0 15px;
}
ul#listtestimonial li blockquote {
	background: none;
}
/* Misc */



.info {
	margin: 10px 0;
	font-size: 1.2em;
	color: #779CBF;
	padding: 5px 5px 5px 32px;
	background: #DCEFF5 url(images/information.png) .5em .5em no-repeat;
	border: 1px solid #C9EBF5;
}
.error {
	margin: 10px 0;
	font-size: 1.2em;
	color: #C24848;
	padding: 5px 5px 5px 32px;
	background: #FFD6D6 url(images/no.png) .5em .5em no-repeat;
	border: 1px solid #FFC2C2;
}
.warning {
	margin: 10px 0;
	font-size: 1.2em;
	color: #CF9E00;
	padding: 5px 5px 5px 32px;
	background: #FAF2D7 url(images/warning.png) .5em .5em no-repeat;
	border: 1px solid #FAEEC8;
}
.success {
	margin: 10px 0;
	font-size: 1.2em;
	color: #3F9153;
	padding: 5px 5px 5px 32px;
	background: #D7F7DF url(images/yes.png) .5em .5em no-repeat;
	border: 1px solid #BEF7CD
}
/* ------- Pullquotes ------- */







.pullquote_right, .pullquote_left {
	background:transparent url(images/blockquote.png) 0 0 no-repeat;
	color:#949494;
	float:right;
	font-size:1.6em;
	letter-spacing:0px;
	margin-bottom:10px;
	margin-top:15px;
	margin-left:20px;
	padding:0;
	width:33%;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 40px;
	line-height: 1.4em;
}
.pullquote_left {
	float:left;
	margin-left:0px;
	margin-right:20px;
}
/* WP Calendar */



table#wp-calendar {
	border-collapse: collapse;
}
table#wp-calendar caption {
	font-size: 1.4em;
	margin-bottom: 10px;
}
tbody td.pad {
	width: 20px;
	background-color:#fff;
}
table#wp-calendar>tbody>tr>td>a {
	font-weight:bold;
	font-size:14px;
	font-family:arial narrow, arial, garamond, palatino linotype, times new roman, bookman old style;
}
thead>tr>th {
	padding : 5px;
	text-align:center;
	background-color:#fff;
}
tbody>tr>td {
	padding : 5px;
	text-align:left;
	/* ------- Rema M------- */



vertical-align:top;
}
tbody>tr>td#today {
	color: green;
	font-weight: bold;
}
tfoot>tr>td>a, tfoot>tr>td>a:link, tfoot>tr>td>a:visited, tfoot>tr>td>a:hover, tfoot>tr>td>a:active {
	font-weight:bold;
	font-size:14px;
	height:20px;
	font-family:garamond, bookman old style, times new roman, arial narrow, arial;
}
tfoot>tr>td#prev {
	width: 40px;
	margin: 3px;
	padding-left: 10px;
	text-align:left;
	background-color:#ffffff;
}
tfoot>tr>td#next {
	width: 40px;
	margin: 3px;
	text-align:right;
	background-color:#ffffff;
}
/* -------------Remasan: Courses Table Format ------------*/

#TableHeader {
	font-size: 16px;
	color: #fff;
	background: url(http://raseeltraining.com/wp-content/themes/raseel/images/nav-hover.jpg);
}
#TableTD {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: groove 2px #B8B8B8;
	font-size:14px;
}

#container ul{
padding:0 0 10px 0;
}
#container ul li{
list-style:circle;
margin:0 0 4px 20px;
font-size:12px;
}

a.page-numbers {
font-size:12px;
padding:4px;
}

.featured-footer{
background: #fff url(images/bg-featured-footer.gif) repeat-x left top;
width:100%;
min-height:305px;
padding:10px;
}
.featured-footer td, .featured-footer tr, .featured-footer table{ border:0; }

/*Contact Form*/
.wpcf7-form input{
width:100% !important;
}

/*Events Calendar Custom Classes */
td.month_name {
text-align: center;
vertical-align: middle;
background: #4d4c4b!important;
color: #FFFFFF;
font-size: 24px;
}
table.em-calendar td.eventless-today {
background-color:#4d4c4b!important;
color: #FFFFFF;
}
td.eventful {
background: #e7e8e8!important;
}
table.fullcalendar td {
text-align: left;
width: 50px;
height: 50px;
border: 1px solid #646464!important;
}
table.fullcalendar td:hover {
text-align: left;
width: 50px;
height: 50px;
border: 1px solid #646464!important;
background-color:#FFFFCC!important
}
.month_name{
text-align:center!important;
}
.month_name:hover{
color:#000!important;
}
#em-wrapper li{
font-size:14px!important;
border-bottom:1px solid #e8e8e8!important;
padding:5px!important;
}
#em-wrapper li:hover{
background-color:#FFFFCC!important;
}