/**
 * Fimodo
 */

* {
    margin: 0;
    padding: 0;
}

html { 
    font-size: 1.25em; 
}
*:focus {
	outline: none;
}
img {
	border: none;
}
.break {
	clear: both;
}
body { 
    font-size:  50%; 
}

html > body { 
    font-size: 10px; 
}

body {
    background: #F4F4F4;
}
img {
	border: none;
}
p {
    margin: 15px 0;
}

h1, h2, h3 {
    color: #000;
    margin: 30px 0 5px 0;
}

h1 {
    font-size: 2em;
    font-weight: normal;
    line-height: 1;
}

h2 {
    font-size: 1.5em;
    font-weight: normal;
}

h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 5px 0;
}

a {
    color: #F3852E;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

.clear {
    clear: both;
    padding: 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}


.entry ol,
.entry ul {
	margin: 0 0 25px 0;
	padding: 20px 20px 15px 20px;
	border: 1px solid #e5e5e5;
	background: #f9f9f9;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
}

.entry ol li {
	margin: 0 0 5px 20px;
	padding: 0 0 0 0;
}
.entry ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 9px;
	list-style-type: none;
	background: url(../images/bullet-square.png) no-repeat 0 6px;
}

.entry p {
	margin: 0;
	padding: 0 0 22px 0;
	line-height: 1.6;
}
.entry p.tags a {
	padding: 0 0 0 17px;
	background: url(../images/icon-tag_orange.png) no-repeat 0 0;
	text-transform: capitalize;
}

.entry h2 {
	margin: 10px 0 15px 0;
}
.entry h3 {
	margin: 0;
}
.entry h6 {
	padding: 25px 0 10px 0;
	border-top: 1px dotted #999;
	font-size: 1.1em;
}
.entry li img {
	display:block;
	margin: 5px 0 15px 0;
}


.img-right {
    margin: 20px 0 20px 20px;
    float: right;
}

.img-left {
    margin: 0 20px 20px 0;
    float: left;
}

.share-this {
    background: transparent url(../images/icon-share.png) no-repeat left center;
    padding: 2px 0 2px 20px;
    color: #333;
    text-decoration: none;
    height: 25px;
    line-height: 25px;
}

.share-this:hover {
    text-decoration: underline;
}

.linked-in {
    background: #b3dbff url(../images/icon-linked-in.png) no-repeat 6px 4px;
    padding: 6px 8px 4px 28px;
    color: #333;
    text-decoration: none;
    height: 25px;
    line-height: 25px;
    border: 1px solid #b3dbff;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-border-radius:4px;
}

.share-this:hover {
    text-decoration: underline;
}


#container {
    font-size: 1.2em;
    font-family: Helvetica, arial, verdana, "sans serif";
    line-height: 1.4em;
    width: 991px;
    margin: 0 auto;
    width: 1004px;
    color: #333;
}


/* header */
#header {
    background: transparent url(../images/header.jpg) no-repeat center top;
    height: 175px;
    position: relative;
}

#header-ad {
    width: 728px;
    height: 89px;
    float:right;
    margin:12px 20px 0 0;
    /*
    position: absolute;
    right: 20px;
    top: 12px;
    */
}

#logo {
    width: 161px;
    height: 143px;
    float:left;
    margin:20px 0 0 52px;
    /*position: absolute;
    top: 20px;
    left: 52px;*/
}


/*Fader*/

/* This is to stop the advert images from appearing briefly on the page before disappearing */

#header-ad img, #advertSideNav img {
	display:none;
}
#header-ad.innerfade img, #advertSideNav.innerfade img {
	display:inline;
}

/* nav */
#nav {
    list-style-type: none;
    position: absolute;
    top: 111px;
    font-size: 1.2em;
    left: 250px;
    height: 47px;
}

#nav li {
    float: left;
    position: relative;
    padding: 0;
    background: transparent url(../images/nav-divider.png) no-repeat right center;
    height: 47px;
    line-height: 47px;
}

#nav li.last {
    background-image: none;
}

#nav a {
    color: #FFF;
    text-decoration: none;
    z-index: 2;
    position: relative;
    display: block;
    float: left;
    height: 47px;
    line-height: 46px;
    padding: 0 15px;
}

#nav a:hover {
    text-decoration: underline;
}

#nav span {
    color: #333;
    position: absolute;
    left: 1px;
    top: 0px;
    padding-left: 15px;
    z-index: 1;
}

#nav .selected span {
    background: transparent url(../images/nav-highlight-shadow-left-2.png) no-repeat;
    left: -4px;
    top: 0;
    padding-left: 19px;
}

