/*CSS Reset by Yahoo!*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/*CSS Style for WaterColored Portfolio*/
body {
  background: #fff url("images/silverbg1.jpg") repeat-y top; /*gradient background*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #5c6164;
}

.bodysmall {color: #323234;}
.bodysmalllist {
	color: #e0310f;
	font-size:10px;
}

.orange {color: #e0310f;}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
	text-decoration: none;
}

h1{
  color: #323234;
  font-size: 28px;
  line-height: 28px;
}

h2 {
  color: #323234; 
  font-size: 18px;
  line-height: 28px;
}

#main_container {
  background: url("images/containerbg1.png") repeat; /*painted background*/
  margin: auto;
  width: 900px;
}

.clear:after { /*clear-fix*/
  content: ""; 
  display: block;
  clear: both;
}

#left_container {
  width: 650px;
  float: left;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

#logo {
  margin: 0px;
  padding: 0px;  
}

.logo_link {
  display: block;
  width: 900px;
  height: 180px;
}

#menu {
  background: url("images/menu_bck.gif") no-repeat top right;  
  margin: 5px 0px 0 5px;
  width: 650px;
  height: 50px;  
}

#menu ul {
  padding: 10px 10px 0 0px;
  text-align:center;
  line-height: 26px;
  font-size: 16px;
}

#menu ul li {
  display: inline;
  padding-right: 0px; 
}

#menu ul li a {
  color: #ffffff; 
  text-decoration: none; 
}

#menu ul li a:hover {
  color: #bdbdbd; 
  text-decoration: none;
}


#topic h2{
  background: url("images/icon2.gif") no-repeat top left; 
  padding-left: 70px;
  height: 40px;
  line-height: 40px;
}

#topic ul li {
  padding: 10px 0 10px 30px;
  background: url("images/icon3.gif") no-repeat center left; 
  display:inline;
  line-height: 24px;
}

#featured {
  background: url("images/featured_bck.gif") no-repeat top left; 
  margin: 20px 0 20px 10px;
  width: 650px;
  height: 290px;
}

#featured h2 {
  background: url("images/icon1.png") no-repeat center left; 
  padding-left: 40px;
  margin-bottom: 0px;
}

#featured ul {
  padding: 34px 0 0 30px;
}

#featured ul li {
  display: inline;
}

#featured ul li a {
  padding: 13px 100px 0px 13px;
  color: #bdbdbd; 
  font-weight: bold;
  text-decoration: none;
}

.featured_content {
  margin: 13px 0 0 10px;
}

.feat_left {
  float:left;
}

.featured_content ol {
  margin: 7px 20px 0 30px;
  width: 500px;
}

.featured_content ol li {
  padding: 5px 0 5px 20px;
}

.image_cont {
  float: left;
}

.image_cont img {
  border: 3px solid #90a1a8; 
  margin-top : 30px;
}

ol.menu_cont {
  padding: 0;
}

ol.menu_cont li {
  padding: 0;
  display: inline;
  background: transparent;
  font-size: 10px;
  color: #ffffff;  
}

ol.menu_cont li a {
  border-bottom: 1px dotted #8cbbc5;
  color: #bdbdbd; 
  text-decoration: none;
}

ol.menu_cont li a:hover {
  color: #bcbcbc;  
  border-bottom: 1px dotted #516e75;
}

.meta_info {
  font-size: 10px;
  color: #ffffff;  
  padding: 0 35px 8px 35px;
  background: url("images/post_sep.png") no-repeat bottom center;
}

#down_container {
  margin-top: 10px;
  min-height: 220px;
  text-align: justify;
}

#down_container img {
  border: 2px solid #90a1a8;
  margin: 10px 0;
}

#down_2container img {
  border: 0px solid #90a1a8;
  margin: 10px 0;
}

.down_0 {
	display: inline;
	float: left;
	margin-left: 15px;
	margin-right: 0px;
    width: 405px;
}

.down_1 {
	display: inline;
	float: right;
	margin-left: 0px;
	margin-right: 0px;
    width: 220px;
	text-align:justify;
}

.down_2 {
	display: inline;
	float: left;
	margin-left: 15px;
	margin-right: 0px;
    width: 405px;
	text-align:justify;
}

.down_3 {
	display: inline;
	float: right;
	margin-left: 0px;
	margin-right: 0px;
    width: 220px;
	text-align:justify;
}

#sidebar {
  width: 240px;
  float: right;
  margin-right:5;
}

.side_cont {
  padding: 0px 0px 0px 0px;
}

.clear_sep {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#footer {
  background: url("images/foot_bck.png") no-repeat;
  display: block;
  width: 900px;
  margin-bottom: 0px;
  height: 80px;
}

#footer p {
  font-size: 12px;
  color: #ffffff;
  text-align: center; 
  padding: 30px;
}

#footer p a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 0px dotted #c4dfe6;
}

#footer p a:hover {
  color: #bdbdbd; 
  text-decoration: none;
}

#pscroller1{
  padding: 10px;
  margin: 20px 10px 0 10px;
  width: 300px;
  height: 170px;
  text-align:justify;
}

.someclass{ //class to apply to your scroller(s) if desired
}

.ui-tabs .ui-tabs-hide { display: none !important; }
