/*  
Theme Name: Concussion
Theme URI: http://www.concussion.net/
Description: A three column fixed width theme with both sidebars widget ready.
Version: 1.0
Author: AC
Author URI: http://www.concussioninteractive.net
*/		

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

ul
{
list-style: none;
}

body 
{
font-size: 12px;
margin: 0;
padding:0;
text-align: center;
color: #333;
font-family: Arial, Helvetica, sans-serif;
background:#FFFFFF;
}

#wrap
{
width:850px;
margin: 40px auto;
background: none;
padding: 5px 0;
}

						/****************************************************
                         ********************* Classes **********************
                         ****************************************************/

.pheader{
padding:0 40px 50px 0;
margin:0;
font-family:Helvetica, Arial;
font-size:18px;
color:#8a8a8a;
line-height:20px;
}

                        /****************************************************
                         ******************* Blogtitle **********************
                         ****************************************************/

#blogtitle
{
width:850px;
display: block;
color: #480000;
text-align:center;
margin: 0 auto 30px auto;
padding: 5px 0 0 0;
text-align: left;
}

h1 img
{
margin-bottom:10px;
}

h1.blogtitle
{
text-align:left;
margin: 15px 0 10px 0;
font-size: 26px;
border-bottom:#e2e2e2 1px solid;
}

h2.blogheader
{
text-align:right;
margin: 0 27px 0 0;
}

#blogtitle img
{
margin-left:10px;

}

#blogtitle a:link
{
color: #480000;
text-decoration: none;
border: none;
}

#blogtitle a:visited
{
color: #480000;
text-decoration: none;
border: none;
font-weight: normal;
padding: 2px 15px;
}

#blogtitle a:hover
{
color: #7F1717;
text-decoration: none;
padding: 6px 15px;
margin-left: 0;
}

.description
{
color: #62838F;
text-align: left;
font-size: 18px;
margin-left: 8px;
}
					
						/****************************************************
                         ****************** LogoContainer *******************
                         ****************************************************/

#logocontainer
{
width:300px;
height:250px;
margin:35px 0 -50px 0;
padding:0;
float:left;
text-align:left;
}

#logocontainer ul{
margin:40px 0 0 150px;
font-family:Helvetica, Arial;
}

#logocontainer ul li{
margin:10px 0 10px 0;
}

#logocontainer ul li a:link{
color:#898989;
}

/* #logocontainer ul li a{
	color:#898989;
}*/

#logocontainer ul li a:visited{
color:#898989;
}

#logocontainer ul li a:hover{
color:#F37321;
}

                    
					    /****************************************************
                         ***************** PictureContainer *****************
                         ****************************************************/

#navcontainer
{
width:520px;
margin:0;
padding:0;
float:right;
text-align:left;
}



						/****************************************************
                         ******************* Navigation *********************
                         ****************************************************/


#navcontainer #navigation{
width: 520px;
overflow: hidden;
height:40px;
line-height:2.7em;
background:#FFFFFF;
margin-bottom: 0;
font-family:Helvetica, Arial;
text-align:center;
margin:auto;
padding:auto;
}

#navcontainer #navigation ul 
{
margin:0;
padding:0;
}

#navcontainer #navigation li {
float:left;
margin:0;
padding:0;
list-style-type:none;
white-space:nowrap;
border-color:#6F7076;
}

#navcontainer #navigation li a 
{
display:block;
padding:0;
margin:0 62px 0 0;
font-size:0.8em;
text-transform:uppercase;
letter-spacing:1px;
}

* html #navcontainer #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#navcontainer #navigation form 
{
float:right;
height:100%;
width:164px;
padding:0 15px;
line-height:0;
}

#navcontainer #navigation form fieldset 
{
  /* centering the search form could've
  been done way more elegant but IEWin
  and Opera refused to follow the rules */
  margin-top:7px;
border:0 solid; /* Opera */
}

* html #navcontainer #navigation form fieldset {margin-top:7px;}

#navcontainer #navigation #s 
{
height:1.5em;
width:115px;
margin:0 5px 0 0;
padding:0;
border:1px solid;
font-size:0.8em;
vertical-align:middle;
border-color:#FFF9EA;
}

#navcontainer #navigation #searchbutton 
{
height:2em;
width:auto;
padding:0 1px;
font-size:9px;
letter-spacing:1px;
text-align:center;
vertical-align:middle;
color:white;
background-color:#798288;
}

#wrap #navcontainer #navigation .current_page_item a{
	color:#F37321;
	
}