#nav .selected a {
    background: transparent url(../images/nav-highlight-shadow-right-2.png) no-repeat right top;
    padding-right: 19px;
}


/* main */
#main {
    width: 989px;
    border: 1px solid #C1C1C1;
    border-top: 0;
    border-bottom: 0;
    margin: 0 6px;
    background: #FFF;
}

/* sidebar */
#sidebar {
    float: right;
    width: 256px;
    margin-top: 40px;
    overflow: visible;
    position: relative;
    right: 24px;
}

.sidebar-heading {
    background: #FFF url(../images/sidebar-heading.png) no-repeat right center;
    height: 45px;
    width: 270px;
    margin: 0 0 0 -20px;
    padding: 0 15px;
    position: relative;
    right: -7px;
    color: #FFF;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 28px;
    z-index: 1;
    clear: both;
}

#sidebar p.first {
    margin: -10px 0 5px 0;
    z-index: 2;
    position: relative;
}
.sideAdOne {
	margin: 30px 0 0 0;
}
.archiveList li {
	background: url(../images/archive-links-bg.gif) no-repeat 0 0;
	list-style-type: none;
	height: 35px;
}
.archiveList li a {
	display: block;
	padding: 6px 0 0 30px;
}
.author-overview {
    margin-bottom: 20px;
}
.fimodoNewsletter {
	margin-top: 35px;
}
.author-overview img {
    float: left;
}

.author-overview h3 {
    color: #F3852E;
    margin: 0 0 0 60px;
    clear: none;
    font-size: 1.1em;
    font-weight: normal;
}

.author-overview h4, .author-overview p {
    margin: 0 0 0 60px;   
}
.featured .article-meta {
	padding: 0 0 10px 0;
}
.meta .comments-link,
.article-meta .comments-link {
	padding: 0 0 0 19px;
	background: url(../images/icon-comments.png) no-repeat left top;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
.meta .comments-link em,
.article-meta .comments-link em {
	font-weight: normal;
	font-style: normal;
	color: #666;
}
#author-description {
	height: 100px;
	overflow: hidden;
}
#author-description p {
	margin: 0 0 0 12px;
}
#companyLogo {
	margin: 0 0 16px 60px;
}
.recentArticlesSidenav ul {
	margin: 0 0 0 15px;
}
.recentArticlesSidenav li {
	padding: 0 0 5px 0;
}
#sidebar .author-link h3 {
    padding-top: 10px;
    font-size: 1em;
}

#sidebar .author-link h4 {
    font-weight: normal;
    font-size: 1em;
}

.author-link h3 a, .author-overview h3 a {
    color: #F3852E;
}

#sidebar .article-links {
    list-style-type: none;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
}

#button-subscribe-now {
    border: 0;
    background: transparent url(../images/btn-subscribe-now.png) no-repeat;
    width: 133px;
    height: 28px;
    margin-top: 5px;
    float: left;
    display: block;
}

#sidebar .divider {
    border-top: 1px solid #CCC;
    margin: 25px 0 20px 0;;
}

#sidebar .divider-top {
    clear: left;
    border-top: 1px solid #CCC;
    margin: 45px 0 20px 0;
}


/* content */
#content {
    padding: 15px 30px 20px 30px;
    width: 629px;
    font-size: 1.1em;
    line-height: 1.4em;
}

#breadcrumb {
    margin: 0 0 20px 0;
    list-style-type: none;
    font-size: 0.9em;
    color: #999;
    height: 20px;
}

#breadcrumb li {
    float: left;
    margin: 0 6px 0 0;
}

#breadcrumb a {
    color: #999;
    text-decoration: underline;
}

#breadcrumb a.selected {
    text-decoration: none;
}

.article-meta, .article-meta a,
.meta a {
    color: #666;
}
.post .article-meta {
	padding-bottom: 22px;
}
.entry {
	border-bottom: 2px ridge #666;
	padding-right: 50px;
}
.entry table {
	width: 100%;
	margin: 0 0 15px 0;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}
.entry table td,
.entry table th {
	padding: 4px;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}
table.
.divider {
    padding: 0 7px;
}

.article-links {
    list-style-type: disc;
    margin: 0 0 0 20px;
    padding: 0;
    line-height: 1.3em;
}

.article-links a {
    color: #F3852E;
    text-decoration: none;
}

.article-links a:hover {
    text-decoration: underline;
}

.comment {
    padding: 5px 10px;
    margin: 10px 0;
}

.comment a {
    color: #333;
}

.comment .when {
    float: right;
}

.comment .content {
    padding: 0 50px;
}

