/* MAIN STYLES

-------------------------------------------*/

* { margin: 0; padding: 0; }



body,html {

	font-weight:normal;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:12px;

	color:#000;

	margin:0;

	padding:0;

	background:#000 url(images/bk_body.jpg) 0 0 repeat-x;

	line-height:135%;

}



ul {

	list-style:none;

}



a {

	color:#00C1F2;

}



a:hover {

	text-decoration:none;

}



a:focus {

	outline:none;

}



p {

	margin:1em 0;

}



h2, h3 {

	padding:10px 0 5px;

	line-height:100%;

	

}



h2 {

	font-size:20px;

	color:#00C1F2;

	font-weight:normal;

}



h1 {

	font-size:30px;

	line-height:100%;

	font-weight:normal;

	

}



h1 a {

	text-decoration:none;

	color:#333;

}



h1 a:hover {

	text-decoration:underline;

}







 /* LAYOUT STRUCTURE

--------------------------------------------------*/

#wrapper {

	margin:0 auto;

	width:960px;

}





#header {

	height:145px;

	position:relative;

	z-index:99; 

}



#content {

	padding:22px 27px;

	background:#fff;



}



#colLeft{

	width:600px;

	float:left;	

}



#colRight {

	width:270px;

	float:left;	

	padding-left:35px;

}



#footer {



	background:url(images/bk_footer.jpg) 100% 0 no-repeat;

	padding:20px 0 10px 0;

	width:960px;

	height:80px;

	margin:1px auto;

	color:#999;

	position:relative;

}



/* HEADER ELEMENTS 

--------------------------------------------------*/

/* -- logo --*/

#logo {

	position:absolute;

	top:30px;

	left:0;

	

}



#logo h1 {

	padding:0;

	background:none;

	border:none;

}



#logo h1 a, #logo h1 a:hover{

	background:url(images/logo3.png) 0 0 no-repeat;

	width:350px;

	height:39px;

	text-indent:-9000px;

	display:block;

	text-decoration:none;

	border:none;

}



/* top menu */



#topMenu {

	position:absolute;

	left:0;

	top:88px;

	border-top:1px solid #4E4E4E;

	padding-top:20px;

	width:100%;

}



.sf-menu li {

	position: relative;

	float: left;

	line-height: 37px;

	padding: 0 1px 0 0;

	text-align: center;

}

.sf-menu li a {

	display: block;

	float: left;

	text-decoration: none;

	font-family:Arial, Helvetica, sans-serif;

	text-transform:uppercase;

	border-bottom:none;

	padding:0 15px;

	height:35px;

	line-height:35px;

	position:relative;

	color:#ccc;

	border:1px solid #000000;

	border-bottom:none;

}

#topMenu ul.sf-menu li a:hover {

	background:#99CC00;

	border:1px solid #B8F400;

	color:#fff;

	border-bottom:none;

}

#topMenu ul.sf-menu li ul.children {

	border:1px solid #B8F400;

	background:#99CC00;

	border-top:none;

}

#topMenu ul.sf-menu li ul.children li {

	position:relative;

	line-height:100%;

	height:30px;

}

#topMenu ul.sf-menu li ul.children li a {

	color: #FFF;

	text-decoration: none;

	display:block;

	padding-top:10px;

	line-height:100%;

	border:none;

}

#topMenu ul.sf-menu li ul.children li a:hover {

	text-decoration: none;

	background: none;

	border:none;

	line-height:100%;

	display:block;

	padding-top:10px;

	

}

#topMenu ul.sf-menu li ul.children li ul.children {

	border: none;



}

#topMenu ul.sf-menu li ul.children li ul.children li {

	background:#99CC00;

}

#topMenu ul.sf-menu li ul.children li ul.children a {

	text-decoration: none;

	position:relative;

	border:none;

}

#topMenu ul.sf-menu li ul.children

{

	margin:6px 0 0 0;

}

#topMenu ul.sf-menu li ul.children ul.children

{

	margin:0 0 0 38px;

	border-top:1px solid #B8F400;

}



#topMenu ul li ul li a, #topMenu ul li:hover ul li a,  #topMenu ul li:hover ul li a, #topMenu ul li:hover ul li a:hover {

	background:none;

	border:none;

	color:#fff;

	line-height:100%;

	text-transform:none;

	padding-top:5px;

	height:27px;

}





.twitter {

	position:absolute;

	top:42px;

	right:130px;

	background:url(images/twitter_top.gif) 0 0 no-repeat;

	z-index:99;

}



.twitter a {

	display:block;

	width:139px;

	height:55px;

	text-indent:-9999px;

}



.rss {

	position:absolute;

	height:28px;

	padding-right:34px;

	line-height:28px;

	top:55px;

	right:0;

	background:url(images/rss.gif) 100% 50% no-repeat;

}



.rss a {

	color:#ccc;

	text-decoration:none;

}





/* CONTENT ELEMENTS

----------------------------------------------*/



.catTitle {

	background:url(images/bk_dotted.jpg) 0 100% repeat-x;

	padding:9px 0 ;

	margin-bottom:10px;

	color:#666;

	font-size:14px;

}



.blogItem {

	margin-bottom:15px;

	padding-bottom:15px;

	background:url(images/bk_dotted.jpg) 0 100% repeat-x;

}



.blogItem span.posted {

	background:url(images/bk_dotted.jpg) 0 100% repeat-x;

	padding:5px 0 10px;

	font-size:11px;

	color:#999;

	display:block;

}



.blogItem .metadata {

	margin-bottom:10px;

}



.blogItem .metadata .date {

	float:left;

	background:#00CCFF;

	padding:3px 7px;

	color:#fff;

	font-size:11px;

}



.blogItem .metadata .no_comments {

	float:left;

	background:#99CC00 url(images/bk_comments_no.jpg) 8px 50% no-repeat;

	padding:3px 7px 3px 32px;

	color:#fff;

	font-size:11px;

	margin-left:2px;

}



.blogItem .metadata .no_comments a {

	color:#fff;

}



.blogItem a.more-link {

	display:block;

	clear:both;

	background:url(images/bk_readmore.jpg) 0 0 no-repeat;

	width:104px;

	height:24px;

	text-indent:-9999px;

	margin-top:10px;

}



.blogItem a.readmore:hover {

	background:url(images/bk_readmore.jpg) 0 -24px no-repeat;

}



#colLeft a img {

	border:none;

}



#colLeft ul {

	list-style:square;

	list-style-position:inside;

}



/* colRight */



#colRight h2 {

	clear:both;

	margin:15px 0 5px;

	background:#FFFFFF;

	padding:5px 7px;

	color:#fff;

	font-family:Arial, Helvetica, sans-serif;

	font-size:14px;

	font-weight:bold;

	text-transform:uppercase;

	float:left;

	clear:both;

}



#colRight h2.sponsors {

	background:#EE4A04;

}



#colRight ul {

	position:relative;

}



#colRight ul li {

	background:url(images/bk_dotted.jpg) 0 100% repeat-x;

	padding-bottom:1px;

}



#colRight ul li a{

	display:block;

	padding:8px 0;

	background:url(images/bullet_blue.jpg) 3px 10px no-repeat;

	padding-left:25px;

	color:#666;

	text-decoration:none;

}



#colRight ul li a:hover{

	background:#F5F5F5 url(images/bullet_green.jpg) 3px 10px no-repeat;

}



#colRight #ads {

	clear:both;

	padding:8px 0 10px;

	background:url(images/bk_dotted.jpg) 0 100% repeat-x;

} 



#colRight #ads a {

	float:left;

	margin-right:10px;

	margin-bottom:10px;

}



#colRight #ads img {

	border:none;

}



#ads_msg {

	padding:8px 8px 2px;

	background:#f4f4f4;

	border:1px dotted #ccc;

	float:left;

	line-height:100%;

	width:243px;

	height:22px;

}



#ads_msg a {

	color:#666;

}



.social {

	background:url(images/bk_dotted.jpg) 0 100% repeat-x;

	padding-bottom:10px;

}



.social strong {

	color:#00C1F2;

}



/*COMMENTS

---------------------------------------------*/

#colLeft ul.commentlist {

	margin-bottom:10px;

	list-style-type:none;

}



#colLeft ul.commentlist li {

	background:none;

	border-bottom:1px solid #efefef;

	padding:5px 0;

	padding-left:40px;

}



#colLeft ul.commentlist li .avatar {

	float:left;

	width:32px;

	margin-left:-40px;

}



* html #colLeft ul.commentlist li .avatar {

	margin-bottom:-20px;

}



#colLeft ul.commentlist li.odd {

	background:#f9f9f9;

}



#colLeft ul.commentlist li .commentmetadata {

	font-size:11px;

	color:#999;

}





/* HOME SLIDER

-----------------------------------------------*/



#slider {

	background:#000;

	margin-bottom:20px;

}



.panel .text {

	color:#999;

	height:60px;

	padding:5px 10px 15px;

}



.panel .text p {

	margin:3px 0 0;

}



.panel .text h1, .panel .text h1 a {

	color:#FFF;

	font-size:22px;

	font-weight:normal;

	padding-top:5px;

	padding-bottom:0;

	margin-bottom:0;

}







/* CAROUSEL

---------------------------------------------*/



.stepcarousel{

	float:left;

	position: relative; /*leave this value alone*/

	overflow: hidden; /*leave this value alone*/

	width: 100%; /*Width of Carousel Viewer itself*/

	height: 310px; /*Height should enough to fit largest content's height*/;

}



.stepcarousel span.featured {

	color:#666;

	font-size:11px;

	display:block;

	border-bottom:1px dotted #666;

	padding-bottom:5px;

	width:270px;

}



.stepcarousel .belt{

	position: absolute; /*leave this value alone*/

	left:0;

	top: 0;

}



.stepcarousel .panel{

	float: left; /*leave this value alone*/

	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/

	width: 600px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */

	position:relative;

}



/* FORMS

---------------------------------------------------*/



/* search form */



#searchform {

	background:url(images/bk_dotted.jpg) 0 100% repeat-x;

	padding-bottom:10px;

}



