
/* style.css */

/* 1   */ /*
/* 2   *| Theme Name: timschroedernet
/* 3   *| Theme URI: http://www.timschroeder.net
/* 4   *| Author: Tim Schröder
/* 5   *| Version: 1.0
/* 6   *| */ 
/* 7   */ 
/* 8   */ 
/* 9   */ /*****************************************************************************/
/* 10  */ /*
/* 11  *| /* Common
/* 12  *| /*
/* 13  *| /*****************************************************************************/
/* 14  */ 
/* 15  */ 
/* 16  */ html, body { 
/* 17  */ 	height: 100%; 
/* 18  */ 	font-size:100%;
/* 19  */ }
/* 20  */ 
/* 21  */ body {
/* 22  */ 	color: #444;
/* 23  */ 	background-color: #fefefe;
/* 24  */ 	margin: 0px;
/* 25  */ 	padding: 0;
/* 26  */ 	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
/* 27  */ }
/* 28  */ 
/* 29  */ 
/* 30  */ /*****************************************************************************/
/* 31  */ /*
/* 32  *| /* General Tags
/* 33  *| /*
/* 34  *| /*****************************************************************************/
/* 35  */ 
/* 36  */ p {
/* 37  */ 	line-height: 150%;
/* 38  */ 	word-wrap: break-word;
/* 39  */ }
/* 40  */ 
/* 41  */ blockquote {
/* 42  */ 	font-style:normal;
/* 43  */ 	padding-left: 20px;
/* 44  */ 	border-left: 4px solid #a0a0a0;
/* 45  */ }
/* 46  */ 
/* 47  */ img {
/* 48  */ 	margin:30px auto 30px auto;
/* 49  */ 	border-color:#bbb;
/* 50  */ 	border-style:solid;

/* style.css */

/* 51  */ 	border-width: 1px;
/* 52  */ 	display:block;
/* 53  */ 	max-width: 95%;
/* 54  */ 	height:auto;
/* 55  */ }
/* 56  */ 
/* 57  */ img.latex {
/* 58  */ 	border: none;
/* 59  */ 	border-style: none;
/* 60  */ }
/* 61  */ 
/* 62  */ sup, sub {
/* 63  */ 	font-size: small;
/* 64  */ 	vertical-align: baseline;
/* 65  */   	position: relative;
/* 66  */   	top: -0.4em;
/* 67  */ }
/* 68  */ 
/* 69  */ sub { 
/* 70  */ 	top: 0.4em; 
/* 71  */ }
/* 72  */ 
/* 73  */ hr {
/* 74  */ 	border: 0;
/* 75  */ 	height: 0;
/* 76  */ 	border-top: 1px solid rgba(0, 0, 0, 0.2);
/* 77  */ 	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
/* 78  */ }
/* 79  */ 
/* 80  */ 
/* 81  */ /*****************************************************************************/
/* 82  */ /*
/* 83  *| /* Lists
/* 84  *| /*
/* 85  *| /*****************************************************************************/
/* 86  */ 
/* 87  */ ul {
/* 88  */ 	padding-left:50px;
/* 89  */ }
/* 90  */ 
/* 91  */ .undottedlist {
/* 92  */ 	list-style-type:none;
/* 93  */ }
/* 94  */ 
/* 95  */ li {
/* 96  */ 	line-height: 140%;
/* 97  */ 	padding-right:25px;
/* 98  */ 	padding-bottom:15px;
/* 99  */ }
/* 100 */ 

/* style.css */

/* 101 */ 
/* 102 */ /*****************************************************************************/
/* 103 */ /*
/* 104 *| /* Links and Navigation
/* 105 *| /*
/* 106 *| /*****************************************************************************/
/* 107 */ 
/* 108 */ a {
/* 109 */ 	border-bottom: 1px dotted;
/* 110 */ 	color:#444;
/* 111 */ 	text-decoration:none; 
/* 112 */ }
/* 113 */ 
/* 114 */ a:hover, a:active {
/* 115 */ 	color:#941515;
/* 116 */ }
/* 117 */ 
/* 118 */ .dark_dotted {
/* 119 */ 	border-bottom: 1px dotted;
/* 120 */ 	color:#606060;
/* 121 */ }
/* 122 */ 
/* 123 */ .not_dotted {
/* 124 */ 	border-bottom:none;
/* 125 */ }
/* 126 */ 
/* 127 */ .no_hover:hover, .no_hover:active {
/* 128 */ 	color:#444;
/* 129 */ }
/* 130 */ 
/* 131 */ .navigation_newer {
/* 132 */ 	margin-top:25px;
/* 133 */ 	float:left;
/* 134 */ }
/* 135 */ 
/* 136 */ .navigation_older {
/* 137 */ 	margin-top:25px;
/* 138 */ 	float: right;
/* 139 */ }
/* 140 */ 
/* 141 */ span.infinity {
/* 142 */ 	padding-left: 10px;
/* 143 */ }
/* 144 */ 
/* 145 */ 
/* 146 */ /*****************************************************************************/
/* 147 */ /*
/* 148 *| /* Headings
/* 149 *| /*
/* 150 *| /*****************************************************************************/

