/* 
	Theme Name: Galero
	Theme URI: http://www.izithemes.com/themes/galero/
	Description: 2 columns Blog theme by <a href="http://www.izithemes.com">IziThemes.com</a>
	Author: IziThemes
	Author URI: http://www.izithemes.com
	Version: 1.0
*/

/******************************************************
    [ GENERAL ]
*******************************************************/
body {
    background: #fff;
    color: #333;
    padding: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    color: #111;
}


/* Links */
a {
    color: #2E3983;
    text-decoration: none;
}

a:hover, a:focus {
    color: #CB380A;
    text-decoration: none;
}

a:focus { 
    outline: none;
}





/******************************************************
    [ LAYOUT ]
*******************************************************/
#body-top {
    background: #fff url(images/btop.png) 0 0 no-repeat;
	padding-top:0px;
	margin:0 auto;
	width:1044px;
}

#body-bottom {
    background: #fff url(images/bbot.png) 0 100% no-repeat;
	padding-bottom:9px;
}

#body {
	background: #fff url(images/bmid.png) 0 0 repeat-y;
	padding:0 9px;
}

#container{
	background-color:#fff;
}


/******************************************************
    [ HEADER ]
*******************************************************/

#header {
	 width: 1022px;
	margin: 0 auto;
	background: #e0e0e0;
}

#header .header_inner{
	padding:0;
}

.logo {
	float:left;
	padding-top:0;
	min-height: 200px;
}


/******************************************************
    [ Menus ]
*******************************************************/
#nav{
	background:url(images/menu.gif) 0 0 repeat-x;
}

/******************************************************
    [ MAIN CONTENT ]
*******************************************************/
#main{
	padding:15px;
	background:#E0E0E0;
}

#content{
	float:left;
	width:615px;
}

/* featured slider */
#featured{
	background:url(images/slider_panel.gif) 0 100% repeat-x;
	margin-bottom:15px;
/*	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
*/}
#featured #slider{
	height:300px;
}
#featured .slider_panel{
	padding:8px 15px;
}

#featured .fpost {
	position:relative;
}

#featured .fpost .fcontent{
	position:absolute;
	background-color:#000;
	bottom:0;
	left:0;
	width:585px;
	padding:5px 15px;
	padding-bottom:0;
	opacity: 0.7;
}
#featured .fpost .fcontent h2.title{
	margin:0;
	padding:0;
	font-size:18px;
	color:#fff;
}
#featured .fpost .fcontent h2.title a{
	color:#D54417
}
#featured .fpost .fcontent p{
	padding:0;
	color:#fff;
	line-height:120%;
}

#featured .pager a { 
    background-image: url(images/featured-pager.png); 
    cursor:pointer;  
    margin: 5px 6px 0 0; 
    padding: 0;
    height: 17px; 
    width: 17px; 
    display: block;
    float: left;
    overflow: hidden; 
    text-indent: -999px; 
    background-position: 0 0;
}

#featured .pager a:hover, #featured .pager a.activeSlide  { 
    text-decoration: none;
    background-position: 0 -103px;
}

#featured .fprev {
    float:right;
    margin-right: 2px;
    width:26px;
	height:26px;
    opacity: 0.7;
    background:url(images/featured-prev.png) top left no-repeat;
}

#featured .fprev:hover {
    opacity: 1;
}

#featured .fprev:active {
    opacity: 0.7;
}

#featured .fnext {
    float:right;
	width:26px;
	height:26px;
    margin-left: 2px;
    opacity: 0.7;
    background:url(images/featured-next.png) top left  no-repeat;
}

#featured .fnext:hover {
    opacity: 1;
}

#featured .fnext:active {
    opacity: 0.7;
}


/* post */

.wrap-post {
    margin-bottom: 15px;
}

.wrap-post-single, .wrap-post-page {    
}

.post {}

.title {
    color: #2E3983;
    margin: 0 0 15px 10px;
    padding: 0;
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
    font-size: 26px;
    line-height: 26px;
	text-transform: uppercase;
}

.title a {
  	color: #666;
    text-decoration: none;
}

.title a:hover {
    color: #D54417;
    text-decoration: underline;
}

.featured_image {
    border-color: #ddd;
    background: #fff;
}

.entry {
    line-height: 20px;
    background: #e0e0e0;
    padding: 10px 10px 0 10px;
    margin-bottom: 15px;
	overflow:hidden;
	font-size: 16px;
color: #000;
}

