/*  
Theme Name: ELASTIC
Theme URI: 
Description: 
Author:
Author URI:
Version:
Tags:
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }

a {
  color: #793821;
  }

a:hover {
  color: #BC600E;
  }

blockquote {
  margin: 5px 5px;
  padding: 5px 5px;
  background: #eee;
  border: 1px solid #ccc;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }

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;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



.formcontainer {margin:5px 20px;}

fieldset {border:0;padding-left:15px;}
legend {font-weight:bold;padding:15px 0 10px 0;display:none;}
.required {color:red;font-weight:bold;}


/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto;
  width: 950px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #000 url(images/bgbody.jpg) repeat-x top left;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  /*background:#fff;*/
  margin:0 auto;
  padding;0 auto;
  }


#header {
  margin: 0 auto;
  padding: 30px 0 0 0;
  background:#fff;
  width:900px;
  text-align:center;
  }

#header img {padding:0;margin:0;}

.headerimages {padding:0;margin:0;}


#searchform {
  margin-left: 0;
  margin-top: 0;
  margin-right:0;
  }

#searchform {
  margin-left: 5px;
  width: 260px;
  padding-top: 10px;
  height: 28px;
  background: #ccc;
  background: url(images/search.gif) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 7px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 7px 0;
  }

#search {
  float:right;
  margin:12px 0 0;
  padding:0 10px 0 0;
}

#searchbox {
  margin-left: 5px;
  margin-bottom: 3px;
  width:190px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 60px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }


/* Menu */

#nav {
  float:left;
  margin: 20px 5px 10px 0px;	
  padding-left: 10px;
  font-weight:bold;
  }

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight:bold;
  font-size:17px;
  color:#000;
  }

#nav li {
  float: left;
  margin-right: 35px;
  color:#000;
  }

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  color:#000;
  }

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  color:#000;
  }

#nav li a {
  display: block;
  font-size: 17px;
  text-decoration: none;
  font-weight:bold;
  color:#000;
  }

#nav li a span {
  display: block;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 12px;
  line-height: 26px;
  font-weight: bold;
  text-decoration: none;
  color:#000;
  }

#nav li a:hover {
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#nav li a:hover span {  }

#nav li.current_page a {  }

#nav li.current_page a span {  }



/* Top Content */

#topcontent {
  margin: 0;
  padding: 0;
  background:#000;
  width:925px;
  }

.topleft {
  float:left;
  background: url(images/topcontent.gif) top left no-repeat;
  width:332px;
  height:131px;
  margin:0;
  padding:0;
}

.topspace1 {display:block;margin:0;padding:0;height:23px;}

.topspace2 {display:block;margin:0;padding:0;height:43px;}

.topleft a:link, .topleft a:visited {
	display:block;
	padding:0 0 0 30px;
	margin:0 0 0 30px;
	height:26px;
	color:#fff;
	background: url(images/topbullet.gif) top left no-repeat;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

.topleft a:hover {
	color:#fff;
}


.topmid {
  float:left;
  width:310px;
  margin:5px 0 0 35px;
  padding:0;

}

.topmid h2 {
	padding-left:0;
	margin-left:0;
	font-size:14px;
	color:#d4d4d4;
}

.topmid img {padding:0;margin:2px;border:2px solid #8C614E;}

.topmid a:link, .topmid a:visited {color:#DF8C65;font-size:12px;text-decoration:none;}
.topmid a:hover {color:#FFA175;}

.topmidlink {float:right;  text-align:right;}
.topmidlink img {border:0;}


.topright {
	float:left;
	margin:25px 0 0 35px;
	padding:0;
	width:200px;
	color:#d4d4d4;
	font-weight:bold;
	font-size:17px;
}

.topright a:link, .topright a:visited {
	color:#DF8C65;
	text-decoration:none;
}

.toprightspace {display:block;margin:0;padding:0;height:30px;}




/*  Top Page Content */

/* Top Content */

#toppagecontent {
  margin: 0;
  padding: 0;
  width:925px;
  background-image: url(images/pagesbg.gif);
  background-repeat: repeat-y;
  background-position:right;
  }

.toppageleft {
  float:left;
  background: url(images/toppagecontent.gif) top left no-repeat;
  width:600px;
  height:64px;
  margin:0;
  padding:0;
}

.toppageleft a:link, .toppageleft a:visited {
	display:block;
	padding:0 0 0 30px;
	margin:0 0 0 30px;
	height:26px;
	color:#fff;
	background: url(images/topbullet.gif) top left no-repeat;
	text-decoration:none;
	font-weight:bold;
	font-size:24px;
	line-height:18px;
}

.toppageleft a:hover {
	color:#fff;
}




/* Search Results */

.searchresults {background:#efefef;border:1px solid #d4d4d4;width:850px;text-align:left;}

.searchpagetitle  {
	display:block;
	padding:0 0 0 30px;
	margin:0 0 0 30px;
	height:26px;
	color:#fff;
	background: url(images/topbullet.gif) top left no-repeat;
	text-decoration:none;
	font-weight:bold;
	font-size:24px;
	line-height:18px;
}

.spacevideo {
float:left;background:#000;color:#fff;padding:5px;width:320px;text-align:center;margin:0 10px;font-size:12px;height:255px;
}


.videoquote {
 float:right;
 margin:0 0 0 10px;
 padding:0px 5px 10px 10px;
 width:470px;
 background:url(images/quotebg.gif) top left no-repeat;
  font-size:13px;
 color:#333;

}

.videoquote span {
 margin:25px 10px 35px 10px;
 padding:0;
 display:block;
 width:430px;
 font-size:12px;
 color:#333;
 line-height:20px;
 text-align:justify;
}


#spacegalla {
  clear:both;
  display:block;
  width:400px;
  margin:25px 0 0 20px;
  padding:0;
  font-size:16px;
  color:#792600;
  font-weight:bold;
}


#spacegalla img {padding:0;margin:2px 10px 0 0;border:2px solid #8C614E;}

#spacegalla a:link, .topmid a:visited {color:#DF8C65;font-size:12px;text-decoration:none;}
#spacegalla a:hover {color:#FFA175;}





/* Main content */

#main {
  clear: both;
  width: 900px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0 auto;
  padding: 0;
  background: #fff;
  }

#contentwrapper {
float:left;
width:890px;
  }

#content {
  }

