/*
Theme Name: PHPSUGAR-com blog
Theme URI: http://www.phpsugar.com/
Description: The default WordPress theme made cool by PHPSUGAR-com.
Version: 4
Author: Andrew Rae
Author URI: http://www.phpsugar.com/
Tags: phpsugar, blue, new design, version 1, fixed width, two columns, widgets
*/

/* Begin Typography & Colors */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 10px 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: both;
}

.clear {
	clear: both;
}

/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 5px 7px 2px 0;
	display: inline;
	}

.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. */
.entry ol,
.entry ul {
	margin: 0px 20px;
	list-style: disc;
	padding-left: 10px;
	}
.entry li,
.entry ol li {
	/*padding-left: 10px;*/
	
	}
.entry ol li {
	/*margin-left: 30px;*/
	}
.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#respond {
	margin-top: 20px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
/* End Form Elements */



/* Begin h*/
.alt {
	margin: 0;
	padding: 10px;
	}

.unstyled li
.children li,
.children { padding: 0; 
list-style-type: none !important;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}


/* 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 */
#main acronym, abbr, span.caps {
	cursor: help;
	}

#main acronym, abbr {
	border-bottom: 1px dashed #999;
	}

#main .entry blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 10px;
	border-left: 1px solid #ddd;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#main .entry blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 0px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* RELATED POSTS */
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

a.rssfeed {
	background: url(http://static.phpsugar.com/images/v2/ico_rss.png) no-repeat left center;
	padding: 10px 20px;
	line-height: 5em;
	font-size: 10px;
	font-weight: bold;
	color: #0066FF;
	vertical-align: bottom;
	text-shadow: 1px 1px 1px #FFF;
	-moz-text-shadow: 1px 1px 1px #FFF;
	-webkit-text-shadow: 1px 1px 1px #FFF;
}

ul.release-presentation {
	list-style-type: none;
	margin:0;
	padding:0;
}

ul.release-presentation li {
	width: 50%;
	float: left;
}
ul.release-presentation li:nth-child(2n) {
	width: 330px;
	min-height: 380px;
	margin-left: 22px;
}
ul.release-presentation li img {
	padding:0;
	margin:0;
	border: 1px solid #444;
}
ul.release-presentation li h3 {
	font-family: "Roboto",Arial,Helvetica,sans-serif;
	line-height: 1.6em;
	padding:0 !important;
	margin:7px 0  2px 0!important;
	width: 330px;
	font-size: 16px !important;
	letter-spacing: -0.055em;
	color: #49B93D;
}
ul.release-presentation li p {
	width: 330px;
	font-weight: normal;
	font-size: 14px;
	color: #777;
}
.entry{font-size:16px !important}

.entry h3.new-feature {
	color: #2770BD;
	font-weight: 700;
}

.alert.alert-blog-notification {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  padding: 10px 14px;
  background-color: #5BB84D; /*#F06560*/
  color: #FFF;
}

.alert.alert-blog-notification a,
.alert.alert-blog-notification a:visited{
  color: #FFF;
  text-decoration: underline;
}

.btn.btn-flat{color:#fff;text-transform:uppercase;font-weight:700;font-size:13px;border-radius:2px;border:none;text-align:center;cursor:pointer;letter-spacing:1px;outline:0;position:relative;border:0!important;padding:1em 1.4em!important;display:inline-block!important;http://www.phpsugar.com/blog/?p=987&preview=true# -webkit-transition: all .3s;-o-transition:all .3s;transition:all .3s}
.btn.btn-flat:hover{border:0;opacity:.8;box-shadow:0 1px 1px #eee}
.btn.btn-flat:focus,.btn.btn-flat:active{margin-top:0!important}
.btn.btn-flat:active{opacity:1}
a.btn.btn-success.btn-flat{background-color:#0C7!important}

body.blog h1,body.blog h2,body.blog h2 a:link{
font-family: "Montserrat","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
font-weight: 700;
font-style: normal;
color: #209DCE !important;
text-rendering: optimizeLegibility;
letter-spacing:0 !important;
line-height:1.6em !important;
}

.section .post p{font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;font-size:15px;line-height:1.7em;color: #4a4a4a;}
.section .post p strong{font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;color:inherit !important; font-weight: 600 !important;}
.section .post li{font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;line-height:1.9em;font-size:15px;}
.section .post li strong{color:#3b3d3f;font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px; font-weight: 700; color: #444}

.section .post ol, 
.section .post ul, 
.section .post p {
    margin-bottom: 20px !important;
}