.entry img{
	max-width:100%;
}

.generic {
    color: #666;
    margin: 0px 0 10px 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Tahoma, Helvetica, Sans-serif;
}

.postmeta-primary {
    color: #555555;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 15px;
	border:1px solid #ddd;
	border-bottom:0;
    background: url(images/wp-post.gif) left top repeat-x;
}

.postmeta-secondary {
    color: #555555;
    font-size: 11px;
    padding: 0 0 15px 0;
}

.commentmeta {
    float: right; 
}

.commentmeta a {
    background: url(images/comments-bg.png) top left no-repeat;
    width: 44px;
    height: 20px;
    padding: 7px 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #494949;    
    text-decoration: none;
    text-align: center;
    display: block;
}

.commentmeta a:hover {
  color: #CB380A;  
}

.meta_date, .meta_author, .meta_comments, .meta_edit, .meta_categories, .meta_tags {
    padding:3px 0 3px 20px;
    background-position:left center;
    background-repeat: no-repeat;
}

.meta_date {
    background-image: url(images/date.png);
}

.meta_author {
    background-image: url(images/author.png);
}

.meta_comments {
    background-image: url(images/comments.png);
}

.meta_edit {
    background-image: url(images/edit.png);
}

.meta_categories {
    background-image: url(images/cat.png);
}

.meta_tags {
    background-image: url(images/tags.png);
}

.wrap-readmore {
    margin-bottom: 15px;
}

a.readmore {
    float: right;
    color: #eee;
    background: url(images/gradient_black.gif) left top repeat-x;
    padding: 6px 14px;
    font-size: 12px;
    line-height: 12px;
    display: block;
    text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

a.readmore:hover {
    background: url(images/gradient_black_hover.gif) left top repeat-x;
    text-decoration: none;
}

.navigation {}

/******************************************************
    [ SIDEBAR ]
*******************************************************/
#sidebar{
	float:right;
	width:300px;
}

.sidebar-primary {
    color: #555555;
    font-size: 13px;
}

.sidebar-primary a {
    color: #555555;
    text-decoration: none;
}

.sidebar-primary a:hover {
    color: #D54316;
    text-decoration: underline;
}

/* Search */
#search {
    height: 30px;
    padding: 0;
    text-align: left;
	margin-bottom:15px;
}
#search .wrap-textbox{
	background:  url(images/textbox.gif) 100% 0 no-repeat;
	padding-right:5px;
	height:28px;
	display:block;
	float: left;
	border:1px solid #f9f9f9;
}
#search #s {
    background:  url(images/textbox.gif) 0 0 no-repeat;
    color: #6E6969;
    border: 0;
	margin:0;
    padding: 6px;
    float: left;
	width:190px;
}

#search .search-image {
	background: #333 url(images/gradient_black.gif) 0 0 repeat-x;
    border: none;
    vertical-align: top;
    float: right;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	padding:6px 0;
	padding:7px 0\9;/* IE9*/
	width:80px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#search .search-image:hover{
	background: #333 url(images/gradient_black_hover.gif) 0 0 repeat-x;
}

/* Banner 300 x 250 */
.banner300{
	margin-bottom:15px;
}

/******************************************************
    [ WIDGET(S) ]
*******************************************************/
.widgetized {}

/*  General Widgets Styling */

.wrap-widget {
	background-color:#fff;
	border:1px solid #ddd;
    list-style-type: none;
    list-style: none;
    margin: 0 0 15px 0;
	padding:0 10px 10px 10px;
}

h3.widget-title {
    color: #414445;
    font-size: 18px;
    line-height: 18px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 8px 0 7px 0;
	border-bottom:2px solid #ccc;
}

h3.widget-title a, h3.widget-title a:hover {
    color: #414445;
    text-decoration: none;
}

/*  Default Widgets */

.widget ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
    padding: 0 0 0 8px;
    margin: 15px 0 0 0;
    background: url(images/widget-list.gif) left 3px no-repeat;
}

.widget ul li:first-child {
    margin-top: 0; 
}

.widget ul li ul {
    margin-top: 10px;
}


/* Wp Calendar */

#wp-calendar caption {
    background: none;
}

#wp-calendar th {
    background: none;
}

#wp-calendar td {
}