.comment-odd {
    background: #F9F9F9;
    border: 1px solid #E5E5E5;
}

p.intro {
    width: 350px;
    margin: 0 0 20px 0;
}

.recent-article-list {
    list-style-type: none;
}

.recent-article-list li {
    margin: 20px 0;
}

.recent-article-list a {
    color: #333;
    font-weight: bold;
    font-size: 110%;
}
.recent-article-list .article-meta {
    display: block;
}
.recent-article-list .article-meta a {
    font-weight: normal;
    font-size: 100%;
}
.recent-article-list .recent-article-link {
	color: #F3852E;
	display: block;
}
.recent-article-list p {
    list-style-type: none;
    margin: 0;
}

.featured h1 a, .archive h1 a {
	color:#000;
	text-decoration: none;
}
.featured h1 a:hover {
	color:#F3852E;
}
.article h1 {
    margin: 0 0 0 112px;
    padding: 5px 10px 0 0;
	font-size:1.5em;
}
.featured p {
	margin:0;
	padding:0;
	line-height: 1.6;
}
.featured .thumbnail {
	margin:0 0 0 1em;
	float:right;
	padding:0;
	border: 1px solid #ccc;
}
.featured .intro {
	min-height: 170px;
}
.featured .intro img,
.featured .intro h2,
.featured .intro ul,
.featured .intro ol,
.featured .intro br,
.featured .intro .title,
.featured .intro #question .person {
	display: none;
}
.featured .intro #question {
	background: none;
	border: none;
	padding: 0;
	float: none;
	width: auto;
	margin: 0;
	display: block;
}
.featured .intro #answer1,
.featured .intro #answer1a {
	padding: 0;
}
.featured .intro #question .extra {
	display: block;
}
.featured .intro div {
	display: none;
} 



/* top articles */
#top-articles {
    padding: 0 0 20px 0;
    border-top: 1px solid #CCC;
    float: left;
    margin-top:2em;
    margin-bottom: 35px;
}
#top-articles h2 {
    margin: 0;
}
#top-articles h2 a {
	color:#000;
	text-decoration: none;
}
#top-articles h2 a:hover {
	color:#F3852E;
}
#top-articles .meta {
	margin:0 0 0.3em 0;
	color:#666;
}
#top-articles p {
	margin:0;
	padding:0;
}
#top-articles .article p {
    margin: 0 0 0 112px;
    padding: 0 10px 0 0;
    line-height: 1.4;
}
#top-articles .article p strong {
	font-weight: normal;
}
#top-articles .article p em {
	font-style: normal;
}
#top-articles .article h2 {
	font-size: 1em;
	margin: 0 0 0 112px;
}
#top-articles .article h2.postTitle {
    padding: 5px 10px 0 0;
    font-size: 1.5em;
}
#top-articles .article div.meta {
    margin: 0 0 0 112px;
    padding: 0 10px 5px 0;
}
#top-articles img {
    margin: 1px 0 0 0;
    border: 1px solid #ccc;
    float: left;
}
#top-articles .entry {
	border-bottom: none;
	padding: 0;
	min-height: 100px;
}
#top-articles .entry .entry {
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
}
#top-articles .entry .entry a.thumbLink {
	width: 102px;
	height: 103px;
	overflow: hidden;
	float: left;
}
#top-articles .entry .entry p img,
#top-articles .entry .entry p br {
	display: none;
}
#top-articles #question {
	display: none;
}
.navigation {
	clear: left;
}
.navigation .alignleft {
	float: left;
	width: 200px;
}
.navigation .alignright {
	float: right;
	width: 200px;
	text-align: right;
}




/* author bio */

#bio {
    margin-top: 20px;
}

#bio .asset {
    width: 185px;
    height: 185px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

/*#bio .asset-light {
    background: #E5E5E5;
}
*/
#bio .left-col {
    float: left;
}

#bio .right-col {
    margin-left: 210px;
}

#bio .info {
    margin-bottom: 20px;
}

#bio .info p {
    margin-top: 0;
}

#bio .info a {
    display: block;
}

#bio h2.small {
    clear: none;
    font-size: 1em;
    font-weight: bold;
    margin: 15px 0 0 0;
}

#bio p.first {
    margin-top: 0;
}


/* round table */
#question {
    background: #F9F9F9;
    border: 1px solid #E5E5E5;
    padding: 10px 0 10px 10px;
    margin: 0 0 30px 0;
    float: left;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
    width: 100%;
}
#question .extra {
	display: none;
}
#question h2 {
    color: #333;
    margin: 0 0 10px 0;
    
}

