/*
Theme Name: 960Base Theme SIMPLE
Theme URI: http://960basetheme.kiuz.it/
Description: Wordpress theme based on 960 Grid System. SIMPLE
Version: 1.0.0
Author: Domenico Monaco
Tags:

960 Base Theme, Version 1.0.0, 2009-06-29
Created by Domenico Monaco. See the official site for more info: http://kiuz.it
http://960basetheme.kiuz.it/
Under GPL/MIT License
Based on Fluid 960 Grid System
Use Moo Javascript tools

*/

/*
+----------------------------------------------------+
| 960 Base Theme created by Domenico Monaco          |
| This project is free be used and modified under    |
| GPL and Mit License, please read more              | 
| This note remain intact                            |
| ____________________________________________       |
| 960 Base Theme | http://960basetheme.kiuz.it       |
+----------------------------------------------------+
*/

/* Import Css of Framwork, Fluid 960 Grid System */
/*
 * 
 *
 */


/* css files of Grid System, if you want to use Fluid Grid System change:
 * @import url("css/960.css"); >>> to  >>> @import url("css/960.css");
 * note: @import url("css/960.css"); is cratede by Sthepen Bau and is included in Fluid 960 Grid System
 */
@import url("css/reset.css");

@import url("css/960.css");

@import url("css/text.css");


/* Fluid Grid System Navigation and color styling */
@import url("css/layout.css");

@import url("css/nav.css");

/* All of css files of Fluid 960 Grid System & 960 Grid System, you can copy/past this for you prject*/
/*
@import url("css/reset.css");
@import url("css/960.css");
@import url("css/text.css");
@import url("css/grid.css"); 
@import url("css/layout.css");
@import url("css/nav.css");
*/

/* Css by Domenico Monaco, this adding color and Styling to standard layout.css*/
/*
@import url("css/l-color.css");
*/


/* 960 Base Theme basic classes & ids */
#navi
{
	border-left:10px solid #fd9816; border-right:10px solid #fd9816; border-bottom:10px solid #fd9816;width:920px;
}
#container
{
border-left:10px solid #fd9816;
border-right:10px solid #fd9816;
border-bottom:10px solid #fd9816;
width:920px;
margin-left:14px;
background:#ffffff url('img/backdropshadow.png') no-repeat top left;

}
#footer
{
width:920px;
   margin-left: auto;
   margin-right: auto;
}
#img-head {

}

.entry img{

}
#img-head img{
border:10px solid #fd9816;
}
.rss-head a:hover{text-decoration:underline;background:#fff;color:#000;}
.rss-head a {display:block;
text-align:right;color:#fff;margin-bottom:5px;padding:2px 3px;}

/* Several classes for aligning images and block elements (DIV, P, TABLE etc.) were introduced in WordPress 2.5  */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   text-align: center;
   background-color: #00A3DA;
   padding: 4px 4px 4px 4px;
   margin: 10px;
   color:#FFFFFF;
}

.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;
}
.breadcrumbs li
{
	list-style:none;
	font-weight:normal;

}
.breadcrumbs ul
{
	list-style:none;

	font-weight:normal;
}
.breadcrumbs a
{
	font-weight:normal;	
}
/* Several classes for wordpress */
.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.pagenav{}
.page_item {}
.current_page_item {}
.current_page_parent {}
.widget {}
.widget_text {}
.blogroll {}
.linkcat{}
table#wp-calendar
{
   border:0px solid #cccccc;
}
tbody#wp-calendar.pad
{
   background-color:#00A3DA;
}
table#wp-calendar>tbody>tr>td>a
{
   font-weight:bold;
   /*color:#8796A5;
   color:#333333;*/
   font-size:16px;
   font-family:arial narrow, arial, garamond, palatino linotype, times new roman, bookman old style;
   color:#3c4a55;
}
thead>tr>th
{
   width:10px;
   height:20px;
   text-align:center;
   color:#FFFFFF;
   border:0px solid #cccccc;
}
tbody>tr>td
{
   width:10px;
   height:20px;
   text-align:center;
   border:0px solid #cccccc;
}
tfoot>tr>td>a, tfoot>tr>td>a:link, tfoot>tr>td>a:visited, tfoot>tr>td>a:hover, tfoot>tr>td>a:active
{
   font-weight:bold;
   font-size:18px;
   height:20px;
   font-family:garamond, bookman old style, times new roman, arial narrow, arial;
   color:#5b7085;
   /*color:#3c4a55;*/
}
tfoot>tr>td#prev
{
   width:14px;
   height:20px;
   text-align:left;
   background-color:#FFFFFF ;
}
tfoot>tr>td#next
{
   width:14px;
   height:20px;
   text-align:right;
   background-color:#FFFFFF ;
}
tfoot>tr>td#prev a
{
   width:14px;
   height:20px;
   text-align:left;
   color:#00A3DA ;
}
tfoot>tr>td#next a
{
   width:14px;
   height:20px;
   text-align:right;
   color:#00A3DA ;
}