/* ------------------------------------

      Title: Combined CSS for weswallace.com
     Author: Mike Bryant  rebele93@gmail.com
   contains: Reset.css
             main.css
             ie.css
---------------------------------------   */


/*  -------------------------------------------------------------
-----------------------------------------------------------------
Title:     Reset.css - Reset Default Browser styles
          This modified CSS is based on Eric Meyer's Reset CSS: http://meyerweb.com/eric/tools/css/reset v1.0 | 20080212
---------------------------------------------------------------
---------------------------------------------------------------  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1em;
}
ol, ul {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	color: #CCC;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Document 
Title: master.css - this is the main CSS for the website
Author: Mike Bryant rebele93@gmail.com adapted for wESwALLACE.com from Dan Marcotte's master.css dan@simplebits.com
*/

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	font-size:1em;
		background-image:url(http://www.weswallace.com/images/new_bkg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:100%;
	margin:0;
        background-color:#070a12;
	}
	
h1{
    font-size:1.4em;
    font-family:"Times New Roman", Times, serif;
    margin:10px 0 10px 0px;
    color:#b0abd7;
    margin-bottom:1px #b0abd7 solid
    width:95%;
}

h2{
    font-size:1.3em;
    font-family:"Times New Roman", Times, serif;
    margin:10px 0 10px 0px;
    color:#ada9d1;
}

h3{
    font-size:1.2em;
    font-family:"Times New Roman", Times, serif;
    margin:10px 0 10px 0px;
}

h4{
    font-size:1.1em;
    font-family:"Times New Roman", Times, serif;
    margin:10px 0 10px 0px;
    color:#ada9d1;
}

.entrytitle{
        font-size:1.3em;
        color:#ccc;
        border-bottom:2px solid #ccc;        

}

/* -----------------------   links --------------------------------------- */
a:link {
	color:#4876FF;
	outline:none;
	text-decoration:none;
        font-weight:bold;
	}

 a:visited {
        color:#4876FF;
	outline:none;
	text-decoration:none;
        font-weight:bold;
}

a:hover {
	color:#3333ff;
        text-decoration:underline;
	font-weight:bold;        
	}
	

/* -----------------------   page structure --------------------------- */
#wrap{
	padding-top:2px;
	margin:0 auto 10px auto;
	border-left:2px #000 solid;
	border-bottom:2px #000 solid;
	border-right:2px #000 solid;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	box-shadow:2px 2px 4px #000;
	-webkit-box-shadow:2px 2px 4px #000;
	-moz-box-shadow:2px 2px 4px #000;
	width:800px;
	height:auto;
	background-color:rgba(0,0,0,.5)
}


	


/* -----------------------   header -------- --------------------------- */
#logo{
	height:80px;
	background-image:url(http://www.weswallace.com/images/wESwALLACE_title.png);
	margin:10px auto 0 auto;
	width:800px;
	border-left:2px #000 solid;
	border-top:2px #000 solid;
	border-right:2px #000 solid;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-topleft:8px;
	box-shadow:2px 0 4px #000;
	-webkit-box-shadow:2px 0 4px #000;
	-moz-box-shadow:2px 0 4px #000;
		}
	
/* nav */
#nav{
	height:22px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.875em;
	background:rgba(0,0,0,.5);
	padding-top:4px;
        padding-bottom:0;
	width:800px;
	border-right:#000 solid 2px;
	border-left:#000 2px solid;
	margin:0 auto;
	box-shadow:2px 0 4px #000;
	-webkit-box-shadow:2px 0 4px #000;
	-moz-box-shadow:2px 0 4px #000;
		}
#nav ul{
	list-style-type:none;
	
	}
#nav li{
	float:left;
	margin:0 0.45em;
	padding:0;
		}

#nav li a, #nav li a:visited{
	color:#ccc;
	font-weight:bold;
	padding:4px; 
	width:100px;
}	
#nav li a:hover{
	color:#ddd;
	background:#000;
	font-weight:bold;
	background-image:url(.http://www.weswallace.com/images/backgrounds/blank.png);
	padding:4px; 
	width:100px;
	border-radiud:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
        text-decoration:none;
}	
/* -----------------------   main styles --- --------------------------- */