#content table {margin:0 auto;padding:10px;}
#content td {vertical-align:top;}
#content td p {font-size:13px;line-height:20px;}

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 14pt;
  color: #215679;
  }

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

.adsense_top {
  text-align:center;
  margin:10px 0 25px 0;
  font-size:9pt;
  }

.adsense_sidebar {
  text-align:center;
  margin:0 0 20px 0;
  font-size:9pt;
  }

.post {
  margin: 20px 0 25px 0;
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: bold;
  }

#content h2 {
  font-size: 14pt;
  }

#content h3 {
  font-size: 12pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 11pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
  padding: 0 10px;
  font-size: 14pt;
  font-weight: bold;
  color: #000;
  }

h2.postTitle a {
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  letter-spacing: -1px;
  }

h2.postTitle a:hover {
  color: #922E00;
  }

.postMeta {
  padding: 2px 10px 4px 10px;
  font-size: 9pt;
  color: #333;
  }

.postMeta .date {
  background: url(images/date.gif) left no-repeat;
  padding: 0 0 0 15px;
  }

.postMeta .filed {
  background: url(images/folder.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .commentcount {
  background: url(images/comments.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .tags {
  background: url(images/tags.gif) left no-repeat;
  padding: 0 0 0 15px;
  }


.postMeta a {
  text-decoration: none;
  }

.postContent img {
  margin:0;
  border: 0px solid #CCC;
  }

#content p, .postContent p {
color:#000000;
font-size:14px;
line-height:20px;
padding:7px 10px;
text-align:justify;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #000;
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 5px -25px;
  width: 510px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 510px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }


/* Start of sidebar */

#allsidebars {
  width:355px;
  float:right;
  }


/* Sidebar top welcome box */

.sidebarswrapper {
  margin-top: 0px;
  padding-top: 9px;
  width: 355px;
  background: url(images/bgsidebartop.gif) left top no-repeat;
  }

.sidebars {
  width: 355px;
  background: #363636;
  }

.sidebars h2 {
  padding: 0 0 2px 0;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  }

.sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  }

#welcome {
  clear: both;
  padding: 0 10px;
  }

#welcome a {
  display: inline;
  color: #4C82A6;
  }

#welcome a:hover {
  color:#fff;
  }




#welcome p {
  color: #fff;
  margin-top: 5px;
  padding-left: 70px;
  background: url(images/welcome.gif) left top no-repeat;
  }

.sidebarsbottom {
  clear: both;
  width: 355px;
  height: 18px;
  background: url(images/bgsidebarbottom.gif) left bottom no-repeat;
  }


/* Sidebar 2 columns widget-ready */

.sidebarsB {
  width: 355px;
  margin-top: 15px;
  }

.sidebar1 {
  float: left;
  width: 165px;
  }

.sidebar2 {
  float: right;
  width: 165px;
  }

.sidebarsB h2 {
  padding: 2px 7px;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  background: url(images/sidebar_h2.gif) left no-repeat;
  margin-bottom: 3px;
  }

.sidebarsB table {
  width: 160px;
  }

.sidebarsB ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebarsB li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

.sidebarsB li ul {
  padding: 0;
  }

.sidebarsB ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #222;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dotted #ccc;
  }

.sidebarsB a {
  display: block;
  color: #333;
  text-decoration: none;
  display: inline;
  }

.sidebarsB a:hover {
  color: #4C82A6;
  text-decoration: underline;
  }

.sidebarsB p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}


/* Footer */

#footer {
  clear: both;
  padding: 10px 0;
  color: #fff;
  text-align: center; /* IE Centering Technique */
  background-color: #792600;
  background-image: url(images/footerbg.gif);
  background-repeat: repeat-x;
  background-position:top;
  width:900px;
  margin:0 auto;
  }

#footer p {
  padding: 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  }

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

#footer a:hover {
  color: #fff;
  }

.copy {
	display:block;
	float:left;
	padding:0 10px;
}

.footlinks {
	display:block;
	float:right;
	padding:0 10px;
}


/* Extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }




.commentbody {
  float:right;
  width: 420px;
  margin-bottom: 20px;
  padding: 10px 0 10px 0;
  }