#question p {
    margin: 10px 0 0 0;
    padding: 0;
}

#question .person {
    float: left;
    margin: 0;
    width: 115px;
    font-size: 80%;
}
#question .person a,
#question .person a:hover {
    text-decoration: none;
}

#question .number, #answer .number {
    background: #F3852E;
    width: 48px;
    height: 48px;
    float: left;
}

#answer .person {
    margin: 0 0 0 60px;
}


/* footer */
#footer {
    height: 141px;
    width: 1186px;
    position: relative;
    left: -92px;
    background: #FFF url(../images/footer.png) no-repeat;
    text-align: center;
	clear:both;
}

#footer-nav {
    border-top: 3px solid #C4C4C4;
    padding: 10px 0 0 30px;
    margin: 0 120px 0 120px;
    list-style-type: none;
}

#footer-nav li {
    float: left;
    margin: 0 6px;
}

#footer-nav a {
    color: #666;
    text-decoration: none;
}

#footer-nav a:hover {
    text-decoration: underline;
}


/* forms */

#sidebar form {
    margin: 0 0 20px 0;
}

label {
    font-weight: bold;
}

.button:hover {
    cursor: pointer;
}

#sidebar #search-form {
    float: left;
    margin: 0 0 10px 0;
}

#search-string {
    float: left;
    width: 212px;
}

#button-go {
    border: 0;
    background: transparent url(../images/btn-go.png) no-repeat;
    width: 31px;
    height: 28px;
    margin: 0 0 0 3px;
    float: left;
    display: block;
}

#button-signup {
    border: 0;
    background: transparent url(../images/btn-signup.png) no-repeat;
    width: 81px;
    height: 28px;
    margin-top: 5px;
    float: left;
}

.search-button {
    color: #F19C5A;
}

.textfield {
    border: 1px solid #CCC;
    padding: 4px;
    font-size: 1.2em;
    margin: 0;
    color: #666;
}

.help-signup {
    font-size: 0.9em;
    margin: 7px 0 0 86px;
    color: #666;
    line-height: 1.2em;
}

.help-signup a {
    color: #666;
}

#email-form {
    padding: 0 0 10px 0;
}


/***** Comment Form *****/
#commentform li {
	list-style-type: none;
	padding: 5px;
	border-bottom: 1px dotted #999;
}
#commentform li.last {
	border: none;
}
#commentform label {
	float: left;
	width: 140px;
	font-weight: normal;
	margin-top: 6px;
}
#commentform input,
#commentform textarea {
	padding: 3px;
	font: 1em Helvetica, arial, verdana, sans serif; 
	width: 440px;
}
#commentform label em {
	color: #cc0000;
	font-style: normal;
}
#commentform button {
	border: 0;
	background: #fff;
	width: 146px;
	height: 32px;
	margin-left: 143px;
}



/***** Comments *****/
.commentlist {
	margin-bottom: 40px;
}
.commentlist li {
	list-style-type: none;
	position: relative;
	min-height: 60px;
}
.commentlist .vcard {
	position: absolute;
	left :10px;
	top: 10px;
	width: 150px;
}
.commentlist cite {
	font-style: normal;
	font-weight: bold;
	position: absolute;
	left: 38px;
	top: 5px;
	width: 150px;
}
 .commentlist .pingback cite {
	font-style: normal;
	font-weight: normal;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	font-size: 
}
.commentlist .says {
	display: none;
}
.commentlist .comment-meta {
	position: absolute;
	left: 48px;
	top: 29px;
	width: 170px;
	font-size: 80%;
}
.commentlist .pingback .comment-meta {
	display: none;
}
.commentlist .comment-meta a {
	text-decoration: none;
}
.commentlist .comment-meta a.comment-edit-link {
	display: block;
	margin: -4px 0 0 0;
}
.commentlist .reply {
	clear: left;
}
.commentlist .avatar {
	position: absolute;
	left: 0px;
	top: 7px;
	width: 32px;
	height: 32px;
}
.commentlist .comment-body p {
	padding: 0 0 0 10px;
	margin: 10px 0 10px 194px;
	border-left: 1px solid #e5e5e5;
}
.commentlist .even {
	border: 1px solid #e5e5e5;
	background: #f9f9f9;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
}
.commentlist .bypostauthor {
	border: 1px solid #F3852E;
	background: #ffe6d2;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
}



/***** Image Caption *****/
div.img {
	overflow: visible;
}
p.wp-caption-text {
	width: 600px;
	font-size: 0.9em;
	font-style: italic;
	padding-left: 5px;
}