#searchform #s {

	width:130px;

	border:1px solid #ccc;

	font-size:11px;

	padding:5px 2px;

	margin-left:5px;

}



#searchform #searchsubmit {

	background:#00CCFF;

	border:1px solid #48DBFF;

	color:#fff;

	padding:3px 0;

	text-align:center;

	width:54px;

	font-size:11px;

	font-family:Georgia, "Times New Roman", Times, serif;

}



/* post comment */



#commentform label {

	display:block;

	padding:5px 0 2px;

}



#commentform input, #commentform textarea {

	border:1px solid #E5E5E5;

	padding:5px;

	font-size:12px;

	font-family:Arial, Helvetica, sans-serif;

	color:#666;

	width:300px;

}





#commentform textarea {

	width:500px;

}



#commentform input#submit{

	border:none;

	width:124px;

	height:28px;

	text-align:center;

	padding-top:4px;

	margin-top:5px;

	background:url(images/bk_postcomment.jpg) 0 0 no-repeat;

	font-size:11px;

}



/* contact */



#contact label {

	display:block;

	padding:8px 0 2px;

}



#contact input, #contact textarea {

	border:1px solid #E5E5E5;

	padding:5px;

	font-size:12px;

	font-family:Arial, Helvetica, sans-serif;

	color:#666;

	width:300px;

}



#contact textarea {

	width:500px;

}



#contact input.submit {

	border:none;

	width:124px;

	height:28px;

	text-align:center;

	padding-top:4px;

	margin-top:15px;

	background:url(images/bk_sendmsg.jpg) 0 0 no-repeat;

}



.errormsg, .successmsg{

	background:#FEF4F1;

	border:1px solid #F7A68A;

	color:#DA4310;

	padding:10px;

}



.successmsg {

	background:#F5FAF1;

	border:1px solid #C2E1AA;

	color:#8FA943;

}





/* CLEARING

---------------------------------------------------*/

.clearfix:after {

    content: "."; 

    display:block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

}

.clearfix {

	display: block;

}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */



.clear {

	clear: both;

}



.noclear {

	clear: none;

}


/* new page style for tour landing by artist */

#tour_widget_content {
   width: 100%;
}

.az-widget-custom-buy-tickets {
   border: 1px solid blue;
   padding: 10px;
}

.az-widget-custom-th {
   text-align: right;
}




/* style.css */

/* 1    */ /* MAIN STYLES
/* 2    *| 
/* 3    *| -------------------------------------------*/
/* 4    */ 
/* 5    */ * { margin: 0; padding: 0; }
/* 6    */ 
/* 7    */ 
/* 8    */ 
/* 9    */ body,html {
/* 10   */ 
/* 11   */ 	font-weight:normal;
/* 12   */ 
/* 13   */ 	font-family:Arial, "Helvetica", Sans-serif;
/* 14   */ 
/* 15   */ 	font-size:12px;
/* 16   */ 
/* 17   */ 	color:#000;
/* 18   */ 
/* 19   */ 	margin:0;
/* 20   */ 
/* 21   */ 	padding:0;
/* 22   */ 
/* 23   */ 	background:#000 url(/blog/wp-content/themes/simplified/images/bk_body.jpg) 0 0 repeat-x;
/* 24   */ 
/* 25   */ background-position: top center;
/* 26   */ 
/* 27   */ 	line-height:135%;
/* 28   */ 
/* 29   */ }
/* 30   */ 
/* 31   */ 
/* 32   */ 
/* 33   */ ul {
/* 34   */ 
/* 35   */ 	list-style:none;
/* 36   */ 
/* 37   */ }
/* 38   */ 
/* 39   */ 
/* 40   */ 
/* 41   */ a {
/* 42   */ 
/* 43   */ 	color:#00C1F2;
/* 44   */ 
/* 45   */ }
/* 46   */ 
/* 47   */ 
/* 48   */ 
/* 49   */ a:hover {
/* 50   */ 

/* style.css */

/* 51   */ 	text-decoration:none;
/* 52   */ 
/* 53   */ }
/* 54   */ 
/* 55   */ 
/* 56   */ 
/* 57   */ a:focus {
/* 58   */ 
/* 59   */ 	outline:none;
/* 60   */ 
/* 61   */ }
/* 62   */ 
/* 63   */ 
/* 64   */ 
/* 65   */ p {
/* 66   */ 
/* 67   */ 	margin:1em 0;
/* 68   */ 
/* 69   */ }
/* 70   */ 
/* 71   */ 
/* 72   */ 
/* 73   */ h2, h3 {
/* 74   */ 
/* 75   */ 	padding:10px 0 5px;
/* 76   */ 
/* 77   */ 	line-height:100%;
/* 78   */ 
/* 79   */ 	
/* 80   */ 
/* 81   */ }
/* 82   */ 
/* 83   */ 
/* 84   */ 
/* 85   */ h2 {
/* 86   */ 
/* 87   */ 	font-size:20px;
/* 88   */ 
/* 89   */ 	color:#00C1F2;
/* 90   */ 
/* 91   */ 	font-weight:normal;
/* 92   */ 
/* 93   */ }
/* 94   */ 
/* 95   */ 
/* 96   */ 
/* 97   */ h1 {
/* 98   */ 
/* 99   */ 	font-size:30px;
/* 100  */ 

/* style.css */

/* 101  */ 	line-height:100%;
/* 102  */ 
/* 103  */ 	font-weight:normal;
/* 104  */ 
/* 105  */ 	
/* 106  */ 
/* 107  */ }
/* 108  */ 
/* 109  */ 
/* 110  */ 
/* 111  */ h1 a {
/* 112  */ 
/* 113  */ 	text-decoration:none;
/* 114  */ 
/* 115  */ 	color:#333;
/* 116  */ 
/* 117  */ }
/* 118  */ 
/* 119  */ 
/* 120  */ 
/* 121  */ h1 a:hover {
/* 122  */ 
/* 123  */ 	text-decoration:underline;
/* 124  */ 
/* 125  */ }
/* 126  */ 
/* 127  */ 
/* 128  */ 
/* 129  */ 
/* 130  */ 
/* 131  */ 
/* 132  */ 
/* 133  */  /* LAYOUT STRUCTURE
/* 134  *| 
/* 135  *| --------------------------------------------------*/
/* 136  */ 
/* 137  */ #wrapper {
/* 138  */ 
/* 139  */ 	margin:0 auto;
/* 140  */ 
/* 141  */ 	width:980px;
/* 142  */ 
/* 143  */ }
/* 144  */ 
/* 145  */ 
/* 146  */ 
/* 147  */ 
/* 148  */ 
/* 149  */ #header {
/* 150  */ 

/* style.css */

/* 151  */ 	height:145px;
/* 152  */ 
/* 153  */ 	position:relative;
/* 154  */ 
/* 155  */ 	z-index:99; 
/* 156  */ 
/* 157  */ }
/* 158  */ 
/* 159  */ 
/* 160  */ 
/* 161  */ #content {
/* 162  */ 
/* 163  */ 	padding:22px 27px;
/* 164  */ 
/* 165  */ 	background:#fff;
/* 166  */ 
/* 167  */ 
/* 168  */ 
/* 169  */ }
/* 170  */ 
/* 171  */ 
/* 172  */ 
/* 173  */ #colLeft{
/* 174  */ 
/* 175  */ 	width:600px;
/* 176  */ 
/* 177  */ 	float:left;	
/* 178  */ 
/* 179  */ }
/* 180  */ 
/* 181  */ 
/* 182  */ 
/* 183  */ #colRight {
/* 184  */ 
/* 185  */ 	width:290px;
/* 186  */ 
/* 187  */ 	float:left;	
/* 188  */ 
/* 189  */ 	padding-left:35px;
/* 190  */ 
/* 191  */ }
/* 192  */ 
/* 193  */ 
/* 194  */ 
/* 195  */ #footer {
/* 196  */ 
/* 197  */ 
/* 198  */ 
/* 199  */ 	background: none;
/* 200  */ 

/* style.css */

/* 201  */ 	padding:20px 0 10px 0;
/* 202  */ 
/* 203  */ 	width:960px;
/* 204  */ 
/* 205  */ 	height:80px;
/* 206  */ 
/* 207  */ 	margin:1px auto;
/* 208  */ 
/* 209  */ 	color:#999;
/* 210  */ 
/* 211  */ 	position:relative;
/* 212  */ 
/* 213  */ }
/* 214  */ 
/* 215  */ 
/* 216  */ 
/* 217  */ /* HEADER ELEMENTS 
/* 218  *| 
/* 219  *| --------------------------------------------------*/
/* 220  */ 
/* 221  */ /* -- logo --*/
/* 222  */ 
/* 223  */ #logo {
/* 224  */ 
/* 225  */ 	position:absolute;
/* 226  */ 
/* 227  */ 	top:30px;
/* 228  */ 
/* 229  */ 	left:0;
/* 230  */ 
/* 231  */ 	
/* 232  */ 
/* 233  */ }
/* 234  */ 
/* 235  */ 
/* 236  */ 
/* 237  */ #logo h1 {
/* 238  */ 
/* 239  */ 	padding:0;
/* 240  */ 
/* 241  */ 	background:none;
/* 242  */ 
/* 243  */ 	border:none;
/* 244  */ 
/* 245  */ }
/* 246  */ 
/* 247  */ 
/* 248  */ 
/* 249  */ #logo h1 a, #logo h1 a:hover{
/* 250  */ 

/* style.css */

