/*SORBY HOUSE CSS Document */

html { 
	height: 100%; 
}

img { 
	border: 0 none; 
	/*behavior: url("apps/_libs/css/pngbehavior.htc");
	behavior: url("/dev/big/apps/_libs/css/pngbehavior.htc");*/
}



body {
	background: #c9bdd2;	
	border: 0px;  
	margin: 0px; 
	padding: 0px; 
	text-align: center;
	height:100%;
}
p,h1,h2,h3,h4,h5,h6,li,td,dt,dd { font-size: 1.0em; font-weight: normal; }
p,ul,ol,dl,blockquote,pre { margin-bottom: 1.0em; }

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #99ca3b;
	font-weight: bold;
	font-style: normal;

}
h1 a{ 
	text-decoration:none;
	color: #99ca3b;
}

h2{
	font-size:1.0em;
	line-height: 1.3em;
	color: #99ca3b;		
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	font-weight: bold;
}

h2 a{
	font-size:1.0em;
	line-height: 1.3em;
	color: #99ca3b;		
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	font-weight: bold;
	text-decoration:none;
}

h3{
	font-size:0.9em;
	line-height: 1.2em;
	color: #99ca3b;		
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
h3 a{ 
	text-decoration:none;
	color:#99ca3b;
	}
h3 a:hover { 
	text-decoration:none;
	color:#99ca3b;
	}
p { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height: 1.3em;
	margin-top: 0em; 
	margin-bottom: 1.0em; 
	color: #000;
	margin-bottom: 20px;
}

p a{ 
	text-decoration:underline;
	color:#702c91;
}
address { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height: 1.3em;
	font-style:normal;
	margin-top: 0em; 
	margin-bottom: 1.0em; 
	color: #FFF;
	margin-bottom: 20px;
} 
ul { 
	list-style-type: square; 
	margin: 0 0 1em; 
	padding: 0; 
	padding-left: 2em; 
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #FFF;
	list-style:disc;
}

li a{
	color: #702c91;
	text-decoration:underline;
}

li a:hover{
	color: #c9bdd2;
	text-decoration:none;
}


li span {
	color: #000000;
}




hr{
	border:none;
	background-color:#FFF;
	color:#FFF;
	height:1px;
	width:100%;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}







/*--------------------------------------------------------------------------------------------------------*/




/*/////////////////////////////////////////////////////////////////////////////////           Nav Holder*/


	  

#navigation {
	width:100%;
	font-size:100%;
	line-height:normal;
	height:25px;
	position:relative;
	background: #c9bdd2 url("/images/navigation-grad-bg.jpg") repeat-y;
}

#navigation ul {
	margin:0;
	list-style:none;
}
#navigation li {
	display:inline;
	
	margin:0;
	padding:0;
	height:25px;
}
#navigation a { 
	float:left;
	display:block;
	margin:0;
	padding-top:5px;
	padding-bottom:4px;
	padding-left:13px;
	padding-right:13px;
	text-decoration:none;
	color:#FFF;
/*	position: relative;*/
}

#navigation .selected{
	background-color:#99ca3b;	
	color:#000;
}
#navigation ul li a:hover{
	background-color:#c9bdd2;	
	color:#000;
}
/*////////////////////////////////////////////////////////////////////////////////      	Content */

#siteContainer {
	width:984px;
	text-align: left;
	margin: auto;
	position: relative;
	margin-top:0px;	
	
}

#siteHolder{
	background: #FFF url("/images/purple-shaded-bg.jpg") repeat-y ;
	padding-top:20px;
	width: 984px;
	height:100%;
}


#sorbyBannerHolder{
	position:relative;
	background:  url("/images/sorby-house-banner.jpg") 0 20px no-repeat;
	padding-top:85px;
	height:133px;
	width:984px;
}
#mainContentHolder{
	position:relative;
	margin-top:20px;
	margin-left:40px;
	margin-right:40px;
	height:auto;
	width:904px;
}




/*////////////////////////////////////////////////////////////////////////////////      	pages */

#fullWidthText{
	width:900px;
}
#mediumWidthText{
	width:540px;
}
#smallWidthText{
	width:360px;
}
.areaRight{
	float:right;
}
#tester{
width: 150px;
float: left;
}

.clear{
	clear:both;	
}

.bulletsStyleGrid{
 	padding-left:20px;
	list-style: inside disc;
	color:#09C;
}
.bulletsStyleGrid li{
	color:#99ca3b;	
	float:left;
	width:160px;
}

.bulletsStyleList{
 	padding-left:20px;
	list-style: inside disc;
	color:#09C;
}
.bulletsStyleList li{
	color:#99ca3b;	
}
.bulletStyleText{
	color:#000;	
}
.floatLeft{
	float:left;	
}

/*////////////////////////////////////////////////////////////////////////////////      	blog homepage sub navigation panel */
.areaRightBlog{
	float:right;
	width: 280px;
	background:#000 url("/images/sorby_blog_panel.jpg") no-repeat;
	background-color: #000;
}
#blogButton a{
	display:block;
	padding-top:60px;
	height:0px;
	width:290px;
	overflow:hidden;
}

.articleHolder{

}

.areaRightBlog .articleHolder li{
	list-style:none;	
	margin-left:-15px;
	padding-bottom:15px;
}
.areaRightBlog .articleHolder li a{
	color:#FFF;
	text-decoration:none;
}

.areaRightBlog .articleHolder li a:hover{
	text-decoration:underline;
}


