/*
Theme Name:     Odom
Description:    Child theme for the GetNoticed! theme 
Author:         Kim Woodbridge
Template:       getnoticed
Version:        1.0
*/
@import url('../getnoticed/style.css');

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans', Times, serif !important;
	font-size: 16px;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}

#home1 {float:left;width:30%;}
#home2 {float:left;width:30%;}
#home3 {float:left;width:30%;}

#secondary {
    float: right;
    width: 31.4465% !important;
}

#secondary .widget.widget_getnoticed_sociallist li a {
    border-radius: 5px;
    border: 1px solid #E9D8CD;
    background: none repeat scroll 0% 0% #295f99;
    color: #FFF;
    text-shadow: 0px 0px 0px #FFF;
}


.site-header {
    clear: both;
    padding: 0.1em 0px;
    position: relative;
}


#primary-menu li a {
    display: inline-block;
    line-height: 2em;
    padding: 1.25em 1.25em;
    text-transform: uppercase;
    font-size: 15px;
}

.page .entry-title {display:none;}

#categories-menu a {
    border: 1px solid #AAA;
    color: #333;
    display: block;
    font: bold 12px/32px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0px;
    padding: 0px 10px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #FFF;
    border-radius: 5px;
    background: -moz-linear-gradient(center top , #FFF 0%, #D2D4D6 100%) repeat scroll 0% 0% transparent;
}

#headernav, #ocsearch, #secondary .fieldset h3 {
    background: none repeat scroll 0% 0% #295F99 !important;
}

.header-feature {
    padding: 0px 0px !important;
}

.site-header .site-logo {
    display: block;
    border: 15px solid #fff !important;
margin-bottom: -2px;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #FF6600; 
	border-color: #bbb #bbb #aaa #bbb;
}

.site-footer a, .site-footer a:visited {
    color: #FF6600 !important;
}

.site-footer a:hover {color: #FF6600 !important; text-decoration:underline !important;}

.article {
  -webkit-columns: 2 200px;
     -moz-columns: 2 200px;
          columns: 2 200px;
}

/* or */

.article {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-width: 200px;
     -moz-column-width: 200px;
          column-width: 200px;
}

#secondary .fieldset {
    background-color: #F3F3F3;
    border: 1px solid #CCC;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 22px !important;
    padding: 20px 25px 5px;
    margin-top: 40px;
}