#wp-calendar td:hover, #wp-calendar #today {
    background: #7A7A7A;
    color: #fff;
}

#wp-calendar td:hover a, #wp-calendar #today a {
    color: #fff;
}




/* Izi Tabs */

.izi-tabs {
    list-style: none; 
    list-style-type: none; 
    margin: 0 -10px 0 -10px;
    padding: 0;
	border-bottom:1px solid #ddd;
    height: 26px;
	margin-bottom:10px;
}

.izi-tabs li {
    list-style: none; 
    list-style-type: none; 
    margin: 0; 
    padding: 0;
	border-right:1px solid #ddd; 
    float: left;
}

.izi-tabs li:first-child {
    margin: 0;
}

.izi-tabs li a {
    color: #4F4E42;
    padding: 7px 16px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    display: block;
    text-decoration: none;
    font-size: 12px;
}

.izi-tabs li a:hover, .izi-tabs li a.izi-tabs-current {
    background: #fff;
    text-decoration: none;
	padding-bottom:8px;
}

.izi-tabs-content {
	clear:both;
}

.izi-tabs-content .featured_image{
	padding:4px;
}


/* Izi Posts */
.izi-posts ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.izi-posts ul li {
    list-style-type: none; 
    padding: 0 0 10px 0; 
    margin: 0 0 10px 0;
    border-bottom: 1px solid #d9d9d9;
}

.izi-posts ul li:first-child {
    margin-top: 15px; 
}

.izi-posts-title {
    font-weight: bold; 
    padding: 0 0 5px 0; 
    margin: 0; 
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px;
}

.izi-posts-title a {}

.izi-posts-title a:hover {}

.izi-posts-meta { 
    font-style: italic;  
    padding: 0 0 5px 0;
}

.izi-posts-entry {
    font-family: Arial, Helvetica, Sans-serif; 
    line-height: 20px;
}

.izi-posts-more {
    font-weight: bold;
}

.izi-posts-more:hover {}

.izi-posts .alignleft {
    margin: 0 8px 8px 0;
}

.izi-posts .alignright {
    margin: 0 0 8px 8px;
}

.izi-posts .aligncenter {
    margin-bottom: 8px;
}

/* Izi Comments */
.izi-comments ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0;
}

.izi-comments ul li {
    list-style-type: none; 
    padding: 0 0 10px 0; 
    margin: 10px 0 0 0;
    border-bottom: 1px solid #d9d9d9;
}

.izi-comments ul li:first-child {
    margin-top: 0;
}

.izi-comments-author {
    text-decoration: none; 
    font-weight: bold; 
    padding: 0 0 5px 0; 
    margin: 0;
}

.izi-comments-author:hover {}

.izi-comments-entry {
    font-family: Arial, Helvetica, Sans-serif; 
    line-height: 20px;
}

.izi-comments-more {
    font-weight: bold; 
}

.izi-comments-more:hover {}

.izi-comments-avatar {
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 4px;
}

.izi-comments .alignleft {
    margin: 0 8px 0 0;
}

.izi-comments .alignright {
    margin: 0 0 0 8px;
}

.izi-comments .aligncenter {
    margin-bottom: 8px;
}


/* Feedburner */
.feedburner h3{
	background:url(images/rss.png) 100% 50% no-repeat;
}

.feedburner ul{
	padding:0;
	margin:0;
	list-style:none;
}

.feeds {
    height: 30px;
    padding: 0;
    text-align: left;
	margin-bottom:15px;
}
.feeds .wrap-textbox{
	background:  url(images/textbox.gif) 100% 0 no-repeat;
	padding-right:5px;
	height:28px;
	display:block;
	float: left;
	border:1px solid #f9f9f9;
}
.feeds .textbox {
    background:  url(images/textbox.gif) 0 0 no-repeat;
    color: #6E6969;
    border: 0;
	margin:0;
    padding: 6px;
    float: left;
	width:178px;
}

.feeds .submit {
	background: #333 url(images/gradient_black.gif) 0 0 repeat-x;
    border: none;
    vertical-align: top;
    float: right;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	padding:6px 0;
	padding:7px 0\9;/* IE9*/
	width:70px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.feeds .submit:hover{
	background: #333 url(images/gradient_black_hover.gif) 0 0 repeat-x;
}


/* Social Share */

.izi-social-share ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0;
}

.izi-social-share ul li {
    text-align: left;
}

