@CHARSET "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus { outline: 0; }

body {
  font-family: Georgia, Times New Roman, serif;
  font-size: 16px;
  line-height: 22px;
  color: #666;
  color: #000;
  background: #efefef;
}

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a { text-decoration: underline; color: #18598b; }
ol, ul { list-style: none; }
em { font-style: italic; }
div.visualClear { clear: both; height: 1px; }
span.blue { color:#2f58a4; font-weight: bold; }
span.green { color:#539a3a; }
cite { padding-left: 10px; font-size: 14px; }
.center { text-align: center; }

.carousel-control { display: none; }

/**
	Global box
*/
div.global {
  width: 900px;
  margin: 15px auto;
  height: 400px;
  /*background: url(../design/screen_homepage.jpg) top left no-repeat;*/
}

/**
	Top box
*/
div.top {
  height: 70px;
  border-bottom: 4px solid #18598b;
}

/**
	Logo box
*/
div.logo { float: left; margin-left: 20px; }
div.logo a { color: #666; text-decoration: none; }
div.logo a img { float: left; }
div.logo a span {
  font-size: 26px;
  display: block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-indent: 10px;
}

/**
  Horizontal navigation box
*/
div.horizontal-nav { float: right; }
div.horizontal-nav ul { margin-bottom: 10px; }
div.horizontal-nav ul li { display: inline; } 
div.horizontal-nav ul li span { display: inline; margin: 0 3px; }
div.horizontal-nav ul li a { font-size: 16px; color: #2f58a4; }
div.horizontal-nav ul li a:hover { color: #000; }

/**
  Intro and search box
*/
div.intro-search { margin-top: 10px; padding: 8px 10px 8px 15px; background: #000; border: 1px solid #18598b; }
div.intro-search ul li { height: 48px; }
div.intro-search ul.sub-nav { text-align: center; }
div.intro-search ul.sub-nav li { display: inline; margin: 10px 20px; }
div.intro-search div.carousel-wrap { height: 50px; }

/**
  Main box
*/
.main-title { 
  border-top: 1px solid #000; 
  border-left: 1px solid #000; 
  border-rigth: 1px solid #000; 
  -moz-border-radius: 10px 10px 0 0; 
  border-radius: 10px 10px 0 0; 
  color: #fff; 
  text-indent: 30px; 
  margin: 30px 40px 0 40px;
  height: 50px; 
  font-size: 30px; 
  line-height: 50px; 
  background: #18598b;
}

/**
  Content box
*/
div.main div.content {
  padding: 20px;
}

div.main div.content {
  background: #fff;
  border: 1px solid #ccc;
}

div.main div.content div.biography p { text-indent: 30px; text-align: justify; }
div.main div.content div.biography p.first { text-indent: 0; }
.pic-left {float: left; margin: 0 10px 0 0;}

div.comments {
  background-color: #f5f5f5;
  -moz-border-radius: 10px;
}

div.main div.comment {
  border-bottom: 1px solid #ddd;
  padding: 10px 10px;
  margin: 0 10px;
}

div.main div.content p.comment-meta {
  margin: 10px 0;
  color: #666;
  font-style: italic;
  font-weight: bold;
}

.works { -moz-border-radius: 5px 5px 5px 5px; margin-bottom: 20px; }
.works .work { margin: 15px 0; padding: 10px 10px 0 10px; background: none repeat scroll 0 0 #EFEFEF; }
.works .work .logo { float: left; width: 180px; margin-top: 20px; }
.works .work .infos { float: left; width: 585px; padding: 15px; }
.works .work .infos p { text-indent: 0; }
.works .work .infos h3 { padding-left: 0; }
.works .work ul.work-infos { margin: 3px; }
.works .work ul.work-infos li { display: inline; font-style: italic; }
.works .work .work-metas { display: inline; font-style: italic; }

.tools-infos { 
  text-indent: -10000px; 
  background: url('../images/logos/daily_web_tools.png');
  width: 855px;
  height: 300px;
}

.misc-tools-infos { 
  text-indent: -10000px; 
  background: url('../images/logos/misc_web_tools.png');
  width: 855px;
  height: 295px;
}

/**
 * Forms
 */
.content form {
  margin-top: 15px;
  background: #f5f5f5;
  -moz-border-radius: 10px;
  padding: 0 15px 10px 15px;
}

.content form fieldset {
  margin: 0;
  padding: 0;
}

.content form fieldset legend {
  text-indent: -10000px;
}

.content .form-row {
  margin-bottom: 10px;
}

.content .form-row-recaptcha {
  padding-left: 150px;
  margin-bottom: 10px;
}

.content .form-row label {
  display: block;
  float: left;
  width: 150px;
}

.content form .error_list li {
  display: inline;
  color: red;
  height: 30px;
  line-height: 30px;
  margin-left: 150px;
}

/**
  Pagination
*/
.pagination, .pagination_desc { 
  clear: both; 
  text-align: center;
  margin: 15px 0;
}

.pagination {
  margin-top: 50px;
}

.pagination_desc { 
  font-style: italic;
}

.pagination a { 
  margin: 0 2px; 
  text-decoration: none; 
  color: #18598b; 
  font-family: Arial; 
  font-size: 12px;
  border: 1px solid #efefef;
  padding: 5px;
}

.pagination .selected { 
  border: 1px solid #efefef;
  background: #18598b;
  color: #fff;
  padding: 5px;
  font-size: 12px;
}

.pagination a:hover { 
  background: #000;
  color: #fff;
}

/**
  Sidebar box
*/
div.sidebar {
  clear: both;
  width: 900px;
  margin-top: 10px;
}

/**
  Component slot box
*/
div.sidebar div.component-slot { 
  background: #f8f8f8;
  border: 1px solid #ccc;
  padding: 8px;
  width: 275px;
  margin: 0 5px;
  float: left;
}

div.sidebar div.first {
  margin-left: 0;
}

div.sidebar div.last {
  margin-right: 0;
}

div.sidebar div.component-slot h2 {
  color: #666666;
  font-size: 150%;
  font-family: Tahoma;
  margin-bottom: 10px;
}

div.sidebar div.component-slot a { color: #18598b; text-decoration: none; }
div.sidebar div.component-slot a:hover { color: #18598b; text-decoration: underline; }
div.sidebar div.component-slot ul { padding-top: 10px; }
div.sidebar div.component-slot ul li { 
  margin: 5px 0; 
  font-size: 14px; 
  border-bottom: 1px solid #efefef;
  height: 25px;
  text-indent: 10px;
}

/**
  Footer box
*/
div.footer {
  clear: both;
  margin: 20px 0;
  background: #f8f8f8;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
div.footer a { color: #2f58a4; text-decoration: none; }
div.footer a:hover { text-decoration: underline; }
div.footer ul { margin-bottom: 10px; }
div.footer ul li { display: inline; } 
div.footer ul li span { display: inline; margin: 0 5px; }
div.footer p { margin: 10px 0; } 

/**
 End of page box
*/
div.end-of-page { height: 20px; }

.markItUp { width: 835px; margin: 0; }
.markItUpEditor { 
  width: 810px; 
  height: 210px; 
  background: white; 
  border: 1px solid;
  padding-left: 5px;
}
.hide { position: absolute; left: -10000px; }
.hide-text { display: none; text-indent: -10000px; }
.block-left { float: left; }
