/*
 Theme Name:     Spectrum Child
 Theme URI:      http://example.com/twenty-twelve-child/
 Description:    Spectrum Child Theme
 Author:         John Doe
 Author URI:     http://example.com
 Template:       spectrum
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../spectrum/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

body { 
	background: white; 
	font-family: "Open Sans", Georgia, Serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 26px;
}

h2 {
	font-size: 16px;
	margin: 0 0 5px !important;
}

p {
	color: #444;
}

#background {
	background: #fff url("images/header-bg.jpg") repeat-x 0 0 ;
}

#wrapper {
	background: none;
}

#header {
	position: relative;
	height: 80px;
	background: #333;
	padding: 0 10px;
}

.inner-header {
	position: relative;
	width: 1120px;
	margin: auto;
}

#branding {
	position: relative;
	top: 15px;
}

#branding h1 {
	font-weight: 300;
	font-size: 26px;
	color: #fff;
	margin: 0 0 5px 0;
}

#branding strong {
	font-weight: 400;
}

#branding span {
	color: #0093d5;
}

#branding p {
	font-family: "Open Sans", Georgia, Serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 100;
	color: #999;
}

#logo img{
	position: relative;
	top: -2px;
	left: -5px;
	z-index: 2
}

#id {
	float: right;
}

.right-nav {
	position: absolute;
	top: 25px;
	right: 0;
	width: 530px;
	margin: 0;
}

.searchform {
	position: absolute;
	right: 31px;
}

.social-widgets {
	position:relative;
	top:-1px;
	width: 280px;
	margin-bottom: 8px !important;
}

.social-widgets li {
	width: 30px;
	height: 30px;
	background: #444;
	border-radius: 100%;
	overflow: hidden;
}

.social-widgets .icon-stack {
	color: #444;
}

.social-widgets .icon-stack:hover {
	color: #555;
}

.social-widgets .icon-stack:active {
	color: #444;
}

.socialmedia-buttons {
	margin-top: -2px; 
}

.icon-stack .stumbleupon-icon {
	width: 22px;
	height: 22px;
	background: url('images/stumbleupon.png') no-repeat 0 0;
	display: block;
	margin:  1px 1px 1px 2px;
}

.icon-stack .stumbleupon-icon:hover {
	background-position: 0 -22px;
}

.icon-stack .stumbleupon-icon:active {
	background-position: 0 0;
}

.searchform {
	position: absolute;
	top: 0;
}

.searchform input {
	width: 200px;
	background: #444;
	border: none;
	border-radius: 0;
	font-family: "Open Sans", Georgia, Serif;
	color: #666;
	font-size: 12px;
	margin: 0;
}

.searchform button {
	position: absolute;
	top: 0;
	right: -31px;
	width: 31px;
	height: 31px;
	background: #222 url('images/magnify.png') no-repeat 5px 5px !important;
	border: none;
	border-radius: 0;
}

.searchform button:active {
	background: #222 url('images/magnify.png') no-repeat 5px 5px;
	position: absolute;
	top: 0;
}

/* 2.2 Navigation */

.nav { 
	z-index:99; 
	margin:0; 
	padding:0; 
	list-style:none; 
	line-height:1; 
	float: right;
}

.nav a { 
	position:relative; 
	display:block; 
	z-index:100; 
}

.nav li { 
	float:left; 
	width: auto; 
}

#top-nav { 
	position: relative; 
	z-index: 9999; 
	font-size: 12px; 
	background: #000; 
}

#top-nav a { 
	line-height: 22px; 
	color: #939497; 
	border-right: 1px solid #414141; 
	padding: 5px 10px; 
}

#top-nav a:hover, #top-nav li.current_page_item a, #top-nav li.current_page_parent a { 
	color: #fff; 
}

#top-nav li ul { 
	background: #000; 
	border: none; 
}

#top-nav li ul li { 
	background: none; 
	border-top: 1px solid #414141; 
}

#top-nav li ul li a { 
	line-height: 18px; 
	background: none; 
	border: none; 
}

#top-nav li a.sf-with-ul { 
	padding-right: 20px; 
}

#top-nav li ul li a.sf-with-ul { 
	padding:5px 10px; 
}

#main-nav { 
	position: relative; 
	margin-bottom: 40px; 
	font-family: "Open Sans", Georgia, Serif;
	font-size: 10px;
	background: #444; 
	border-top: none;
	border-bottom: solid 3px #777;
	border-left: none;
	border-right: none;
	width: 1140px;
	height: 40px;
	z-index:1; 
}

