/*
THEME NAME: Simply Grey
THEME URI: http://hullap.com/blog/
dESCRIPTION: A simple 1 column layout based on the <a href"http://www.plaintxt.org/themes/sandbox/">Sandbox</a> theme
VERSION: 0.1a
AUTHOR: Madhur Chaudhary
AUTHOR URI: http://hullap.com
TAGS: sandbox, microformats, minimalist, developer, simple, grey, one-column, flexible-width, sticky-post, css3
*/

/* Layout */
*/
div.sidebar {
float:left;
overflow:hidden;
padding:10px 1.9%;
width:46%;
}

div#primary {
clear:both;
}

div#footer {
clear:left;
width:100%;
}

/* Importing Fonts */
/* The fonts included are copyrighted by the vendor listed below.
 * @vendor:     dot colon
 * @vendorurl:  http://www.dotcolon.net
 * @licenseurl: http://www.fontsquirrel.com/license/Vegur
 */

@font-face {
	font-family: 'VegurExtraLight';
	src: url('/fonts/Vegur-EL_0500.eot');
	src: local('Vegur ExtraLight'), local('Vegur-ExtraLight'), url('/fonts/Vegur-EL_0500.ttf') format('truetype');
}

@font-face {
	font-family: 'VegurRegular';
	src: url('/fonts/Vegur-R_0500.eot');
	src: local('Vegur Regular'), local('Vegur-Regular'), url('/fonts/Vegur-R_0500.ttf') format('truetype');
}

@font-face {
	font-family: 'VegurBold';
	src: url('/fonts/Vegur-B_0500.eot');
	src: local('Vegur Bold'), local('Vegur-Bold'), url('/fonts/Vegur-B_0500.ttf') format('truetype');
}
/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     Casady & Greene
 * @vendorurl:  http://www.moorstation.org/typoasis/designers/casady_greene/
 * @licenseurl: http://www.fontsquirrel.com/license/CalligraphyFLF
 *
 *
 */

@font-face {
	font-family: 'CalligraphyFLFRegular';
	src: url('/fonts/CalligraphyFLF.eot');
	src: local('CalligraphyFLF Regular'), local('CalligraphyFLF'), url('/fonts/CalligraphyFLF.ttf') format('truetype');
}

/* Styling Start */
/* Main Page */
body {
background-color: #333;
color: #fff;
margin: 5% 5% 0 20%;
font-size: 20px;
font-family: VegurExtraLight, Verdana, Arial, sans-serif;
line-height: 100%;
}
em {
font-family: VegurRegular, inherit;
}
a {
font-family: VegurBold, inherit;
}

a:link {
color: #fff;
text-decoration: none;
}
a:visited {
color: #fff;
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: underline;
}
a:active {
color: #ddd;
}
.skip-link {
position: absolute;
top: 10px;
right: 10px;
}
.entry-title,.entry-date,.entry-meta, .entry-meta a {
text-align: right;
font-weight: bold;
font-family: CalligraphyFLFRegular, inherit;
}
.entry-content {
margin-right: 20%;
}
.entry-meta {
padding-bottom: 10px;
margin-bottom: 50px;
border-bottom: 3px double #555;
}
.entry-title a, .entry-title {
font-size: 200%;
font-family: CalligraphyFLFRegular, inherit;
line-height: 100%
}
#blog-title a, #blog-title {
margin-top: 10%;
font-size: 300%;
font-family: CalligraphyFLFRegular, inherit;
text-align: center;
}
#blog-description {
font-family: VegurRegular, inherit;
text-align: center;
font-size: 200%;
padding-top: 50px;
}
.nav-next {
float: right;
}
.navigation {
margin: 25px 0;
}
#footer {
text-align: right;
}
/* Comments */
.comment-meta {
font-family: CalligraphyFLFRegular, inherit;
}
.comment {
margin-top: 10px;
border-bottom: 3px double #555;
}
/* Image Alignment */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   color: #333;
   /* optional rounded corners for browsers that support it */
   -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;
}