#wrap #navcontainer #navigation .current-cat a{
	color:#F37321;
	
}

#navcontainer #navigation a 
{
color:#000000;
/*font-weight:bolder;*/
font-size:13px;
}


#navcontainer #navigation .selected,
#navcontainer #navigation .current_page_item,
#navcontainer #navigation a:hover
{
color:#fd6d0c;
}

#navcontainer #navigation a:visited
{
font-weight: bold;
}

#wrap #containercontent #container.clearfix #leftnav #logocontainer .current_page_item {
	color:#F37321;
	
}

#wrap #containercontent #container.clearfix #leftnav #logocontainer .current-cat {
	color:#F37321;
	
}

#wrap #containercontent #container.clearfix #leftnav #logocontainer .current_page_item a{
	color:#F37321;
	
}

#wrap #containercontent #container.clearfix #leftnav #logocontainer .current-cat a{
	color:#F37321;
	
}


.cat item .current-cat{
	font-weight:bolder;
}

page_item page-item

.button
{
margin-bottom: -4px;
}



                        /****************************************************
                         *********************** Container ******************
                         ****************************************************/

#containercontent
{
margin-left: auto;
margin-right: auto;
width: 850px;
/*background-image: url('img/wp_container_shadow_side.gif');*/
background-repeat: repeat-y;
}


#container
{
clear:both;
padding:0;
min-height: 419px;
margin-left: 2px;
margin-top: 0;
width:850px;
/*background:url(img/wp_container_bg.gif) repeat-x #E5E5E5;*/
}




                        /*****************************************************
                         *************** Left Sidebar Container **************
                         *****************************************************/
#leftnav
{
float: left;
width: 310px;
margin: 0;
padding-top: 50px;
margin-top: 0;
margin-left: 2px;
margin-bottom: 20px;
text-align: left;
}

#leftnavindex
{
float: left;
width: 310px;
margin: 0;
padding-top: 100px;
margin-top: 0;
margin-left: 2px;
margin-bottom: 20px;
text-align: left;
}

.brain
{
margin:30px 0 0 40px;
}

                        /*****************************************************
                         ************* Right Sidebar Container ***************
                         *****************************************************/

#rightnav
{
float: right;
width: 180px;
margin: 0;
padding-top: 4px;
margin-top: 0;
margin-bottom: 20px;
margin-right: 2px;
text-align: left;
}

#rightnavindex
{
float: right;
width: 180px;
margin: 0;
padding-top: 4px;
margin-top: 0;
margin-bottom: 20px;
margin-right: 2px;
text-align: left;
}

.indexright_concpic
{
margin: 60px 5px 10px 5px;
}

.indexright_contactbtn
{
margin-bottom: 5px;
}

.indexright_contactinfo
{
margin-left: 5px;
margin-bottom: 20px;
}

                        /*****************************************************
                         *********************** Content *********************
                         *****************************************************/
#content
{
display: block;
margin: 0px 30px 20px 315px;
padding: 1em;
padding-top: 0;
text-align: left;
}

#contentinterior
{
display: block;
margin: 0 30px 20px 315px;
padding: 1em;
padding-top: 0px;
text-align: left;
}

#content ul
{
padding-left: 15px;
}

#contentinterior ul
{
padding-left: 15px;
}

#content ul li
{
margin-left: 15px;
list-style-type: square;
}

#contentinterior ul li
{
color:#92929A;
line-height:18px;
margin-left:0; /*margin-left: 15px;*/
list-style-type:none; /*list-style-type: square;*/
}

#content ul ul li
{
padding-left: 3px;;
}

#contentinterior ul ul li
{
padding-left: 3px;
}

#content ol
{
list-style-position: inside;
padding-left: 15px;
padding-top: 2px;
margin-bottom: 10px;
}

#contentinterior ol
{
list-style-position: inside;
padding-left: 15px;
padding-top: 2px;
margin-bottom: 10px;
}

#content p
{
padding-left: 0px;
color: #92929A;
line-height: 15px;
}

#contentinterior p
{
padding-left: 0px;
color: #92929A;
line-height: 20px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:13px;
}

#content #indexheading
{
padding: 30px 0px 0px 0px;
}

#content #indexheading #learnmore
{
margin-bottom: 10px;
padding: 0px;
}
                        /*****************************************************
                         *********************** Footer **********************
                         *****************************************************/

.footer{
font-family:Helvetica, Arial;
font-size:11px;
margin-top:40px;
}

