/**********************************
 *
 * IdeaBuyer.com : The Online Intellectual Property Marketplace
 *
 * Copyright 2007, IdeaBuyer, LLC
 * All Rights Reserved
 *
 * version:			4.0
 * 
 * created by:		Lee Vaughn
 * created on:		July 02, 2007
 *
 * last modified by:	 Matt Doyle
 * last modified on:	 February 28, 2008
 ************************************/

/************************************************************************* 
File Name: 	Resources Cascading Style Sheet

Description: 	This CSS contains all the page specific style information for the
             	resource section pages. 

***************************************************************************/



/**************************************************************************
                         		 Layout
***************************************************************************/

.left_2column {
	width: 60%
}


.right_2column {
	margin-left: 69%;
	width: 30%;
	}


/**************************************************************************
               			 Resource Index 
***************************************************************************/

	
#serviceContent {
	overflow-y: scroll;
	height: 300px;
	width: auto;
	}

#articleContent {
	overflow-y: scroll;
	height: 550px;
	width: auto;
	}

.contentstyle {
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	width: 98%;
	}

div.tabArea {
  	font-size: 10px;
	}

.viewAll {
	background: transparent url(/img/arrow.png) no-repeat left bottom;
	font-size: 9px;
	font-weight: bold;
	padding-left: 10px;
	}

#resourceLinks ul {
	list-style: none;
	margin-left: 0px;
	}

#resourceLinks ul li {
	margin: 15px 0;
	font-size: 10px;
	}

#resourceLinks ul li a {
	font-size: 12px;
	font-weight: bold;
	}
	
#resourceVideos select {
	font-size: 10px;
	width: 100%;
	}

#resourceLegal img.thumbnail, #resourceLegalForms img.thumbnail {
	border: 1px black solid;
	display: block;
	margin: 10px auto;
	}

#resourceLegal p {
	text-align: center;
	font-size: 10px;
	}

#resourceLegal p a {
	font-weight: bold;
	}

#resourceLegal p img {
	margin-right: 3px;
	}

#resourceServices h3{
	font-size: 14px;
	color: #006600;
	}

#resourceServices ul {
	list-style: none;
	}

#resourceServices #serviceContent ul li {
	margin-top: 30px;
	border-bottom: 1px #CCC dotted;
	padding-left: 26px;
	}

#resourceServices #serviceContent ul.patent li {
	background: left top no-repeat url(/img/rs_pa.png);
	}

#resourceServices #serviceContent ul.legal li {
	background: left top no-repeat url(/img/rs_legal.png);
	}

#resourceServices #serviceContent ul.proto li {
	background: left top no-repeat url(/img/rs_proto.png);
	}

#resourceServices #serviceContent ul.funding li {
	background: left top no-repeat url(/img/rs_funding.png);
	}

#resourceServices #serviceContent span.info {
	color: black;
	}

#resourceServices #serviceContent span.estimate {
	font-style: italic;
	}

/**************************************************************************
            				 Reviews & Testimonials 
***************************************************************************/
	
#resourceReviews .left_2column {
	width: 50%;
	border-right: 1px solid #999999;
	}

#resourceReviews .right_2column {
	margin-left: 464px;
	width: 50%;
	}

#resourceReviews .left_2column h2,
#resourceReviews .right_2column h2 {
	font-size: 18px;
	}

#resourceReviews .left_2column p {
	margin: 20px;
	}

#resourceReviews #reviewForm {
	margin-top: 20px;
	}

#resourceReviews #reviewForm label {
	margin-right: 15px;
	}

#resourceReviews #reviewForm input#name,
#resourceReviews #reviewForm input#email,
#resourceReviews #reviewForm input#subject{
	width: 300px;
	}

#resourceReviews #reviewForm textarea#message {
	width: 380px;
	}

#resourceReviews #reviewForm textarea#message {
	height: 150px;
	}
#resourceReviews #reviewList{
	border-top: 1px #999999 solid;
	height: 150px;
	margin-top: 25px;
	}
	
#resourceReviews .right_2column h2 {
	text-align: center;
	}

#resourceReviews .right_2column img {
	margin: 30px auto;
	display: block;
	}

#resourceReviews .right_2column p {
	margin: 30px;
	text-align: center;
	font-size: 14px;
	font-weight:bold;
	}

/**************************************************************************
             			 Resource Navigation 
***************************************************************************/

#resourceBody #resourceNav {
	}
	

/**************************************************************************
            			  Article Directory 
***************************************************************************/
#articleDirectory {
	height: 600px;
	overflow-y: scroll;
	width: 95%;
	margin: 0 auto 20px auto;
	padding: 10px;
	border: 1px #CCC solid;
	}

#articleDirectory ul {
	list-style: none; 
	}
	
#articleDirectory ul li {
	margin: 15px 0;
	padding-left: 40px;
	background: left top no-repeat url(/img/rc_news_big.png);
	min-height: 40px;
	}

#articleDirectory ul li a.headline {
	font-weight: bold;
	}

#articleDirectory ul li span.byline {
	font-size: 12px;
	}

#articleDirectory #intro {
	margin: 20px 0;
	}

/**************************************************************************
 		               Service Directory 
***************************************************************************/

#serviceDirectory .contentstyle {
	height: 500px;
	}

#serviceDirectory h2{
	line-height: 42px;
	font-size: 14px;
	}

#serviceDirectory img {
	margin-right: 10px;
	}

#serviceDirectory h3{
	margin: 25px 0;
	font-size: 18px;
	color: #006600;
	}

#serviceDirectory h4{
	font-size: 16px;
	margin: 5px 0;
	}


/**************************************************************************
             			 User Uploaded Legal Forms 
***************************************************************************/


#resourceLegalForms {
	width: 700px;
	display: block;
	list-style: none;
	margin-left: 0;
	}

#resourceLegalForms li.form {
	float: left; 
	width: 300px; 
	height: 350px;
	padding: 15px 25px;
	}

/**************************************************************************
             			 INSTRUCTIONAL VIDEOS
***************************************************************************/

#videoDirectory {
	margin-bottom: 15px;
	}



