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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

.cleaner {clear: both;}

body {
  line-height: 1;
  height: 100%;
}

html {height: 100%;}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* MAIN */

body {
  font: 11px/1.8 "HelveticaNeue","Helvetica Neue","Helvetica","Arial",sans-serif;
    color: #333;
    background: #fff;
}

body.home {
 background: #fff url('/images/bg.jpg') no-repeat top right;
}


a {color: #502791; text-decoration: none;}
a:hover {color: #666; text-decoration: none;}

#footerWrapper {
  position: fixed;
  bottom: 50px;
  background: url(../images/menuBg.png);
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  width: 100%;
  height: 30px;
}

#logo {
  width: 300px;
  float: left;
  margin-left: 30px;
}


#nav {
  width: 700px;
  float: left;
  text-align: left;
  font: bold 10px Cantarell,Helvetica,Arial,sans-serif;
  text-transform: uppercase;
}

#nav li {
  display: inline;
  margin-right: 30px;
  line-height: 30px;
}

#nav li a {
  color: #222;
}

#nav li a:hover, #nav li.active a {
  color: #502791;
}

.main {
  padding-top: 80px;
  position: relative;
  margin-left: 30px;
}

#content {
  /* width: 650px; */
  width: 95%;
/*  height: 150px;
  overflow:auto; 
  direction:rtl; 
  text-align:left; */
  line-height: 160%;
  color: #666;
  margin-top: 20px;
  position: relative;
  padding-bottom: 200px;
}


#content .column {
  width: 40%;
  float: left;
  margin-right: 20px;
}

#content p {
  margin: 10px 0;
}

#content ul.arrow li {
  padding-left: 10px;
  background: url("../images/arrow.png") no-repeat scroll 0 5px transparent;
}

#main p {
  margin: 10px 0;
}

strong {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

/* HEADINGS */
h2, .contentheading, .componentheading, .blog h1 {
  font-size: 50px;
  color: #000;
  /* margin-bottom: 100px; */
  margin-bottom: 60px;
  text-transform: lowercase;
}


.blog h2, .blog .contentheading, .blog .componentheading{
  font: 200 14px/150% Verdana,helvetica,sans-serif; 
  letter-spacing: 0;
  color: #EE3124;
}

p.readmore a {
  color: #333;
}

h2 a, .contentheading a, .componentheading a {
  text-decoration: none;
  color: #333;
}

h2 a:hover, .contentheading a:hover, .componentheading a:hover {
  text-decoration: none;
}

#content h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    margin: 10px 0;
    color: #777;
}

input, textarea{
    background: none repeat scroll 0 0 #fff;
    color: #999;
    padding: 3px 10px 3px;
    font-size: 11px;
}

input:focus, select:focus, textarea:focus {
  color: #333;
  background: #ddd;
}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear, .cleaner {
  clear:both;
}

div.pagenavcounter, div#article-index { display:none; }

