/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */
body {
  margin: 0;
  padding: 0;
  background-color: #cdc4b6;
}
#wrapper{
	background : url("../images/bg_wrapper_315.gif") repeat-x scroll 0 0 #CDC4B6
	}
#suranaree_logo{
    padding-top: 8px;
    padding-bottom: 10px;
	background-color: #66ff99; 
	padding-left:30px;
}
.title{
	display: none;
	}

.fake-leaf{
	display: none;
	}	
#page-wrapper {
	width:100% !important;
	background : url("../images/bg_wrapper_315.gif") repeat-x scroll 0 0 #CDC4B6;

	
}
#main-wrapper{
   background :url("../images/shadow_white1.png") repeat-y scroll 0 0 #CDC4B6;
	clear: both;
    margin: 0 auto;
    width: 960px;
	}
#navigation{
	margin-right: 100% !important;
	}
#page {
}
#main-wrapper .region-sidebar-second {
    padding: 3px;
	padding-top: 0px !important;
	margin-top: 0px;
}
/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Header
 */
#header {
	width:100%;
	background-color: black;
}

#header .section {
width:960px;
	margin-left: auto;
	margin-right: auto;
}

#logo /* Wrapping link for logo */ {
  /*float: left;*/ /* LTR */
    width:960px;
	margin-left: auto;
	margin-right: auto;
  
}

#logo img {
    width:960px;
	margin-left: auto;
	margin-right: auto;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
	width:960px;
	margin-left: auto;
	margin-right: auto;
}

#main {
}

/*
 * Content
 */
#content {
}

#content .section {
}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

.region-content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0; /* Undo system.css */
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */ {
  margin: 0;
}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.help /* Help text on a page */ {
  margin: 1em 0;
}

.more-help-link /* Link to more help */ {
  font-size: 0.85em;
  text-align: right;
}

#content-area /* Wrapper for the actual page content */ {
}

ul.links /* List of links */ {
  margin: 1em 0;
  padding: 0;
}

ul.links.inline {
  margin: 0;
  display: inline;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
  margin: 1em 0;
}

.more-link /* Aggregator, blog, and forum more link */ {
  text-align: right; /* LTR */
}

.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {

}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {

}

.region-sidebar-second .section {
}

/*
 * Footer
 */
#footer {
	background:none repeat scroll 0 0 #33302C;
	clear : both;
	margin : 0 auto;
	min-height : 85px;
}

#footer .section {
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */ {
}

.region-footer {
}

/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
}

/*
 * Drupal boxes
 *
 * Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */ {
}

.box h2 /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.region-sidebar-second .menu .menu{
	padding-left: 10px;
}
.region-sidebar-second .menu a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
.region-sidebar-second .menu a:hover {
	background: #2580a2 url("../images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
.content-image img{
    background-color: #E6E4DB;
    border: 1px solid #B8B8B8;
    padding: 3px;
    margin-left: -8px;
    margin-right: 10px;
    margin-top : 2px;
    margin-bottom : 2px;  
}
a:hover .content-title {
	color: #D8AB4C;
	text-decoration: underline;
	}
#contractfooter{
	color: #FFFFFF;
	text-align: center;
	padding-top:15px;
	}
#contractfooter a{
	color: #FFFFFF;
	text-decoration: none;
	}
.node .submitted {
	display: none;
	}
.field-field-maeupdate {
	padding-left: 30px;
	}
	
.node-type-academic  .content p{
	text-indent: 50px;
	padding-left: 30px;
		}
.field-field-maeupdate .field-label{
	display: none;
	}
.field-field-img-detail .field-label{
	display: none;
	}
.imagefield-field_maeupdate{
	display: none;
	}
.field-field-img-detail  .field-items{
	padding-bottom: 30px;
	padding-left: 10px;
	}
.field-field-maeupdate1{
	padding-bottom: 30px;
	padding-left: 30px;
	}
.field-field-maeupdate1 .field-label{
	padding-bottom: 10px;
	}
.node-type-maeupdate .content p{
	text-indent: 50px;
	padding-left: 30px;
		}
		
.field-field-activities {
	padding-left: 30px;
	}
.field-field-pic1 .field-label{
	display: none;
	}
.node-type-activities .field-type-filefield .field-items{
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 30px;
	}
.node-type-jobs .field-type-filefield .field-items{
	padding-bottom: 30px;
	padding-top: 15px;
	padding-left: 12px;
	}
.node-type-jobs .field-label{
	padding-top: 10px;
	padding-left: 10px;
	}
.node-type-jobs .content p{
	text-indent: 30px;
	padding-left: 20px;
		}
.node-type-activities .content p{
	text-indent: 50px;
	padding-left: 30px;
		}
.node-type-scholarship .content p{
	text-indent: 50px;
	padding-left: 30px;
		}		
	