/* 251  */ 	background-image: url(http://thissongissick.com/blog/wp-content/uploads/2012/10/spriteme1.png);
/* 252  */ 
/* 253  */  	background-position: -10px -10px;
/* 254  */ 
/* 255  */ 	width:350px;
/* 256  */ 
/* 257  */ 	height:39px;
/* 258  */ 
/* 259  */ 	text-indent:-9000px;
/* 260  */ 
/* 261  */ 	display:block;
/* 262  */ 
/* 263  */ 	text-decoration:none;
/* 264  */ 
/* 265  */ 	border:none;
/* 266  */ 
/* 267  */ }
/* 268  */ 
/* 269  */ 
/* 270  */ 
/* 271  */ /* top menu */
/* 272  */ 
/* 273  */ 
/* 274  */ 
/* 275  */ #topMenu {
/* 276  */ 
/* 277  */ 	position:absolute;
/* 278  */ 
/* 279  */ 	left:0;
/* 280  */ 
/* 281  */ 	top:88px;
/* 282  */ 
/* 283  */ 	border-top:1px solid #4E4E4E;
/* 284  */ 
/* 285  */ 	padding-top:20px;
/* 286  */ 
/* 287  */ 	width:100%;
/* 288  */ 
/* 289  */ }
/* 290  */ 
/* 291  */ 
/* 292  */ 
/* 293  */ .sf-menu li {
/* 294  */ 
/* 295  */ 	position: relative;
/* 296  */ 
/* 297  */ 	float: left;
/* 298  */ 
/* 299  */ 	line-height: 37px;
/* 300  */ 

/* style.css */

/* 301  */ 	padding: 0 1px 0 0;
/* 302  */ 
/* 303  */ 	text-align: center;
/* 304  */ 
/* 305  */ }
/* 306  */ 
/* 307  */ .sf-menu li a {
/* 308  */ 
/* 309  */ 	display: block;
/* 310  */ 
/* 311  */ 	float: left;
/* 312  */ 
/* 313  */ 	text-decoration: none;
/* 314  */ 
/* 315  */ 	font-family:Arial, Helvetica, sans-serif;
/* 316  */ 
/* 317  */ 	text-transform:uppercase;
/* 318  */ 
/* 319  */ 	border-bottom:none;
/* 320  */ 
/* 321  */ 	padding:0 15px;
/* 322  */ 
/* 323  */ 	height:35px;
/* 324  */ 
/* 325  */ 	line-height:35px;
/* 326  */ 
/* 327  */ 	position:relative;
/* 328  */ 
/* 329  */ 	color:#ccc;
/* 330  */ 
/* 331  */ 	border:1px solid #000000;
/* 332  */ 
/* 333  */ 	border-bottom:none;
/* 334  */ 
/* 335  */ }
/* 336  */ 
/* 337  */ #topMenu ul.sf-menu li a:hover {
/* 338  */ 
/* 339  */ 	background:#99CC00;
/* 340  */ 
/* 341  */ 	border:1px solid #B8F400;
/* 342  */ 
/* 343  */ 	color:#fff;
/* 344  */ 
/* 345  */ 	border-bottom:none;
/* 346  */ 
/* 347  */ }
/* 348  */ 
/* 349  */ #topMenu ul.sf-menu li ul.children {
/* 350  */ 

/* style.css */

/* 351  */ 	border:1px solid #B8F400;
/* 352  */ 
/* 353  */ 	background:#99CC00;
/* 354  */ 
/* 355  */ 	border-top:none;
/* 356  */ 
/* 357  */ }
/* 358  */ 
/* 359  */ #topMenu ul.sf-menu li ul.children li {
/* 360  */ 
/* 361  */ 	position:relative;
/* 362  */ 
/* 363  */ 	line-height:100%;
/* 364  */ 
/* 365  */ 	height:30px;
/* 366  */ 
/* 367  */ }
/* 368  */ 
/* 369  */ #topMenu ul.sf-menu li ul.children li a {
/* 370  */ 
/* 371  */ 	color: #FFF;
/* 372  */ 
/* 373  */ 	text-decoration: none;
/* 374  */ 
/* 375  */ 	display:block;
/* 376  */ 
/* 377  */ 	padding-top:10px;
/* 378  */ 
/* 379  */ 	line-height:100%;
/* 380  */ 
/* 381  */ 	border:none;
/* 382  */ 
/* 383  */ }
/* 384  */ 
/* 385  */ #topMenu ul.sf-menu li ul.children li a:hover {
/* 386  */ 
/* 387  */ 	text-decoration: none;
/* 388  */ 
/* 389  */ 	background: none;
/* 390  */ 
/* 391  */ 	border:none;
/* 392  */ 
/* 393  */ 	line-height:100%;
/* 394  */ 
/* 395  */ 	display:block;
/* 396  */ 
/* 397  */ 	padding-top:10px;
/* 398  */ 
/* 399  */ 	
/* 400  */ 

/* style.css */

/* 401  */ }
/* 402  */ 
/* 403  */ #topMenu ul.sf-menu li ul.children li ul.children {
/* 404  */ 
/* 405  */ 	border: none;
/* 406  */ 
/* 407  */ 
/* 408  */ 
/* 409  */ }
/* 410  */ 
/* 411  */ #topMenu ul.sf-menu li ul.children li ul.children li {
/* 412  */ 
/* 413  */ 	background:#99CC00;
/* 414  */ 
/* 415  */ }
/* 416  */ 
/* 417  */ #topMenu ul.sf-menu li ul.children li ul.children a {
/* 418  */ 
/* 419  */ 	text-decoration: none;
/* 420  */ 
/* 421  */ 	position:relative;
/* 422  */ 
/* 423  */ 	border:none;
/* 424  */ 
/* 425  */ }
/* 426  */ 
/* 427  */ #topMenu ul.sf-menu li ul.children
/* 428  */ 
/* 429  */ {
/* 430  */ 
/* 431  */ 	margin:6px 0 0 0;
/* 432  */ 
/* 433  */ }
/* 434  */ 
/* 435  */ #topMenu ul.sf-menu li ul.children ul.children
/* 436  */ 
/* 437  */ {
/* 438  */ 
/* 439  */ 	margin:0 0 0 38px;
/* 440  */ 
/* 441  */ 	border-top:1px solid #B8F400;
/* 442  */ 
/* 443  */ }
/* 444  */ 
/* 445  */ 
/* 446  */ 
/* 447  */ #topMenu ul li ul li a, #topMenu ul li:hover ul li a,  #topMenu ul li:hover ul li a, #topMenu ul li:hover ul li a:hover {
/* 448  */ 
/* 449  */ 	background:none;
/* 450  */ 

/* style.css */

/* 451  */ 	border:none;
/* 452  */ 
/* 453  */ 	color:#fff;
/* 454  */ 
/* 455  */ 	line-height:100%;
/* 456  */ 
/* 457  */ 	text-transform:none;
/* 458  */ 
/* 459  */ 	padding-top:5px;
/* 460  */ 
/* 461  */ 	height:27px;
/* 462  */ 
/* 463  */ }
/* 464  */ 
/* 465  */ 
/* 466  */ 
/* 467  */ 
/* 468  */ 
/* 469  */ .twitter {
/* 470  */ 
/* 471  */ 	position:absolute;
/* 472  */ 
/* 473  */ 	top:42px;
/* 474  */ 
/* 475  */ 	right:130px;
/* 476  */ 
/* 477  */  	background-image: url(http://thissongissick.com/blog/wp-content/uploads/2012/10/spriteme1.png);
/* 478  */ 
/* 479  */  	background-position: -10px -100.99999237060547px;
/* 480  */ 
/* 481  */ 	z-index:99;
/* 482  */ 
/* 483  */ }
/* 484  */ 
/* 485  */ 
/* 486  */ 
/* 487  */ .twitter a {
/* 488  */ 
/* 489  */ 	display:block;
/* 490  */ 
/* 491  */ 	width:139px;
/* 492  */ 
/* 493  */ 	height:55px;
/* 494  */ 
/* 495  */ 	text-indent:-9999px;
/* 496  */ 
/* 497  */ }
/* 498  */ 
/* 499  */ 
/* 500  */ 

/* style.css */

/* 501  */ .rss {
/* 502  */ 
/* 503  */ 	position:absolute;
/* 504  */ 
/* 505  */ 	height:28px;
/* 506  */ 
/* 507  */ 	padding-right:34px;
/* 508  */ 
/* 509  */ 	line-height:28px;
/* 510  */ 
/* 511  */ 	top:55px;
/* 512  */ 
/* 513  */ 	right:0;
/* 514  */ 
/* 515  */ 	background-image: url(http://thissongissick.com/blog/wp-content/uploads/2012/10/spriteme1.png);
/* 516  */ 	
/* 517  */ 	background-position: 75px -250.5px;
/* 518  */ 
/* 519  */ }
/* 520  */ 
/* 521  */ 
/* 522  */ 
/* 523  */ .rss a {
/* 524  */ 
/* 525  */ 	color:#ccc;
/* 526  */ 
/* 527  */ 	text-decoration:none;
/* 528  */ 
/* 529  */ }
/* 530  */ 
/* 531  */ 
/* 532  */ 
/* 533  */ 
/* 534  */ 
/* 535  */ /* CONTENT ELEMENTS
/* 536  *| 
/* 537  *| ----------------------------------------------*/
/* 538  */ 
/* 539  */ 
/* 540  */ 
/* 541  */ .catTitle {
/* 542  */ 
/* 543  */ 	background:url(/blog/wp-content/themes/simplified/images/bk_dotted.jpg) 0 100% repeat-x;
/* 544  */ 
/* 545  */ 	padding:9px 0 ;
/* 546  */ 
/* 547  */ 	margin-bottom:10px;
/* 548  */ 
/* 549  */ 	color:#666;
/* 550  */ 

/* style.css */

/* 551  */ 	font-size:14px;
/* 552  */ 
/* 553  */ }
/* 554  */ 
/* 555  */ 
/* 556  */ 
/* 557  */ .blogItem {
/* 558  */ 
/* 559  */ 	margin-bottom:15px;
/* 560  */ 
/* 561  */ 	padding-bottom:15px;
/* 562  */ 
/* 563  */ 	background:url(/blog/wp-content/themes/simplified/images/bk_dotted.jpg) 0 100% repeat-x;
/* 564  */ 
/* 565  */ }
/* 566  */ 
/* 567  */ 
/* 568  */ 
/* 569  */ .blogItem span.posted {
/* 570  */ 
/* 571  */ 	background:url(/blog/wp-content/themes/simplified/images/bk_dotted.jpg) 0 100% repeat-x;
/* 572  */ 
/* 573  */ 	padding:5px 0 10px;
/* 574  */ 
/* 575  */ 	font-size:11px;
/* 576  */ 
/* 577  */ 	color:#999;
/* 578  */ 
/* 579  */ 	display:block;
/* 580  */ 
/* 581  */ }
/* 582  */ 
/* 583  */ 
/* 584  */ 
/* 585  */ .blogItem .metadata {
/* 586  */ 
/* 587  */ 	margin-bottom:10px;
/* 588  */ 
/* 589  */ }
/* 590  */ 
/* 591  */ 
/* 592  */ 
/* 593  */ .blogItem .metadata .date {
/* 594  */ 
/* 595  */ 	float:left;
/* 596  */ 
/* 597  */ 	background:#00CCFF;
/* 598  */ 
/* 599  */ 	padding:3px 7px;
/* 600  */ 

/* style.css */

/* 601  */ 	color:#fff;
/* 602  */ 
/* 603  */ 	font-size:11px;
/* 604  */ 
/* 605  */ }
/* 606  */ 
/* 607  */ 
/* 608  */ 
/* 609  */ .blogItem .metadata .no_comments {
/* 610  */ 
/* 611  */ 	float:left;
/* 612  */ 
/* 613  */ 	background:#99CC00 url(/blog/wp-content/themes/simplified/images/bk_comments_no.jpg) 8px 50% no-repeat;
/* 614  */ 
/* 615  */ 	padding:3px 7px 3px 32px;
/* 616  */ 
/* 617  */ 	color:#fff;
/* 618  */ 
/* 619  */ 	font-size:11px;
/* 620  */ 
/* 621  */ 	margin-left:2px;
/* 622  */ 
/* 623  */ }
/* 624  */ 
/* 625  */ 
/* 626  */ 
/* 627  */ .blogItem .metadata .no_comments a {
/* 628  */ 
/* 629  */ 	color:#fff;
/* 630  */ 
/* 631  */ }
/* 632  */ 
/* 633  */ 
/* 634  */ 
/* 635  */ .blogItem a.more-link {
/* 636  */ 
/* 637  */ 	display:block;
/* 638  */ 
/* 639  */ 	clear:both;
/* 640  */ 
/* 641  */ 	background:url(/blog/wp-content/themes/simplified/images/bk_readmore.jpg) 0 0 no-repeat;
/* 642  */ 
/* 643  */ 	width:104px;
/* 644  */ 
/* 645  */ 	height:24px;
/* 646  */ 
/* 647  */ 	text-indent:-9999px;
/* 648  */ 
/* 649  */ 	margin-top:10px;
/* 650  */ 

/* style.css */

/* 651  */ }
/* 652  */ 
/* 653  */ 
/* 654  */ 
/* 655  */ .blogItem a.readmore:hover {
/* 656  */ 
/* 657  */ 	background:url(/blog/wp-content/themes/simplified/images/bk_readmore.jpg) 0 -24px no-repeat;
/* 658  */ 
/* 659  */ }
/* 660  */ 
/* 661  */ 
/* 662  */ 
/* 663  */ #colLeft a img {
/* 664  */ 
/* 665  */ 	border:none;
/* 666  */ 
/* 667  */ }
/* 668  */ 
/* 669  */ 
/* 670  */ 
/* 671  */ #colLeft ul {
/* 672  */ 
/* 673  */ 	list-style:square;
/* 674  */ 
/* 675  */ 	list-style-position:inside;
/* 676  */ 
/* 677  */ }
/* 678  */ 
/* 679  */ 
/* 680  */ 
/* 681  */ /* colRight */
/* 682  */ 
/* 683  */ 
/* 684  */ 
/* 685  */ #colRight h2 {
/* 686  */ 
/* 687  */ 	clear:both;
/* 688  */ 
/* 689  */ 	margin:15px 0 5px;
/* 690  */ 
/* 691  */ 	background:#FFFFFF;
/* 692  */ 
/* 693  */ 	padding:5px 7px;
/* 694  */ 
/* 695  */ 	color:#fff;
/* 696  */ 
/* 697  */ 	font-family:Arial, Helvetica, sans-serif;
/* 698  */ 
/* 699  */ 	font-size:14px;
/* 700  */ 

