/*
Theme Name: Tech Assist Now
Theme URI: http://www.techassistnow.com
Description: Tech assist now theme version 2
Version: 2
Author: Zach Zurn
Author URI: http://www.zachzurn.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body {
	background: center top url(images/header-menu-bg.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0;
	padding: 0;
	color: #333333;
}
#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	padding: 0;
}
#header {
	height: 130px;
	width: 1000px;
	margin: 0px;
}
#main {
	width: 1000px;
}
#content {
	width: 500px;
	padding: 10px;
	float: left;
	line-height: 1.3em;
	overflow:hidden;
}
#sidebar {
	width: 250px;
	float: right;
	overflow:hidden;
}
#sidebar-small {
	padding-left: 10px;
	width: 205px;
	float: left;
	overflow:hidden;
}

/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
  border-bottom: #CCCCCC 4px solid;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	text-decoration:none;
	color:#1a519c;
	padding: 2px;
}
#content a:hover {
	text-decoration:none;
	color:#1b5cb5;
	text-decoration: none;
}

/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
    font-family: "Lucida Grande",Arial,Verdana,sans-serif;
    font-weight: bold;
	padding: 0;
	white-space: nowrap;
	margin: 0;
	height: 37px;
	display: block; 
	float: left;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 3px;
	height: 37px;
	display: inline-block; 
	float: left;
	padding-right: 1px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	line-height: 22px;
	padding: 3px 10px 3px 10px;
	color: #e2f1ff;
	height: 22px;
	display: block; 
	float: left;
	margin-top: 6px;
	border-right: 1px solid #4b8eda;
}
#menu li a:hover {
	text-decoration: underline;
	line-height: 22px;
	color: #e9f3ff;
	height: 22px;
	display: block; 
	float: left;
	border-right: 1px solid #4b8eda;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul, #sidebar-small ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar-small h2, #sidebar h2 {
	margin-top:25px;
	margin-bottom:3px;
	font-size: 15px;
	color:#1A519C;
	
	
}
.post h2 {
	font-size: 1.8em;
	line-height:1.1em;
	margin: 25px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.5em;
  margin: 0;
  padding: 8px 0 4px 0;
  border-bottom: 1px #CCCCCC solid;
}

/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
h3#comments
{
font-size: 15px;
line-height: 17px;
color: #1A519C;
padding-bottom:10px;
}

h3#comment-form-title
{
color: #1A519C;
margin-left:10px;

}


#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
.commentlist .quote {
	
	}

.commentlist
{
	list-style:none;
}

.commentlist .comment {
 	font-size:.85em;
	padding: 5px 18px 22px 18px;
	margin-top:15px;
	color:#000000;
}

.even
{
background-color:#F7F7F7;
border: #CCCCCC solid 1px;
}

.author
{
background-color:#edf6fc;
border: #e1e9ed solid 1px;
}


.odd
{
background-color:#FFFFFF;
border: #E5E5E5 solid 1px;
}

#commenthead
{
margin-top:10px;
border-top: #1A519C solid 4px;
padding: 0 5px; 8px 10px;
}


#respond
{
margin-top:10px;
background-color:#F9F9F9;
border-top: #1A519C solid 4px;

}

#underpostbox
{
margin-top:10px;
background-color:#F9F9F9;
border-top: #1A519C solid 4px;
padding: 0 10px 10px 10px;

}

.commentmeta
{
border-bottom: #E5E5E5 1px dashed;
}

.commentlist cite {
	font-size:.85em;
	display:block;
	font-style:normal
	}

.commentlist cite a:link, .commentlist cite a:visited {
	font-size:.85em;
	color:#88e5f0;
	text-decoration:none;
	}

.commentlist cite a:hover, .commentlist cite a:active {
	color:#FFF;
	text-decoration:underline;
	}

li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*===START SECTION 9 - oh you're so fancy with those blockquotes....===*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*===START SECTION 10 - images when inserted into a post.===*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption{
  background-color:#e5e5e5;
  border: 1px solid #CCC;
  padding:8px;
}

.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin-top:5px;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	border:none;
	background: none;
	padding: 0;
}
a.image img {
	border: none; !important !important
}
/*===END SECTION 11===*/


/*=== ADDONS ===*/
#logo { width: 1000px; height: 80px; background: 0px 0px url(images/header-logo.jpg) no-repeat; margin:0; padding:0;}

#logo a, #logo a:hover { width: 300px; height: 80px; background: 0px 0px url(images/header-logo.jpg) no-repeat; display: block; float: left; margin:0;}

