/* Start of CMSMS style sheet 'AIESEC Calgary' */
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
/*body {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12px;
}*/

body {font-size:75%;color:#fff;background:#c6c6c6 url('/uploads/images/template/bg.png') repeat-x top;font-family: Verdana, Tahoma, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:bold;}
h1 {font-size:2.5em;line-height:1;margin-bottom:0.5em;}
  h1.title {margin-top:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus {color:#000;}
a {color:#fff;text-decoration:underline;cursor:pointer;}
  a:hover {text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/*** Basics ***/

/*
table {
  font-size: 11px;
  margin-bottom: 10px;
}
td { padding: 0.2em 0.6em; }
form { margin-bottom: 10px; }
pre {
  display: block;
  font-family: monospace;
  background: #2285B7;
  padding: 3px 7px;
  margin: 1em 0;
  border: 1px solid #0470A1;
  overflow: auto;
}
code {
  font-family: monospace;
  background: #2285B7;
  color: #fff;
  padding: 3px 7px;
}
blockquote {
  background: url('/uploads/images/template/blockquote.png') no-repeat;
  margin: 1em 0;
  padding: 0 15px 0 30px;
  font-size: 11px;
}
fieldset { border: 1px solid #fff; }
*/

/*** Regions ***/

#container {
  width: 805px;
  margin: 0 auto;
}

#page {
  width: 805px;
  position: relative;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  width: 805px;
  /*padding-left: 45px;*/
  background: url('/uploads/images/template/header.png') no-repeat;
  text-align: center;
}

#aiesec { height:75px; }
#banner { height:150px; }

#primary-menu {
  margin:0 auto;
  height: 25px;
  width: 715px;
  clear: both;
  font-size: 10px;
}
  #primary-menu ul {
    margin: 0 0 0 30px;
    padding: 0;
  }
  #primary-menu li {
    float: left;
    list-style: none;
  }
  #primary-menu a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 0 15px 1px;
    line-height: 24px;
    margin-right: 3px;
  }
  #primary-menu a:hover { text-decoration: none; background: #333; color: #fff; }
  #primary-menu a.active { color: #fff; background: #2992c3; }
  #primary-menu a.active:hover { color: #fff; background: #2992c3; }

#main {
  padding-top: 250px;
  background: url('/uploads/images/template/main_bg.png') repeat-y;
}

#breadcrumbs {
  border-bottom: 1px dashed #fff;
  font-size: 10px;
  padding-bottom: 5px;
}

#content {
  float: left;
  display: inline; /* keeps ie6 happy */
  line-height: 1.65em;
  margin: 15px 0 15px 45px;
  padding: 0 10px;
  width: 495px;
  overflow: hidden;
  overflow-x: hidden;
}

/*#content h1, #content h2 {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.2em;
  padding: 9px 0 10px;
  margin: 0;
}*/

#right {
  float: left;
  width: 180px;
  margin: 15px 0;
  font-size: 11px;
  line-height: 1.65em;
  padding: 0 10px;
  color: #000;
}
	#right a { color: #000; }
	#right h2 {
	  font-size: 21px;
	  font-weight: bold;
	  color: #fff;
	  letter-spacing: -1px;
	  line-height: 1.2em;
	  padding-bottom: 9px 0 10px;
	  margin-bottom: 0em;
	  margin: 0;
	}
	#right p { margin: 0 0 1.5em 0; }

#secondary-menu ul { margin: 0; padding: 10px 15px; }
#secondary-menu a { text-decoration: none; color: #fff; }
	#secondary-menu a:hover { text-decoration: underline; color: #fff; }	
	#secondary-menu li.active a { text-decoration: underline; color: #fff; }

#footer {
  color: #000;
  border-top: 1px solid #333;
  clear: both;
  padding: 5px 10px;
  font-size: 10px;
}
  #footer a { color: #333; font-weight: bold; text-decoration: none; }
  #footer .left { float: left; }
  #footer .right { float: right; }

.clear-both { clear: both; }

/**
 * Drupal specific
 */

#forum table { width: 100%; }
#forum td.topic { width: 40%; }

table.sticky-header { background: #1F7CAF; }
thead th { border-bottom: 3px solid #0470A1; }
/*tbody { border-top: 1px solid #0470A1; }*/
tr.even { background: #1f7caf; }
tr.odd { background: #2285B7; }
tr.even, tr.odd { border-bottom: 1px solid #0470A1; }
td.active { background-color: #1D73A3; }
td.menu-disabled { background: #244C64; }
tr.selected td { background: #2D9F1D; }


#user-login-form ul { padding: 0; }
#content ul.links { float: right; }
#content .terms { font-size: 11px; }
#content .terms ul.links { float: none; }
#content .terms ul.links li { padding: 0 0 0 3px; }
#right .block ul { padding: 0; margin-left: 0; }
#right .block ol { padding: 0; margin-left: 0.5em; }
#right ul.menu { padding: 0 0 0 12px; }


li.leaf { list-style-image: url(/uploads/images/template/menu-leaf.png); }
li.expanded { list-style-image: url(/uploads/images/template/menu-expanded.png); }
li.collapsed { list-style-image: url(/uploads/images/template/menu-collapsed.png); }

/* End of 'AIESEC Calgary' */