/* style.css */

/* 701  */ 	font-weight:bold;
/* 702  */ 
/* 703  */ 	text-transform:uppercase;
/* 704  */ 
/* 705  */ 	float:left;
/* 706  */ 
/* 707  */ 	clear:both;
/* 708  */ 
/* 709  */ }
/* 710  */ 
/* 711  */ 
/* 712  */ 
/* 713  */ #colRight h2.sponsors {
/* 714  */ 
/* 715  */ 	background:#EE4A04;
/* 716  */ 
/* 717  */ }
/* 718  */ 
/* 719  */ 
/* 720  */ 
/* 721  */ #colRight ul {
/* 722  */ 
/* 723  */ 	position:relative;
/* 724  */ 
/* 725  */ }
/* 726  */ 
/* 727  */ 
/* 728  */ 
/* 729  */ #colRight ul li {
/* 730  */ 
/* 731  */ 	background:url(/blog/wp-content/themes/simplified/images/bk_dotted.jpg) 0 100% repeat-x;
/* 732  */ 
/* 733  */ 	padding-bottom:1px;
/* 734  */ 
/* 735  */ }
/* 736  */ 
/* 737  */ 
/* 738  */ 
/* 739  */ #colRight ul li a{
/* 740  */ 
/* 741  */ 	display:block;
/* 742  */ 
/* 743  */ 	padding:8px 0;
/* 744  */ 
/* 745  */ 	background:url(/blog/wp-content/themes/simplified/images/bullet_blue.jpg) 3px 10px no-repeat;
/* 746  */ 
/* 747  */ 	padding-left:25px;
/* 748  */ 
/* 749  */ 	color:#666;
/* 750  */ 

/* style.css */

/* 751  */ 	text-decoration:none;
/* 752  */ 
/* 753  */ }
/* 754  */ 
/* 755  */ 
/* 756  */ 
/* 757  */ #colRight ul li a:hover{
/* 758  */ 
/* 759  */ 	background:#F5F5F5 url(/blog/wp-content/themes/simplified/images/bullet_green.jpg) 3px 10px no-repeat;
/* 760  */ 
/* 761  */ }
/* 762  */ 
/* 763  */ 
/* 764  */ 
/* 765  */ #colRight #ads {
/* 766  */ 
/* 767  */ 	clear:both;
/* 768  */ 
/* 769  */ 	padding:8px 0 10px;
/* 770  */ 
/* 771  */ 	background:url(/blog/wp-content/themes/simplified/images/bk_dotted.jpg) 0 100% repeat-x;
/* 772  */ 
/* 773  */ } 
/* 774  */ 
/* 775  */ 
/* 776  */ 
/* 777  */ #colRight #ads a {
/* 778  */ 
/* 779  */ 	float:left;
/* 780  */ 
/* 781  */ 	margin-right:10px;
/* 782  */ 
/* 783  */ 	margin-bottom:10px;
/* 784  */ 
/* 785  */ }
/* 786  */ 
/* 787  */ 
/* 788  */ 
/* 789  */ #colRight #ads img {
/* 790  */ 
/* 791  */ 	border:none;
/* 792  */ 
/* 793  */ }
/* 794  */ 
/* 795  */ 
/* 796  */ 
/* 797  */ #ads_msg {
/* 798  */ 
/* 799  */ 	padding:8px 8px 2px;
/* 800  */ 

/* style.css */

/* 801  */ 	background:#f4f4f4;
/* 802  */ 
/* 803  */ 	border:1px dotted #ccc;
/* 804  */ 
/* 805  */ 	float:left;
/* 806  */ 
/* 807  */ 	line-height:100%;
/* 808  */ 
/* 809  */ 	width:243px;
/* 810  */ 
/* 811  */ 	height:22px;
/* 812  */ 
/* 813  */ }
/* 814  */ 
/* 815  */ 
/* 816  */ 
/* 817  */ #ads_msg a {
/* 818  */ 
/* 819  */ 	color:#666;
/* 820  */ 
/* 821  */ }
/* 822  */ 
/* 823  */ 
/* 824  */ 
/* 825  */ .social {
/* 826  */ 
/* 827  */ 	background:url(/blog/wp-content/themes/simplified/images/bk_dotted.jpg) 0 100% repeat-x;
/* 828  */ 
/* 829  */ 	padding-bottom:10px;
/* 830  */ 
/* 831  */ }
/* 832  */ 
/* 833  */ 
/* 834  */ 
/* 835  */ .social strong {
/* 836  */ 
/* 837  */ 	color:#00C1F2;
/* 838  */ 
/* 839  */ }
/* 840  */ 
/* 841  */ 
/* 842  */ 
/* 843  */ /*COMMENTS
/* 844  *| 
/* 845  *| ---------------------------------------------*/
/* 846  */ 
/* 847  */ #colLeft ul.commentlist {
/* 848  */ 
/* 849  */ 	margin-bottom:10px;
/* 850  */ 

/* style.css */

/* 851  */ 	list-style-type:none;
/* 852  */ 
/* 853  */ }
/* 854  */ 
/* 855  */ 
/* 856  */ 
/* 857  */ #colLeft ul.commentlist li {
/* 858  */ 
/* 859  */ 	background:none;
/* 860  */ 
/* 861  */ 	border-bottom:1px solid #efefef;
/* 862  */ 
/* 863  */ 	padding:5px 0;
/* 864  */ 
/* 865  */ 	padding-left:40px;
/* 866  */ 
/* 867  */ }
/* 868  */ 
/* 869  */ 
/* 870  */ 
/* 871  */ #colLeft ul.commentlist li .avatar {
/* 872  */ 
/* 873  */ 	float:left;
/* 874  */ 
/* 875  */ 	width:32px;
/* 876  */ 
/* 877  */ 	margin-left:-40px;
/* 878  */ 
/* 879  */ }
/* 880  */ 
/* 881  */ 
/* 882  */ 
/* 883  */ * html #colLeft ul.commentlist li .avatar {
/* 884  */ 
/* 885  */ 	margin-bottom:-20px;
/* 886  */ 
/* 887  */ }
/* 888  */ 
/* 889  */ 
/* 890  */ 
/* 891  */ #colLeft ul.commentlist li.odd {
/* 892  */ 
/* 893  */ 	background:#f9f9f9;
/* 894  */ 
/* 895  */ }
/* 896  */ 
/* 897  */ 
/* 898  */ 
/* 899  */ #colLeft ul.commentlist li .commentmetadata {
/* 900  */ 