.blogimage { display:block; float:none; !important}
.preview-image{ padding:5px; border:solid #CCCCCC 1px; margin:10px 0; max-width:300px; max-height:400px}

.read-more-link{ background-color:#f5f5f5; float:right;}

.read-more-link:hover{ background-color:#eeeeee;}


#footercontent .smallnav {}                                 
#footercontent .smallnav a {text-decoration:none; border-left: 1px solid #CCCCCC; padding-left:10px; padding-right:6px;}
#footercontent .smallnav, #footercontent .smallnav a:link {text-decoration:none; font-size: 14px;}
#footercontent .smallnav a:hover { color: #fff; text-decoration:underline; }


#footercontent { width: 1000px; height: 170px; margin: 10px auto 0 auto; color: #E3EDEE; }
#footercontent a:link, #footercontent a:visited { color: #E3EDEE; }
#footercontent a:hover { color: #fff; text-decoration: underline; }
#footer .footerfeed { padding-left: 20px; background: 2px 1px no-repeat url(images/feed_small.gif); }
#footer {  font-size: .7em; text-align: center; clear: both; background: #000000; color: #fff; width: 100% ; padding: 20px 0 0; border-top: 1px solid #ede9dc;
	margin: 45px 0 0;
}

.menubarsearch{
margin: 8px 0 0 0;
}

.cat-item
{
margin: 0 0 8px 2px;
}

.cat-item a
{
background-image: url(images/famfamicons/bullet_go.png);
background-repeat:no-repeat;
background-position: center left;
padding: 3px 6px 3px 20px;
font-size: 13px;
color: #1A519C;
text-decoration:none;
}

.cat-item a:visited
{
color: #1A519C;
text-decoration:none;

}

.cat-item a:hover
{
background-color:#e5e5e5;
}

/* Photoshop icon */
.cat-item-15 a{
background-image: url(images/caticons/photoshop_icon.gif);
background-repeat:no-repeat;
background-position: center left;
}

.cat-item-91 a{
background-image: url(images/caticons/wp.gif);
}

.cat-item-143 a{
background-image: url(images/caticons/dreamweaver_icon.gif);
}

.cat-item-165 a{
background-image: url(images/caticons/Illustrator_16x16-32.png);
}

.cat-item-152 a{
background-image: url(images/famfamicons/door_out.png);
}

.cat-item-138 a{
background-image: url(images/caticons/fireworks_icon.gif);
}

.cat-item-53 a{
background-image: url(images/caticons/design_icon.gif);
}

.cat-item-95 a{
background-image: url(images/caticons/misc_icon.gif);
}

.cat-item-130 a{
background-image: url(images/caticons/code_icon.gif);
}

.cat-item-96 a{
background-image: url(images/caticons/web_icon.gif);
}



.blogroll li, .widget_archive li
{
margin: 0 0 5px 2px;
}

.blogroll a
{
background-image: url(images/caticons/links_icon.gif);
}

.widget_archive a
{
background-image: url(images/caticons/archives_icon.gif);
left:6px;
}

ul.children
{
padding-top:8px;
}

.children a
{
background-image: url(images/caticons/archives_icon.gif);
}

.blogroll a, .widget_archive a
{
background-repeat:no-repeat;
background-position: center left;
padding: 3px 6px 3px 20px;
font-size: 13px;
color: #1A519C;
text-decoration:none;
}

.blogroll a:visited, .widget_archive a:visited
{
color: #1A519C;
text-decoration:none;

}

.blogroll a:hover, .widget_archive a:hover
{
background-color:#e5e5e5;
}

.widget
{
	margin-top:15px;
}

.widget div.title
{
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
}

.seo_tag_cloud_widget a
{
text-decoration:none;
}

.seo-tag-cloud em em a {color: #CCCCCC; font-size:10px; float:left;}
.seo-tag-cloud em em em em a {color: #ADC6CB; font-size:14px; float:left;}
.seo-tag-cloud em em em em em em a {color: #1A519C; font-size:18px; float:left;}

.thumb-image
{
float:left;
margin-right:8px;
margin-bottom:8px;
}

.cat-post h2 {
	font-size: 16px;
	line-height:15px;
	margin: 25px 0 10px 0;
	padding: 0;
}

.cat-post {
	border-bottom: 2px solid #CCCCCC; 
	padding: 5px 5px 0 5px;
	font-size: .9em;
}

.cat-entry-meta {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
}

.underpostad
{
border-bottom: 1px solid #CCCCCC;
padding-bottom: 8px;
margin-bottom: 9px;
}


/* TAB STYLES */

/* Accordion */
#slider {width:220px}
.header {
background-color: padding-top:10px; padding-bottom:10px; #eeeeee; width:220px; font-weight:bold; margin-top:5px; cursor:pointer;)
border-top:1px solid #dddddd;
border-top:1px solid #eeeeee;
}
.header:hover {background:url(images/header_over.gif)}
.content {overflow:hidden}
.text {width:220px; background-color:#f9f9f9; border-top:none; padding:15px}
