/*

Theme Name: TinyFac Blank Wordpress Theme based on Blass2
Theme URI: http://www.tinyfac.com
Description: simple wordpress modified theme for skinning a wordpress blog to match a website
Version: 1.1
Tags: fixed width, two columns, widget ready, widgets, right sidebar, simple, white, clean, valid CSS, valid XHTML
Author: Michael Sacca
Author URI: http://www.michaelsacca.com

*/

* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
        background: url(images/bg.png);
color:#fff;
}

img {
   margin:10px;
}

/*  Basic Text Styles Go Here */

a {
	text-decoration:none;	
	color:#fff;
}

a:hover {
	text-decoration:underline;	
}

ul {
	list-style:none;	
}

h3, h4 {
   color:#fff;
}

.page {
	width:960px;
	margin:auto;
}

/* Header */

#header {
   position:relative;
   /* Remove this - just a sample so you can see */
  /* background:#ccc; */
  height:43px;
  width:960px;
}

#banner {
    width:100%;
    height:104px;
    background:url(images/banner_bg.png) center top no-repeat;
    margin:0px 0 32px 0;
    padding:0px 0 0 0;
     
}

#banner .holder {
    width:964px;
    margin:auto;
    height:104px;
    position:relative;
    padding:5px 0 0 0;
}   

.image {
    background: url(images/header.png) no-repeat;
    height:125px;

}
/*  Change the height and width to match your logo size */

#header .logo {
	height:83px;
	width:125px;
	float:right;
	margin: 10px 0;
}



/* Navigation */

/* Place your css navigation here for your website */

#header .nav {
	position:absolute;
	top:10px;
	left:0px;
	
}

#navtabs { 
    list-style: none; 
    padding: 0; 
    height: 10px; 
    font-size: 11px; 
    font-weight: bold; 
} 
 
#navtabs li { 
    float: left; 
    background: url(images/tableft.png) no-repeat left top; 
    padding: 6px 0 8px 10px; 
    margin-right: 5px; 
} 
 
#navtabs li a { 
    background: url(images/tabright.png) no-repeat top right; 
    padding: 6px 25px 8px 14px; 
    color:#fff;
} 
 
#navtabs li.current-cat { 
    background: url(images/tableft_active.png) no-repeat left top; 
} 
 
#navtabs li.current-cat a { 
    background: url(images/tabright_active.png) no-repeat right top; 
    color: #FFFFFF; 
}


/* Content */

#content {
	/* short hand for padding & margin: top right bottom left; */
	padding:10px 10px 10px 10px;
	
        float:left;
        width:480px;
        border:1px solid #954ddd;
}

/* Main Content styles for entire div, can also place post styles in the .post div */

#content p {
	font-size:12px;
        color:#ccc;
        margin-top:16px;
}

#content a {
    /* Place your link styles here */
}

#content a:hover {
	/* Place your link:hover styles here */
}

#content h2 {
	color:#fff;
}

#content h2 a, #content h2 a:hover {
	color:#fff;
        text-decoration:none;
}

#content h1 {
    /* This should be your largest header tag here */
}

#content h3 {
     /* Another header tag */
}

#content h4 {
     /* Ditto...*/
}

#content h5 {
       /* Ditto...*/
}



/* blockquote + links
--------------------------------------------------*/

blockquote {
	/* Style up your Blockquotes */
}

a.more {
	/* Style up your more class div links */
}

a.more:hover {
	/* Style up your more class div links on hover */
}

/* metadata under post
--------------------------------------------------*/
.post {
	/* set bottom margin at 34px; */
	margin:0 0 34px 0;
	text-align:justify;

}

.post img {
 margin:10px;
}

.post .info {
/*	border-bottom:1px solid #ccc; */
	border-top:1px dotted #fff;
/*	background-color:#EFF8FB; */
	font-size:12px;
	color:#fff;
	padding:2px 3px 3px 8px;
	margin: 25px 0;
}

.post h3 {
     color:#fff;
}

.post .info a {
        color:#fff;
}

.entry p {
      color:#ccc;
}

.date {
	margin: 0 0 15px 0;
        color:#fff;
        font-size:11px;
}

.date a {
       color:#fff;
}

.post small {
	margin-top:25px;
}

/* metadata sidebar ('about this post')
--------------------------------------------------*/
p.news {
	background:#EFF8FB;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	margin:10px 0 28px;
	padding:10px;
}

/* sidebar
--------------------------------------------------*/
#sidebar {
	width:190px;
	float:left;
	height:100%;
        margin-right:36px;
}

