/*  
Theme Name: Paragon Media One v2.0
Theme URI: http://www.paragonmediaone.com/
Description: Theme for new PM1 site.
Version: 1.0
Author: Jesse Hixson
Author URI: http://www.paragonmediaone.com/

*/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Arial, Verdana, sans-serif;
	background: #dadada url(images/contentbg2.gif) top repeat-x;
	color: #666;
	font-size: 12px;
	text-align: center;
}

#wrapper
{
	width: 100%;
	background: #dadada url(images/contentbg2.gif) top repeat-x;
	color: #666;
}

#container
{
	margin: 0px auto;
	width: 960px;
	text-align: left;
	border: 1px solid #dadada;
	border-top: none;
	background-color: #fff;
	color: #666;
}


/* ----------- general stuff ---------- */
p
{
	line-height: 180%;
	padding-bottom: 10px;
}

p.quickcontact
{
	text-align: right;
	font-weight: bold;
	padding: 5px 20px 5px 0px;
}

p.quickcontact span
{
	margin: 0px 8px;
}

a img
{
	border: none;
}

h2
{
	font-size: 20px;
	font-weight: bold;
	color: #242675;
	background-color: transparent;
}

h2.grey
{
	font-size: 30px;
	font-weight: bold;
	color: #666;
	background-color: transparent;
	padding-bottom: 15px;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	color: #242675;
	background-color: transparent;
}

a
{
	color: #242675;
	background-color: transparent;
	text-decoration: underline;
}

.hide
{
	display: none;
}

.show
{
	display: block;
}

.floatleft, img.left
{
	float: left;
	margin: 5px 10px 5px 0px;
}

.floatright, img.right
{
	float: right;
	margin: 5px 0px 5px 10px;
}

ul, ol
{
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 200%;
	list-style-type: disc;
}

.invalid
{
	background-color: #FF9900;
	color: #fff
}

.nospam
{
	display: none;
}
/* ------------------------------------ */


/* -------------- header stuff ------------- */
#header
{
	width: 100%;
	background-color: #fff;
	color: #666;
}

#header_container
{
	width: 960px;
	margin: 0px auto;
	height: 100px;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	background-color: #fff;
	color: #666;
}

#header .logo
{
	width: 375px;
	height: 100px;
	background: transparent url(images/head_bg2.gif) repeat-x;
	color: #666;
	float: left;
}

#header h1 a
{
	background: transparent url(images/small_logo.jpg) no-repeat center;
	color: #666;
	text-indent: -9000px;
	height: 100px;
	width: 210px;
	float: left;
}

#header .content
{
	height: 100px;
	text-align: left;
	background-color: #fff;
	color: #666;
	float: right;
	width: 655px;	
}

#header .searchcontent
{
	position: relative;
	top: 15px;
	left: 455px;
	float: left;
	width: 182px;
}

#header .searchbox
{
	width: 150px;
	height: 16px;
	padding: 2px;
	border: 1px solid #999;
	float: left;
}

#header .mag
{
	float: left;
	margin: 2px 4px 0px 0px;
}

#header input.formitem, #main_content_full .formitem
{
	border: 0px #fff;
	width: 110px;
	float: left;
	background-color: #fff;
	color: #ccc;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	padding: 2px 0px 2px 2px;
}

#main_content_full .formitem
{
	width: 200px;
	border: 1px solid #666;
	color: #666;
	background-color: #fff;
	float: none;
}

#main_content_full .invalid, #header input.invalid
{
	background-color: #FF9900;
	color: #fff
}

#main_content_full .button
{
	border: 1px solid #666;
	background-color: #eee;
	color: #666;
	padding: 2px 10px;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}

#header input.go
{
	float: right;
}

a.clientlogin
{
	float: right; 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
}

a.clientlogin:hover
{
	text-decoration: underline;
}
/* ----------------------------------------- */