#main{
	border:#000 1px solid;
	background-image:url(http://www.weswallace.com/images/backgrounds/main_bkg.png);
	color:#ccc;
	width:770px;
	height:auto;
	padding:10px;
	margin:4px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	box-shadow:2px 2px 4px #CCC;
	-webkit-box-shadow:2px 2px 4px #CCC;
	-moz-box-shadow:2px 2px 4px #CCC;
        overflow:hidden;
	}
#main .hfeed{
        margin-right:16px;
}



#main ol{
        list-style-type:decimal;
        line-height:1.1;
        font-size:1em;
        font:Tahoma;

}

#main ol li{
        font-size:1em;
        font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        line-height:1.2m;
        color:#666;
        margin-left:44px;
}

#main ul{
        list-style-type:none;
        line-height:.1.2;
        font-size:1em;
        font:Tahoma;

}

#main ul li{
        list-style-type:square;
        font-size:1em;
        font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        line-height:1.2em;
        color:#666;
        margin-left:20px;
}



.insidebox{
        margin:10px 14px 10px 14px;
        padding:10px;
        border:1px #ccc solid;
        color:#ccc;
        border-radius:10px;
        -webkit-border-radius:10px;
        -moz-border-radius:10px;
        font-size:.85em;
        line-height:1.2em;
        
}

.entry-content ol li{
        font-size:1.1em;
        line-height:1.2em;
        margin-bottom:8px;
        color:#ccc;
}


/* -----------------------   secondary styles ------------------------- */
#secondary{
	width:156px;
	border:2px #000 solid;
	background-image:url(http://www.weswallace.com/images/backgrounds/steel.png);
	float:right;
	margin:3px;
	padding:0px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow:2px 2px 2px #9cc;
	-webkit-box-shadow:2px 2px 2px #9cc;
	-moz-box-shadow:2px 2px 2px #9cc;	
	overflow:hidden;
	}

#secondary h1 {
	color:#000;
	background-image:url(http://www.weswallace.com/images/backgrounds/steel_2.png);
	font-size:.9em;
	border-bottom: 1px solid #131313;
	margin-bottom:6px;
	padding:4px;
	
	
	}

#secondary li {
	lineheight:1.3em;
	font-size:.875em;
	width:160px;
	}
#secondary li a, #secondary li a:visited  {
	color:#000;
	padding:4px;
	display:block;
	lineheight:1.3em;
	font-size:.875em;
	width:160px;
	}
	
#secondary li a:hover {
	background:#000;
	color:#ddd;
	padding:4px;
	display:block;
	lineheight:1.3em;
	font-size:.875em;
	width:160px;
	}
	
#flashcontent{
        margin:4px auto;

}

/* -----------------------   footer --------- --------------------------- */
#footer {
	background:rgba(0,0,0,.5);
	color:#ccc;
	padding:8px 4px 4px 4px;
	height:auto;
	font-size:.9em;
        font-family:Arial, Helvetica, sans-serif;
		}
		
#footer ul{	list-style-type:none;}
#footer li{
	float:left;
	margin:0 0.45em;
	
	}
#footer em{
	padding:0 10px 0 0;
	float:right;
        font-style:normal;
	text-align:right;
	}
	
#footer a, #footer a:visited{
	color:#ccc;
	font-weight:bold;
	padding:3px; 
	width:100px;
}	
#footer a:hover{
	color:#ddd;
	background:#000;
	font-weight:bold;
	background-color:#000;
	background:#000;
	padding:3px; 
	width:100px;
	border-radiud:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}	
/* -----------------------   misc --------------------------------------- */
.hide{
	display:none;
	}
	
a img{
	border:none;
	}

/* self-clear floats */

.group:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

		
  .shadowImg {
   padding: 9px 11px 11px 9px;
   background-image: url(http://www.weswallace.com/images/shadow.png);
  }


.designby {
	color:#333;
	font-size:.6875em;
	padding-top:10px;
	line-height:1em;
	}

.designby a {
	color:#666;
	height:10px;
	}
	
.designby a:hover, .designby a:visited {
	color:#fff;
	height:10px;
	background-color:transparent;
	}
	
.clearfloat{
	lineheight:1%;
	clear:both;
	}	
	
#statcounter{
	background:#000;
	background-color:#000;
	padding:2px;
	border:1px #000 solid;
	width:54px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	float:right;
	lineheight:1em;
	margin:10px 0 0 0;
	box-shadow:2px 2px 4px #000;
	-webkit-box-shadow:2px 2px 4px #000;
	-moz-box-shadow:2px 2px 4px #000;
	}	