/* style.css */

/* 901  */ 	font-size:11px;
/* 902  */ 
/* 903  */ 	color:#999;
/* 904  */ 
/* 905  */ }
/* 906  */ 
/* 907  */ 
/* 908  */ 
/* 909  */ 
/* 910  */ 
/* 911  */ /* HOME SLIDER
/* 912  *| 
/* 913  *| -----------------------------------------------*/
/* 914  */ 
/* 915  */ 
/* 916  */ 
/* 917  */ #slider {
/* 918  */ 
/* 919  */ 	background:#000;
/* 920  */ 
/* 921  */ 	margin-bottom:20px;
/* 922  */ 
/* 923  */ }
/* 924  */ 
/* 925  */ 
/* 926  */ 
/* 927  */ .panel .text {
/* 928  */ 
/* 929  */ 	color:#999;
/* 930  */ 
/* 931  */ 	height:60px;
/* 932  */ 
/* 933  */ 	padding:5px 10px 15px;
/* 934  */ 
/* 935  */ }
/* 936  */ 
/* 937  */ 
/* 938  */ 
/* 939  */ .panel .text p {
/* 940  */ 
/* 941  */ 	margin:3px 0 0;
/* 942  */ 
/* 943  */ }
/* 944  */ 
/* 945  */ 
/* 946  */ 
/* 947  */ .panel .text h1, .panel .text h1 a {
/* 948  */ 
/* 949  */ 	color:#FFF;
/* 950  */ 

/* style.css */

/* 951  */ 	font-size:22px;
/* 952  */ 
/* 953  */ 	font-weight:normal;
/* 954  */ 
/* 955  */ 	padding-top:5px;
/* 956  */ 
/* 957  */ 	padding-bottom:0;
/* 958  */ 
/* 959  */ 	margin-bottom:0;
/* 960  */ 
/* 961  */ }
/* 962  */ 
/* 963  */ 
/* 964  */ 
/* 965  */ 
/* 966  */ 
/* 967  */ 
/* 968  */ 
/* 969  */ /* CAROUSEL
/* 970  *| 
/* 971  *| ---------------------------------------------*/
/* 972  */ 
/* 973  */ 
/* 974  */ 
/* 975  */ .stepcarousel{
/* 976  */ 
/* 977  */ 	float:left;
/* 978  */ 
/* 979  */ 	position: relative; /*leave this value alone*/
/* 980  */ 
/* 981  */ 	overflow: hidden; /*leave this value alone*/
/* 982  */ 
/* 983  */ 	width: 100%; /*Width of Carousel Viewer itself*/
/* 984  */ 
/* 985  */ 	height: 310px; /*Height should enough to fit largest content's height*/;
/* 986  */ 
/* 987  */ }
/* 988  */ 
/* 989  */ 
/* 990  */ 
/* 991  */ .stepcarousel span.featured {
/* 992  */ 
/* 993  */ 	color:#666;
/* 994  */ 
/* 995  */ 	font-size:11px;
/* 996  */ 
/* 997  */ 	display:block;
/* 998  */ 
/* 999  */ 	border-bottom:1px dotted #666;
/* 1000 */ 

/* style.css */

/* 1001 */ 	padding-bottom:5px;
/* 1002 */ 
/* 1003 */ 	width:270px;
/* 1004 */ 
/* 1005 */ }
/* 1006 */ 
/* 1007 */ 
/* 1008 */ 
/* 1009 */ .stepcarousel .belt{
/* 1010 */ 
/* 1011 */ 	position: absolute; /*leave this value alone*/
/* 1012 */ 
/* 1013 */ 	left:0;
/* 1014 */ 
/* 1015 */ 	top: 0;
/* 1016 */ 
/* 1017 */ }
/* 1018 */ 
/* 1019 */ 
/* 1020 */ 
/* 1021 */ .stepcarousel .panel{
/* 1022 */ 
/* 1023 */ 	float: left; /*leave this value alone*/
/* 1024 */ 
/* 1025 */ 	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
/* 1026 */ 
/* 1027 */ 	width: 600px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
/* 1028 */ 
/* 1029 */ 	position:relative;
/* 1030 */ 
/* 1031 */ }
/* 1032 */ 
/* 1033 */ 
/* 1034 */ 
/* 1035 */ /* FORMS
/* 1036 *| 
/* 1037 *| ---------------------------------------------------*/
/* 1038 */ 
/* 1039 */ 
/* 1040 */ 
/* 1041 */ /* search form */
/* 1042 */ 
/* 1043 */ 
/* 1044 */ 
/* 1045 */ #searchform {
/* 1046 */ 
/* 1047 */ 	background:url(/blog/wp-content/themes/simplified/images/bk_dotted.jpg) 0 100% repeat-x;
/* 1048 */ 
/* 1049 */ 	padding-bottom:10px;
/* 1050 */ 

/* style.css */

/* 1051 */ }
/* 1052 */ 
/* 1053 */ 
/* 1054 */ 
/* 1055 */ #searchform #s {
/* 1056 */ 
/* 1057 */ 	width:130px;
/* 1058 */ 
/* 1059 */ 	border:1px solid #ccc;
/* 1060 */ 
/* 1061 */ 	font-size:11px;
/* 1062 */ 
/* 1063 */ 	padding:5px 2px;
/* 1064 */ 
/* 1065 */ 	margin-left:5px;
/* 1066 */ 
/* 1067 */ }
/* 1068 */ 
/* 1069 */ 
/* 1070 */ 
/* 1071 */ #searchform #searchsubmit {
/* 1072 */ 
/* 1073 */ 	background:#00CCFF;
/* 1074 */ 
/* 1075 */ 	border:1px solid #48DBFF;
/* 1076 */ 
/* 1077 */ 	color:#fff;
/* 1078 */ 
/* 1079 */ 	padding:3px 0;
/* 1080 */ 
/* 1081 */ 	text-align:center;
/* 1082 */ 
/* 1083 */ 	width:54px;
/* 1084 */ 
/* 1085 */ 	font-size:11px;
/* 1086 */ 
/* 1087 */ 	font-family:Arial, "Helvetica", serif;
/* 1088 */ 
/* 1089 */ }
/* 1090 */ 
/* 1091 */ 
/* 1092 */ 
/* 1093 */ /* post comment */
/* 1094 */ 
/* 1095 */ 
/* 1096 */ 
/* 1097 */ #commentform label {
/* 1098 */ 
/* 1099 */ 	display:block;
/* 1100 */ 

/* style.css */

/* 1101 */ 	padding:5px 0 2px;
/* 1102 */ 
/* 1103 */ }
/* 1104 */ 
/* 1105 */ 
/* 1106 */ 
/* 1107 */ #commentform input, #commentform textarea {
/* 1108 */ 
/* 1109 */ 	border:1px solid #E5E5E5;
/* 1110 */ 
/* 1111 */ 	padding:5px;
/* 1112 */ 
/* 1113 */ 	font-size:12px;
/* 1114 */ 
/* 1115 */ 	font-family:Arial, Helvetica, sans-serif;
/* 1116 */ 
/* 1117 */ 	color:#666;
/* 1118 */ 
/* 1119 */ 	width:300px;
/* 1120 */ 
/* 1121 */ }
/* 1122 */ 
/* 1123 */ 
/* 1124 */ 
/* 1125 */ 
/* 1126 */ 
/* 1127 */ #commentform textarea {
/* 1128 */ 
/* 1129 */ 	width:500px;
/* 1130 */ 
/* 1131 */ }
/* 1132 */ 
/* 1133 */ 
/* 1134 */ 
/* 1135 */ #commentform input#submit{
/* 1136 */ 
/* 1137 */ 	border:none;
/* 1138 */ 
/* 1139 */ 	width:124px;
/* 1140 */ 
/* 1141 */ 	height:28px;
/* 1142 */ 
/* 1143 */ 	text-align:center;
/* 1144 */ 
/* 1145 */ 	padding-top:4px;
/* 1146 */ 
/* 1147 */ 	margin-top:5px;
/* 1148 */ 
/* 1149 */ 	background:url(/blog/wp-content/themes/simplified/images/bk_postcomment.jpg) 0 0 no-repeat;
/* 1150 */ 

/* style.css */

