/*
THEME NAME: Investment Analysts Society of Southern Africa
DESCRIPTION: Based on the Sandbox theme templates.
AUTHOR: John Philip
AUTHOR URI: <a href="http://www.johnphilip.co.za/">http://www.johnphilip.co.za</a>
TEMPLATE: sandbox
*/

/* 
-------------------------------------------------------------- 
Resets default browser CSS.
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .MsoNormal, .MsoNormal span { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: Arial, Helvetica, sans-serif;}
table { border-collapse: separate; border-spacing: 0; }/* Tables still need 'cellspacing="0"' in the markup. */
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote, q { quotes: "" ""; }
a img { border: none; }
/* Default font settings. The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { font-size: 75%; color: #515151; line-height: 1.3; }
hr { border-bottom: 1px solid #D2DFE3; height: 1px; border-top-style: none; border-right-style: none; border-left-style: none; }


/*
-------------------------------------------------------------- 
Two-column fixed layout with one sidebars left of content
-------------------------------------------------------------- */
body { min-width: 760px; background-color:#EFF0EA;}
div#wrapper { text-align: left; width: 760px; background-color:#FFF; margin: 13px auto; }
div#header { height:150px; background-color:#EFF0EA;}
div#container { float:left; width:100%; background: url(images/rounded-top.gif) no-repeat left top; }
div#content { margin:0 0 0 200px; padding:20px 30px; border-left: 2px solid #EFF0EA; min-height:500px; position:relative; }
div.sidebar { float:left; overflow:hidden; width:200px;}
div#primary { margin:0 0 0 -760px;  }
div#footer { clear:left; width:100%; background: url(images/footer.gif) no-repeat left bottom;  color: #FFF; font-size: 0.9em; padding: 30px 10px 5px 10px; text-align:center;}
div#footer a { color:#fff;}
div#footer a:hover { color:#870A1F;}
div#footer .meta-sep { color:#870A1F; font-weight:bold; padding: 0 10px;}



/* 
-------------------------------------------------------------- 
Header Banner
-------------------------------------------------------------- */
#logo {background: url(images/ias-logo.gif) no-repeat left top; float:left; display:block;}
#logo img{ width:170px; height:130px; display:block; }
#header-pic img{ width:590px; height:130px; display:block; }
#header-pic { background: url(images/header04.jpg) no-repeat left top; margin: 0 0 0 170px;}
/*
.page-template-category-6-php #header-pic { background: url(images/header01.jpg) no-repeat left top;}
.page-template-category-5-php #header-pic { background: url(images/header03.jpg) no-repeat left top;}
*/
/* 
-------------------------------------------------------------- 
Typography defaults
-------------------------------------------------------------- */

/* 
Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 { font-size: 2em; line-height: 1.25; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; border-bottom: 1px dashed #CCC; padding-bottom: 0.1em;  }
h3 { font-size: 1.2em; line-height: 1.25; margin-bottom: 0.5em; color: #c0b48e; font-weight: bold; margin-top: 2em; }
h4 { font-size: 1.1em; line-height: 1.25; margin-bottom: 0em; font-weight: bold; color: #4F4F4F; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none; }

/* 
Text elements
-------------------------------------------------------------- */
p { margin: 0 0 1.5em; }
a:focus, a:hover { color: #999; }
a { color: #8b6a52; text-decoration: none; border-bottom: 1px dotted #95CCE1; }
blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
abbr, acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del { color:#666; }
pre { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* 
Lists
-------------------------------------------------------------- */
li ul, li ol { margin:0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em; }

/* 
Tables
-------------------------------------------------------------- */
table { margin-bottom: 1.4em; width:100%; border-style: none; }
th { font-weight: bold; }
thead th { background: #c3d9ff; }
th, td, caption { padding: 4px 10px 4px 5px; }
tr.even td { background: #e5ecf9; }
tfoot { font-style: italic; }
caption { background: #eee; }

/* 
Images within posts 
-------------------------------------------------------------- */
p img {	max-width: 100%;	}
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	}

/*
-------------------------------------------------------------- 
Forms
-------------------------------------------------------------- */
label { width:100px; display:inline-block; /*for Opera & IE*/ }
fieldset { padding:1.4em; margin: 0 0 1.5em 0; border:none;}
legend { font-weight: bold; font-size:1.2em; }
/* 
Form fields
-------------------------------------------------------------- */
input.text, input.title, input.single, textarea, select, #s { margin:0.5em 0 0.5em 0em; border:1px solid #bbb; color:#666; padding: 0 0 0 3px; }
input.text:focus, input.title:focus, textarea:focus, select:focus, #s:focus { border:1px solid #666; }
input:hover,textarea:hover,select:hover, #s:hover	{ background:#F2F7FC;}
input.single, input.text, input.title, #s { width: 180px;  }
input.title, #s { font-size:1.2em; }
textarea { width: 90%; height:6em; padding:0.5em; }
.reqtxt, .emailreqtxt { font-style:italic; color:#999; font-size:0.9em;}
#searchform { text-align:right;}
#searchsubmit { background:none; border:none; margin:0px; cursor:pointer; cursor:hand; color:#999;}
/*positioning*/
#searchform { position:absolute; top:5px; right:12px;}
#searchform div {  }
#searchform #searchsubmit {}

/*Cforms*/
.linklove,.cf_hidden,.cform legend {display:none;}
.cform ol {list-style:none; margin:0px; padding:0px;}

/* 
Success, notice and error boxes
-------------------------------------------------------------- */
.error, .notice, .success { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a { color: #8a1f11; }
.notice a { color: #514721; }
.success a { color: #264409; }


/* 
Sidebars
-------------------------------------------------------------- */
div.sidebar ul { padding:0px; margin:10px}
div.sidebar ul li { margin: 0px 0px 30px; }
div.sidebar ul ul{ margin:0px}
div.sidebar ul ul li{ margin:0px; padding: 3px 0px;  display:block; }
div.sidebar ul ul li a{ margin:0px;}
div.sidebar .widgettitle { font-size: 1.25em; font-weight: bold; margin:0px 0px 5px; }
div.sidebar li { list-style:none; margin:0 0 0; line-height:1.25; }
div.sidebar a { text-decoration: none; }
div.sidebar input#s { width:160px; }


.widget_pages .widgettitle {display:none;}
.widget_pages { font-weight: bold; }
.widget_pages a, 
.widget_pages .current_page_item ul a{ color: #72736E; border-style: none; }
.widget_pages a:hover { color: #000; }
.widget_pages .current_page_item a,
.page-template-category-3-php .page-item-527 a{ color:#000; /*background: #EFF0F0 url(images/nav-active.gif) no-repeat left top;*/  }

/*page menu hiding and showing trickery*/
.widget_pages ul ul,
.widget_pages .current_page_item ul ul { display: none; }
.widget_pages .current_page_item ul,
.widget_pages .current_page_ancestor ul{ display: block; }

/*page menu level 1*/
.widget_pages ul li { padding-top:16px;}

/*page menu level 2*/
.widget_pages ul ul { padding: 0px 0px 3px 5px; margin-top: 3px; border-top: 1px dotted #CCC; font-weight:normal; font-size:1em;}
.widget_pages ul ul li a,
.widget_pages .current_page_item ul a{ color:#727272; }
.widget_pages ul ul li a:hover {color:#000;}
.widget_pages ul ul li { padding-top:2px;}


/* 
Centre
-------------------------------------------------------------- */
.entry-title, .entry-meta { clear:both; }
.entry-title a{ border:none;}
textarea#comment { overflow:auto; }
.page-title { color:#878787;}


/* 
post
-------------------------------------------------------------- */
.post { padding-top:10px; padding-bottom: 20px; }
.entry-meta, 
.entry-date { font-size:0.9em;}
.entry-date { text-align:right;}
.entry-meta { border-bottom: 1px solid #E4EAED; border-top: 1px solid #E4EAED; background: #F7F9F9; }

/* 
Awards Page */
.page-template-category-3-php, .page-template-category-3-php .post ul, .page-template-category-3-php .post li, .page-template-category-3-php h3.entry-title { margin:0px!important; padding:0px!important; list-style:none;}
.page-template-category-3-php .post{ padding:10px!important; margin: 10px 0px 30px!important; border: 1px dotted #E0E0E0; color:#545454; background-color:#FCFCFC;}
.page-template-category-3-php .entry-title a { color:#404040; font-weight:bold; font-size:15px;}
.page-template-category-3-php .entry-title a:hover { color:#F00;}
.page-template-category-3-php .entry-content h3 { color:#C2AC74; font-size:13px; font-weight:bold; border-bottom: 2px solid #f5f5f5; padding:8px 0 3px 0; margin:0px;} /*Overall Winner*/
.winner { font-size:20px; color:#999b9e; text-align:center; padding:5px 0 0px 0; list-style:none;}
/* 
Presentation Page */
.page-template-category-5-php .post { padding:0px; margin:0px;}
.page-template-category-5-php .entry-title { background: #EFF0EA; display: block; color: #000; margin: 25px 0px 5px; padding: 3px; font-size: 1.1em; }
/*
Journal Page */
.journal-posts h2 { padding-top:20px;}
.journal-posts .post { padding:0px; margin:0px; line-height:normal;}
.journal-posts .post a { border:none; }
.journal-posts .entry-title { background: #f6f7f3; color: #888986; padding: 3px; font-size: 1.1em; position:relative; display:block; left:0px; margin: 5px 0px 5px 0px; cursor:pointer; cursor:hand; }
.journal-posts .entry-title a { color:#888986; position:absolute; right:5px;}
.journal-posts .entry-title a:hover { color:#626361; }
.journal-posts h3.active { background: #9c3541; }
.journal-posts h3.active,
.journal-posts h3.active a,
.journal-posts h3.active #journal-number { color:#FFF; }
.journal-posts ul{ list-style:none; padding:0px; margin:0 0 30px 0;}
.journal-posts li { padding: 0 0 5px 0; margin: 0 0 5px 0; font-weight:bold; color:#666; border-bottom:1px dotted #CCC }
.journal-posts ul a { display:block; font-weight:normal; }
.journal-posts ul a:hover { }
.toggle_container { clear:both;}
#journal-number { color: #636462; }


.more-link { font-weight:bold; font-size:12px; text-decoration:none; text-align:right; display:block; border:none; background-color:#f5f5f5; color:#696969; line-height:1.2em; padding:0 5px 0 0; margin:0px; height:18px;}
.more-link:hover {  background-color:#CCC; color:#FFF;}
.more-link .meta-nav { color:#B60E2C; font-size:20px; position:relative; bottom:-1px;}

.journal-posts .p1 .toggle_container { display:block!important; visibility:visible!important; }


.edit-link,
.entry-meta,
#comments,
#nav-above
{display:none;}
#faq li { font-weight: bold; list-style: none; padding: 0px; margin: 10px 0px 0px; color: #666; }
#faq , #faq ul{ margin: 0px; padding: 0px; }
#faq { margin-bottom: 30px; }

#faq li li { font-weight: normal; margin: 0px; padding: 0px 0px 10px; border-bottom: 1px dotted #CCC; color: #000; }

div.navigation { height:1.25em; }
div#nav-above { margin-bottom:1em; }
div#nav-below { margin-top:1em; }
div.navigation div.nav-next { float:right; text-align:right; }
div.navigation div.nav-previous { float:left; }

#tinymce { background: #FFF url(none); }



h2.trigger {}
h2.trigger a {}
h2.trigger a:hover {}
h2.active {} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {}
.toggle_container .block {/*--Padding of Container--*/}
