/* 
CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/

#reddot {
    background: #f00;
    width: 5px;
    height: 18px;
  	margin-right:3px;
 	float:left;
}

body {
    color: #000000;
}

a {
    color: #a52323; /*882222*/
    text-decoration: none;
}

a:hover {
    color: #750000;
    text-decoration: none;
}

i, em {
	font-style: normal;
    color: #a52323; 
}

b, strong {
    color: #a52323; 
}

.copyrights a, .copyrights p {
    color: #220000;
    text-decoration: none;
}


.btn, .form-submit input[type="submit"] {
    background: none repeat scroll 0 0 #a52323; /*882222*/
}

input.contact-button:hover {
      color: #882222;
}


.widget_colabs_subscribe input[type="submit"] {
    background: none repeat scroll 0 0 #a52323; /*882222*/
}

.widget_colabs_subscribe input[type="submit"]:hover {
    color: #a52323; /*882222*/
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 1px rgba(166, 34, 34, 0.6); /* 136,34,34*/
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(166,34,34, 0.8); /* 136,34,34*/
}


.header-section {
    background: none repeat scroll 0 0 rgba(254,254,254, 0.8);
}

.top-nav a {
    color: #000000;
}

.top-nav ul.sub-menu a {
    color: #909090;
}

.top-nav ul.sub-menu a:hover {
    color: #ffffff;
}

.top-nav ul.sub-menu a {
    color: #ffffff;
}

a.rss {
    display: none;
}

div.slide-info a {
   pointer-events: none;
   cursor: default;
}

.page-heading {
    color: rgb(0,0,0);
}
.page-heading:hover {
    color: rgb(166,34,34);
}

#whitedot {
    background: #fff;
    width: 5px;
    height: 18px;
  	margin-right:3px;
 	float:left;
}

#blackdot {
    background: #000;
    width: 5px;
    height: 18px;
  	margin-right:3px;
 	float:left;
}


  
}