#blogList
{
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*////////////////////////////////////////////////////////////////////////////////      	blog */	







/* Page Structure
----------------------------------------------- */
/* The images which help create rounded corners depend on the 
   following widths and measurements. If you want to change 
   these measurements, the images will also need to change.
   */

  #content {
    width:904px;
    }
  #main {
    width:550px;
    float:left;
    background:#fff;
    margin:15px 0 0;
    padding:0 0 10px;
    color:#333;
    font-size:97%;
    line-height:1.5em;
    }
  #main2 {
    float:left;
    width:100%;
    background: #FFF;
    padding:10px 0 0;
    }
  #sidebar {
    width:280px;
    float:right;
	margin-right:200px;
    margin:15px 0 0;
    font-size:97%;
    line-height:1.5em;
	background:#000 url(../images/sorby_blog_panel.jpg) no-repeat;
    }
  



/* Links
----------------------------------------------- */
a:link {
  color:#702c91;
  }
a:visited {
  color:#c9bdd2;
  }
a:hover {
  color:#c9bdd2;
  }
a img {
  border-width:0;
  }
#main a:link {
  color:#702c91;
  }
#main a:visited {
  color:#c9bdd2;
  }
#main a:hover {
  color:#68a
  }


/* Blog Header
----------------------------------------------- */

  #header {
	visibility: hidden;
	padding:0px;
	margin:0px;
	height:0px;
	}


#blog-title {
  margin:0;
  padding:10px 30px 5px;
  font-size:200%;
  line-height:1.2em;
  }
#blog-title a {
  text-decoration:none;
  color:#fff;
  }
#description {
  margin:0;
  padding:5px 30px 10px;
  font-size:94%;
  line-height:1.5em;
  color:#abc;
  }


/* Posts
----------------------------------------------- */
.date-header {
  margin:0px;
  font-size:75%;
  line-height:2em;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#702c91;
  }
.post {
  margin:0px;
  padding:0 0px;


  }
.post-title {
  margin:0;
  font-size:165%;
  line-height:1.5em;
  background:#FFF;
  display:block;
  
  color:#99ca3b;
  }
#main a.title-link, .post-title strong {
  text-decoration:none;
  display:block;
  }
#main a.title-link:hover {
  background-color:#fff;
  color:#000;
  }
.post-body {
  
  padding:0px;
  }
html>body .post-body {
  border-bottom-width:0;
  }
.post p {
  margin:0 0 0 0;
  }
p.post-footer {
  background:#fff;
  margin:0;
  padding-bottom:30px;
  border-bottom:1px solid #eee;
  font-size:75%;
  line-height:1.5em;
  color:#666;
  text-align:right;
  }
html>body p.post-footer {
  border-bottom-color:transparent;
  }
p.post-footer em {
  display:block;
  float:left;
  text-align:left;
  font-style:normal;
  }
a.comment-link {
  /* IE5.0/Win doesn't apply padding to inline elements,
     so we hide these two declarations from it */

  padding-left:14px;
  }
html>body a.comment-link {
  /* Respecified, for IE5/Mac's benefit */

  padding-left:14px;
  }
.post img {
  margin:0 0 5px 0;
  padding:4px;
  border:1px solid #586;
  }
blockquote {
  margin:.75em 0;
  border:1px dotted #596;
  border-width:1px 0;
  padding:5px 15px;
  }
.post blockquote p {
  margin:.5em 0;
  }


/* Comments
----------------------------------------------- */
#comments {
  margin:-25px 13px 0;
  border:1px solid #6a7;
  border-width: 1px 1px;
  padding:20px 0 15px 0;
  }
#comments h4 {
  margin:0 0 10px;
  padding:0 14px 2px 29px;

  font-size:120%;
  line-height:1.4em;
  color:#333;
  }
#comments-block {
  margin:0 15px 0 9px;
  }
.comment-data {
  background:#FFF;
  margin:.5em 0;
  padding:0 0 0 20px;
  color:#666;
  }
.comment-poster {
  font-weight:bold;
  }
.comment-body {
  margin:0 0 1.25em;
  padding:0 0 0 20px;
  }
.comment-body p {
  margin:0 0 .5em;
  }
.comment-timestamp {
  margin:0 0 .5em;
  padding:0 0 .75em 20px;
  color:#fff;
  }
.comment-timestamp a:link {
  color:#fff;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}


/* Profile
----------------------------------------------- */



/* Sidebar Boxes
----------------------------------------------- */
.box3{
	margin-top:70px;
	margin-left:20px;
	margin-right:20px;
}


.sidebar-title {
  margin:0;
  padding:0 0 .2em;
  font-size:115%;
  line-height:1.5em;
  color:#FFF;
  }
.box ul {
  margin:.5em 0 1.25em;
  padding:0 0px;
  list-style:none;
  }
.box ul li {

  margin:0;
  padding:0 0 3px 0px;
  margin-bottom:3px;

  list-style:none;

  line-height:1.4em;
  }
.box p {
  margin:0 0 .6em;
  }


.box ul li a{
	color:#FFF;	
}

/* Footer
----------------------------------------------- */
#footer {
  clear:both;
  margin:0;
  padding:15px 0 0;
  }


/* Feeds
----------------------------------------------- */
#blogfeeds {
		visibility: hidden;
	padding:0px;
	margin:0px;
	height:0px;
  }
#postfeeds {
  padding:0 15px 0;
  }
  </style>