#footwrap
{
clear:both;
background: none;
color: #C2C2C2;
padding: 50px 0px 10px 0px;
font-weight: normal;
width: 750px;
background-color: #ffffff;
font-family: Arial,Helvetica,sans-serif;
}

#footwrap p
{
display: block;
margin-top: 5px;
margin-bottom: 5px;
text-align:center;
color: #C2C2C2;
text-transform: uppercase;
font-size: 10px;
letter-spacing:1px;
}

#footwrap a:link
{
color: #C2C2C2;
text-decoration: none;
border: none;
font-weight: normal;
}

#footwrap a:hover
{
color: #FF6E00;
text-decoration: none;
border: none;
}

#footwrap a:visited:hover
{
color: #FF6E00;
text-decoration: none;
border: none;
}

#footwrap a:visited
{
color: #C2C2C2;
text-decoration: none;
border: none;
font-weight: normal;
}

#footwrap img
{
padding: 0px 5px 0px 5px;
}

#footermenu
{
overflow:hidden;
white-space:nowrap;
margin:0;
padding:0;
list-style-type:none;
white-space:nowrap;
border-color:#6F7076;
}

#footermenu li
{
display: inline;
}

#footermenu a
{
padding:0 18px;
font-size:0.8em;
text-transform:uppercase;
letter-spacing:1px;
}


                        /*****************************************************
                         ****************** Left Sidebar *********************
                         *****************************************************/
#sidebarleft
{
font-family:Arial, Helvetica, sans-serif;
color:#666666;
margin: 0 0 10px 140px;
background: none;
padding: 0 8px  0 8px;
text-align:left;
text-transform:uppercase;
font-size:10px;
}

#sidebarleft ul
{
list-type:none;
}

#sidebarleft li
{
padding-top:8px;
padding-bottom: 8px;
}

#sidebarleft ul li
{
padding-left: 0;
margin-left: 0px;
margin-right: 4px;
padding-bottom: 10px;
text-transform:none;
border-bottom:1px solid #CCCCCC;
}

#sidebarleft ul li li
{
padding-left: 0;
margin-left: 8px;
margin-right: 3px;
padding: 2px 0;
list-style-type:circle;
}

#sidebarleft a:link
{
color:#000000;
text-decoration: none;
border: none;
}

#sidebarleft a:hover
{
color:#ff6600;
border: none;
}

#sidebarleft a:visited:hover
{
color:#ff6600;
border: none;
}

#sidebarleft a:visited
{
color:#000000;
text-decoration: none;
border: none;
}

#sidebarleft h2
{
font-family: Arial, sans-serif; 
color: #666666;
padding: 2px 15px 8px 0;
margin-top:8px;
background:#FFFFFF;
border-bottom:1px solid #cccccc;
font-size:12px;
font-weight:bolder;
}

#sidebarleft h2 a:visited{
font-weight:bolder;
color:#666666;
}

#sidebarleft h2 a:link{
font-weight:bolder;
color:#666666;
}

#sidebarleft p
{
padding: 3px;
}

#sidebarleft .widget_recent_entries h2{
color:#ff7200;
border-bottom:none;
margin-top:0;
text-transform:lowercase;
font-size:16px;
font-weight:bolder;
}

#sidebarleft .widget_text h2{
color:#898989;
border-bottom:none;
text-transform:none;
}

#sidebarleft .textwidget ul li a{
color:#898989;
}

#sidebarleft .textwidget ul li{
border-bottom:none;
padding:0;
margin:0;
}

.blogtitle{
color:#ff7200;
margin-top:40px;
text-transform:none;
font-size:16px;
font-weight:bolder;
}

.black{
color:#000000;
}

#sidebarleft #text-2{
padding:0;
margin:0;
}

#sidebarleft .widget_recent_entries{
padding-top:0;
margin-top:0;
}

                        /*****************************************************
                         *********************** Right Sidebar ***************
                         *****************************************************/

#sidebarright
{
font-family: Arial, Helvetica, sans-serif;
color: #666666;
margin-bottom: 10px;
background: none;
padding: 0 8px  0 8px;
}

#sidebarright ul
{
list-type:none;
}

#sidebarright li
{
padding-bottom: 8px;
}

#sidebarright ul li
{
text-transform: uppercase;
padding-left: 0;
margin-left: 20px;
margin-right: 4px;
padding-bottom: 2px;
list-style-type:square;
font-size:11px;
}