/* 1151 */ 	font-size:11px;
/* 1152 */ 
/* 1153 */ }
/* 1154 */ 
/* 1155 */ 
/* 1156 */ 
/* 1157 */ /* contact */
/* 1158 */ 
/* 1159 */ 
/* 1160 */ 
/* 1161 */ #contact label {
/* 1162 */ 
/* 1163 */ 	display:block;
/* 1164 */ 
/* 1165 */ 	padding:8px 0 2px;
/* 1166 */ 
/* 1167 */ }
/* 1168 */ 
/* 1169 */ 
/* 1170 */ 
/* 1171 */ #contact input, #contact textarea {
/* 1172 */ 
/* 1173 */ 	border:1px solid #E5E5E5;
/* 1174 */ 
/* 1175 */ 	padding:5px;
/* 1176 */ 
/* 1177 */ 	font-size:12px;
/* 1178 */ 
/* 1179 */ 	font-family:Arial, Helvetica, sans-serif;
/* 1180 */ 
/* 1181 */ 	color:#666;
/* 1182 */ 
/* 1183 */ 	width:300px;
/* 1184 */ 
/* 1185 */ }
/* 1186 */ 
/* 1187 */ #blockquote{
/* 1188 */ background:#f9f9f9;
/* 1189 */ border-left:10px solid #ccc;
/* 1190 */ margin:1.5em 10px;
/* 1191 */ padding:.5em 10px;
/* 1192 */ quotes:"\201C""\201D""\2018""\2019";
/* 1193 */ }
/* 1194 */ blockquote:before {
/* 1195 */ color:#ccc;
/* 1196 */ content:open-quote;
/* 1197 */ font-size:4em;
/* 1198 */ line-height:.1em;
/* 1199 */ margin-right:.25em;
/* 1200 */ vertical-align:-.4em;

/* style.css */

/* 1201 */ }
/* 1202 */ blockquote p {
/* 1203 */ display:inline;
/* 1204 */ }
/* 1205 */ 
/* 1206 */ 
/* 1207 */ #contact textarea {
/* 1208 */ 
/* 1209 */ 	width:500px;
/* 1210 */ 
/* 1211 */ }
/* 1212 */ 
/* 1213 */ 
/* 1214 */ 
/* 1215 */ #contact input.submit {
/* 1216 */ 
/* 1217 */ 	border:none;
/* 1218 */ 
/* 1219 */ 	width:124px;
/* 1220 */ 
/* 1221 */ 	height:28px;
/* 1222 */ 
/* 1223 */ 	text-align:center;
/* 1224 */ 
/* 1225 */ 	padding-top:4px;
/* 1226 */ 
/* 1227 */ 	margin-top:15px;
/* 1228 */ 
/* 1229 */ 	background:url(/blog/wp-content/themes/simplified/images/bk_sendmsg.jpg) 0 0 no-repeat;
/* 1230 */ 
/* 1231 */ }
/* 1232 */ 
/* 1233 */ 
/* 1234 */ 
/* 1235 */ .errormsg, .successmsg{
/* 1236 */ 
/* 1237 */ 	background:#FEF4F1;
/* 1238 */ 
/* 1239 */ 	border:1px solid #F7A68A;
/* 1240 */ 
/* 1241 */ 	color:#DA4310;
/* 1242 */ 
/* 1243 */ 	padding:10px;
/* 1244 */ 
/* 1245 */ }
/* 1246 */ 
/* 1247 */ 
/* 1248 */ 
/* 1249 */ .successmsg {
/* 1250 */ 

/* style.css */

/* 1251 */ 	background:#F5FAF1;
/* 1252 */ 
/* 1253 */ 	border:1px solid #C2E1AA;
/* 1254 */ 
/* 1255 */ 	color:#8FA943;
/* 1256 */ 
/* 1257 */ }
/* 1258 */ 
/* 1259 */ 
/* 1260 */ 
/* 1261 */ 
/* 1262 */ 
/* 1263 */ /* CLEARING
/* 1264 *| 
/* 1265 *| ---------------------------------------------------*/
/* 1266 */ 
/* 1267 */ .clearfix:after {
/* 1268 */ 
/* 1269 */     content: "."; 
/* 1270 */ 
/* 1271 */     display:block; 
/* 1272 */ 
/* 1273 */     height: 0; 
/* 1274 */ 
/* 1275 */     clear: both; 
/* 1276 */ 
/* 1277 */     visibility: hidden;
/* 1278 */ 
/* 1279 */ }
/* 1280 */ 
/* 1281 */ .clearfix {
/* 1282 */ 
/* 1283 */ 	display: block;
/* 1284 */ 
/* 1285 */ }
/* 1286 */ 
/* 1287 */ /* Hides from IE-mac \*/
/* 1288 */ 
/* 1289 */ * html .clearfix {height: 1%;}
/* 1290 */ 
/* 1291 */ .clearfix {display: block;}
/* 1292 */ 
/* 1293 */ /* End hide from IE-mac */
/* 1294 */ 
/* 1295 */ 
/* 1296 */ 
/* 1297 */ .clear {
/* 1298 */ 
/* 1299 */ 	clear: both;
/* 1300 */ 

/* style.css */

/* 1301 */ }
/* 1302 */ 
/* 1303 */ 
/* 1304 */ 
/* 1305 */ .noclear {
/* 1306 */ 
/* 1307 */ 	clear: none;
/* 1308 */ 
/* 1309 */ }
/* 1310 */ 
/* 1311 */ /*    New Ad System installed by davecastlevania
/* 1312 *|  ---------*/
/* 1313 */ 
/* 1314 */ body				{/* background-color:#000; DO NOT UNCOMMENT THIS STYLE */ margin:0; padding:0; background-image: none !important;}  /* [background-color] SHOULD NOT BE CHANGED - IT WILL NEGATIVELY AFFECT MANY SITES */
/* 1315 */ #cmn_wrap			{position:relative; margin:0 auto 0 auto; /* background:#fff; DO NOT UNCOMMENT THIS STYLE */ z-index:2 !important;} /* [background-color] SHOULD NOT BE CHANGED - IT WILL NEGATIVELY AFFECT MANY SITES */
/* 1316 */ #cmn_dynBg_lt, #cmn_dynBg_rt	{display:none;position:fixed; top:0; width:50%; min-width:500px; min-height:1200px; height:auto !important; z-index:1 !important; cursor:pointer; cursor: hand;}
/* 1317 */ #cmn_dynBg_lt			{margin: 0; right:50%; text-align:right; }		/* adjustable parameter: [margin:right] (should be #cmn_wrap[width]/2 */
/* 1318 */ #cmn_dynBg_rt			{margin: 0; left:50%; text-align:left; }		/* adjustable parameter: [margin:left] (should be #cmn_wrap[width]/2 */
/* 1319 */ 
/* 1320 */ #cmn_dynBg_lt a, #cmn_dynBg_rt a {cursor:pointer !important;}
/* 1321 */ 
/* 1322 */ .cmn_dynBg img 			{max-width: 65%; height: auto; -ms-interpolation-mode: bicubic;}
/* 1323 */ 
/* 1324 */ /* ========= Campaign Creatives ========= */
/* 1325 */ .cmn_dynBg		      	{position:relative; height:1200px; text-align:center;  overflow:hidden;}
/* 1326 */ #cmn_dynBg_lt_creative 		{float:right; background-color: transparent;}
/* 1327 */ #cmn_dynBg_rt_creative 		{float:left; background-color: transparent;}
/* 1328 */ 
/* 1329 */ .cmn_dynBg_logo			{position:relative; margin-top:0px; width:100%; min-width: 150px; height: auto; max-width: 160px; z-index: 40; float: right;}
/* 1330 */ .cmn_dynBg_logo_right		{position:relative; margin-top:0px; width:100%; min-width: 150px; height: auto; max-width: 160px; z-index: 40; float: left;}
/* 1331 */ 
/* 1332 */ #borderwrap 			{background: none !important; width: 976px !important;}
/* 1333 */ 
/* 1334 */ /*PLAYSTATION UNIVERSITY FIX - comment out if not running on that site to prevent any possibility of overriding style
/* 1335 *| #cmn_wrap .wrapper-light,
/* 1336 *| #cmn_wrap .wrapper-light .main  { width: 964px !important; }
/* 1337 *| .wrapper1-bottom-right .wrapper1-indent { padding: 0 !important }
/* 1338 *| */

/* jquery.lightbox-0.5.css */

/* 1   */ /**
/* 2   *|  * jQuery lightBox plugin
/* 3   *|  * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
/* 4   *|  * and adapted to me for use like a plugin from jQuery.
/* 5   *|  * @name jquery-lightbox-0.5.css
/* 6   *|  * @author Leandro Vieira Pinho - http://leandrovieira.com
/* 7   *|  * @version 0.5
/* 8   *|  * @date April 11, 2008
/* 9   *|  * @category jQuery plugin
/* 10  *|  * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
/* 11  *|  * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
/* 12  *|  * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
/* 13  *|  */
/* 14  */ #jquery-overlay {
/* 15  */ 	position: absolute;
/* 16  */ 	top: 0;
/* 17  */ 	left: 0;
/* 18  */ 	z-index: 90;
/* 19  */ 	width: 100%;
/* 20  */ 	height: 500px;
/* 21  */ }
/* 22  */ #jquery-lightbox {
/* 23  */ 	position: absolute;
/* 24  */ 	top: 0;
/* 25  */ 	left: 0;
/* 26  */ 	width: 100%;
/* 27  */ 	z-index: 100;
/* 28  */ 	text-align: center;
/* 29  */ 	line-height: 0;
/* 30  */ }
/* 31  */ #jquery-lightbox a img { border: none; }
/* 32  */ #lightbox-container-image-box {
/* 33  */ 	position: relative;
/* 34  */ 	background-color: #fff;
/* 35  */ 	width: 250px;
/* 36  */ 	height: 250px;
/* 37  */ 	margin: 0 auto;
/* 38  */ }
/* 39  */ #lightbox-container-image { padding: 10px; }
/* 40  */ #lightbox-loading {
/* 41  */ 	position: absolute;
/* 42  */ 	top: 40%;
/* 43  */ 	left: 0%;
/* 44  */ 	height: 25%;
/* 45  */ 	width: 100%;
/* 46  */ 	text-align: center;
/* 47  */ 	line-height: 0;
/* 48  */ }
/* 49  */ #lightbox-nav {
/* 50  */ 	position: absolute;

/* jquery.lightbox-0.5.css */

/* 51  */ 	top: 0;
/* 52  */ 	left: 0;
/* 53  */ 	height: 100%;
/* 54  */ 	width: 100%;
/* 55  */ 	z-index: 10;
/* 56  */ }
/* 57  */ #lightbox-container-image-box > #lightbox-nav { left: 0; }
/* 58  */ #lightbox-nav a { outline: none;}
/* 59  */ #lightbox-nav-btnPrev, #lightbox-nav-btnNext {
/* 60  */ 	width: 49%;
/* 61  */ 	height: 100%;
/* 62  */ 	zoom: 1;
/* 63  */ 	display: block;
/* 64  */ }
/* 65  */ #lightbox-nav-btnPrev { 
/* 66  */ 	left: 0; 
/* 67  */ 	float: left;
/* 68  */ }
/* 69  */ #lightbox-nav-btnNext { 
/* 70  */ 	right: 0; 
/* 71  */ 	float: right;
/* 72  */ }
/* 73  */ #lightbox-container-image-data-box {
/* 74  */ 	font: 10px Verdana, Helvetica, sans-serif;
/* 75  */ 	background-color: #fff;
/* 76  */ 	margin: 0 auto;
/* 77  */ 	line-height: 1.4em;
/* 78  */ 	overflow: auto;
/* 79  */ 	width: 100%;
/* 80  */ 	padding: 0 10px 0;
/* 81  */ }
/* 82  */ #lightbox-container-image-data {
/* 83  */ 	padding: 0 10px; 
/* 84  */ 	color: #666; 
/* 85  */ }
/* 86  */ #lightbox-container-image-data #lightbox-image-details { 
/* 87  */ 	width: 70%; 
/* 88  */ 	float: left; 
/* 89  */ 	text-align: left; 
/* 90  */ }	
/* 91  */ #lightbox-image-details-caption { font-weight: bold; }
/* 92  */ #lightbox-image-details-currentNumber {
/* 93  */ 	display: block; 
/* 94  */ 	clear: left; 
/* 95  */ 	padding-bottom: 1.0em;	
/* 96  */ }			
/* 97  */ #lightbox-secNav-btnClose {
/* 98  */ 	width: 66px; 
/* 99  */ 	float: right;
/* 100 */ 	padding-bottom: 0.7em;	

