/*
Theme Name: Phawker 2012
Theme URI: http://phawker.com/
Description: Updated version of Phawker Theme
Version: 1.0
Author: Jonathan Liss
Author URI: /http://jonathanliss.com
*/


#post-195 a, .post a {
	color:#f6007b;
}
.entrytext a {
	color:#f6007b;
}
.entrytext .postmetadata, .postmetadata small {
	font-size:12px;
	line-height:14px;
}
h2 .postmetadata, .postmetadata small {
	font-size:14px;
	line-height:14px;
}
h2 .postmetadata a, .postmetadata small a{
	color:#f6007b;
}

small {
	font-size:14px;
	line-height:1em;
}
small a, .postmetadata a{
	color:#f6007b;
}

#headerimg .description {
  font-size: 14px;
  text-align: center;
}


.entry p a:visited {
  color: #f6007b;
}

.commentlist li, #commentform input, #commentform textarea {
  font: 0.9em 'Open Sans', Verdana, Arial, Sans-Serif;
}

.commentlist li {
  font-weight: bold;
}

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
}

.commentlist p {
  font-weight: normal;
  font-size:15px;
  line-height: 1.5em;
  text-transform: none;
}

#commentform p {
  font-family: 'Open Sans', Verdana, Arial, Sans-Serif;
    font-size:15px;
}

.commentmetadata {
  font-weight: normal;
}

#sidebar {
	font-size:15px;
	background:#fff;
	}

#sidebar img,
#sidebar a img {
	clear:both;
	margin:15px 0 0px 20px;
	border:1px solid #ccc;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
  /*color: #777;*/
}

code {
  font: 15px 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
  font-size: 14px;
  letter-spacing: .05px;
}


#wp-calendar #prev a {
  font-size: 15px;
}

#wp-calendar a {
  text-decoration: none;
}

#wp-calendar caption {
  font: bold 12px 'Open Sans', Helvetica, Arial, Sans-Serif;
  text-align: center;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}
/* End Typography & Colors */

/* Begin Structure */
.post {}

.post h1.title{
  line-height: normal;
}

.widecolumn .post {
  margin: 0;
}

.narrowcolumn .postmetadata {
  padding-top: 5px;
}

.widecolumn .postmetadata {
  margin: 30px 0;
}

.widecolumn .smallattachment {
  text-align: center;
  float: left;
  width: 128px;
  margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
  text-align: center;
  margin: 5px 0px;
}

.postmetadata {
  clear: left;
	font-size:15px;
	line-height:1.2;
	font-family:"Open Sans",sans-serif;
	text-transform:uppercase;
}
.postmetadata a {
	color:#f6007b;
}
.postmetadata a:hover {
	color:#000;
}


/* End Structure */



/*	Begin Headers */
#sidebar h2 {
   font-family: 'Allerta Stencil', sans-serif;
  color:#000;
  font-weight:normal;
  text-transform:none;
  font-size:17.4667px;
  line-height:normal;
  padding:20px 20px 33px 0px;
  letter-spacing:-1px;
  margin-bottom:-15px;
  line-height:95%;
  background:#fff;
  text-transform:uppercase;
  margin-top:-4px;
}
h3.comments {
  padding: 0;
  margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
  padding: 0;
  max-width: 580px;
  margin-right: .5em;
  margin-bottom: .5em;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 20px 0 20px 20px;
  margin: 0 0 2px 7px;
  display: block;
  float:right;
}

img.alignleft {
  padding: 10px 10px 0px 0px;
  margin: 0 7px 5px 0;
  display: block;
  float:left;

}

img.large{
	clear:both;
}

.alignright {
  float: right;
}

.alignleft {
  float: left
}
/* End Images */



/* Begin Lists
  Special stylized non-IE bullets
  Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 0;
  list-style: none;
  padding-left: 10px;
  text-indent: -10px;
}

html>body .entry li {}

.entry ul li:before, #sidebar ul ul li:before {
  /*content: "\00BB \0020";*/
}

.entry ol {
  padding: 0 0 0 3em;
  margin: 0 0 .5em 0;
}
.entry ol li {
  margin: 0;
  padding: 0;
}

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
  margin: 0;
  padding: 0 0 .5em 0;
}
#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 0 0;
}
#sidebar ul p, #sidebar ul select {
  margin: 0 0 0 0;
}
#sidebar ul ul, #sidebar ul ol {
  margin: 0 0 0 0;
}
#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 0;
}
ol li, #sidebar ul ol li {
  list-style: decimal outside
}
#sidebar ul ul li, #sidebar ul ol li {
  margin: 0 0 0 0;
  padding: 0;
}


#sidebar .bottom-margin {
	margin-bottom:20px;
}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
  margin: 20px auto;
  padding: 5px 3px;
}
#searchform div{
  margin-top:13px;
}
#sidebar #searchform #s {
  width: 100%;
  padding: 2px;
}
#sidebar #searchsubmit {
  padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
  text-align:center;
}

select {}

#commentform input {
  padding: 2px;
  margin: 5px 5px 1px 0;
  border: none;
}

#commentform textarea {
  width: 95%;
  padding: 2px;
  background: #eee;
  border: none;
}

#commentform #submit {
  margin: 0 15px 0 0;
  float: right;
  background: #f6007b;
	color:#fff;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
}

.commentlist {
  padding: 0;
  text-align: justify;
}

.commentlist li {
  margin: 15px 0 3px;
  padding: 5px 10px 3px;
  list-style: none;
}

.commentlist p {
  margin: 10px 5px 10px 0;
}

#commentform p {
  margin: 5px 0;
}

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}

.commentmetadata {
  margin: 0;
  display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar{}

#sidebar form {
  margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
}

#wp-calendar caption {
  text-align: center;
  width: 100%;
}

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
  background-color: #fff;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
  cursor: help;
}

acronym, abbr {
  border-bottom: 1px dashed #999;
}

blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
  font-style:italic;
  font-weight:300;
  font-family:"Open Sans", helvetica, arial, sans-serif;
  font-size:14px;
}

blockquote cite {
  margin: 5px 0 0;
  display: block;
}

.center {
  text-align: center;
}

hr {
  display: none;
}

a img {
  border: none;
}

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}

.single {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  border-top: 1px solid #3A3A3A;
  border-bottom: 1px solid #3A3A3A;
  padding: 15px 0 15px 0;

}

/* End Various Tags & Classes*/


/* **********************
*  BLog Ads
*************************/

.advertisement, div.advertisement{
	margin:5px 0 5px 0!important;
}

#blogAds-after-first-post-ad{
  margin:14px 0  14px 0;
}
#blogAds-right-top{
  margin-bottom: 14px;
}

margin-top: 10px;
  margin-bottom: 60px;
}

.single {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0 15px 0;

}

/* End Various Tags & Classes*/




.slashdigglicious img
{
  display: inline !important;
  margin: 0 !important;
}

.advertisement, .advertisement img{
	margin:15px 0 0px 0 !important;
    clear:both;
	background:#fff;
}

strong {
	font-family:"Open Sans", sans-serif;
	font-weight:700;
}