.main-inner-nav {
	width: 1120px;
	margin: auto;
}

#main-nav li { 
	border-right: none; 
}

#main-nav a { 
	padding: 6px 20px 4px; 
	line-height: 30px; 
	font-size: 12px;
	color:#fff; 
	border-bottom: 3px solid #777; 
	text-decoration: none; 
}

#main-nav a:hover, #main-nav li.current_page_item a, #main-nav li.current_page_parent a { 
	border-bottom-color: #01beff ; 
	color: #01beff ; 
}

#main-nav li.current_page_item ul li a, #main-nav li.current_page_parent ul li a {
	color: #fff;
	border-bottom-color: #555; 
}

#main-nav li ul li a:hover, #main-nav li.current_page_item ul li a:hover { 
	border-color: #444; 
	background: #555; 
	color: #01beff; 
}

#main-nav li ul { 
	background: #444; 
	border: none; 
	border-width:1px 1px 0; 
}

#main-nav li ul li { 
	background: #444; 
	border: none;
}

#main-nav li ul li:last-child {
	border-bottom: none;
}


#main-nav li ul li a { 
	padding: 0 10px; 
	font-size: 10px; 
	border-bottom: 1px solid #555; 
	width: 180px;
}

/*--------------Sidebar--------------*/

.widget {
	font-family: "Open Sans", Georgia, Serif;
	margin-bottom: 30px;
}

.widget h3 {
	background: none;
	font-size: 14px;
	font-weight: 700;
	text-shadow: none;
	color: #777;
	padding: 0;
}

.widget h3 span {
	background: none;
}

.widget select {
	width: 100%;
	height: 28px;
	padding: 5px 0;
	box-shadow: none;
	font-size: 11px;
	font-weight: 100;
	text-indent: 2px;
	color: #555;
}

.widget ul li:first-child {
	border-top: solid 1px #eaeaea;
}

.widget ul li {
	padding: 10px 0;
	border-bottom: dotted 1px #eaeaea;
}

.widget ul li a {
	font-size: 11px;
	color: #0095d7;
}

#tabs {
	margin-bottom: 30px;
}

#tabs ul.wooTabs {
	border-bottom: solid 1px #eaeaea;
	padding-bottom: 29px;
}

#tabs ul.wooTabs li a {
	font-family: "Open Sans", Georgia, Serif;
	font-size: 10px;
	font-weight: 700;
	text-shadow: none;
}

#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover {
	background: #008cd7;
	text-shadow: none;
}

#tabs .inside {
	border: none;
	padding: 0;
}

#tabs .inside li {
	padding: 10px 0 9px;
}

#tabs .inside li:last-child {
	border-bottom: solid 1px #dfdfdf !important;
}

#tabs .inside li a {
	color: #0093d5;
	font-size: 10px;
	font-weight: 600;
	line-height: 12px;
}

#tabs .inside li span.meta {
	font-size: 9px;
	color: #777;
	font-weight: 500;
}

#tabs .inside #tab-comm a {
	font-size: 10px; 
}

#tabs #tab-tags {
	padding: 10px 0;
}

#tabs .inside #tab-tags a:hover {
	color: #0095d7;
}

.box_skitter {
	margin: 60px 0 40px;
	overflow: visible !important;
}

.box_skitter .container_skitter {
	overflow: visible !important;
}

.box_skitter .label_skitter {
	top: -37px;
	height: 50px;
	background: none !important;
}

.box_skitter .label_skitter h3 {
	font-size: 14px !important;
	font-weight: 700;
	color: #555;
	text-align: center;
}

.box_skitter:hover a {
	visibility: visible;
}

.box_skitter .prev_button, .box_skitter .next_button {
	visibility: hidden;
	opacity: 0.5 !important;
	width: 28px;
	height: 28px;
}

.box_skitter .prev_button:hover, .box_skitter .next_button:hover {
	opacity: 0.9 !important;
}

.box_skitter .prev_button:active, .box_skitter .next_button:active {
	opacity: 0.5 !important;
}

.box_skitter .prev_button {
	left: 0 !important;
}

.box_skitter .next_button {
	right: 0 !important;
}

.info_slide_dots {
	visibility: hidden;
}


/*-----------------main-----------------*/

#content {
	margin-top: 55px;
}

#main {
	width: 780px;
}

#recent-posts h3 {
	font-family: "Bree Serif", Georgia, Serif;
	font-size: 24px;
	font-weight: 500;
	color: #777;
	border-bottom: solid 1px #eaeaea;
	padding-bottom: 5px;
	margin: 0 0 15px;
}

