/*
    - blueprint
*/
.ashowgrid {background:url(/stylesheets/blueprint/grid.png);}


body {
    /*border-top: 5px solid #708090;*/
    padding: 5px;
    background-position: top right;
    background-repeat: no-repeat;
}

.header h1 {
	font-size: 45px;
    margin-top:	10px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 10px;
}

h2 a, h1 a {
    text-decoration: none;
    color: #000;
}

.header h1 small {
   	text-transform: none;
   	font-size: 16px;
}

.navigation {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
}
.navigation ul {
    margin: 0;
}
.navigation ul li {
    display: inline;
    padding-right: 15px;
}
.navigation ul li a {
    color: #4A708B;
    text-decoration: none;  
}

.user-site {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
}

div.content {
	margin-top: 7px;
}

div.message-box {
    margin-top: 10px;	
}

a {
    color: #36648B;
    text-decoration: none;	
}
a:hover {
    color: #000;
    text-decoration: underline;  
}

/*
    - bookmarks
*/
.bookmarks {
    border-top: 1px solid #D1D1D1;
    margin-bottom: 10px;
}
.bookmark {
    border-bottom: 1px solid #D1D1D1;
    padding: 5px 0 5px 0;
}
.bookmark:hover {
    background-color: #F7F7F7;
}

.bookmark h3 {
    font-size: 16px;
    margin: 0 0 5px 0;
}
.bookmark h3 span {
    font-size: 10px;
    text-transform: uppercase;	
}
.bookmark a.external {
    color: #27408B; 
}
.bookmark p {
    margin: 0 0 5px 0;
}
.bookmark ul {
    margin: 0;
    text-align: right;
}
.bookmark ul li {
    display: inline;
}

ul.home {
    margin-left: 0;
    margin-bottom: 18px;
    list-style-type: none;
    font-size: 26px;
}
ul-home li {
    
}

span.favorite-link {
    float: right;	
}
span.favorite-link a {
	display: block;
    width: 16px;
    height: 16px;
}
span.favorite-link a span {
    display: none;
}
span.favorite-link a {
    background-repeat:no-repeat;
    background:url(/images/star-grey.png);
}
span.favorite-link a.favorite {
    background:url(/images/star.png);
}

/*
.no-favorite span, .favorite span {
	display: none;
}
.no-favorite, .favorite {
	display: block;
    width: 16px;
    height: 16px;
}
.favorite {
    background:url(/images/star.png);
}
.no-favorite {
    background:url(/images/star-grey.png);
}
*/
/*
    - recipe
*/
.recipe-head h1 {
    margin: 0 0 10px 0;
}

.recipe-head ul {
    margin: 0 0 20px 0;
}
.recipe-head ul li {
    display: inline;
}


/*
    - navigation
*/
ul.user-top-bar {
    margin: 5px 0 0 0;
    font-size: 12px;
    text-align:right;
}
ul.user-top-bar li {
	margin-left: 5px;
    display: inline;
}

ul.user-info {
    margin: 10px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    text-align:right;
}

.zend_form ul.errors {
    color: #8A1F11;
    font-weight: bold;
}
textarea#note {width:300px;height:50px;padding:5px;}

/*
    - pagination-control
*/
div.pagination-control {
    font-size: .8em;
    text-align: center;
    padding: 10px;
}

div.pagination-control a {
    text-decoration: none;
}

div.pagination-control span.item {
    padding: 5px;
    border: 1px solid #DEDEDE;
}

div.pagination-control span.current {
    border: 1px solid #fff;
}

#index h1 {
    background-color: #d770c0; 
    padding: 20px; 
    color: #fff;
	-moz-border-radius:5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#index p {
	font-size: 16px;
}