.izi-social-share ul li a {
    width: 32px; 
    height: 32px;
	margin-right:5px;
    padding: 0;
}

.izi-social-share ul li a img {
    opacity: 0.7;
}

.izi-social-share ul li a:hover img {
    opacity: 1;
}

/* Tweets */

.izi-tweets ul {
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    line-height: 20px;
    font-family: Arial, Helvetica, Sans-serif; 
}

.izi-tweets ul li {
    list-style-type: none;
    padding: 0; 
    margin: 15px 0 0 0; 
}

.izi-tweets ul li:first-child {
    margin-top: 5px;
}

.izi-tweets li.tweets-bird {
    padding-left: 24px;
    background: url(images/tweets.png) left 2px no-repeat;
}

.izi-tweets a {}

.izi-tweets a:hover {}

a.izi-tweets-time {
    text-decoration: underline; 
}

a.izi-tweets-time:hover {
    text-decoration: none; 
}


/* Izi Banners 125 */

.izi-banners {
    text-align: center;  
	padding:15px 0 5px 0;
}
.izi-banners img{
	margin:0 6px;
}


/******************************************************
    [ FOOTER ]
*******************************************************/

#wrap-footer {
}

.footer-widgets {
    background: #3d3d3d url(images/footer.png) 0 0 repeat-x;    
    padding: 15px 15px 10px 15px;
    color: #b1b1b1;
    font-size: 13px;
    line-height: 16px;
}

.footer-widgets .wrap-widget {
    margin-left: 0;    
    border: 0;
    background: none;
    padding: 0;
}

.footer-widgets .widget ul  {
    padding-left: 0;    
}


.footer-widgets .widget ul li{
    padding-top: 0;
	line-height:10px; 
    border-top: none;
    background: url(images/footer_arrow.gif) left 2px no-repeat;
}

.footer-widgets a {
    color: #B6B6B6;
    text-decoration: none;
	padding:0;
	margin:0!important;
	line-height:10px;
}


.footer-widgets a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-widgets .widget-title a{
	color:#ccc;
}
.footer-widgets .widget-title a:hover{
	color:#eee;
}
.footer-widgets-left {
    width: 290px;
    float: left;
}

.footer-widgets-center {
   width: 300px; 
   padding: 0 20px;
   float: left;
}


.footer-widgets-right {
    width: 290px;
    float: left;
}

.footer-widgets h3.widget-title {
    color: #D5D4D4;
    background: none;
    font-size: 16px;
    line-height: 16px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    padding: 0;
    border: 0;
}

/* Footer Socialize */
.footer_social{
}
.footer_social h4{
	color:#d5d4d4;
	margin:0;
	margin-bottom:5px;
}
.footer_social ul{
	padding:0!important;
	margin:0;
	height:32px;
	list-style:none;
}
.footer_social li{
	padding:0!important;
	margin:0!important;
}

.footer_social li a{
	text-indent:-9999em;
	overflow:hidden;
	float:left;
	width:32px;
	height:32px;
	margin:0;
	padding:0;
	margin-right:5px;
}
.footer_social li a.rss:hover,
.footer_social li a.facebook:hover,
.footer_social li a.twitter:hover,
.footer_social li a.flickr:hover,
.footer_social li a.youtube:hover,
.footer_social li a.vimeo:hover{
	background-position: left bottom;
}
.footer_social li a.rss{
	background: url(images/footer-socialize/rss.png) 0 0 no-repeat;
}
.footer_social li a.facebook{
	background: url(images/footer-socialize/facebook.png) 0 0 no-repeat;
}
.footer_social li a.twitter{
	background: url(images/footer-socialize/twitter.png) 0 0 no-repeat;
}
.footer_social li a.flickr{
	background: url(images/footer-socialize/flickr.png) 0 0 no-repeat;
}
.footer_social li a.youtube{
	background: url(images/footer-socialize/youtube.png) 0 0 no-repeat;
}
.footer_social li a.vimeo{
	background: url(images/footer-socialize/vimeo.png) 0 0 no-repeat;
}



#footer {
	background:url(images/slider_panel.gif) 0 0 repeat-x;
	padding: 14px 15px;
	color: #606060;
	text-align: center;
	font-size: 11px;
}

#footer a {
    color: #606060;
} 

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