#recent-posts .post .heading {
	background: none;
	margin: 0 0 35px;
}

#recent-posts .post .heading h2 a {
	font-family: "Bree Serif", Georgia, Serif;
	font-size: 18px;
	font-weight: 100;
	color: #0098d7;
}

.post p.tags {
	font-size: 12px;
	line-height: 24px;
	width: 760px;
}

span {
	color: #999;
}

#recent-posts {
	width: 780px;
}

#recent-posts .post {
	width: 100%;
	height: auto;
	float: none;
	background: none;
	border-bottom: solid 1px #eaeaea;
	padding: 30px 0 40px;
	margin: 0 0 15px;
}

#recent-posts .post .heading {
	position: relative;
	top: 0;
	width: 100%;
	padding: 0;
	line-height: 0;
}

.img-frame {
	width: 778px;
	height: 450px;
	overflow: hidden;
	margin: -5px 0;
	background: #d3d3d3;
	border: solid 1px #eaeaea;
}

#recent-posts .post a img {
	min-width: 100%;
	height: auto !important;
	margin: auto;
}

#recent-posts .meta {
	font-size: 12px !important;
	font-style: italic;
	margin: 0 !important;
}

#recent-posts .post p, #comments .comment-entry p {
	font-family: "Open Sans", Georgia, Serif;
	font-size: 14px;
	font-weight: 400;
	color: #444;
	line-height: 24px;
	margin: 50px 0 100px;
}

#comments .comment .comment-container {
	width: 715px;
}

.addthis_default_style {
	margin: 15px 0 70px !important;
	height: 10px;
}

.button-readmore {
	position: absolute;
	right: 0;
	bottom: 48px;
	margin: 0 0 5px;
	padding: 9px 20px 10px;
	background: #333;
	border-radius: 2px;
	font-family: "Bree Serif", Georgia, Serif;
	font-size: 16px;
	color: #fff !important;
	display: block;
}

.button-readmore:hover {
	text-decoration: none;
	background: #444;
}

.button-readmore:active {
	background: #333;
}

#older-posts {
	margin: 0 0 20px;
	width: 800px;
}

#older-posts .older-item {
	position: relative;
	margin: 0 18px 10px 0; 
	background: none;
	border: none;
	width: 380px;
	height: 206px;
}

#older-posts .older-item .older-imgFrame {
	width: 380px;
	height: 215px;
	overflow: hidden;
	border: solid 1px #eaeaea;
}

#older-posts .older-item .older-imgFrame img {
	min-width: 100%;
	height: auto;
}

#older-posts .older-item .heading {
	position: absolute;
	bottom: 0;
	width: 352px;
	padding: 15px 15px 10px;
	background: rgba(0, 0, 0, 0.7);
}

#older-posts .older-item .heading .title-old a {
	font-size: 14px;	
	font-weight: 600;
	line-height: 20px;
	color: #fff;
}

#older-posts .older-item .heading .title-old a:hover {
	text-decoration: underline;
	color: #fff;
}

#older-posts .older-item .info .meta-old {
	color: #999;
}

#older-posts .meta-old {
	font-style: italic;
}

#older-posts h3, .older-item h3, .archive_header {
	font-family: "Bree Serif", Georgia, Serif;
	font-size: 24px;
	font-weight: 500;
	color: #777;
	padding-bottom: 5px;
	width: 780px;
}

#older-posts h3 {
	margin: 25px 0 10px;
}

.nav-entries {
	background: none;
	border: none;
	width: 780px;
	padding: 0;
	margin: 0 0 5px;
}

.nav-entries a{
	background: #0095d7;
	border: none;
	border-radius: 2px;
	font-family: "Bree Serif", Georgia, Serif;
	color: #fff !important;
	font-size: 16px;
	padding: 9px 15px 10px;
	display: block;
	font-style: normal;
	font-weight: 100;
	text-align: center;
	margin: 20px 0 8px;
}

.nav-entries a:hover {
	background: #019ce2;
	text-decoration: none;
}

.nav-entries a:active {
	background: #0095d7;
}

.post-entries a {
	margin: 30px 1px 15px 0;
	font-family: "Open Sans", Georgia, Serif;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
}

.post-entries a:hover {
	text-decoration: underline;
}

.post .title a{
	font-family: "Bree Serif", Georgia, Serif;
	font-size: 24px;
	color: #0093d5 !important;
	font-weight: 100;
	line-height: 32px;
}

.post-meta {
	font-size: 12px;	
	font-style: italic;
	margin: 10px 0 0;
}