.node-type-docstudy .field-type-filefield .field-label{
	display: none;
	}
.node-type-docstudy .field-type-filefield .field-items{
	padding-bottom: 0px;
	padding-top: 0px;
	}
.node-type-docstudy .content p{
	text-indent: 50px;
	padding-left: 30px;
		}
#node-22{
	padding-left: 30px;
	}
.breadcrumb{
	display: none;
	}
#contract_mannual{
	border-image:url(../images/bordercontract.png) 30 30 round;
	-moz-border-image:url(../images/bordercontract.png) 30 30 round; /* Firefox */
	-webkit-border-image:url(../images/bordercontract.png) 30 30 round; /* Safari and Chrome */
	-o-border-image:url(../images/bordercontract.png) 30 30 round; /* Opera */
	border-width: 15px; 
	padding-right: 15px; 
	width: 600px; 
	margin-top: 35px; 
	margin-left: 8px;
	height: 300px; 
	padding-top: 20px;
	}
#node-24{
	padding-left: 30px;
	}
#node-24 .field-items{
	padding-top: 7px;
	}
.imagefield-field_pic1{
	margin-left: -16px; 
	height: 330px; 
	width: 634px;
	}

.imagefield-field_pic_staff{
	float:left;
	}
.field-field-name-show{
	background: url("../images/bg_-picstaff.png") no-repeat;
	margin-left: 201px; 
	height: 69px; 
	width: 420px;
	}
.field-field-name-show .field-items .odd{
	height: 70px; 
	margin-left: 23px; 
	padding-top: 20px;
	color: blue;
    font-size: 17px;
    font-family: "tahoma";
    

	}
.field-field-work-history{
	clear:both;
	margin-left: 28px; width: 600px;
	font-family: "tahoma";
    font-size: 10pt;
     line-height: 24px;
}
.field-field-research{
	clear:both;
	margin-left: 28px; width: 600px;
	font-family: "tahoma";
    font-size: 10pt;
     line-height: 26px;
}
.field-field-research .field-items .field-item .field-label-inline-first{
    background: none repeat scroll 0 0 gray;
    color: white;
    font-size: 15px;
    margin-left: -15px;
    padding-bottom: 3px;
    padding-top: 3px;
    width: 590px;
    display: block;
    padding-left:25px;
    }
.field-field-teaching{
	clear:both;
	margin-left: 28px; width: 600px;
	font-family: "tahoma";
    font-size: 10pt;
     line-height: 26px;
}
.field-field-phone{
	clear:both;
	margin-left: 28px; width: 600px;
	font-family: "tahoma";
    font-size: 10pt;
     line-height: 26px;
}
.field-field-fax{
	clear:both;
	margin-left: 28px; width: 600px;
	font-family: "tahoma";
    font-size: 10pt;
     line-height: 26px;
}
.field-field-email{
	clear:both;
	margin-left: 28px; width: 600px;
	font-family: "tahoma";
    font-size: 10pt;
     line-height: 26px;
     margin-bottom:20px;
}
.field-field-education	{
	font-family: "tahoma";
    font-size: 10pt;
     line-height: 22px;
}
.field-field-education .field-label{
	margin-bottom: -9px;
}
table.faculty-table-header {
    background-color: #7FA25C;
    border: 0 none;
    margin: 12px 0;
    padding: 0;
    width: 640px;
}
td.faculty-col-1 {
    padding: 7px 0 7px 7px;
    width: 340px;
    text-align:center;
}
td.faculty-col-2 {
    padding: 7px 0 7px 7px;
    width: 180px;
    text-align:center;
}
td.faculty-col-3 {
    padding: 7px 0 7px 7px;
    width: 300px;
    text-align:center;
}
.faculty_tbheader{
	color:white;
	font-size:16px;
	}
#personel_page{
	margin-top:25px;
	margin-left:10px;
	width:640px;
	}
.field-field-hi-edu{
	display:none;
}
table.faculty-table {
    background-color: #DDE6D3;
    border: 0 none;
    margin: 12px 0;
    padding: 0;
    width: 640px;
}
#img_staff_first{
	float:left;
	 margin-right: 10px;
	}
#staff_first{
    width: 340px;
    font-family: Helvetica,Arial,"Nimbus Sans L","Liberation Sans","FreeSans",sans-serif;
    font-size:13px;
    text-align:left;
     line-height: 22px;
}
#staff_second{
	text-align:left;
	font-family: Helvetica,Arial,"Nimbus Sans L","Liberation Sans","FreeSans",sans-serif;
	font-size:13px;
}
#staff_first a:hover {
	  text-decoration: underline;
	  color : #ffffff;
	}
#staff_first a {
	  text-decoration: none;
	  color :#0000ff !important;
	}