/*
Theme Name:		ImageSurvey
Theme URI: 		http://www.imagesurvey.com.br/
Version: 		0.2
Description: 	Tema para o Imagesurvey. Construido a partir do WP_Framework To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Gabriela
Author URI:		http://www.imagesurvey.com.br/
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats


WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );


/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}


/* ------------ layout ------------------- */
.container { width: 1000px; margin: 0px auto; }
.hfeed { width: 700px; float: left; }
.aside { width: 260px; float: right; }
.footer { clear: both; width: 1020px; margin: 0px auto;}


/* Document Body - sobrescreve base.css */
body, input, textarea { font: 13px/1.5 Arial, Verdana, sans-serif; }

/* fundo */
body {
	background: #fff;
}
.container {
	background: #FFF;
        padding: 10px 0;
        border: 0px ridge #666;
}

/* --------- Header ---------- height: 120px;*/
.header {
        height: 150px;
	background: url('library/media/images/bannerlily150c.jpg') repeat-x;
}
.header-int {
	width: 1000px;
	margin: 0 auto;
}
.left-header { height: 150px; width: 450px; float: left; }
.right-header { margin-top: 20px; width: 550px; float: right; }

/* Logomarca do site */

a.sitelogo { display: block; width: 350px; height: 84px; background: url('library/media/images/logo315sombra2.png') no-repeat; }
#logo { 
         padding-left: 30px;
         padding-top: 10px;
}
#tagline { 
        padding-left: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0;
}

/* Menu Skin - só no base.css */
.nav { background: url('library/media/images/menu_bg.png') no-repeat;}

/* searchform do header */
.header .searchform {
    float: right;
    margin-right: 10px;
}
.header input {font-size:12px;}
.header buttom {font-size:12px;}

/* Content - sobrescreve base.css*/

h1, h2, h3, h4, h5, h6 { color: #8b3f00; }

.page-title { font-size: 14px; font-weight: bold; color: #8b0000 !important; }
.page-title span { font-style: italic; font-weight: normal; color: #8b0000 !important; }

.entry-title, .entry-title a { 
                color: #6f003f;
                font-size: 20px;
                line-height: 24px;
                font-weight: bold;
                text-shadow:.1em .1em .3em #bbb; /* an touch of CSS 3 */
}
.entry-title a:hover { color: #6f003f; text-decoration: underline; }


/* ----------Widgets -------------- */

/*animati*/
.aside {
	margin-top:0;
}
.animati a {
	display: block;
	height: 130px;
	width: 130px;
}
.portaw { 
	float: left;
	background: url('library/media/images/portaw120.png') no-repeat;
}
a.xiroo {
        height: 174px;
	width: 250px;
	float: left;
	background: url('library/media/images/banner xiroo.png') no-repeat;
}
a.indice {
	background: url('library/media/images/banner_indice.png') no-repeat;
        display:block;
        height:90px;
        margin-bottom:33px;
        width:693px;
}
.acta {
	float: right;
	background: url('library/media/images/acta120.png') no-repeat;
}

.widget-title { 
	background: url('library/media/images/bg_titlespink.png') repeat-x;
	color: #fff; 
	font-weight: bold;
	margin: 7px 10px;
	padding: 0 15px;
}
.widget { list-style: inside;}
.widget ul {margin-left: 30px;}

/* Images 

img.alignleft, img.alignright, img.aligncenter { margin-bottom: 30px; }*/


/* Forms - sobrescreve base.css */

input, textarea { background: #fafafa; border-color: #aaa #ddd #ddd #aaa; border-style: solid; border-width: 1px; color: #444; font-size: 14px; }
input, textarea, button { font-family: Arial, Verdana, sans-serif; padding: 3px; }
button, .my-btn { padding: 4px; background: url('library/media/images/bt_azul.png') repeat-x; border-color: #005353; border-style: solid; border-width: 1px; color: #fff; font-size: 14px; }
button, .my-btn { font: 12px; padding: 2px 10px; cursor: pointer; }
input:focus, textarea:focus { background: #fff; border-color: #777 #ccc #ccc #777; }
button:hover, .my-btn:hover { background: url('library/media/images/bt_azul_presd.png') repeat-x; border-color: #005353; } 

/* bugs ie */

.ie7 button, .ie7 .my-btn, .ie6 button, .ie6 .my-btn {
	padding: 0px;
        height: 24px;
}

.ie7 aside, .ie6 aside {
	width: 320px;
}

/* footer */
.footer-ext {
	background: #ddd;
	height: 300px;
        padding-top: 15px;
}
.footer {
    padding: 15px;
    border: 1px inset #bbb;
}
.footer li { list-style: none;}
.footer a {color: #000; font-weight: bold;}
.footer h3 { 
	background: url('library/media/images/bg_titlespink.png') repeat-x;
	color: #fff; 
	font-weight: bold;
	margin: 7px 10px;
	padding: 0 0 4px 15px;
}
.footer-left {
	width: 210px;
	float: left;
}
.footer-left h3 {margin-left: 0;}
.footer-left ul {margin-left: 3px;}
.footer-center {
	margin-left: 20px;
	width: 380px;
	float: left;
}
.footer-right {
	width: 330px;
	float: right;
}	
.cc { 
	margin-top: 110px; 
	float: left;
	margin-bottom:0;
}
.cc p { float: left; margin-bottom: 0; }

.social-bar a {
	display: block;
	float: right;
	width: 32px; 
	height: 32px; 
}
.icofeed { background: url('library/media/images/feed.png') no-repeat; }
.icotwit { background: url('library/media/images/twitter.png') no-repeat;}
.icodelic { background: url('library/media/images/delicious.png') no-repeat;}
.icoflic { background: url('library/media/images/flickr.png') no-repeat;}
.icolin { background: url('library/media/images/linkedin.png') no-repeat;}