.post-meta span {
	color: #868686;
}

.post-more a, .post-meta a {
	font-weight: 700;
}

.post, .entry, .entry .wp-caption{
	position: relative;
	width: 780px !important;
	overflow: hidden;
}

.entry .wp-caption, .entry .wp-caption img {
	background: none;
	border: none !important;
	padding: 0;
	margin: 15px 0 0 !important;
	border: #eaeaea;
	border-radius: 0;
}

.entry .wp-caption-text {
	font-size: 12px;
	font-style: italic;
	font-weight: 100;
	color: #999;
	width: 100%;
	padding: 0 10px;
	margin: 15px 0 30px;
}

.entry div, .entry ul li a {
	margin: 0 0 40px;
	font-size: 14px;
	font-weight: 100;
	line-height: 24px;
}

.entry div, .entry ul li a div {
	font-weight: 400;
}

.entry ul li a {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	color: #333;
	margin: 50px 0 15px;
	line-height: 30px;
}

.entry h1 span {
	color: #0092d5 !important;
	font-family: "Bree Serif", Georgia, Serif;
	font-weight: 400 !important;
	font-size: 20px;
}

.entry p em {
	margin: 75px 0 30px;
}

.entry ul li {
	margin-bottom: 10px;
}

.entry p, .entry ul li {
	font-family: "Open Sans", Georgia, Serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.entry div em strong strong {
	font-size: 14px;
}

.entry .aligncenter img, img.aligncenter {
	padding: 0;
	border: none;
	border-radius: 0;
	width: 100%;
	min-height: 520px;
}

.entry .aligncenter img {
	margin: 0 auto !important;
}

img.aligncenter {
	margin: 50px auto !important;
}

#connect {
	padding: 15px 15px 5px;
	margin: 50px 0;
}

#comments {
	padding: 0;
}

#respond h3 {
	margin-bottom: 35px;
}

#commentform {
	margin: 15px 0 20px;
}

#commentform p input, #commentform p textarea{
	width: 100%;
	border: solid 1px #eaeaea;
	font-family: "Open Sans", Georgia, Serif;
	font-size: 14px;
}

#commentform p textarea {
	margin: 15px 0 30px;
}

#commentform p {
	font-size: 14px;
}

#commentform #submit, .button, .reply a {
	padding: 5px 15px;
	background: #0093d5 !important;
	border: none;
	border-radius: 2px;
	color: #fff !important;
	text-shadow: none;
}

#commentform #submit {
	margin: 15px 0 40px;
}

#commentform #submit:hover, .button, .reply a:hover {
	color: #fff !important;
}

#commentform #submit:active, .button, .reply a:active {
	background: #0093d5 !important;
}

.nav-entries, .wp-pagenavi, .post-entries {
	background: none;
	border: none;
	padding: 0; 
}

.entry .alignleft {
	margin: 5px 20px 10px 0 !important;
	float: left;
}

.entry .alignright {
	margin: 5px 0 10px 20px !important;
	float: right;
}

.sf-sub-indicator {
	margin: 4px 0 0;
}

#page {
	width: 1120px;
	margin-top: 0;
}

#loopedSlider {
	border: solid 1px #eaeaea;
	width: 780px;
	height: 320px;
	margin: 0 0 45px 0;
	z-index: 0;
}

#loopedSlider .nav-buttons {
	width: 780px;
	height: 30px;
	top: 45%;
	right: 0;
	opacity: 0;

	transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
}

#loopedSlider:hover .nav-buttons{
	opacity: 1;
}

#loopedSlider .container {
	width: 780px;
	height: 320px !important;
}

#loopedSlider .slides div.slide {
	width: 780px;
	height: 320px;
}

#loopedSlider .slides div.slide img {
	min-width: 780px;
	height: auto;
}

#loopedSlider .nav-buttons img {
	opacity: 0.5;
}

#loopedSlider .nav-buttons img:hover {
	opacity: 0.9;
}

#loopedSlider .nav-buttons img:active {
	opacity: 0.5;
}

#loopedSlider .nav-buttons #p .previous {
	position: absolute;
	left: 10px;
}

#loopedSlider .nav-buttons #n .next {
	position: absolute;
	right: 10px;
}

#loopedSlider .slide-content {
	width: 725px;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}

#loopedSlider .slide-content h2 a {
	font-family: "Bree Serif", Georgia, Serif;
	font-size: 20px;
	font-weight: 100;
	color: #0a90d6;
}