#sidebarright ul li li
{
padding-left: 0;
margin-left: 8px;
margin-right: 3px;
padding: 2px 0;
list-style-type:circle;
}


#sidebarright a:link
{
color: #666666;
text-decoration: none;
/*font-weight: bold;*/
border: none;
}

#sidebarright a:hover
{
color: #ff6600;
text-decoration: none;
border: none;
}

#sidebarright a:visited:hover
{
color: #ff6600;
text-decoration: none;
border: none;
}

#sidebarright a:visited
{
color: #666666;
text-decoration: none;
border: none;
}

#sidebarright h2
{
font-family: Arial, sans-serif; 
color: #F37321;
padding: 2px 8px 2px 8px;
background:#EFE7DA; 
margin-top:8px;
border-bottom: 1px solid #E8CFA9;
}

#sidebarleft p
{
padding: 3px;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }


                        /*****************************************************
                         *********************** Paragraph *******************
                         *****************************************************/

p {
margin-bottom: 12px;
margin-top: 0;
}

                        /*****************************************************
                         *********************** Blockquote ******************
                         *****************************************************/

blockquote
{
margin: 0px 0px 0px 30px;
padding: 0px 25px 0px 0px;
font-style: italic;
color: #999;
border-left: 4px solid #480000;
}


                        /*****************************************************
                         ********************** Post Metadata ****************
                         *****************************************************/

.postmetadata
{
display:block;
margin: 10px auto 10px auto;
padding: 5px 8px 8px 0;
text-align: left;
color:#333;
width:95%;
/*background: #E5CFAB;*/
}

#content .postmetadata
{
margin:0;
padding:0;
color:#414141;
padding-left: 0px;
}

.postmetadata a:link
{
border: none;
color: #F37321;
font-weight: normal;
}

.postmetadata a:hover
{
border: none;
color: #929292;
font-weight: normal;
text-decoration: none;
}

.postmetadata a:visited:hover
{
border: none;
color: #929292;
font-weight: normal;
}

.postmetadata a:visited
{
border: none;
color: #F37321;
font-weight: normal;
}

                        /*****************************************************
                         *********************** Links ***********************
                         *****************************************************/

a:link
{
color: #F37321;
text-decoration: none;
}

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

a:visited
{
color: #F37321;
text-decoration: none;
/*font-weight: normal;*/
}

a:visited:hover
{
color:#999999;
text-decoration: none;
}

a img 
{
border:none;
background:none;
padding:5px;
}

#feed, #feed img a:link, #feed img a:visited
{
border: none;
}


                        /*****************************************************
                         *********************** Comments ********************
                         *****************************************************/

.commentlist
{
padding-left: 0;/*padding-left: 40px;*/
padding-right: 15px;
color: #333;
}

.commentlist li
{
margin: 8px 0px 8px 0px;/*margin: 8px 10px 8px 15px;*/
padding-left: 0;/*padding-left: 12px;*/
list-style: none;
margin-bottom: 2px;
/*background: #E5CFAB;*/
}

.commentlist li ul li
{
border: none;
}

.commentlist cite
{
padding: 2px 3px 1px 0;/*padding: 2px 3px 1px 3px;*/
}

.commentlist p
{
padding: 5px 0 2px 0;/*padding: 5px 5px 2px 3px;*/
margin-bottom: 5px;
}

.commentlist a:link
{
border: none;
text-decoration: none;
color: #F37321;
}

.commentlist a:visited
{
border: none;
text-decoration: none;
color: #F37321;
}

.commentlist a:hover
{
border: none;
text-decoration: none;
color: #333;
}

.commentlist a:visited:hover
{
border: none;
text-decoration: underline;
color: #333;
}


.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited
{
text-decoration: none;
color: #333;
}

.commentnumber
{
font: italic normal 14px 'Times New Roman', Times, serif;
margin-top: 2px;
float:right;
color: #333;
font-size: 28pt;
}

#comment
{
width:80%;
}

                        /*****************************************************
                         *********************** Headings*********************
                         *****************************************************/

h1
{
font-size: 36px;
color: #666666;
}