/***** Round the Table *****/
.off {
	display: none;
}
#answer1,
#answer2,
#answer3,
#answer4,
#answer5,
#answer6,
#answer1a {
    padding: 0 0 0 12px;
}
#answer1 .number,
#answer2 .number,
#answer3 .number,
#answer4 .number,
#answer5 .number,
#answer6 .number,
#answer1a .number {
    background: #F3852E;
    width: 48px;
    height: 48px;
    float: left;
}

#answer1 .person,
#answer2 .person,
#answer3 .person,
#answer4 .person,
#answer5 .person,
#answer6 .person,
#answer1a .person {
    margin: 0 0 0 60px;
    line-height: 1.3;
}

/* Contact form styling */

/* Contact form */
/*form.cform {
	margin:0 0 1em 0;
	float:left;
}
form.cform fieldset {
	border:1px solid #e5e5e5;
	padding:5px;
}
form.cform legend {
	color:#333;
	padding:0.2em 1em;
}
form.cform ol.cf-ol {
	margin:0;
	padding:0;
}
form.cform ol.cf-ol li {
	clear:both;
	display:block;
	padding:.5em 0;
	list-style:none;
}
form.cform label {
	float:left;
	display:block;
	width:170px;
}
form.cform ol.cf-ol  li input,
form.cform ol.cf-ol  li textarea {
	float:left;
}
form.cform .cf-box-title {
	font-weight:bold;
}
form.cform li.cf-box-group label {
	width:150px;
	float:left;
}
form.cform li.cf-box-group input.cf-box-b {
	margin:0 0.3em 0 0;
}
form.cform li.cf-box-group br {
	clear:both;
	margin:0 0 0.4em 0;
}
form.cform span.reqtxt,
form.cform span.emailreqtxt {
	float:left;
	margin:0 0 0 .5em;
	font-size:11px;
}
form.cform p.cf-sb {
	clear:both;
	margin:0.5em 0 0 0;
	padding:0.5em 0 0 0;
}*/
form.cform .cf_hidden {
	display:none;
}
p.linklove {
	display:none;
}
.failure {
	border: 2px solid #cc0000;
	background: #fff0f0;
	color: #cc0000;
	padding: 10px;
	margin: 0 0 20px 0;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
}
form.cform ol {
	margin: 15px 0 0 0;
	padding: 0;
	border: none;
	background: none;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
}
form.cform li {
	list-style-type: none;
	padding: 5px;
	margin: 0;
}
form.cform li.last {
	border: none;
}
form.cform label {
	float: left;
	width: 100px;
	font-weight: normal;
	margin-top: 6px;
}
form.cform input,
form.cform textarea {
	padding: 3px;
	font: 1em Helvetica, arial, verdana, sans serif; 
	width: 320px;
	margin-right: 10px;
}
form.cform label em {
	color: #cc0000;
	font-style: normal;
}
form.cform .sendbutton {
	border: 0;
	background: #fff;
	width: 81px;
	height: 28px;
	margin-left: 106px;
	padding: 0 0 0 24px;
	font-weight: bold;
	color: #666;
	background: url(../images/btn-send.png) no-repeat 0 0;
}



/***** Adverts *****/
#advertSideNav {
	width: 256px;
	height: 177px;
	overflow: hidden;
	margin: 40px 0;
}



/***** Excel Code *****/
pre {
	margin-bottom: 28px;
	background: #F2FBFF;
	padding: 10px;
	border: 2px solid #c5dee9;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	line-height: 1.6;
	font-size: 1em;
}




/***** Search Results *****/
.searchResults p {
	margin-top: 0;
	color: #666;
}
.searchResults h3 {
	margin-bottom: 0;
}
.searchResults h3 a {
	text-decoration: underline;
}
.searchResults p a {
	color: #666;
}
.searchNoResults {
	padding: 20px 0 0 0;
}





#ad-admin table {
	border:1px solid #888;
	padding:0.1em;
}
#ad-admin table th, #ad-admin table td {
	padding:0.2em 0.5em;
}
#ad-admin table th {
	background-color:#eee;
	color:#333;
	font-weight:bold;
}
#ad-admin fieldset {
	padding:0.5em 0.5em 1em 0.5em;
}
#ad-admin fieldset ol {
	list-style:none;
	margin:0;
	padding:0;
}
#ad-admin fieldset li {
	margin:0;
	padding:0;
}
#ad-admin fieldset li label {
	font-size:12px;
	display:block;
}
#ad-admin fieldset li .caption {
	font-size:11px;
	color:#666;
	margin:0.2em 0 0.6em 0;
}
#ad-admin .buttons {
	margin:0.5em 0 0 0;
}