#loopedSlider .slide-content p {
	font-family: "Open Sans", Georgia, Serif;
	font-size: 12px;
	font-weight: 100;
	line-height: 20px;
	padding: 0 15px 0 0;
	color: #cdcdcd;
}

.nrelate .nr_title {
	margin: 50px 0 20px;
}

.nrelate_bty.nr_100 .nr_panel {
	border: solid 1px #eaeaea !important;
	margin: 5px 10px 5px 0;
	padding: 7px;
	border-radius: 3px;
	height: 207px;
}

.nrelate_bty.nr_100 .nr_panel:hover {
	border-color: #cdcdcd !important;
}

.nrelate_bty.nr_100 .nr_panel:active {
	border-color: #eaeaea !important;
}

.nrelate_bty .nr_img_div {
	border: solid 1px #eaeaea;
}

/*--------------Search--------------*/

.archive_header {
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #eaeaea;
}

#footer-widgets {
	
	background: url("images/footer-bg.jpg") repeat-x 0 0 ;
	display: block;
	padding: 50px 0 20px !important;
	
}

.col-full {
	width: 1120px;
	margin: auto;
}

#footer-widgets .col-full .block {
	margin-right: 40px;
	width: 220px;
}

.widget_text .textwidget {
	border-bottom: none;
	padding: 0;
}

#footer {
	position: relative;
	padding: 20px 0 12px;
	background: #444;
	border: none;
}

#footer-widgets .widget h3, #footer-widgets .widget span,  #footer-widgets .widget input {
	font-family: "Open Sans", Georgia, Serif;
	color: #777;
} 

#footer-widgets .widget h3 {
	font-size: 14px;
	border-bottom: solid 1px #444;
	border-radius: 0;
	padding: 0 0 3px 0;
	margin-bottom: 10px;
}

#footer-widgets .widget span {
	font-size: 11px;
	font-weight: 100;
	line-height: 18px;
}

.wrap div {
	margin: 13px 0 5px;
}

#footer-widgets .widget p a {
	font-family: "Open Sans", Georgia, Serif;
	font-size: 10px;
	font-weight: 400;
}

#footer-widgets .widget input {
	width: 139px !important;
	color: #333;
	font-weight: 100;
	border: none;
}

#footer-widgets .widget button {
	width: 70px;
	padding: 7px 0;
	background: #444;
	border: none;
	font-family: "Bree Serif", Georgia, Serif;
	color: #fff;
}

#footer-widgets .widget button:hover {
	background: #555;
}

#footer-widgets .widget button:active {
	background: #444;
}

.social-widgets .smw_center {
	text-align: left;
}

#footer .inner {
	width: 1120px;
	margin: auto;
	background: #444;
}

#credits {
	position: absolute;
	bottom: 0;
	padding: 5px 0;
}

#credits p {
	font-family: "Open Sans", Georgia, Serif;
	color: #999;
	font-size: 12px;
	font-weight: 400;
}

#credits p span {
	font-family: "Bree Serif", Georgia, Serif;
	color: #0098d7;
	font-size: 13px;
}

.footer-branding {
	position: relative;
	top: 90px;
	width: 400px;
}

.footer-branding .branding {
	position: relative;
	top: 25px;
}

.footer-branding i {
	position: relative;
	width: 125px;
	height: 95px;
	display: block;
	background: url('images/GA-logo(greyscale).png') no-repeat 0 0;
	float: left;
	margin-right: 15px;
}

.footer-branding h1 {
	font-weight: 300;
	font-size: 26px;
	color: #999;
	margin: 0 0 5px 0;
}

.footer-branding strong {
	font-weight: 400;
}

.footer-branding span {
	color: #0aa9e2;
	font-size: 26px !important;
}

.footer-branding p {
	font-family: "Open Sans", Georgia, Serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 100;
	color: #999;
	width: 400px;
}

.hcount #count {
	padding: 0 7px !important;
}

.stumbleupon-icon-footer {
	background: url("images/stumbleupon.png") no-repeat scroll -22px 0 transparent;
	width:25px;
	height:25px;
	display: block;
	margin: 1px;
}

.stumbleupon-icon-footer:hover {
	background-position: -22px -25px;
}

.stumbleupon-icon-footer:active {
	background-position: -22px 0;
}

#networkedblogs_nwidget_iframe html #fans div{
	color: #777;
}

#wpstats {
	height: 0;
}

#comments h3 #pings {
	font-size: 20px;
}

.pinglist li .author a{
	font-size: 16px;
}

.pinglist, .pinglist li .author, .pinglist li .date, .pinglist li .pingcontent {
	font-size: 14px;
	line-height: 24px;
}


