*
{
	padding: 0em;
	margin: 0em;
	list-style: none;
}

body
{
	background: #000000 url('/Content/images/bg1.jpg');
	padding: 35px 0px 35px 0px;
}

body,input
{
	font-size: 10pt;
	font-family: "georgia", "times new roman", serif;
	color: #333333;
}

p
{
	line-height: 1.5em;
	margin-bottom: 1.0em;
	text-align: justify;
}

.post p:first-child:first-letter
{
   font-size: 600%;
    float: left;   
    line-height: 0.8em;
    padding: 0 2px 0 0;       
    color: #CCC;         
    font-family: Serif;    
    font-weight: bold;
    position: relative;
    left: -3px;
}

blockquote 
{
    width: 97%;
    /*float: right;*/
    margin: 8px 0px 12px 0px;
    padding: 8px;
    background-color: #DDD;
    quotes: "\201C" "\201D";
    -moz-box-shadow: 0px 5px 15px #ccc;
    -webkit-box-shadow: 0px 5px 15px #ccc;
    box-shadow: 0px 5px 15px #ccc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

blockquote:before 
{ 
    content: open-quote; 
    font-weight: bold; 
}

blockquote:after 
{ 
    content: close-quote; 
    font-weight: bold; 
}

a
{
color: #B96D00;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}


h3 span
{
    transparent url('/Content/images/plus.png') left center no-repeat
    font-weight: normal;
}

h1
{
    font-family: Century Gothic;
  color: #860000;
    text-align: left;  
    font-size: xx-large;
    font-weight: bolder;
    text-align: center;
}

h2
{
    font-family: Century Gothic;
  color: #860000;
    text-align: center;  
    font-size: x-large;
    font-weight: bolder;
    text-align: center;
    padding-bottom: 10px;
    
}

h3,h4
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: right;
}

h3
{
font-size: 1.7em;
padding-right: 34px;
/*background-image: url('/Content/images/db1.gif');*/
}

h4
{
font-size: 1.2em;
padding-right: 28px;
}

img
{
border: solid 1px #6F5230;
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

.divider1
{
	position: relative;
	background: #fff url('/Content/images/border2.gif') repeat-x;
	height: 14px;
	margin: 2.0em 0em 1.5em 0em;
	clear: both;
}

.divider2
{
	position: relative;
	height: 1px;
	border-bottom: solid 1px #eaeaea;
	margin: 2.0em 0em 2.0em 0em;
}

.thin_divider
{
	position: relative;
	height: 1px;
	border-bottom: solid 1px #eaeaea;
	margin: 1em 0em 1em 0em;
}


.post .details
{
position: relative;
top: -1.5em;
font-size: 0.8em;
color: #787878;
}

.post ul.controls
{
clear: both;
}

.post ul.controls li
{
display: inline;
font-size: 0.8em;
}

.post ul.controls li a
{
background-repeat: no-repeat;
background-position: left;
padding: 0em 1.0em 0em 20px;
}

.post ul.controls li a.printerfriendly
{
background-image: url('/Content/images/icon-printerfriendly.gif');
}

.post ul.controls li a.comments
{
background-image: url('/Content/images/icon-comments.gif');
}

.post ul.controls li a.more
{
background-image: url('/Content/images/icon-more.gif');
}

.post ul
{
    list-style: disc;
    margin-left: 2em;
}

.post ul li
{
    list-style: disc;
    margin-bottom: 1em;
}


.post ul li ul li
{
    list-style: circle;
    margin-left: 2em;
    margin-top: .4em;
}



.box
{
    /*position: relative;*/
    /*background: #FDFCF6 url('/Content/images/boxbg.gif') repeat-x;*/
    /*left: -1.5em;*/
    top: -1.5em;
    padding: 1.5em;
    border: solid 1px #E1D2BD;
    margin: 1.0em;
    /*-moz-box-shadow:    3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;*/
    box-shadow:         4px 6px 8px 3px #ccc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    border-radius: 10px;
}

.box .meta
{
    margin-top: 1em;
    text-align: right;
}

.box .meta .uploaded_on
{
    font-weight: bold;
    font-size: normal;
}

.box .meta .uploaded_by
{
    font-weight: bold;
    padding-left: 1em;
    font-size: normal;
}

.box .meta .edited_on
{
    font-weight: bold;
    font-size: normal;
}

.box .meta .edited_by
{
    font-weight: bold;
    padding-left: 1em;
    font-size: normal;
}

.box .meta .fl
{
    float: left;
}


.box .delete_icon 
{
    float: right;
    width: 25px;
    height: 25px;
}

.box .delete_icon a
{
    background:  url('/Content/images/delete_icon_25.png') 0 0 no-repeat;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.box ul
{
    list-style: disc;
    margin-left: 2em;
}

.box ul li
{
    list-style: disc;
    margin-bottom: 1em;
}

.box ul li ul li
{
    list-style: circle;
    margin-left: 2em;
    margin-top: .4em;
}


/* For bootstrap navigation */

.navbox
{
    top: -1.5em;
    padding: 0.5em;
    border: solid 1px #E1D2BD;
    margin: 1.0em;
    box-shadow:         4px 3px 8px 3px #ccc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    border-radius: 10px;
}

.tabcontent-box
{
    top: -1.5em;
    padding: 1.5em;
    margin-top: -1px;
    margin-left: -10px;
    margin-bottom: 20px;
    border: solid 1px #E1D2BD;
    box-shadow:         4px 3px 8px 3px #ccc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    border-radius: 10px;
}


.nav-pills > li > a {
    color: #428bca;
    text-decoration: none;
}

.tabbox
{
    top: -1.5em;
    padding: 0.5em;
    margin-left: 1.0em;
    margin-right: 1.0em;
    margin-bottom: -1.6em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    border-radius: 10px;
}

.nav-tabs > li > a {
    color: #428bca;
    text-decoration: none;
}

.dropdown-menu > li > a
{
    color: #428bca;
    text-decoration: none;
}

/* BEGIN: Test for campaigns */


.a .meta
{
    margin-top: 1em;
    text-align: right;
}

.a .meta .uploaded_on
{
    font-weight: bold;
    font-size: normal;
}

.a .meta .uploaded_by
{
    font-weight: bold;
    padding-left: 1em;
    font-size: normal;
}

.a .meta .edited_on
{
    font-weight: bold;
    font-size: normal;
}

.a .meta .edited_by
{
    font-weight: bold;
    padding-left: 1em;
    font-size: normal;
}

.a .meta .fl
{
    float: left;
}


.a .delete_icon 
{
    float: right;
    width: 25px;
    height: 25px;
}

.a .delete_icon a
{
    background:  url('/Content/images/delete_icon_25.png') 0 0 no-repeat;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}




/* END: Test for campaigns */

ul.linklist
{
list-style: none;
}

ul.linklist li
{
line-height: 2.0em;
}

#upbg
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 275px;
background: #fff url('/Content/images/bg2.jpg') repeat-x;
/*z-index: 1;*/
}

#outer
{
/*z-index: 2;*/
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 82%;
border: solid 7px #fff;
background-color: #fff;
margin: 0 auto;
}

#header
{
position: relative;
width: 100%;
height: 200px;
/*background: #fff url('/Content/images/hdrpic.jpg') no-repeat top left;*/
/*background: #2B2B2B url('/Content/images/topbg.gif') repeat-x;*/
/*background-size: 100%;*/

/*filter: alpha(opacity: 55);*/
/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
filter: alpha(opacity=55);		
opacity: 0.6;			*/
margin-bottom: 2px;
overflow: hidden;
}

img#bg{
   width:100%;
   height: 140%;
 }

#headercontent
{
position: absolute;
bottom: 0em;
padding: 0em 2.0em 1.3em 2.0em;
}

#headercontent h1
{
font-weight: bolder;
color: #A90;
font-size: 5.5em;
/*text-shadow: black 0.1em 0.1em 0.1em;*/
text-shadow: 0.1em 0.1em 0.1em black;
}

#headercontent h1 sup
{
color: #777;
}

#headercontent h2
{
font-size: 1.8em;
font-weight: normal;
color: #a90;
text-shadow: black 0.1em 0.1em 0.1em;
}

#search
{
position: absolute;
top: 5.5em;
right: 2.0em;
padding-right: 0.0em;
}

#search input.text
{
margin-right: 0.5em;
vertical-align: middle;
border-top: solid 1px #000000;
border-right: 0px;
border-bottom: solid 1px #777777;
border-left: 0px;
padding: 0.15em;
width: 10.0em;
}

#search input.submit
{
background: #939B00 url('/Content/images/buttonbg.gif') repeat-x;
border: solid 1px #5F6800;
font-weight: bold;
padding: 0.25em;
font-size: 0.8em;
color: #F2F3DE;
vertical-align: middle;
}

#headerpic
{
position: relative;
height: 200px;
background: #fff url('/Content/images/hdrpic.jpg') no-repeat top left;
background-size: cover;
opacity: 0.6;
margin-bottom: 2px;
}


#content
{
    padding: 3em 2.0em 0em 2.0em;
}

#footer
{
position: relative;
height: 2.0em;
clear: both;
padding-top: 8.0em;
background: #fff url('/Content/images/border2.gif') repeat-x 0em 2.5em;
font-size: 0.8em;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}

.tags 
{ 
	font-size: 0.7em;
	color: #999; 
}



.successarea
{
	width: 97%;
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 8px;
	background-color: #DDD;
	quotes: "\201C" "\201D";
	-moz-box-shadow: 0px 5px 15px #ccc;
	-webkit-box-shadow: 0px 5px 15px #ccc;
	box-shadow: 0px 5px 15px #ccc;
	text-align: center;
	 -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.successarea h3
{
	font-size: medium;
}

.successarea h2
{
	font-size: 2.2em;
	font-weight: bold;
	color: #BCB66A;
}

.unauthorized h3
{
	font-size: medium;
}

.unauthorized h2
{
	font-size: 2.2em;
	font-weight: bold;
	color: #BCB66A;
}

.unauthorized
{
	width: 97%;
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 8px;
	background-color: #DDD;
	-moz-box-shadow: 0px 5px 15px #ccc;
	-webkit-box-shadow: 0px 5px 15px #ccc;
	box-shadow: 0px 5px 15px #ccc;
	text-align: center;
	 -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.inline
{
	display: inline !important;
}

.note
{
    overflow: auto;
    width: 97%;
	margin-top: -25px;
	margin-bottom: 15px;
	padding: 8px;
	background-color: #DDD;
	-moz-box-shadow: 0px 5px 15px #ccc;
	-webkit-box-shadow: 0px 5px 15px #ccc;
	box-shadow: 0px 5px 15px #ccc;
	 -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.note .compiledby
{
    text-align: right;
    font-size: x-small;
    margin-top: -10px;
}

/*
.modal
{
    font-size: 80%;
    vertical-align: super;
}

.modal-hidden
{
    visibility: hidden; 
    position: absolute; 
    top: -9999px;
}

#outerModalPopupDiv
{
    word-wrap: break-word;   
}

#innerModalPopupDiv
{
    font-family: Calibri;   
}

#innerModalPopupDiv ul  
{
    
    list-style-type: circle; 
   
}


#innerModalPopupDiv ul li
{
    list-style-type: circle; padding: 1em;
}
*/


#primarycontainer
{
    float: left;
    margin-right: -30.0em;
    width: 100%;
}

#primarycontent
{
    margin-top: 0em;
    margin-right: 30em;
    margin-bottom: 0em;
    margin-left: 2em;

}



.float-left {
    float: left;
}

.float-right {
    float: right;
}



.sidebar
{
    margin-right: 2em;
    float: right;
    width: 28em;
}

.sidebar .box ul li
{
    vertical-align: top;
    /*font-size: 16px;*/
    padding: 0 0 0 20px;
    margin: 0 0 9px;
    background: url('/Content/images/sidebar-bullet.gif') no-repeat 0 3px;
    list-style: none;
}