.floatleft{
	float:left;
	margin-right:10px;
	
	}
.floatright{
	float:right;
	margin-left:10px;
	
	}
	
	
#maininsidebox{
	float:left;
	padding:40px 4px 4px 18px;
	background-image:url(http://www.weswallace.com/images/backgrounds/quicklinks_bkg.png);
	background-repeat:no-repeat;
	overflow:hidden;
	width:340px;
	height:90px;
	}
#maininsidebox h1{
	font-size:1.1em;
	color:#03F;
	line-height:1.2em;
	width:100%;
	margin:4px 14px 0 0 ;
	}

#upcomingevent{
	padding:4px 4px 4px 30px;
	background-image:url(http://www.weswallace.com/images/next_event_background.jpg);
	background-repeat:no-repeat;
	width:758px;
	height:300px;
	margin-top:4px;
	overflow:visible;
	margin-right: 16px;
	font-size:1em;
        color:#ccc;
       }
#eventlist{
	padding:16px 4px 4px 30px;
	background-image:url(http://www.weswallace.com/images/upcoming_event_background.jpg);
	background-repeat:no-repeat;
	width:758px;
	height:300px;
	margin-top:4px;
	overflow:visible;
	margin-right: 16px;
	font-size:1em;
        color:#ccc;
}

#eventlist ul{
	margin:20px 30px 0 20px;
        padding:2px; 
}

#eventlist ul li{
        padding:4px;
        font-size:.9em;
        list-style-type:none;
        border:#333 solid 1px;
        margin:4px;
        padding:4px;
        -webkit-border-radius:8px;
        -moz-border-radius:8px;
}

#eventlist ul li em{
        float:left;
        margin:4px 10px 4px 4px;
}


#upcomingevent h1{
	font-size:1em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#ccc;
	line-height:1.2em;
	width:670px;
	margin:22px 10px 4px 30px;
        padding:4px;
	font-weight:bold;
        text-align:left;
        }

#upcomingevent p{
        font-size:.8em;
        line-height:1em;
}

#upcomingevent ul li{
	font-size:.9em;
	color:#000;
	line-height:1em;
	padding:2px;
	width:360px;
        }

		
#upcomingevent a:active, #upcomingevent a:visited{
	color:#ccc;
	text-decoration:none;
	}


.upcomingevent_thumb{
          margin:0 48px 4px 0px;
          padding:0px;
          float:right;
          width:200px;
          height:200px;
          text-align:center;    
}



#timedatelocation{
          float:left;
          width:450px;
          line-height:1em;
          font-size:1.1em;
          padding:0;
          margin:10px 0px 0 30px;
          border:#ddd 1px solid;
          -webkit-border-radius:8px;
          -moz-border-radius:8px;
          background-color:#666;
          color:#000;
          }

#upcomingevent .excerpt p{
          width:440px;
          float:left;
          display:block;
          margin:6px 10px 4px 30px;
          line-height:1.1em;
          padding:0;
          }

	
ul.details li em{
    float:right;
    text-align:left;
    font-style:normal;
    width:290px;
    font-weight:bold;
    }


#mp3 {
      padding:10px;
      width:90%;
      text-align:center;
      margin:0 auto 0 auto;
	}



/*   -----------------------------------------------

ul.individual_details{
    margin:0;  
    width:640px;
    border:1px solid #ccc;
    }

ul.individual_details li {
    font-size:1em;
    display:block;
    color:#999;
    border-bottom:#ccc solid 1px;  
    margin:0 0 0 300px;
    padding:4px }

ul.individual_details li em{
    float:right;
    text-align:left;
    font-style:normal;
    color:#333;
    width:240px;
    font-weight:normal;
}

 ---------------------------------------------    */
#mikenote{
       margin:14px;
       background-color:#ccc;
       color:red;
       padding:10px;       
}