/* style.css */

/* 151 */ 
/* 152 */ h1, h2, h3, h4, h5, h6 {
/* 153 */   font-size: 100%; }
/* 154 */ 
/* 155 */ h1 {
/* 156 */ 	font-size:145%;
/* 157 */ 	border-bottom:none;
/* 158 */ 	margin:10px 0px 0px 0px;
/* 159 */ 	text-align:center;
/* 160 */ 	max-width:100%
/* 161 */ }
/* 162 */ 
/* 163 */ h1 a {
/* 164 */ 	color: #fff;
/* 165 */ }
/* 166 */ 
/* 167 */ h1 a:hover {
/* 168 */ 	color: #fff;
/* 169 */ }
/* 170 */ 
/* 171 */ h2 {
/* 172 */ 	font-size:160%;
/* 173 */ 	margin-top:50px;
/* 174 */ 	margin-bottom:25px;
/* 175 */ 	padding:30px 25px 0px 0px;
/* 176 */ }
/* 177 */ 
/* 178 */ h2.archive-title {
/* 179 */ 	font-size:200%;
/* 180 */ }
/* 181 */ 
/* 182 */ h3 {
/* 183 */ 	font-size: 110%;
/* 184 */ 	padding-top:20px;
/* 185 */ 	margin-bottom:5px;
/* 186 */ }
/* 187 */ 
/* 188 */ h4 {
/* 189 */ 	font-size: 110%;
/* 190 */ 	margin-top:55px;
/* 191 */ 	margin-bottom:5px;
/* 192 */ }
/* 193 */ 
/* 194 */ 
/* 195 */ /*****************************************************************************/
/* 196 */ /*
/* 197 *| /* Header
/* 198 *| /*
/* 199 *| /*****************************************************************************/
/* 200 */ 

/* style.css */

/* 201 */ .header-background {
/* 202 */ 	background-color:#333;
/* 203 */ }
/* 204 */ 
/* 205 */ .header {
/* 206 */ 	padding-top:20px;
/* 207 */ 	margin: 0px auto 50px auto;
/* 208 */ 	width:90%;
/* 209 */ 	max-width: 700px;
/* 210 */ }
/* 211 */ 
/* 212 */ 
/* 213 */ /*****************************************************************************/
/* 214 */ /*
/* 215 *| /* Home
/* 216 *| /*
/* 217 *| /*****************************************************************************/
/* 218 */ 
/* 219 */ .posts {
/* 220 */   list-style-type: none;
/* 221 */   margin-bottom: 2em;
/* 222 */ }
/* 223 */ 
/* 224 */ .posts span {
/* 225 */   color: #aaa;
/* 226 */   font-family: Monaco, "Courier New", monospace;
/* 227 */   font-size: 80%;
/* 228 */ }
/* 229 */ 
/* 230 */ 
/* 231 */ /*****************************************************************************/
/* 232 */ /*
/* 233 *| /* Site
/* 234 *| /*
/* 235 *| /*****************************************************************************/
/* 236 */ 
/* 237 */ .site {
/* 238 */ 	width: 80%;
/* 239 */ 	min-width: 0px;
/* 240 */ 	margin-left:auto;
/* 241 */ 	margin-right:auto;
/* 242 */ 	font-size: 100%;
/* 243 */ }
/* 244 */ 
/* 245 */ 
/* 246 */ /*****************************************************************************/
/* 247 */ /*
/* 248 *| /* Main
/* 249 *| /*
/* 250 *| /*****************************************************************************/

/* style.css */

