/********************************************************************************                                                  
                          USING SF-BLUEPRINT-CSS

-Never make changes to the original Blueprint CSS files.  Overwrite them in this custom.css file.
-Not all of the css classes are listed in this file. Since Blueprint has great default classes, only overwrites and additions are listed.

For more information on BluePrint CSS, visit: http://code.google.com/p/blueprintcss/

Good luck!
********************************************************************************/

/*   
Theme Name: Rosastef
Description: Wordpress Theme designed by Rosastef
Author: Rosastef
Version: 4.0  
*/ 
*{
	margin: 0px; 
	padding: 0px;
}


/* Global Page Style ------------------------------------
-------------------------------------------------------*/
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}

body {
	background: #000 url(<../../images/rosastef-bg.jpg) no-repeat center top;
	text-align: left;
  font-family: "Helvetica Neue", Verdana, Helvetica, sans-serif;

}

a {
	color: #0099FF;
	text-decoration: none;
}

a:hover, a:focus {color:#65bffe;}
a:visited {color:#156fad;}

h2, h2 a, h2 a:visited,  h2 a:hover {font-family: 'Museo300', Georgia, serif; color: #4e4945;}
h3, h3 a, h3 a:visited {font-family: 'Museo300', Georgia, serif;}
h3 {
margin-bottom:10px;
}

/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:260px; }
.grid_4 { width:290px; padding-top: 28px;}
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:617px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:920px; }

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}


#container {
	position: relative;
	margin: 0px auto;
	width: 960px;
	padding: 0px 0px 50px 0px;
}


/* Global Header Style ----------------------------------
-------------------------------------------------------*/
#header {
	height: 148px;
	width: 960px;
	padding: 0px;
}

#logo {  
	overflow: hidden;
	background : url(http://rosastef.com/images/rosastef-logo.png) no-repeat; 
	width:276px; 
        height:90px;
	position:absolute; top:26px; left:0px;   
}  

#logo a {
	display: block;
	width: 296px;
	height: 90px;
	text-indent: -9999px;
}

#navContainer {
     width: 616px;  
     height: 72px;  
     float: right;
}

ul#nav {
     width: 616px;  
     height: 72px;  
     margin: 0 auto;  
     list-style: none;
     padding-left: 0;
}

ul#nav li {
     display: inline;
}

ul#nav li a{  
     height: 72px;  
     float: left;  
     text-indent: -9999px;  
     overflow:hidden;
}  

.page-item-2 a{
width: 154px;
background: url('http://rosastef.com/images/home-sprite.jpg') no-repeat -0px -0px;
}
.page-item-2 a:hover{
background-position:0px -72px;
outline: none;
}
.page-item-2 a:active {
outline: none;
}
#current_page_item a{
background-position:0px -144px;
}

.page-item-8 a{
width: 154px;
background: url('http://rosastef.com/images/blog-sprite.jpg') no-repeat -0px -0px;
}
.page-item-8 a:hover{
background-position:0px -72px;
outline: none;
}
.page-item-8 a:active {
outline: none;
}
.current_page_item a{
background-position:0px -144px;
}

.page-item-6 a{
width: 154px;
background: url('http://rosastef.com/images/portfolio-sprite.jpg') no-repeat -0px -0px;
}
.page-item-6 a:hover{
background-position:0px -72px;
outline: none;
}
.page-item-8 a:active {
outline: none;
}
.current_page_item a{
background-position:0px -144px;
}

.page-item-130 a{
width: 154px;
background: url('http://rosastef.com/images/about-sprite.jpg') no-repeat -0px -0px;
}
.page-item-130 a:hover{
background-position:0px -72px;
outline: none;
}
.page-item-8 a:active {
outline: none;
}
.current_page_item a{
background-position:0px -144px;
}

#tagline {
	background: url(http://rosastef.com/images/rosastef-tagline.jpg) no-repeat;
	background-position: center;
	width:960px;  
	height:203px;
	margin: 0px auto;
}