.thumb {
        padding:0px;
        margin:9px 10px 10px 11px;
        float:left;
        height:100px;
        width:125px;
        border:#666 2px solid;
        -webkit-box-shadow:2px 3px 3px #666;
}


/*  -----------------------------------------------------
----------------------IE Patches-------------------------
------------------------------------------------------- */


/*   --------------------png fix---------------------   */

*html #selector { /* for IE<6 */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled-true, sizingMethod=scale src='img/image.png'); 
    background-imaage: none; 
    background-repeat:no-repeat;
    background-color: transparent;
    }


/*   --------------------self-clear floats-----------   */

*html .group { 
	/* IE6 */
	height: 1%;
	}
	
*:first-child+html .group { 
	/* IE7 */
	min-height:1px;
}




/* ----------------------------------------------------
-------------------  Original CSS----------------------
This css was from the original default.css 
-------------------------------------------------------  */

blockquote, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}


hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

#site-name a {
	border: none;
}

#sidebar-2 a, #sidebar-1 a {
	color: #c00;
	border: none;
}

#accessibility {
	position: absolute;
	top: -10000px;
}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
        text-indent:-9000px;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
        text-indent:-9000px;
}

#sidebar-1, #sidebar-2 {
	padding-top: 50px;
	width: 150px;
}

#sidebar-1 {
	margin-right: 5px;
	float: left;
	text-align: right;
}

#sidebar-2 {
	margin-left: 5px;
	float: right;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}


/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

#sidebar-1, #sidebar-2 {
\width: 150px;
w\idth: 150px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

.eventdate {
        font-size:.9em;
        color:#ccc;
        
}

/* comments
----------------------------------------------- */
ol.comments{
        margin-bottom:14px;


}

ol.comments li{
        list-style-type:none;
        margin:0 0 6px 0;
        color:#000;
        background-image:url(<txp:image id="7" />);
        width:660px;
        padding:6px;
        border:#999 1px solid;
        border-radius:8px;
        -webkit-border-radius:8px;
        -moz-border-radius:8px;
        overflow:hidden;
        
                
}

.comments li p{
       font-size:.9em;

 }

.comments-wrapper{
        background-color:#000;
        background-image:url(http://www.weswallace.com/images/comment_bkg.jpg);
        background-repeat:no-repeat;
        
        width:660px;
        margin:0 0 10px 42px;
        padding:44px 6px 6px 6px;
        border:#999 1px solid;
        
      }

.comments-wrapper table tbody tr td label{
      padding-right:10px;
      padding-bottom:4px;

}

.comments-wrapper table tbody tr td input{
      margin-bottom:10px;
      background-color:#aaa;
}


.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 1px solid #fdd;
}

#cpreview {
	color: #ccc;
        font-weight:normal;
        border: 2px solid #f33;
        margin:10px 10px 16px 10px;
        position:relative;
        width:600px;
        margin:10px;
        padding:10px;
        border:#999 1px solid;
        border-radius:8px;
        -webkit-border-radius:8px;
        -moz-border-radius:8px;
        overflow:hidden;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

.txpCommentInputMessage{
        width:560px;
        background-color:#aaa;

}

#txpCommentInputForm a{
        font-weight:normal;
        margin:10px 0 10px 0;
        color:#999;
}


#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

#gravatar{
       float:left;
       padding:6px;
}


#comment_message{
       width:80%;
       float:left;
       margin-left:10px;
}

#comment_preview_wrapper{
       border:1px #ccc solid;
       padding:6px;
       overflow:hidden;
       background-color:#000;
       border-radius:8px;
        -webkit-border-radius:8px;
        -moz-border-radius:8px;
       width:460px;
       

}

/* error page
----------------------------------------------- */

.error-status {
	font-size: 1.3em;
        color:#ccc;
        border:1px red solid;
}

.articleimage{
        float:right;
        padding:10px;
        margin:10px;
        border:#fff solid 1px;
}

#mixremix ol li{ 
          font-size:.85em;
          line-height:1em;
          color:#666;
          padding:0;

}

#linklist ul li {
         margin-left:14px;
         line-height:.9em;
         font-size:.875em
}

#aboutwes ul li{
         margin-left:14px; 
         line-height:1em;
         font-size:.875em
         border:#fff dashed 1px;


}


