/*
/*
Theme Name: BulletNova
Theme URI: http://hkseo.us
Author: The HKSEO Development Team
Author URI: http://hkseo.us/
Description: A Bullet Viral Traffic Theme
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url(http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css);
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,700italic,400italic);
html,body{height:100%;}
h1,h2,h3,h4,h5,h6 { font-family: 'Oswald', 'san-serif'; }
iframe {max-width:100%}

header {margin: 15px 0 30px 0; }
body {background:url('bg.png');font-family: 'Droid Serif', 'serif'; font-size: 14px; color: #666;margin: 0;padding: 0;}
a {color:#E03F00;}
img {max-width: 100%}
.container{max-width: 980px}
#page { background: #f5f5f5; box-shadow: 0 0 2px #999 }
#content { background-color: #fff; border-right: solid 1px #eaeaea; padding: 15px; }

article{padding: 10px;clear: both;}

article>h2 {font-size: 26px;margin-top: 0;}
article>h2>a {color:#666;}
article>h2>a:hover {color:#666;text-decoration: none;}
article>.excerpt {margin: 10px 0;}
article>.excerpt .readmore {float: right;}
article>.meta>time {margin-right: 30px;}

header h1 {margin:0}
header h1 a { color:#ee4723; text-shadow: 0px 3px #ccc;font-size:45px}
header h1 a:hover{color:#ee4723;text-decoration:none}

/* widgets */
#sidebar { padding: 15px; }
#sidebar ul { padding: 0;margin: 0; list-style-type: none;}
.widget {margin-bottom: 30px}
.widget h3 {font-size: 22px;}
.widget_search .input-group { width: 100%; }

/* comments */
.comment-list {list-style-type:none}
.comment-list h3{font-size:20px;margin: 0 0 10px 0;}
.avatar{float: left;}
.comment-body {margin:0 0 15px 81px;}
.comment>.comment{margin:0 0 0 32px;}
.bypostauthor>.comment-body{ background-color: rgb(255, 255, 218); border: solid 2px #999; padding: 10px; }

#commentform p>label{display:block}