#content {
	background-color: #f8f4eb;
	width: 960px;
	margin: 0px auto;
}

#main {
        padding-left: 18px;
        padding-top: 28px;
}

#footer {
        text-align: center;
        margin-top: 30px;
}

#handcrafted img {
        margin-left: 280px;
}

#contact {
        margin-left: 28px;
background-image: url('http://rosastef.com/images/seperator.jpg');
background-repeat:no-repeat;
background-position:center right;
}

#latest-blog {
background-image: url('http://rosastef.com/images/seperator.jpg');
background-repeat:no-repeat;
background-position:center right;
}

#tweets {
        border: 0px solid blue;
}
/********************************************************************************
                Rosastef vid
********************************************************************************/
#rosastefvideo {
	float: right;
	padding-top: 39px;
        padding-right: 49px;
	}

/********************************************************************************
                Twitter
********************************************************************************/

#twitter_update_list {
   padding-left: 0;
   margin-left: 0;
}

#twitter_update_list li {
   list-style: none;
   margin: 0;
   margin-top: 10px;
}

/********************************************************************************
                Images
********************************************************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
margin-right: 20px;}

.alignright {
   float: right;
margin-left: 20px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}



.thumbnail {
   float: left;
   margin-right: 10px;
   border: 1px solid #cccccc;
   padding: 5px;
   background-color: #fff;
}

/********************************************************************************
                Sidebar
********************************************************************************/
#sidebar {
	background-color: #f1eee3;
        padding: 28px 0px 28px 0px;
        float: right;
   }

.sidebar-custom,.sidebar-cat{
   padding: 10px;

}

.sidebar-custom ul,.sidebar-cat ul{
   padding-left: 0;
   margin-left: 0;
}
.sidebar-custom li,.sidebar-cat li{
   list-style: none;
   margin: 0;
padding-bottom: 10px;
}
/********************************************************************************
                Lists (ul)
********************************************************************************/
.ul-seperate {
   padding-left: 0;
   margin-left: 0;
}

.ul-seperate li {
   list-style: none;
   margin: 0;
   padding-top: 10px;
   min-height: 135px;
}

.hidden-ul {
   padding-left: 0;
   margin-left: 0;
}

.hidden-ul li {
   list-style: none;
   margin: 0;
}

#comment-ul li {
   padding: 15px;
}
/********************************************************************************
                Forms
********************************************************************************/
button {
 float: right;
margin-right: 10px;
background: #fbf3be;
border: 0;
 display: block;
 font-family: 'Museo300', Georgia, serif;
 padding: 5px;
 shadow: 0 1px 1px #000000;
color: #3b3a36;
text-transform: uppercase;
font-size: 110%;
 }

button:hover {
cursor: pointer;
}
/********************************************************************************
                Misc
********************************************************************************/
.timestamp {
	font-size: 11px;
	color: #999999;
}

.comment-author {
font-size: 150%;
font-weight: bold;
}

.alt {
   background-color: #f1ece0;
   border-top: 1px solid #efe0bb;
   border-bottom: 1px solid #efe0bb;
}

blockquote {
   background-color: rgb(255, 255, 255);
   background-color: rgba(255, 255, 255, 0.5);
padding: 10px;
   -moz-border-radius: 10px; 
   -webkit-border-radius: 10px;
   border-radius: 10px;
}

blockquote:hover, blockquote:focus {
   background-color: rgb(255, 255, 255);
   background-color: rgba(255, 255, 255, 0.8);}

.gravs {margin-top:20px;}
.avatar {float:left; margin-right:10px; margin-bottom:10px; padding:3px; border:1px solid #999999;}

hr {border: 1px solid #e4dac3; border-bottom:1px solid #fff;}

#social-bookmarks {
background: url('http://rosastef.com/images/likeit-shareit.jpg') no-repeat left;
text-align: center;
padding-top: 28px;
}