.smallfont{
         font-size:.875em;


}



.desc{
         font-color:#ccc;
         font-size:.875em;
}

.zemText{}
.zemTextarea input{
      background-color:#ccc;
      color:#fff;
}
.zemSelect{}
.zemRadio{}
.zemCheckbox{}
.zemSubmit{}


/* --------------------------TITLE IMAGES  -------------   */

.about_section{
       text-indent:-9999px;
       background-image:url(http://weswallace.com/images/title_about.jpg);
       height:38px;
       width:743px;
       margin:0 0 10px 0;
       padding:0;
}
.contact_section{
       text-indent:-9999px;
       background-image:url(http://weswallace.com/images/title_contact.jpg);
       height:38px;
       width:743px;
       margin:0 0 10px 0;
       padding:0;
}
.mix_section{       text-indent:-9999px;
       background-image:url(http://weswallace.com/images/title_mixremix.jpg);
       height:38px;
       width:743px;
       margin:0 0 10px 0;
       padding:0;
}
.MP3_section{       text-indent:-9999px;
       background-image:url(http://weswallace.com/images/title_mp3.jpg);
       height:38px;
       width:743px;
       margin:0 0 10px 0;
       padding:0;
}
.links_section{       text-indent:-9999px;
       background-image:url(http://weswallace.com/images/title_links.jpg);
       height:38px;
       width:743px;
       margin:0 0 10px 0;
       padding:0;
}
.news_section{
       text-indent:-9999px;
       background-image:url(http://weswallace.com/images/title_news.jpg);
       height:38px;
       width:743px;
       margin:0 0 10px 0;
       padding:0;
}
.comments_section{
       text-indent:-9999px;
       background-image:url(http://weswallace.com/images/title_comments.jpg);
       height:38px;
       width:743px;
       margin:0 0 10px 0;
       padding:0;
}
.terms_section{
       text-indent:-9999px;
       background-image:url(http://weswallace.com/images/title_terms.jpg);
       height:38px;
       width:743px;
       margin:0 0 10px 0;
       padding:0;
}
.aboutweb_section{       text-indent:-9999px;
       background-image:url(http://weswallace.com/images/title_aboutweb.jpg);
       height:38px;
       width:743px;
       margin:0 0 10px 0;
       padding:0;
}
.images_section{       text-indent:-9999px;
       background-image:url(http://weswallace.com/images/title_images.jpg);
       height:38px;
       width:743px;
       margin:0 0 10px 0;
       padding:0;
}

.sitemap_section{       text-indent:-9999px;
       background-image:url(http://weswallace.com/images/title_sitemap.jpg);
       height:38px;
       width:743px;
       margin:0 0 10px 0;
       padding:0;
}

.pastevents_section{       text-indent:-9999px;
       background-image:url(http://weswallace.com/images/title_pastevents.jpg);
       height:38px;
       width:743px;
       margin:0 0 10px 0;
       padding:0;
}


.gallery{
   margin:4px;
   padding:10px;
   background-color:#333;
   border:#666 1px solid;
       border-radius:8px;
       -moz-border-radius:8px;
       -webkit-border-radius:8px;
   width:40%;
   float:left;
   overflow:hidden;
}

.gallery ol{
      margin:0;
      padding:0;

}
.gallery ol li{
       list-style-type:none;
       float:left;
       margin:0 0 0 -30px;
       padding:0px;
       display:block;
       
}

.gallery ol li img{
       padding:0;
       margin:0;
       border:#666 6px solid;
       border-radius:3px;
       -moz-border-radius:3px;
       -webkit-border-radius:3px;
}  

#pastevents{
       padding:30px 0 0 30px;
}

#pastevents p{
      padding:10px;
      border:1px #333 solid;
      width:400px;
      border-radius:10px;
      -webkit-border-radius:10px;
      -moz-border-radius:10px;
      background-color:#0c0b19;
}

#article_timedatelocation{
  font-size:.8em;
  padding:4px; 
  margin:4px 4px 10px 4px;
  text-align:left;
  font-family:
  font-family:Arial, Helvetica, sans-serif;
  color:#ccc;
  border: 1px #666 solid;  
  width:300px;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}