#sidebar .side-cat {
      background:url(images/cat-bg.png) no-repeat;
      width:190px;
      height:225px;
      margin-bottom:32px;
}

#sidebar .side-cat ul {
     margin:16px 0 0 5px;
}

#sidebar .side-cat a {
     color:#fff;
}

#sidebar .side-arc {
      background:url(images/arc-bg.png) no-repeat;
      width:190px;
      height:225px;
}

#sidebar-r .side-blog {
      background:url(images/blog-bg.png) no-repeat;
      width:190px;
      height:225px;
      margin-bottom:32px;
}

#sidebar-r .side-meta {
      background:url(images/met-bg.png) no-repeat;
      width:190px;
      height:225px;
}

#sidebar-r .side-meta li, #sidebar .side-arc li {
   font-size:12px;
   margin:10px 0 0 12px;
}

#sidebar-r .side-meta li a, #sidebar .side-arc li a {
    color:#fff;
}

#sidebar-r {
       float:right;
       width:190px;
} 

#sidebar-r h2 {
     color:#fff;
     font-size:16px;
     padding:10px 0 0 6px;
}

#sidebar li.categories {
      color:#fff;
      font-weight:bold;
      padding-top:10px;
}

#sidebar li.categories ul, #sidebar-r .side-meta ul {
       margin-top:8px;
}

#sidebar li.categories li, #sidebar li.categories li a, #sidebar-r ul#recentposts li a {
      color:#fff;
      font-weight:normal;
}

#sidebar-r ul#recentposts li a {
   margin-left:12px;
   font-size:12px;
}

#sidebar h2 {
	letter-spacing:1px;
	font-size:16px;
	color:#fff;
	padding:10px 10px 3px;
}

#sidebar ul {
	list-style:none;
	font-size:12px;
	margin:0 0 0px;
}

#sidebar li {
	list-style:none;
	margin:0px 0 5px 10px;
}

#sidebar li a {
  color:#000;
  text-decoration:none;
}

#sidebar li a:hover {
	color:#999;
}

#sidebar input {
	width:102px;
	background:#fff;
	color:#444;
	border:1px solid #eee;
	font:11px Arial, Helvetica, sans-serif;
	padding:3px;
}

#sidebar input:focus {
	background:#fff;
} 

/* some input
--------------------------------------------------*/
input {
	border:1px solid #CCC;
	font:11px Arial, Helvetica, sans-serif;
	padding:3px;
}

input:hover {
	border:1px solid #262626;
}

input:focus {
	color:#333;
}

/* comments
--------------------------------------------------*/
#comments {
	font-size:0.9em;
	float:left;
	/* Delete background color */
	background:#666;
}

#commentlist li {
	margin-bottom:1.5em;
	padding-bottom:1em;
}

#commentform {
	width:350px;
	text-align:left;
	margin:0 0 15px 0;
}

#commentform textarea {
	background:#f8f7f6;
	border:1px solid #d6d3d3;
	width:480px;
	font: 13px Arial, Helvetica, sans-serif;
}

#commentform #email,#commentform #author,#commentform #url {
	font-size:1.1em;
	background:#f8f7f6;
	border:1px solid #d6d3d3;
	width:350px;
}

#commentform input {
	margin-bottom:3px;
}

#gravatar {
	align:right;
}

/* wp stuff
--------------------------------------------------*/

.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.alignleft {
	float:left;
         margin:10px 10px 10px 0;
}

.alignright {
	float:right;
         margin:10px 0 10px 10px;
}

.navigation {
	text-align:center;
	font-size:12px;
}

.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding:4px 0 0 0;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:10px;
}

.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}


.wp-caption-dd {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

#header h1 a:hover,#footer a:hover {
	text-decoration:none;
	color:#333;
	background:#EFF8FB;
}

/* footer
--------------------------------------------------*/

/* footer */

#footer {
	height:60px;
        width:960px;
        background:#fff;
        margin-top:32px;
        text-align:center;
        position:relative;
}

#footer .navig {
        width:800px;
        margin:auto;
        
}

#footer .navig ul {
        list-style:none;
}

#footer .navig li {
        float:left;
        margin:0 10px;

}	

#footer .navig li a {
       color:#000;
      font-size:10px;
}


#footer .navig li a:hover {
     text-decoration:underline;
}

#footer .credit {
     position:absolute;
     top:70px;
     left:400px;
}

#footer .credit a {
    color:#fff;
    font-size:10px;
   
}

#footer .credit a:hover {
     background:#000;
}