h2
{
font-family: Arial, sans-serif; 
display: block;
font-size: 16px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h3
{
font-family: Arial, sans-serif; 
display: block;
font-size: 14px;
font-weight: normal;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h3.posttitle   
{
font-family: Helvetica, Arial; 
font-size: 12px;
font-weight:bolder;
text-transform:none;
padding-left: 0px;
padding-top: 2px;
padding-bottom: 2px;
margin-top: 5px;
margin-bottom: 0px;
color: #fd6d0c;
line-height:16px;
}

#wrap #container #content .post #posttitlemore h3
{
margin-top:55px;
}

<!-- For the section that is when you click a "More" link -->

/*#wrap #container #content .post #posttitlemore h3   
{
font-family: Helvetica, Arial; 
font-size: 12px;
font-weight:bolder;
text-transform:none;
padding-left: 0px;
padding-top: 70px;
padding-bottom: 2px;
margin-top: 35px;
margin-bottom: 0px;
color: #fd6d0c;
line-height:16px;
}*/

<!---------------------------------------------------------->

h3.pages   
{
font-family: Arial, sans-serif; 
font-size: 22px;
font-weight:lighter;
padding-left: 0px;
padding-top: 2px;
padding-bottom: 2px;
margin-top: 12px;
margin-bottom: 0px;
color: #f37321;
}

.posttitle a:link
{
color: #fd6d0c;
font-weight:bolder;
}

.posttitle a:visited
{
color: #fd6d0c;
font-weight:bolder;
}

.posttitle a:hover
{
color: #fd6d0c;
text-decoration: none;
font-weight:bolder;
}

.posttitle a:visited:hover
{
text-decoration: none;
color: #fd6d0c;
font-weight:bolder;
}

h4
{
font-family: Arial, sans-serif; 
margin-top: 15px;
font-size: 13px;
font-weight: normal;
padding: 5px 0 0 0;/*padding: 5px 0 0 12px;*/
margin: 5px 0 6px 0;
text-align: left;
color: #414141;
}

h5
{
font-family: Arial, sans-serif; 
margin-top: 15px;
font-size: 12px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

#contentinterior p.about{
font-family:Helvetica, Arial;
font-size:14px;
line-height:27px;
color:#535353;
font-weight:bolder;
}

.orange{
color:#F37321;
}

                          /*Miscellaneous*/
.date
{
font-size: 14px;
/*float: right;*/
text-transform: uppercase;
letter-spacing: -2px;
padding: 0;
/*margin-top: 12px;*/
text-align: left;
color: #c0c0c0;
/*border: 1px groove #92929A;*/
}

.entry
{
margin-bottom: 5px;
color: #92929A;
}

.entry p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:0px;
}

.entrytext strong
{
color:#414141;
font-weight:bold;
}

.entrytext p{
margin-bottom:20px;
}

.entrytext h1{
color:#6d6f72;
font-weight:bold;
margin-bottom:15px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

.entrytext h2{
color:#F37321;
font-weight:bold;
margin-bottom:5px;
font-size:12px;
padding:0;
margin-top:35px;
}

                         /*Contained Floats Fix*/
.post
{
display: block;
overflow:hidden;
width: 95%;
padding-top: 5px;
padding-bottom: 15px;
}
                     /*Code*/
code
{
display: block;
margin: 10px 30px 0 30px;
padding: 2px 10px 5px 10px;
border-top: 4px solid #333;
color: #FFFFE8;
background: #480000;
}

/*#searchform {
margin-left: 5px;
	}*/



/******************Calendar**************/
#wp-calendar 
{
empty-cells: show;
margin: 10px auto 0;
width: 160px;
}

#wp-calendar #next a 
{
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a 
{
padding-left: 10px;
text-align: left;
}

#wp-calendar td 
{
padding: 2px 0;
text-align: center;
}

#wp-calendar th 
{
text-align: center;
}

#wp-calendar caption 
{
text-align: center;
width: 100%;
text-transform: uppercase;
font-weight: bold;
}

img 
{	
border:none;
margin-top:20px;
}

.alignright
{
text-align: right;
}

.alignleft
{
text-align: left
}

.navigation
{
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 0;
}

.wp-smiley
{
padding: 0;
}

.textwidget
{
margin: 0;
}




/****Rounded corners********/
.roundcont
{
/*background-color: #E5CFAB;*/
margin-top: 10px;
}

.roundcont p
{
	margin: 0 10px 0 10px;
}

.roundtop
{ 
	/*background: url(img/tl.png) no-repeat top right; */
}

.roundbottom
{
	/*background: url(img/br.png) no-repeat top right; */
}

img.corner
{
   width: 5px;
   height: 5px;
   border: none;
   display: block !important;
}

a.rsswidget img {
	display: none;
}

#rss-1 h2.widgettitle {
	margin-top: 31px;
}