/******************************************************
    [ COMMENTS ]
*******************************************************/
ol.commentlist{
	padding:0;
	margin:0;
	list-style:none;
}
#comments{
	font-size:21px; 
	color:#666;
}
#commentsbox{
	padding-top:15px; 
}
#commentsbox ol, 
#commentsbox ul{
	list-style:none
}
#commentsbox li{
	margin-bottom:30px
}
.children{
	list-style:none; 
	margin:30px 0 0; 
	text-indent:0
}
.children li.depth-2{
	margin:0 0 0px 50px
}
.children li.depth-3{
	margin:0 0 0px 50px
}
.children li.depth-4{
	margin:0 0 0px 50px
}
.children li.depth-5{
	margin:0 0 0px 50px
}
.comment-body{
	position:relative; 
	margin-left:90px; 
	padding:20px; 
	border:1px solid #E3E3E3;
	-moz-box-shadow:0px 0px 4px #EEE;   
	-webkit-box-shadow:0px 0px 4px #EEE;   
	box-shadow:0px 0px 4px #EEE; 
	background-color:#fff;
}
.comment-body:after{
	content:''; 
	position:absolute; 
	top:10px; 
	left:-12px; 
	width:12px; 
	height:20px; 
	background:url(images/comment-arrow.png) no-repeat
}
.comment-author:after{
	content:''; 
	position:absolute; 
	top:0px; 
	left:-95px; 
	width:64px; 
	height:64px; 
	border:1px solid #CCC; 
	background:url(images/avatar-overlay.png) no-repeat;
}
#commentsbox .avatar{
	position:absolute; 
	left:-90px; 
	top:6px
}
.comment-author{
	font-size:12px; 
	color:#000; 
	font-weight:bold; 
	line-height:1em
}
.says{
	display:none
}
.comment-meta{
	padding:5px 0;
}
.comment-meta a{
	margin-bottom:10px; 
	font-family:arial,serif; 
	font-size:10px; 
	font-style:italic; 
	color:#999;
	text-decoration:none;
}
.comment-reply-link{
	display:none; 
	font-size:10px; 
	position:absolute; 
	bottom:0; 
	right:0; 
	border:1px solid #E3E3E3; 
	padding:0 8px; 
	border-bottom:none; 
	background:#EEE; 
	color:#666; 
	height:24px; 
	line-height:24px;
}
.comment-body:hover .comment-reply-link{
	display:block
}
.comment-body:hover{
	-moz-box-shadow:0px 0px 8px #CCC; 
	-webkit-box-shadow:0px 0px 8px #CCC;  
	box-shadow:0px 0px 8px #CCC
}
.cancel-comment-reply a{
	color:#F00 !important; 
	display:block; 
	line-height:20px; 
	height:20px; 
	padding-left:20px; 
	background:url(images/cancel-comment-reply.png) left no-repeat
}

/* Comments form */
#respond {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
#respond h3{
	color:#666;
}
h3#reply-title {
	font-weight: bold;
	font-size: 20px;
	padding: 0;
	margin: 0 0 15px 0;
}
#respond .required {
	color:#FF4B33;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	display: none;
}
.children #respond {
	margin: 0 48px 0 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	font-size: 12px;
	font-weight: normal;
	display:block;	
	margin:0;	
	padding:0;
}
#respond label small{	
	font-size:10px;	
	font-style:italic;
}
#respond input {
	margin:10px 0 0 0;
	width:300px;
}
#respond textarea {
	width:98%;
	margin:10px 0 0 0;
}
#respond .form-allowed-tags {
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond input[type=submit] {
	margin: 0;
}
#respond .form-submit {
	margin: 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
#respond dl {
	margin: 0 0 10px;
}
#respond dt {
	display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}
#respond .button{
	background:url(images/gradient_black.gif) 0 0 repeat-x;
	width:120px;
	padding:5px 0;
	color:#fff;
	text-align:center;
	border:none;
	cursor:pointer;
}
#respond .button:hover{
	background-position:left bottom;
}

input.button{
	background:url(images/gradient_black.gif) 0 0 repeat-x;
	border:none;
	color:#fff;
	cursor:pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
}
input.button:hover{
	background:url(images/gradient_black_hover.gif) 0 0 repeat-x;
}

#nav ul li a:hover {

color: #2E3983;

}

#nav ul li a:hover, current-page {

color: #2E3983;

}

#nav ul ul {

width: 250px;

}