/* 251 */ 
/* 252 */ .main_wrapper {
/* 253 */ 	clear:both;
/* 254 */ 	margin:20px auto 25px auto;
/* 255 */ 	padding-bottom:70px;
/* 256 */ 	padding-left:10px;
/* 257 */ 	padding-right:10px;
/* 258 */ 	width:90%;
/* 259 */ 	max-width:800px;
/* 260 */ }
/* 261 */ 
/* 262 */ .main_image {
/* 263 */ 	float:left;
/* 264 */ 	padding-top:25px;
/* 265 */ 	padding-left:25px;
/* 266 */ }
/* 267 */ 
/* 268 */ .main_more {
/* 269 */ 	font-size:70%;
/* 270 */ 	font-weight: bold;
/* 271 */ 	color:#000;
/* 272 */ }
/* 273 */ 
/* 274 */ 
/* 275 */ /*****************************************************************************/
/* 276 */ /*
/* 277 *| /* Content
/* 278 *| /*
/* 279 *| /*****************************************************************************/
/* 280 */ 
/* 281 */ .content {
/* 282 */ 	margin:0px 50px 0px 50px;
/* 283 */ 
/* 284 */ }
/* 285 */ 
/* 286 */ .content ul {
/* 287 */ 	padding-top:5px;
/* 288 */ 	padding-left:20px;
/* 289 */ 	margin-bottom:20px;
/* 290 */ 	line-height: 130%;
/* 291 */ }
/* 292 */ 
/* 293 */ .content li {
/* 294 */ 	font-size:110%;
/* 295 */ }
/* 296 */ 
/* 297 */ .content p {
/* 298 */ 	margin-top:6px;
/* 299 */ 	line-height: 150%;
/* 300 */ 	font-size:110%;

/* style.css */

/* 301 */ }
/* 302 */ 
/* 303 */ 
/* 304 */ /*****************************************************************************/
/* 305 */ /*
/* 306 *| /* Title
/* 307 *| /*
/* 308 *| /*****************************************************************************/
/* 309 */ 
/* 310 */ .title {
/* 311 */   	font-size: 200%;
/* 312 */ 	font-weight: bold;
/* 313 */ 	text-align: center;
/* 314 */ 	padding:10px 0px 0px 35px;
/* 315 */ 	margin-bottom:50px;
/* 316 */ }
/* 317 */ 
/* 318 */ .title_image {
/* 319 */  	width:92px;
/* 320 */ 	height:92px;
/* 321 */ 	margin-left: auto;
/* 322 */ 	margin-right: auto;
/* 323 */ 	float:left;
/* 324 */ }
/* 325 */ 
/* 326 */ .titleimage {
/* 327 */ 	border-width:0px;
/* 328 */ 	box-shadow:0 0px 0px #000;
/* 329 */ 	-moz-box-shadow: 0 0px 0px #000;
/* 330 */ 	-webkit-box-shadow: 0px 0px 0px #888;
/* 331 */ 	padding:0px;
/* 332 */ 	margin:0px;
/* 333 */ }
/* 334 */ 
/* 335 */ .meta {
/* 336 */   color: #aaa;
/* 337 */ }
/* 338 */ 
/* 339 */ 
/* 340 */ /*****************************************************************************/
/* 341 */ /*
/* 342 *| /* Links
/* 343 *| /*
/* 344 *| /*****************************************************************************/
/* 345 */ 
/* 346 */ .links {
/* 347 */ 	padding-top:0px;
/* 348 */ 	padding-bottom:25px;
/* 349 */ 	font-size:125%;
/* 350 */ 	text-align:center;

/* style.css */

/* 351 */ }
/* 352 */ 
/* 353 */ .links a {
/* 354 */ 	margin: 0 5px 30px 5px;
/* 355 */ 	border-bottom:none;
/* 356 */ 	color: #fff;
/* 357 */ }
/* 358 */ 
/* 359 */ 
/* 360 */ /*****************************************************************************/
/* 361 */ /*
/* 362 *| /* Footer
/* 363 *| /*
/* 364 *| /*****************************************************************************/
/* 365 */ 
/* 366 */ .footer {
/* 367 */ 	font-size:90%;
/* 368 */ 	padding:40px 0px 10px 0px;
/* 369 */ 	text-align: center;
/* 370 */ 	margin-left:0px;
/* 371 */ 	margin-right:0px;
/* 372 */ 	padding-left:10px;
/* 373 */ 	padding-right:10px;
/* 374 */ }
/* 375 */ 
/* 376 */ .footer p {
/* 377 */ 	padding:0px;
/* 378 */ }
/* 379 */ 
/* 380 */ 
/* 381 */ /*****************************************************************************/
/* 382 */ /*
/* 383 *| /* Posts
/* 384 *| /*
/* 385 *| /*****************************************************************************/
/* 386 */ 
/* 387 */ .post-meta {
/* 388 */ 	padding-top: 0px;
/* 389 */ 	padding-bottom: 25px;
/* 390 */ 	font-size:110%;
/* 391 */ }
/* 392 */ 
/* 393 */ /* standard */
/* 394 */ .post pre {
/* 395 */ 	border: 1px solid #ddd;
/* 396 */ 	background-color: #fff;
/* 397 */ 	padding: 5px;
/* 398 */ 	overflow-x: auto;
/* 399 */ 	margin-top: 20px;
/* 400 */ 	margin-buttom: 20px;

/* style.css */

/* 401 */ }
/* 402 */ 
/* 403 */ .post ul {
/* 404 */ 	margin-left: 1.35em;
/* 405 */ }
/* 406 */ 
/* 407 */ .post ol {
/* 408 */ 	margin-left: 0px;
/* 409 */ 	-webkit-padding-start: 20px;
/* 410 */ }
/* 411 */ 
/* 412 */ .post code {
/* 413 */ 	border: 1px solid #ddd;
/* 414 */ 	background-color: #eef;
/* 415 */ 	padding: 0 .2em;
/* 416 */ }
/* 417 */ 
/* 418 */ .post pre code {
/* 419 */ 	border: none;
/* 420 */ }
/* 421 */ 
/* 422 */ /* terminal */
/* 423 */ .post pre.terminal {
/* 424 */ 	border: 1px solid #000;
/* 425 */ 	background-color: #333;
/* 426 */ 	color: #FFF;
/* 427 */ }
/* 428 */ 
/* 429 */ .post pre.terminal code {
/* 430 */ 	background-color: #333;
/* 431 */ }
/* 432 */ 
/* 433 */ 
/* 434 */ /*****************************************************************************/
/* 435 */ /*
/* 436 *| /* Mobile Layout
/* 437 *| /*
/* 438 *| /*****************************************************************************/
/* 439 */ 
/* 440 */ @media (max-width: 740px)  {
/* 441 */ 	
/* 442 */ 	html {
/* 443 */     -webkit-text-size-adjust: 100%;
/* 444 */     }
/* 445 */ 	
/* 446 */ 	body, li {
/* 447 */ 		font-size:90%;
/* 448 */ 	}
/* 449 */ 	
/* 450 */ 	#container {

/* style.css */

/* 451 */ 		width: 100%;
/* 452 */ 		margin-left:auto;
/* 453 */ 		margin-right:auto;
/* 454 */ 		min-width:0px;
/* 455 */ 	}
/* 456 */ 	
/* 457 */ 	.main_wrapper {
/* 458 */ 		clear:both;
/* 459 */ 		margin-top: 0px;
/* 460 */ 		padding: 0px 20px 50px 20px;
/* 461 */ 		width:auto;
/* 462 */ 		max-width:none;
/* 463 */ 		border-style:none;
/* 464 */ 		box-shadow: none;
/* 465 */ 		-moz-box-shadow: none;
/* 466 */ 		-webkit-box-shadow: none;
/* 467 */ 	}
/* 468 */ 	
/* 469 */ 	.content {
/* 470 */ 		margin:0px 0px 0px 0px;
/* 471 */ }
/* 472 */ 	
/* 473 */ 	.header {
/* 474 */ 		margin-top:0px;
/* 475 */ 		padding-top:10px;
/* 476 */ 		max-width:none;
/* 477 */ 		margin-bottom:25px;
/* 478 */ 	}
/* 479 */ 	
/* 480 */ 	.header_title {
/* 481 */ 		padding-top:0px;
/* 482 */ 		margin-left:auto;
/* 483 */ 		margin-right:auto;
/* 484 */ 	}
/* 485 */ 	
/* 486 */ 	.footer {
/* 487 */ 		padding-top:20px;
/* 488 */ 	}
/* 489 */ 	
/* 490 */ 	.links {
/* 491 */ 		padding-top: 0px;
/* 492 */ 		padding-bottom: 15px;
/* 493 */ 		line-height:1.5;
/* 494 */ }
/* 495 */ 	
/* 496 */ 	.title_image {
/* 497 */ 		float:none;
/* 498 */ 		margin-left:auto;
/* 499 */ 		margin-right:auto;
/* 500 */ 	}

/* style.css */

/* 501 */ 	
/* 502 */ 	.title {
/* 503 */ 		padding-left:0px;
/* 504 */ 		margin-bottom:25px;
/* 505 */ 		padding-top:0px;
/* 506 */ 	}
/* 507 */ 	
/* 508 */ 	
/* 509 */ 	h1 {
/* 510 */ 		padding-right:0px;
/* 511 */ 		margin-top:0px;
/* 512 */ 		font-size:120%;
/* 513 */ 	}
/* 514 */ 	
/* 515 */ 	h2 {
/* 516 */ 	}
/* 517 */ 	
/* 518 */ 	img {
/* 519 */ 		border-width: 1px;
/* 520 */ 	}
/* 521 */ 	
/* 522 */ 	p {
/* 523 */ 	}
/* 524 */ 		
/* 525 */ }
