

/* 
Theme Name:Extended
Design Name:Samir
Description:Extended is a Web 2.0 inspired Wordpress theme by themesdemo.com
Version:1.0
Author:Samir Kamble
*/
body {
	margin: 0;
	padding: 0;
/*	background: #AAE74A url(images/img04.gif) repeat-x;*/
	background: #d7d7d7 url(images/img04.gif) repeat-x;
}

body, th, td, input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #111;
}

p, ol, ul {
	line-height: 170%;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 960px;
	height: 120px;
	margin: 0 auto;
}

#logo {
	float: left;
	height: 120px;
	margin-left: 10px;
/*	background: url(images/logo_cc1.png) no-repeat left center; */
}

#logo h1, #logo p {
	text-transform: lowercase;
}

#logo h1 {
	margin: 0;
	padding: 25px 0 0 85px;
	letter-spacing: -2px;
	font-size: 3em;
	font-weight: normal;
	color: #000000;
}

#logo h1 a {
	color: #000000;
}

#logo p {
	margin: -10px 0 0 2px;
	padding: 0 0 0 85px;
	text-transform: lowercase;
}

#search {
	float: right;
	width: 444px;
	margin-top: 31px;
}

#search form {
	margin: 0;
	padding: 63px 0 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search #s, #search #x {
	float: left;
}

#search #s {
	width: 188px;
	margin: 2px 6px 0 0;
	padding: 2px 5px;
	background: url(images/img02.gif) repeat-x;
	border: 1px solid #ACACAC;
}

#search #x {
	width: 67px;
	height: 28px;
	padding: 0;
	background: #006BFF url(images/img03.gif) no-repeat;
	border: none;
	text-transform: lowercase;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 1017px;
	/* height: 50px;*/
	height: 65px;
	margin: 0 auto;
}

#menu .current_page_item {
	background: url(images/img05.gif) no-repeat;
}

#menu .current_page_item a {
	background: url(images/img06.gif) no-repeat right top;
	font-weight: bold;
}

/* Page */

#page {
	/*width: 962px;*/
	width: 1017px;
	margin: 0 auto;
	background: url("images/img07.gif") repeat-y scroll 0 0 transparent;
	/*#FFFFFF url(images/img07.gif) repeat-y; */
}

/* Content */

#content {
	float: right;
	/*width: 700px;*/
	width: 755px;
	padding: 11px 11px 0 5px;
	background:#f1fae2 url(images/img09.gif) no-repeat;
}

#content a {
	color: #777;
}

a.title_link, a.latest_blogs {
	text-decoration:none;
}

a.title_link:hover, a.latest_blogs:hover {
	text-decoration:underline;
}

.pagetitle {
	height: 21px;
	margin: 0;
	padding: 0px 0 0 15px;
	background: url(images/img13.gif) no-repeat;
	font-size: 1.4em;
	color: #FFFFFF;
}

.pagetitle_span {
		margin: 0;
	padding: 8px 0 0 15px;
	font-size: 1.4em;
	color: #FFFFFF;
}

#content #rss-posts {
	display: block;
	margin: -30px 15px 0px 0px;
	padding: 0 20px 0 0;
	background: url(images/rss.gif) no-repeat right center;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}

.post {
	padding: 20px 30px 0 30px;
}

.title {
	margin: 0;
	font-size: 2.4em;
	font-weight: normal;
	
}

.title a{
	color: #FF0000;
	text-decoration:none;
}

h2.title {
	color: #FF0000;
	text-decoration:none;
}

h2.title a{
	color: #FF0000;
	text-decoration:none;
}

#pagetitle2 {
	color: #FF0000;
	text-decoration:none;
}

#pagetitle2 a{
	color: #FF0000;
	text-decoration:none;
}

#pagetitle2 a:hover{
	text-decoration:underline;
}

.byline {
	margin: 0 0 20px 0;
}

.meta {
	border-top: 1px dotted #CCCCCC;
	text-align: right;
}

.meta .more, .meta .comments {
	padding-left: 15px;
	background: url(images/img14.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	padding: 11px 5px 0 11px;
	background: url(images/img08.gif) no-repeat;
}

#sidebar ul {
	margin: 0;
	margin-top: -8px;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 0px 15px;
}

#sidebar li li {
	margin: 0;
	/*padding-left: 15px;*/
	/*background: url(images/img12.gif) no-repeat left center;*/
}

#sidebar h2 {
	height: 33px;
	margin: 0;
	padding: 0px 0 0 15px;
	background: url(images/img11.gif) no-repeat;
	font-size: 1.4em;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: underline;
	color: #777;
}