/* jquery.lightbox-0.5.css */

/* 101 */ }

/* superfish.css */

/* 1  */ /* SUPERFISH STYLESHEET ---------------------------------- */
/* 2  */ .sf-menu, .sf-menu * { margin:0; padding:0; list-style:none }
/* 3  */ .sf-menu { line-height:1.0 }
/* 4  */ .sf-menu ul { position:absolute; top:-999em; width:12em }
/* 5  */ .sf-menu ul li { width:100% }
/* 6  */ 
/* 7  */ /* fixes IE7 'sticky bug' */
/* 8  */ .sf-menu li:hover { visibility:inherit }
/* 9  */ 
/* 10 */ .sf-menu li { float:left; position:relative }
/* 11 */ .sf-menu a { display:block; position:relative }
/* 12 */ 
/* 13 */ .sf-menu li:hover ul,
/* 14 */ .sf-menu li.sfHover ul { left:0; top:2.4em; /* match top ul list item height */ z-index:99 }
/* 15 */ 
/* 16 */ ul.sf-menu li:hover li ul,
/* 17 */ ul.sf-menu li.sfHover li ul { top:-999em }
/* 18 */ 
/* 19 */ ul.sf-menu li li:hover ul,
/* 20 */ ul.sf-menu li li.sfHover ul { left:12em; top:-0.1em }
/* 21 */ 
/* 22 */ ul.sf-menu li li:hover li ul,
/* 23 */ ul.sf-menu li li.sfHover li ul { top:-999em }
/* 24 */ 
/* 25 */ ul.sf-menu li li li:hover ul,
/* 26 */ ul.sf-menu li li li.sfHover ul { left:12em; top:-0.1em }
/* 27 */ 
/* 28 */ .sf-menu li:hover ul,
/* 29 */ .sf-menu li.sfHover ul {
/* 30 */ 	left:			0;
/* 31 */ 	top:			2.5em; /* match top ul list item height */
/* 32 */ 	z-index:		99;
/* 33 */ }
/* 34 */ ul.sf-menu li:hover li ul,
/* 35 */ ul.sf-menu li.sfHover li ul {
/* 36 */ 	top:			-999em;
/* 37 */ }
/* 38 */ ul.sf-menu li li:hover ul,
/* 39 */ ul.sf-menu li li.sfHover ul {
/* 40 */ 	left:			10em; /* match ul width */
/* 41 */ 	top:			0;
/* 42 */ }
/* 43 */ ul.sf-menu li li:hover li ul,
/* 44 */ ul.sf-menu li li.sfHover li ul {
/* 45 */ 	top:			-999em;
/* 46 */ }
/* 47 */ ul.sf-menu li li li:hover ul,
/* 48 */ ul.sf-menu li li li.sfHover ul {
/* 49 */ 	left:			10em; /* match ul width */
/* 50 */ 	top:			0;

/* superfish.css */

/* 51 */ }
/* 52 */ 
/* 53 */ .sf-menu li li {
/* 54 */ 	background:#99CC00;
/* 55 */ 	padding-right:15px;
/* 56 */ 	padding-top:5px;
/* 57 */ }
/* 58 */ 
/* 59 */ .sf-menu li ul {
/* 60 */ 	border:1px solid #B8F400;
/* 61 */ 	border-top:none;
/* 62 */ }
/* 63 */ 
/* 64 */ .sf-menu li ul li {
/* 65 */ 	border-bottom:1px solid #A6DD00;
/* 66 */ }
/* 67 */ 

/* tfg_style.css */

/* 1  */ /* CSS Document */
/* 2  */ #leftcontainerBox {
/* 3  */ float:left;
/* 4  */ z-index: 1000;
/* 5  */ }
/* 6  */ #leftcontainerBox .buttons {
/* 7  */ float:left;
/* 8  */ clear:both;
/* 9  */ margin:4px 4px 4px 4px;
/* 10 */ width:60px;
/* 11 */ height:60px;
/* 12 */ padding-bottom:2px;
/* 13 */ padding-left:3px;
/* 14 */ }
/* 15 */ .bottomcontainerBox {
/* 16 */ float:left;
/* 17 */ height:30px;
/* 18 */ width:100%;
/* 19 */ }

/* wpgform.css */

/* 1   */ /* vim: set expandtab tabstop=4 shiftwidth=4: */
/* 2   */ /**
/* 3   *|  * CSS declarations for Google Docs Forms
/* 4   *|  *
/* 5   *|  * These can be copied and modified to fit the needs of
/* 6   *|  * a theme.  By default the only change is to make all of
/* 7   *|  * the fields wider than their default width and to set the
/* 8   *|  * default font.
/* 9   *|  */
/* 10  */ 
/* 11  */ label.gform-error,
/* 12  */ label.wpgform-error {
/* 13  */     float: right;
/* 14  */     color: red;
/* 15  */     font-weight: bold;
/* 16  */ }
/* 17  */ 
/* 18  */ div.gform-captcha,
/* 19  */ div.wpgform-captcha {
/* 20  */     margin: 5px 0px 10px;
/* 21  */     display: none;
/* 22  */ }
/* 23  */ 
/* 24  */ div.gform-browser-warning,
/* 25  */ div.gform-browser-error,
/* 26  */ div.wpgform-browser-warning,
/* 27  */ div.wpgform-browser-error {
/* 28  */     -webkit-border-radius: 3px;
/* 29  */     border-radius: 3px;
/* 30  */     border-width: 1px;
/* 31  */     border-style: solid;
/* 32  */     padding: 0 .6em;
/* 33  */     margin: 5px 0 15px;
/* 34  */ }
/* 35  */ 
/* 36  */ div.gform-browser-warning,
/* 37  */ div.wpgform-browser-warning {
/* 38  */     background-color: #ffffe0;
/* 39  */     border-color: #e6db55;
/* 40  */ }
/* 41  */ 
/* 42  */ div.gform-google-error,
/* 43  */ div.gform-browser-error,
/* 44  */ div.wpgform-google-error,
/* 45  */ div.wpgform-browser-error {
/* 46  */     background-color: #ffebe8;
/* 47  */     border-color: #cc0000;
/* 48  */ }
/* 49  */ 
/* 50  */ body.ss-base-body {}

/* wpgform.css */

/* 51  */ div.errorbox-good {}
/* 52  */ div.ss-attribution {}
/* 53  */ div.ss-footer {}
/* 54  */ div.ss-footer-txt, div.ss-logo {
/* 55  */     display: none;
/* 56  */ }
/* 57  */ 
/* 58  */ div.ss-form {}
/* 59  */ div.ss-form-container {
/* 60  */     font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
/* 61  */ }
/* 62  */ div.ss-form-desc {}
/* 63  */ div.ss-form-entry {}
/* 64  */ div.ss-form-entry>input {
/* 65  */     background-color: #e0e0e0;
/* 66  */     font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
/* 67  */ }
/* 68  */ div.ss-form-heading {}
/* 69  */ div.ss-item {}
/* 70  */ div.ss-legal {}
/* 71  */ div.ss-navigate {}
/* 72  */ div.ss-no-ignore-whitespace {
/* 73  */     white-space: pre-wrap;
/* 74  */ }
/* 75  */ div.ss-required-asterisk {
/* 76  */     color: red;
/* 77  */     font-weight: bold;
/* 78  */ }
/* 79  */ div.ss-scale {}
/* 80  */ div.ss-text {}
/* 81  */ form#ss-form {}
/* 82  */ h1.ss-form-title {}
/* 83  */ hr.ss-email-break {}
/* 84  */ input.ss-q-short:text {
/* 85  */ 	width: 300px;
/* 86  */ }
/* 87  */ label.ss-q-help {
/* 88  */     display: block;
/* 89  */ }
/* 90  */ label.ss-q-radio {}
/* 91  */ label.ss-q-title {
/* 92  */     font-weight: bold;
/* 93  */ }
/* 94  */ span.ss-powered-by {}
/* 95  */ span.ss-terms {}
/* 96  */ td.ss-gridnumber {}
/* 97  */ td.ss-gridnumbers {}
/* 98  */ td.ss-gridrow
/* 99  */ td.ss-gridrow-leftlabel
/* 100 */ td.ss-leftlabel {}

/* wpgform.css */