/* -------------- menu stuff ------------- */
#menu
{
	clear: both;
	margin-top: 27px;
	float: left;
	position: relative;
	height: 22px;
	width: 650px;
	overflow: hidden;
	background-color: #fff;
	padding: 4px 4px 4px 0px;
	font-size: 11px;
	z-index: 1;
}

#menu ul
{
	line-height: normal;
	margin: 0px;
}

#menu ul li 
{
	float: left;
	list-style-type: none;	
}

#menu ul li a 
{
	position: relative;
	display: block;
	height: 22px;
	float: left;
	overflow: hidden;
	padding: 4px 15px 5px 15px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	z-index: 100;
	outline: none;
}

#menu li.background 
{
	background: transparent url(images/menubg_right.gif) no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#menu .background .left 
{
	background: transparent url(images/menubg_left.gif) no-repeat top left;
	height: 22px;
	margin-right: 6px;
}

#menu a.clients
{
	position: relative;
	top: 4px;
	font-weight: bold;
	margin-left: 20px;
}
/* --------------------------------------- */


/* ----------- main content stuff ---------- */
.banner
{
	width: 960px;
	margin: 0px auto 15px auto;
	text-align: center;
}

#main_content_wide
{
	padding: 20px;
}

#main_content, #main_content_divided, #main_content_full
{
	width: 330px;
	float: left;
	margin-right: 25px;
	padding-left: 5px;
	margin-bottom: 20px;
}

#main_content
{
	width: 420px;
	margin-right: 30px;
}

#main_content_divided
{
	border-left: 1px dotted #999;
	padding-left: 25px;
}

#main_content_full
{
	width: 600px;
	padding-left: 15px;
}

.solutionthumb, .newsthumb
{
	width: 115px;
	float: left;
}

.solutionlead
{
	width: 245px;
	float: left;
	margin-left: 10px;
}

.solutionlead h3 a
{
	color: #aaa;
	text-decoration: none;
}

.solutionlead h3 a:hover
{
	color: #666;
	text-decoration: underline;
}

.newsthumb
{
	margin-right: 10px;
}

.newslead
{
	width: 550px;
	float: left;
}

.hrule
{
	height: 1px;
	margin: 10px 0px;
	clear: both;
	border-top: 1px dotted #999;
}

input.contact
{
	width: 200px;
	padding: 2px;
	font-size: 12px;
	background-color: #fff;
	color: #666;
}
input.radio
{
	margin-left: 5px;
	margin-bottom: -3px;
}
textarea.contact
{
	height: 115px; 
	width: 300px;
	font-size: 12px;
	padding: 2px;
	font-family: Arial, Verdana, sans-serif;
	background-color: #fff;
	color: #666;
}

h2.category
{
	font-size: 14px;
	font-weight: bold;
	color: #999;
	background-color: transparent;
	border-bottom: 1px double #999;
	margin: 15px 0px;
	position: relative;
}

a.topper
{
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	position: absolute;
	right: 0px;
	margin-top: 5px;
}

h3.title
{
	color: #EBA031;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
}

.hline
{
	background: url(/images/dot2.gif) bottom center repeat-x; 
	width: 510px; 
	height: 10px; 
	margin-left: 5px;
}

a.cats
{
	margin: 0px 6px;
}

#lbCaption ul, ol, #main_content ul, ol
{
	margin-left: 15px;
	line-height: 150%;
	list-style-type: disc;
}

h3.atStart
{
	background-color: #fff;
	border-bottom: 1px solid #999;
	cursor: pointer;
	padding: 4px 5px;
	margin-bottom: 1px;
	font-size: 12px;
}

div.atStart
{
	clear: both;
	padding: 0px 5px;
	background-color: #fff;
	color: #666;
}

#main_content ul.solution_finder
{
	list-style-type: none;
	margin-bottom: 0px;
	line-height: 150%;
}

#main_content ul.solution_finder li
{
	clear: both;
	padding: 3px 0px;
}

a.checkbox, a.checkbox-active
{
	font-style: normal;
	text-decoration: none;
	color: #666;
	background: #fff url(images/checkbox.gif) bottom left no-repeat;
	outline: none;
	display: block;
	float: left;
	height: 14px;
	width: 14px;
	margin: 3px 5px 0px 0px;
}

a.checkbox-active
{
	background-position: top left;
}

span.request
{
	display: block;
	float: left;
	width: 370px;
	padding-top: 3px;
}

.breadcrumbs
{
	margin: 0px 0px 0px 45px;
	position: relative;
	top: -15px;
}

.breadcrumbs a, .breadcrumbs span 
{
	font-size: 11px;
	margin-right: 5px;
	color: #999;
}

.exp
{
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.exp_img
{
	width: 100px; 
	float: left;
}

.exp_text
{
	width: 450px; 
	float: right;
}

#mediabox2 .exp_text
{
	width: 140px;
}

#mediabox2 .exp h3.title
{
	font-size: 11px;
	color: #000;
	padding-bottom: 5px;
}

#mediabox2 .exp_text p
{
	line-height: 150%;
	font-size: 11px;
}

#mediabox2 a.play
{
	display: block;
	width: 17px;
	height: 17px;
	background: transparent url(images/playbutton.gif) no-repeat;
	float: right;
}

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


/* ----------- sidebar stuff ---------- */
#sidebar
{
	float: left;
	margin-right: 25px;
	padding-left: 25px;
	width: 210px;
	padding-top: 5px;
}
/* ------------------------------------ */

/* ----------- mediabox stuff ---------- */
#mediabox, #tabs 
{
	float: left;
	width: 305px;
	font-size: 11px;
}

#mediabox .content
{
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	padding: 8px 12px 0px 12px;
}

#tabs ul
{
	line-height: normal;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

#tabs li
{
	display:inline;
	list-style-type: none;
	float: left;
	margin-right: 2px;
}

#tabs li a 
{
	float: left;
	background: url(images/tableft2.gif) no-repeat left bottom;
	text-decoration: none;
	outline: none;
	display: block;
	padding: 0px 0px 0px 6px;
	line-height: normal;
	height: 20px;
	
}

#tabs li a span 
{
	float: left;
	background: url(images/tabright2.gif) no-repeat right bottom;
	padding: 4px 10px 2px 4px;
	font-weight: bold;
	color: #fefefe;
	cursor: pointer;
	line-height: normal;
	height: 14px;
	position: relative;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover, #tabs .current a 
{
	background-position: left top;
}

#tabs a:hover span, #tabs .current a span 
{
	background-position: right top;
	color: #000;
}

#submenus
{
	background-color: #ddd;
	padding: 5px;
}

#submenus a
{
	margin: 0px 3px 0px 2px;
}

.topic
{
	width: 100px;
	text-align: center;
	float: left;
	margin: 5px;
	line-height: 100%;
}

.topic a
{
	text-decoration: none;
	font-weight: bold;
}

.topic span
{
	display: block;
}

.titlebar
{
	background-color: #fff;
	color: #0C0C48;
	height: 30px;
	width: 858px;
}

.titlebar-left
{
	height: 30px;
	width: 6px;
	background: #ddd url(images/mediacenter_left.gif) no-repeat;
	float: left;
}

.titlebar-right
{
	height: 30px;
	width: 6px;
	background: #ddd url(images/mediacenter_right.gif) no-repeat;
	float: right;
}

.titlebar span
{
	padding: 8px 0px 0px 5px;
	float: left;
	font-weight: bold;
}

.titlebar a.sendlink
{
	padding: 0px 0px 2px 18px;
	background: #fff url(images/email.png) no-repeat;
	float: right;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	color: #0C0C48;
}
/* ------------------------------------- */


/* ----------- infobox stuff ---------- */
#infobox
{
	width: 213px;
	float: left;
}

#infobox .content
{
	padding-top: 8px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #ddd;
	text-align: center;
}

#infobox h3
{
	text-align: center;
	width: 213px;
	height: 10px;
	margin-bottom: 3px;
	padding-top: 8px;
	color: #fff;
}

#infobox .top
{
	background: #fff url(images/infobox_top.gif) bottom no-repeat;
	height: 30px;
}

#infobox .bottom
{
	background: #fff url(images/infobox_bottom.gif) top no-repeat;
	height: 10px;
}

#infobox p
{
	font-style: italic;
	color: #242675;
	background-color: #ddd;
	font-size: 11px;
	width: 185px;
	text-align: left;
	margin: 0px auto;
}
/* ------------------------------------ */


/* ----------- doubletake stuff ---------- */

#doubletake
{
	width: 920px;
	position: relative;
	margin-top: 25px;
	line-height: normal;
}

#doubletake a.logo
{
	position: absolute;
	top: -30px;
	right: 0px;
	background: transparent url(images/dt_logo2.gif) no-repeat;
	width: 180px;
	height: 90px;
	z-index: 10;
}

#doubletake .buttons
{
	background-color: transparent;
	position: relative;
	z-index: 5;
	line-height: 100%;
}

/*
#doubletake a.lefttab
{
	background: transparent url(images/dt_tableft3.gif) bottom left no-repeat;
	padding: 6px 16px 9px 16px;
	text-decoration: none;
}

#doubletake a.midtab
{
	background: transparent url(images/dt_tabmid3.gif) bottom left no-repeat;
	padding: 6px 30px 9px 29px;
	margin-left: 8px;
	text-decoration: none;
}

#doubletake a.righttab
{
	background: transparent url(images/dt_tabright3.gif) bottom left no-repeat;
	padding: 6px 20px 9px 18px;
	margin-left: 8px;
	text-decoration: none;
}
*/

#doubletake a.lefttab
{
	background: transparent url(images/dt_tableft3.gif) bottom left no-repeat;
	height: 30px;
	width: 75px;
	text-decoration: none;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
}

#doubletake a.lefttab span
{
	padding: 6px 16px 9px 16px;
	display: block;
}

#doubletake a.midtab
{
	background: transparent url(images/dt_tabmid3.gif) bottom left no-repeat;
	height: 30px;
	width: 110px;
	margin-left: 8px;
	text-decoration: none;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
}

#doubletake a.midtab span
{
	padding: 6px 30px 9px 29px;
	display: block;
}

#doubletake a.righttab
{
	background: transparent url(images/dt_tabright3.gif) bottom left no-repeat;
	height: 30px;
	width: 70px;
	margin-left: 12px;
	text-decoration: none;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
}

#doubletake a.righttab span
{
	padding: 6px 20px 9px 18px;
	display: block;
}

#doubletake a
{
	font-size: 11px;
	font-weight: bold;
	color: #aaa;
}

#doubletake a:hover, #doubletake a.active
{
	color: #0C0C48;
	background-position: top left;
}

#doubletake .content
{
	border: 1px solid #ddd;
	border-bottom: none;
	margin: 0px 20px;
	padding: 40px 10px 30px 10px;
	position: relative;
	top: -15px;
	z-index: 1;
}

#doubletake .bottom
{
	height: 12px;
	border-bottom: 1px solid #ddd;
	margin: -20px 20px 0px 20px;
}

#doubletake .bl, #doubletake .br
{
	background: #fff url(images/dt_leftcorner.gif) left bottom no-repeat;
	float: left;
	height: 12px;
	width: 12px;
	position: relative;
	top: 1px;
}

#doubletake .br
{
	background: #fff url(images/dt_rightcorner.gif) left bottom no-repeat;
	float: right;
}

#vidplayer
{
	float: left;
	
	border-bottom: none;
	height: 377px;
	margin: 0px auto;
}

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


/* ----------- rightbox stuff ---------- */
#rightbox
{
	width: 300px;
	float: left;
	
}

#rightbox .content
{
	padding: 6px 15px 0px 15px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


#rightbox .top
{
	background: #fff url(images/rightboxtop.gif) bottom no-repeat;
	height: 8px;
}

#rightbox .bottom
{
	background: #fff url(images/rightboxbottom.gif) top no-repeat;
	height: 8px;
}

#rightbox p
{
	font-style: italic;
	line-height: 150%;
}
/* ------------------------------------- */


/* ----------- footer stuff ---------- */
#footer
{
	padding: 78px 0px 10px 0px;
	text-align: center;
	font-size: 11px;
}

#footer p
{
	color: #000;
	margin: 0px;
}

#footer a
{
	color: #666;
	margin: 0px 5px;
}
/* ----------------------------------- */

/* ----------- modal stuff ---------- */
#overlay {
	position: absolute;
	top:0; left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 10;
	visibility: hidden;
}


#modal
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	width: 500px;
	background: transparent url(images/modaltop.gif) top no-repeat;
	z-index: 15;
	visibility: hidden;
	padding-top: 8px;
}

#modal .content
{
	background-color: #fff;
	color: #666;
	font-size: 11px;
	padding: 15px 10px;
	text-align: left;
}

#modal .bottom
{
	width: 500px;
	height: 8px;
	background: transparent url(images/modalbottom.gif) top no-repeat;
	padding: 0px;
	margin: 0px;
}

a.close
{
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	background: transparent url(images/close.png) no-repeat;
}

p.label
{
	width: 110px;
	float: left;
	text-align: right;
	margin-right: 5px;
}

.formitem
{
	clear: both;
	margin-bottom: 10px;
}

.formitem input, .formitem textarea, .formitem select
{
	padding: 2px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

.nospam
{
	display: none;
}

a.button
{
	background: #fff url(images/button.gif) no-repeat;
	color: #666;
	display: block;
	float: left;
	width: 87px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding: 6px 0px 6px 0px;
	text-decoration: none;
	margin: 3px 3px 3px 0px;
}
/* --------------------------------- */

/* ----------- blog stuff ---------- */
.navigation
{
	display: block;
	text-align: center;
	margin: 0px 0px 20px 0px;
	padding: 5px 5px;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left;
}

.commentlist p 
{
	margin: 0px;
}

.commentlist, .commentlist div 
{
	margin: 15px 0px;
}

.sideitem
{
	padding: 0px 20px;
	margin: 20px 0px;
}

.sideitem a
{
	color: #0000FF;
}

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

.post_title
{
	font-weight: bold;
	font-size: 14px;
}

.leavecomment a
{
	color: #EBA031;
}
/* --------------------------------- */


/* -------- new homepage stuff -------- */

.homecontainer
{
	float: left;
	width: 695px;
	border-left: 1px dotted #999;
	padding-left: 20px;
}

.addthisbtn
{
	text-align: right;
	margin: 0px 15px;
}

#mediabox2, #tabs2
{
  	float: right;
  	width: 275px;
	font-size: 11px;
  	
}

#tabs2
{
	background: #fff url(images/mediabox_tabbg.gif) repeat-x bottom;
}

#mediabox2 #tabs2 ul 
{
	list-style:none;
	margin: 0px;
}

#mediabox2 #tabs2 li 
{
	float: left;
	background: url(images/bigtab_left.gif) no-repeat left bottom;
	margin: 0px;
	padding: 0 0 0 4px;
}

#mediabox2 #tabs2 a 
{
	float: left;
	display: block;
	background:url(images/bigtab_right.gif) no-repeat right bottom;
	padding: 3px 13px 3px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #777;
	margin-right: 3px;
	outline: none;
	line-height: 22px;
}

#mediabox2 #tabs2 a:hover 
{
  	color: #333;
}

#mediabox2 #tabs2 .current 
{
	background-position: left top;
}

#mediabox2 #tabs2 .current a 
{
	background-position: right top;
	color: #333;
	padding-bottom: 3px;
}

#mediabox2 .content
{
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	padding-top: 5px;
}

#mediabox2 p.new
{
	float: right;
	padding: 0px;
	color: #cc0000;
	text-transform: uppercase;
}