#sidebar a:hover {	
	text-decoration: underline;
	color:#333;
}

#sidebar li.current_page a {
	color: #f00;
	text-transform:uppercase;
	font-size:16px;
	text-decoration: underline;
}

table.logos tr td {
	text-align:left;
}
table.logos tr td a {
	text-decoration: none;
}
table.logos tr td a:hover {	
	text-decoration: underline;
}


/* Footer */

#footer {
	width: 1017px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img10.gif) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #000;
/*	color: #FFFFFF; */
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
div.careers
{
	background: url(/images/right_arrow.gif) right middle no-repeat;
/*margin-left: 10px;*/
/*	border: 1px #EFEFEF solid;*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
/* color:#bd6533; */
color:#44318D;
/*width:205px;*/
text-align:left;
text-decoration:none;
}

div.careers a
{
/*	background: url(/images/right_arrow.gif) right middle no-repeat;*/
/* margin-left: 7px; */
/*	border: 1px #EFEFEF solid; */
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
/* color:#bd6533; */
color:#44318D;
text-align:left;
text-decoration:none;
}

div.careers a:hover
{
	/*background: url(/images/right_arrow.gif) right middle no-repeat;*/
margin-left: 7px;
	border: 1px #EFEFEF solid;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
/* color:#bd6533; */
color:#44318D;
text-align:left;
text-decoration:underline;
}

#form_area_cu{
margin:auto;
padding:0px 0px 0px 0px;
height:180px;
font-size:10px;
color: #494949;
font-weight:100;
background-image:url(/images/form_back_cu.jpg);
background-repeat:no-repeat;
width:210px;
}

/* for actual education dynamics form
#form_area_edu{
margin:auto;
padding:0px 0px 0px 0px;
height:140px;
font-size:10px;
color: #494949;
font-weight:100;
background-image:url(/images/form_back_cu.jpg);
background-repeat:no-repeat;
width:210px;
}
*/

/* for Segal form as online search */
#form_area_edu{margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background-image:url(/images/form_back.jpg);
background-repeat:no-repeat;
height:126px;
background-color:#EFEFEF;
margin-top:10px;
width:245px;}


#form_area2{margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background-image:url(/images/form_back.jpg);
background-repeat:no-repeat;
height:230px;
background-color:#EFEFEF;
margin-top:10px;
width:245px;}


#form_area_index{margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background-image:url(/images/form_back_index.jpg);
background-repeat:no-repeat;
height:140px;
background-color:#EFEFEF;
margin-top:10px;
width:490px;}


.sml_form_back {
	background: url(/images/form_back2.gif) no-repeat;
	background-repeat: no-repeat;
	height: 180px;
	width: 245px;
}

.sml_form_back_index {
	background: url(/images/form_back2.gif) no-repeat;
	background-repeat: no-repeat;
	height: 111px;
	width: 245px;
}


.sml_form_back_cu {
	background: url(/images/form_back_cu2.jpg) no-repeat;
	background-repeat: no-repeat;
font-size:10px;
color: #494949;
font-weight:100;
	height: 136px;
	width: 210px;
}

.sml_form_back_edu {
	background: url(/images/form_back_cu2.jpg) no-repeat;
	background-repeat: no-repeat;
font-size:10px;
color: #494949;
font-weight:100;
	height: 100px;
	width: 210px;
}

.sml_form_back_edu2 {
	background: url(/images/form_back_cu2.jpg) no-repeat;
	background-repeat: no-repeat;
font-size:10px;
color: #494949;
font-weight:100;
	height: 55px;
	width: 210px;
}

.arrow_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom:2px;
	font-weight: bold;
	color: #4E2EB7;
	text-align:left;
	text-decoration: none;
	
}

table.top10 tr td {
	vertical-align:top;
	padding-bottom:10px;
	width:240px;
	margin-right:20px;
}

table.top10 tr td a img {
	text-decoration:none;
}

table.top10 tr td a:hover img {
	text-decoration:none;
}

a.sitemap_header {text-decoration:none;} a.sitemap_header:hover {text-decoration:underline;}

table.sitemap td {
	vertical-align:top;
	font-family:Arial;
}
table.sitemap th {
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
	text-align:left;
	vertical-align:top;
}
#sitemap tr td a {
	color:#0B2A6B;font:normal 12px Arial,Tahoma,Verdana,sans-serif;text-decoration:none;
}

#sitemap tr td a:hover{
color:#0B2A6B;text-decoration:underline;
}
