/*  
Theme Name: BuddyTheme
Theme URI: http://www.buddythemes.com/themes/
Description: Simple and Clean WordPress Blog Theme designed by www.buddythemes.com! Visit us for more free themes and custom plugins.
Author: BuddyThemes (DMS)
Author URI: http://www.buddythemes.com/
Version: 1.3
Tags: Orange, two-columns, threaded-comments, fixed-width, right-sidebar
*/

/*
	Defaults
*/

h1, h2, h3, h4, h5, h6 {
	clear:both;
}

p {
	margin: 0;
	padding: 10px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size:2.0em;
	font-weight:normal;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: #eaa251;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a img {
	border: none;
}

blockquote {
	border-left: 3px solid #dadedd;
	padding: 5px 15px;
	display:block;
	margin: 10px 10px 20px 20px;
	font-style: italic;
	clear:both;
}

body {
	background:#fff url(images/body_bg.png) top left repeat-x;
	font-style:normal;
  font-size: 62.5%;
  font-family: Tahoma,Arial,Helvetica;
  line-height:160%;
	color:#444;
	margin:0;
}

.padding10 {
	padding:10px;
}

code {
	font: 0.9em 'Courier New', Courier, Fixed;
	padding: 10px;
	display: block;
}

img.alignright {
	float:right;
	margin:0 0 10px 10px
}

img.alignleft {
	float:left;
	margin:0 10px 10px 0
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

a img.alignright {
	float:right;
	margin:0 0 10px 10px
}

a img.alignleft {
	float:left;
	margin:0 10px 10px 0
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.clear {
	clear:both;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

/*
	Background styles
*/

#page {
  position:relative;
  top:27px;
  background:url(images/AngryWeb_web.png) 10px 0 no-repeat;
  padding-left:120px;
}

.container {
	width:960px;
}

#footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
  text-align:center;
  padding:30px;
}

/*
	Header / Logo / Subscrive
*/

#header {
	height:52px;
	padding-top:8px;
	position:relative;
}

.header-search {
  float:right;
  position:relative;
  top:35px;
}

#logo, #menu {
	display: inline;
	float:left;
}

#logo  {
	margin:0;
	padding:0;
	font:larger "Times New Roman", Times, serif;
	font-style:italic;
}

#logo h1 {
  margin:0;
}

#logo h1 a {
	color:#666;
	text-decoration:none;
}

#logo h1 a:hover {
	color:#f35906;
}

#logo .description {
	font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
	margin:0;
	padding:0;
  position:relative;
  top:10px;
  color:#fff;
}

#subscribe {
	width:80px;
	position:absolute;
	top:8px;
	right:0;
}

/*
	Block
*/

#main {
	height:1%;
	overflow:hidden;
	padding:30px 0;
	clear:both;
  font-size:1.2em;
  line-height:160%;
}

#content {
	display: inline;
	float:left;
}

#content {
	width:645px;
}

.post {
  position:relative;
	width:557px;
	padding:20px 20px 10px 0;
  margin:0 0 0 50px;
	height:1%;
  border-bottom:1px dotted #ddd;
}

.post h2 {
	padding:0;
	font-weight:normal;
  margin:0 0 3px 0;
}

.post h2 a {
	color:#000;
	text-decoration:none;
}

.post h2 a:hover {
	text-decoration:underline;
  color:#f35906;
}

small {
	color:#666;
}

.post small {
	font:1.1em/1.6em Georgia, "Times New Roman", Times, serif;
	display:inline-block;
	padding-top:7px;
	color:#666;
}

.post ul {
	list-style-type:none;
  padding:0;
}

.post ol {
  padding:0;
}

.post ul li {
	background:url(images/bullet.gif) no-repeat 0 5px;
	padding-left:20px;
	line-height:20px;
}

.post li {
  margin:5px 0;
}

.more-link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
}

.moreLink {
	font-weight:bold;
	font-size:1.4em;
	text-align:right;
	display:block;
	clear:both;
}

.moreLink a {
	padding-left:15px;
}

#sidebar {
	display:inline;
	float:right;
	width:285px;
}

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

#sidebar li.widget, #sidebar li {
	margin-bottom:10px;
	list-style:none;
}

#sidebar h2.widgettitle, #sidebar h2, #sidebar h3 {
	font-size:1.4em;
	line-height:200%;
	
	text-transform:uppercase;
	margin-bottom:10px;
  font-weight:normal;
  letter-spacing:.15em;
}

#sidebar h2.widgettitle a {
  color:#444;
}

#sidebar ul ul li {
	margin:0;
  padding:7px;
	list-style-type:none;
  border-bottom:1px dotted #D9D9D9;
}

/*
	Footer
*/
.gototop {
	display:block;
	padding-bottom:20px;
}

/* 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: 1.1em;
	line-height: 180%;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */


/*Comment*/
.commentlist {
	width:500px;
	overflow:hidden;
	height:1%;
	margin:0;
	padding:0;
	padding-top:10px;
}

li.avatar-bg {
	background:url(images/avatar-bg.gif) 0 20px no-repeat;
	height:55px;
	width:65px;
	display:inline;
	float:left;
	margin-right:10px;
	padding-top:20px;
	border-top:2px dotted #ccc;
}

li.avatar-bg img {
	display:block;
	padding:12px 0 0 12px;
}

li.comment-conent, li.alt {
	font-weight: bold;
	list-style:none;
	margin-bottom:10px;
	padding:15px;
	display:inline;
	float:left;
	width:390px;
	border-top:2px dotted #ccc;
}

li.comment-conent .url, li.alt .url {
	font-size:1.3em;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
}

.commentmetadata {
	font-size: 0.9em;
	font-weight: normal;
}

h3#comments {
	padding: 0;
	margin: 40px auto 20px;
}

#commentform {
	margin-bottom: 60px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font-size: 1.2em;
	clear:both;
}

#commentform p {
	margin:0;
	padding:0;
}

#commentform label {
	display:block;
}

#commentform textarea {
	margin-top:5px;
	width: 500px;
	padding: 2px;
	font-size: 1.2em;
}

#commentform #submit {
	margin-top: 5px;
	padding: 5px;
	font-weight: bold;
	font-size: 1.3em;
}

legend {
	font-size: 1.2em;
	font-weight:bold;
	padding: 2px 10px;
}

.entry form {
	text-align:left
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  font-family:tahoma, helvetica, arial;
  font-size:larger;
  font-weight:normal;
}

#commentform p {
	margin: 5px 0;
}

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

/*End Comment*/

/*Search Form*/
#searchform #s {
	width:200px;
}

/* Post Date */
.post-date {
  position:absolute;
  left:-50px;
  width:37px;
  padding:4px;
  color:#777;
  background:#c6dddd;
}

.post-date .month {
  float:left;
}

.post-date .year {
  display:block;
  text-align:right;

}

.post-date .day {
  clear:both;
  background:#fff;
  text-align:center;
  font-size:larger;
  width:100%;
  display:block;
  padding:5px 0;
  margin:3px 0 0 0;
}

h2 span.edit {
  font-size:x-small;
}
