/*  
Theme Name: IncFile Default
Theme URI: http://www.axismedia.biz
Description: default layout for incfile.com knowledgebase
Version: 1.0
Author:Melissa Cabral
Author URI: http://melissacabral.com/

	



/* Begin Typography & Colors */







.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}






.flashmap{
clear:both;
padding-top:30px;
}


	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: underline;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */




	
.post {
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0;
	padding-top: 20px;
	}


.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	



/* End Structure */



/*	Begin Headers */


#sidebar h2 {
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	font-size: 18px;
	color: #234D8B;
/*	background-color: #FFFFFF;*/
	font-weight: normal;
	line-height: 24px;
	}


/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	/*margin-left: 10px;*/
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 105px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	width: 200px;
	float: right;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	background-image: url(images/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 0px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	height: 20px;
	}
/* End Various Tags & Classes*/
#middlecol {
	width: 355px;
}
h1 {
	display: none;
}
.interior #content #sidebar h2 {
	background-image: none;
	padding: 0px;
	line-height: 20px;
	color: #2F567D;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	/*background-color: #CBDBE7;*/
	background-color: #81BEF5;
}
.interior #content #sidebar li {
	background-image: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 16px;
	/*color: #70AFC2;*/
	color: white;
}
.interior #content #sidebar ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#sidebar select,#sidebar input {
	background-color: #FFFFFF;
}
.interior #content #sidebar p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 12px;
}
#content #sidebar a {
	color: #284050;
}
.postmetadata {
	background-color: #E0EAF1;
	font-size: 12px;
	padding: 5px;
	line-height: 14px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
}
.interior #content .continued {
	color: #F5903D;
	font-weight: bold;
	font-size: 12px;
}
#content .continued a {
	color: #E9700C;
}
#content .navigation a {
	color: #FF6600;
}
.navigation {
	margin-left: 20px;
	margin-right: 10px;
}
#content .postmetadata p {
}
#content h2 a {
	color: #FFFFFF;
}
.post small {
	font-size: 10px;
	color: #666666;
	margin-left: 20px;
}
.blog #libraryupdates {
	width: 365px;
}
.blog #libraryupdates p {
	font-size: 14px;
	line-height: 18px;
}
#ccorp_compare, #scorp_compare, #non_compare, #llc_compare {
	margin-left: 20px;
}
#ccorp_compare #advantages h2 {
	background-image: url(http://www.incfile.com/images/new_ui/c_corp_advantages.gif);
	background-repeat: no-repeat;
}
#ccorp_compare #disadvantages h2 {
	background-image: url(http://www.incfile.com/images/new_ui/c_corp_disadvantage.gif);
	background-repeat: no-repeat;
}

#scorp_compare #advantages h2 {
	background-image: url(http://www.incfile.com/images/new_ui/scorp_advantages.gif);
	background-repeat: no-repeat;
}
#scorp_compare #disadvantages h2 {
	background-image: url(http://www.incfile.com/images/new_ui/scorp_disadvantage.gif);
	background-repeat: no-repeat;
}

#non_compare #advantages h2 {
	background-image: url(http://www.incfile.com/images/new_ui/non_advantages.gif);
	background-repeat: no-repeat;
}
#non_compare #disadvantages h2 {
	background-image: url(http://www.incfile.com/images/new_ui/non_disadvantage.gif);
	background-repeat: no-repeat;
}

#llc_compare #advantages h2 {
	background-image: url(http://www.incfile.com/images/new_ui/llc_advantages.gif);
	background-repeat: no-repeat;
}
#llc_compare #disadvantages h2 {
	background-image: url(http://www.incfile.com/images/new_ui/llc_disadvantage.gif);
	background-repeat: no-repeat;
}
#advantages h2, #disadvantages h2 {
	height: 27px;
	font-size: 12px;
	line-height: 27px;
}
#advantages, #disadvantages{
width: 272px;
	float: left;
	background-repeat: no-repeat;
	background-position: left bottom;}
	
#ccorp_compare #advantages, #ccorp_compare #disadvantages{
	
	background-image: url(http://www.incfile.com/images/new_ui/round_box_orange.gif);
	
}
#scorp_compare #advantages, #scorp_compare #disadvantages{
	
	background-image: url(http://www.incfile.com/images/new_ui/box_gray.gif);
	
}
#non_compare #advantages, #non_compare #disadvantages{
	
	background-image: url(http://www.incfile.com/images/new_ui/box_green.gif);
	
}
#llc_compare #advantages, #llc_compare #disadvantages{
	
	background-image: url(http://www.incfile.com/images/new_ui/box_blue.gif);
	
}
h2 span {
	display: none;
}
#advantages ul, #disadvantages ul {
	list-style-type: none;
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 7em;
	padding-left: 0px;
	
}
#ccorp_compare ul li{
	background-image: url(http://www.incfile.com/images/new_ui/bullet_orange_on_white.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
}
#scorp_compare ul li{
	background-image: url(http://www.incfile.com/images/new_ui/bullet_gray_on_white.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
}
#non_compare ul li{
	background-image: url(http://www.incfile.com/images/new_ui/bullet_green_on_white.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
}
#llc_compare ul li{
	background-image: url(/images/new_ui/bullet_blue_on_white.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
}

.blog  .bottomLinks {
	margin-right: 25px;
	padding-bottom: 10px;
	margin-left: 15px;
	padding-top: 5px;
}
.blog .learnlink {
	display: block;
	width: 100px;
	
}

.blog #ccorp_compare .learnlink, .blog #ccorp_compare .orderlink{
background-color: #F7C99F;
}
.blog #scorp_compare .learnlink, .blog #scorp_compare .orderlink{
background-color: #CCCCCC;
}
.blog #non_compare .learnlink, .blog #non_compare .orderlink{
background-color: #99CC66;
}
.blog #llc_compare .learnlink, .blog #llc_compare .orderlink{
background-color: #CBDBE7;
}
.content-half {
	float: left;
	width: 50%;
}

.content-half h2 {
	color: #666666;
	margin-right: 10px;
	margin-left: 20px;
	font-size: 18px;
	font-weight: normal;
}
.content-half ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	height: 60px;
	overflow: hidden;
}
.content-half li {
	font-size: 12px;
	line-height: 20px;
	background-image: url(http://www.incfile.com/images/new_ui/bullet_orange_on_white.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	height: 20px;
	overflow: hidden;
}
.content-half small {
	color: #D6711E;
}
.flashmap h2 {
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}
.interior #content h2 {
	background-color: #1F3F65;
	background-position: left bottom;
	padding-top: 25px;
	padding-bottom: 10px;
	line-height:24px;
}
.interior #content #sidebar p {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
}
#toggle {
	position: absolute;
}
.altlink {
	text-align: right;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	color: #3C7EB5;
}
.blog .learn #learnMore{
	margin-left: -33px;
}