/* 101 */ td.ss-rightlabel {}
/* 102 */ td.ss-scalerow {}
/* 103 */ td.ss-scalenumber {}
/* 104 */ td.ss-scalenumbers {}
/* 105 */ textarea.ss-q-long {
/* 106 */     background-color: #e0e0e0;
/* 107 */     font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
/* 108 */ }
/* 109 */ tr.ss-gridrow {}
/* 110 */ 
/* 111 */ /**
/* 112 *|  * New Google Forms CSS 2013-04-30
/* 113 *|  */
/* 114 */ 
/* 115 */ div.ss-form-container div.disclaimer {
/* 116 */     display: none;
/* 117 */ }
/* 118 */ 
/* 119 */ div.ss-q-help {
/* 120 */ }
/* 121 */ 
/* 122 */ div.ss-secondary-text {
/* 123 */ }
/* 124 */ 
/* 125 */ /*  This hides the "Never submit passwords through Google Forms." warning. */
/* 126 */ td.ss-form-entry > div.ss-secondary-text {
/* 127 */     display: none;
/* 128 */ }
/* 129 */ 
/* 130 */ div.password-warning {
/* 131 */     display: none;
/* 132 */ }
/* 133 */ 
/* 134 */ div.ss-form-container li {
/* 135 */     list-style-type: none;
/* 136 */ }
/* 137 */ 
/* 138 */ /*  2013-06-04:  Hide "Edit this Form" link */
/* 139 */ a.ss-edit-link {
/* 140 */     display: none;
/* 141 */ }
/* 142 */ 
/* 143 */ /*  2013-06-06:  Hide help text for scales */
/* 144 */ div.aria-only-help {
/* 145 */     display: none;
/* 146 */ }
/* 147 */ 
/* 148 */ /* 2013-10-30:  Hide default error messages */
/* 149 */ div.error-message {
/* 150 */     display: none;

/* wpgform.css */

/* 151 */ }
/* 152 */ 
/* 153 */ /* 2013-10-30:  Attempt to make text entry boxes a reasonable width */
/* 154 */ input.ss-q-short, textarea.ss-q-long {
/* 155 */     width: auto;
/* 156 */ }
/* 157 */ 
/* 158 */ /* 2013-11-15:  CSS to support using WordPress Google form to render spreadsheets */
/* 159 */ 
/* 160 */ /**  Hide the gunk that Google adds to make the table work **/
/* 161 */ td.hd, td.headerEnd, tr.rShim, td.sortBar {
/* 162 */     display: none;
/* 163 */     width: 0px !important;
/* 164 */     padding: 0px !important;
/* 165 */ }
/* 166 */ 
/* 167 */ /**  Empty selector but could be used to select all of the table cells **/
/* 168 */ tr.rShim td, tr.rShim ~ tr td {
/* 169 */ }
/* 170 */ 
/* 171 */ /**  Hide the "powered" and "listview" DIVs that Google adds **/
/* 172 */ div div span.powered, div.listview {
/* 173 */     display: none;
/* 174 */ }
/* 175 */ 
/* 176 */ /** Hide the "This is a required question" message **/
/* 177 */ div.ss-form-container div.required-message {
/* 178 */     display: none;
/* 179 */ }
/* 180 */ 

/* pagenavi-css.css */

/* 1  */ /*
/* 2  *| Default style for WP-PageNavi plugin
/* 3  *| 
/* 4  *| http://wordpress.org/extend/plugins/wp-pagenavi/
/* 5  *| */
/* 6  */ 
/* 7  */ .wp-pagenavi {
/* 8  */ 	clear: both;
/* 9  */ }
/* 10 */ 
/* 11 */ .wp-pagenavi a, .wp-pagenavi span {
/* 12 */ 	text-decoration: none;
/* 13 */ 	border: 1px solid #BFBFBF;
/* 14 */ 	padding: 3px 5px;
/* 15 */ 	margin: 2px;
/* 16 */ }
/* 17 */ 
/* 18 */ .wp-pagenavi a:hover, .wp-pagenavi span.current {
/* 19 */ 	border-color: #000;
/* 20 */ }
/* 21 */ 
/* 22 */ .wp-pagenavi span.current {
/* 23 */ 	font-weight: bold;
/* 24 */ }
/* 25 */ 

/* lightbox.min.css */

/* 1 */ #lightbox{position:absolute;left:0;width:100%;z-index:10100;text-align:center;line-height:0}#jqlb_spinner{height:32px;background-image:url('/blog/wp-content/plugins/wp-jquery-lightbox/styles/images/loading.gif');background-repeat:no-repeat;background-position:center center}#jqlb_closelabel{height:22px;background-image:url('/blog/wp-content/plugins/wp-jquery-lightbox/styles/images/closelabel.gif');background-repeat:no-repeat;background-position:center center}#lightbox a img{border:0}#controls{white-space:nowrap}#outerImageContainer{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto}#imageContainer{padding:10px}#jqlb_loading{position:absolute;top:40%;left:0;height:25%;width:100%;text-align:center;line-height:0}#hoverNav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}#imageContainer>#hoverNav{left:0}#hoverNav a{outline:0}#prevLink,#nextLink{width:45%;height:100%;background:transparent url('/blog/wp-content/plugins/wp-jquery-lightbox/styles/images/blank.gif') no-repeat;display:block}#prevLink{left:0;float:left}#nextLink{right:0;float:right}#prevLink:hover,#prevLink:visited:hover{background:url('/blog/wp-content/plugins/wp-jquery-lightbox/styles/images/prev.gif') left 50% no-repeat}#nextLink:hover,#nextLink:visited:hover{background:url('/blog/wp-content/plugins/wp-jquery-lightbox/styles/images/next.gif') right 50% no-repeat}#nextLinkText,#prevLinkText{color:#ff9834;font-weight:bold;text-decoration:none}#nextLinkText{padding-left:20px}#prevLinkText{padding-right:20px}#downloadLink{display:none}.ontop #imageData{padding-top:5px}#imageDataContainer{font:10px Verdana,Helvetica,sans-serif;background-color:#fff;margin:0 auto;line-height:1.4em}#imageData{padding:0 10px}#imageData #imageDetails{width:70%;float:left;text-align:left}#imageData #caption{font-weight:bold}#imageData #numberDisplay{padding-bottom:1.0em}#imageData #bottomNavClose{width:66px;float:right;padding-bottom:.7em}#imageData #helpDisplay{clear:left;float:left;display:block}#overlay{position:absolute;top:0;left:0;z-index:10090;width:100%;height:500px;background-color:#000;filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;display:none}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}* html>body .clearfix{display:inline-block;width:100%}* html .clearfix{/*\*/height:1%;/**/}#lightboxIframe{display:none}

/* wp-page-numbers.css */

/* 1  */ #wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
/* 2  */ 	background: #fff;
/* 3  */ 	padding: 0;
/* 4  */ 	margin: 0;
/* 5  */ 	border: none;
/* 6  */ 	text-decoration: none;
/* 7  */ 	font-weight: normal;
/* 8  */ 	font-style: normal;
/* 9  */ 	list-style: none;
/* 10 */ 	text-transform: none;
/* 11 */ 	text-indent: 0px;
/* 12 */ 	font-variant: normal;
/* 13 */ 	text-align: left;
/* 14 */ 	line-height: 12px;
/* 15 */ 	letter-spacing: 0px;
/* 16 */ 	word-spacing: 0px;
/* 17 */ }
/* 18 */ 
/* 19 */ #wp_page_numbers {
/* 20 */ 	margin-top: 10px;
/* 21 */ 	width: 100%;
/* 22 */ 	background: #fff;
/* 23 */ }
/* 24 */ #wp_page_numbers ul {
/* 25 */ 	border-top: 1px solid #ccc;
/* 26 */ 	width: 100%;
/* 27 */ }
/* 28 */ #wp_page_numbers li {
/* 29 */ 	float: left;
/* 30 */ 	display: block;
/* 31 */ }
/* 32 */ 
/* 33 */ #wp_page_numbers a {
/* 34 */ 	padding: 3px;
/* 35 */ 	padding-left: 5px;
/* 36 */ 	padding-right: 5px;
/* 37 */ 	display: block;
/* 38 */ 	color: #aaa;
/* 39 */ 	font-family: Arial;
/* 40 */ 	font-size: 12px;
/* 41 */ 	border-top: 2px solid #fff;
/* 42 */ 	border-bottom: 2px solid #fff;
/* 43 */ }
/* 44 */ 
/* 45 */ #wp_page_numbers li a:hover {
/* 46 */ 	color: #ff00a4;
/* 47 */ 	border-top: 2px solid #ff00a4;
/* 48 */ 	border-bottom: 2px solid #f1f1f1;
/* 49 */ }
/* 50 */ 

/* wp-page-numbers.css */

/* 51 */ #wp_page_numbers li.space {
/* 52 */ 	font-size: 12px;
/* 53 */ 	font-family: Arial;
/* 54 */ 	color: #aaa;
/* 55 */ 	padding: 3px;
/* 56 */ 	padding-left: 5px;
/* 57 */ 	padding-right: 5px;
/* 58 */ 	border-top: 2px solid #fff;
/* 59 */ 	border-bottom: 2px solid #fff;
/* 60 */ }
/* 61 */ 
/* 62 */ #wp_page_numbers li.first_last_page {
/* 63 */ 	font-style: italic;
/* 64 */ }
/* 65 */ 
/* 66 */ #wp_page_numbers li.active_page a {
/* 67 */ 	color: #fff;
/* 68 */ 	background: #45b9f6;
/* 69 */ 	border-top: 2px solid #45b9f6;
/* 70 */ 	border-bottom: 2px solid #45b9f6;
/* 71 */ 	
/* 72 */ }
/* 73 */ #wp_page_numbers li.active_page a:hover  {
/* 74 */ 	color: #fff; /* IE fix */
/* 75 */ 	border-top: 2px solid #00679d;
/* 76 */ 	border-bottom: 2px solid #45b9f6;
/* 77 */ }
/* 78 */ 
/* 79 */ #wp_page_numbers li.page_info {
/* 80 */ 	float: left;
/* 81 */ 	font-size: 12px;
/* 82 */ 	font-family: Arial;
/* 83 */ 	color: #aaa;
/* 84 */ 	display: block;
/* 85 */ 	padding: 3px;
/* 86 */ 	padding-right: 5px;
/* 87 */ 	border-top: 2px solid #fff;
/* 88 */ 	border-bottom: 2px solid #fff;
/* 89 */ }

.fb-like.fb_iframe_widget { max-height: 20px; }
.infinite-ads {
  position: relative;
  margin: -15px 0 30px 0;
}
.infinite-ads div:nth-of-type(2) {
  position: absolute;
  right: -330px;
  margin-top: 30px;
}
.infinite-ads div:nth-of-type(3) {
  position: absolute;
  right: -330px;
  margin-top: 310px;
}