/* 

Theme Name: Sarah Bernard
Theme URI: http://digwp.com/
Description: You got lines, you got boxes
Author: Gregg Greenwood
Author URI: http://dataharvest.net/ 

*/ 

/*
    RESET
*/
* { margin: 0; padding: 0; }
body { 
	font-size: 14px; line-height: 1.5; 
	font-family: 'HelveticaNeue-UltraLight','Helvetica Neue UltraLight','Helvetica Neue', sans-serif;
	
	font-weight: 400; 
	font-family: 'HelveticaNeue-UltraLight','Helvetica Neue UltraLight','Helvetica Neue', Arial, Helvetica, sans-serif; 
	background-image: url('images/bg-01.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	letter-spacing: 0.09em;
 }
.screen-reader-text { position: absolute; left: -9999px; 



}


/*
    TYPOGRAPHY
*/

@font-face {
    font-family: 'helvetica-neue-roman';
    src: url('fonts/helveticaneueltstd-roman-webfont-webfont.eot');
    src: url('fonts/helveticaneueltstd-roman-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-roman-webfont-webfont.woff') format('woff'),
         url('fonts/helveticaneueltstd-roman-webfont-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-roman-webfont-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica-neue-roman';
    src: url('fonts/helveticaneueltstd-roman-webfont.eot');
    src: url('fonts/helveticaneueltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-roman-webfont.woff') format('woff'),
         url('fonts/helveticaneueltstd-roman-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-roman-webfont.svg#TrixiePlain') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'helvetica-neue-light';
    src: url('fonts/helveticaneueltstd-lt-webfont-webfont.eot');
    src: url('fonts/helveticaneueltstd-lt-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-lt-webfont-webfont.woff') format('woff'),
         url('fonts/helveticaneueltstd-lt-webfont-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-lt-webfont-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica-neue-light';
    src: url('fonts/helveticaneueltstd-lt-webfont.eot');
    src: url('fonts/helveticaneueltstd-lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-lt-webfont.woff') format('woff'),
         url('fonts/helveticaneueltstd-lt-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-lt-webfont.svg#TrixiePlain') format('svg');
    font-weight: normal;
    font-style: normal;

}





a { color: black; outline: 0; }
a:hover { text-decoration: none; }
h1, h2, h3, h4, h5 { font-weight: 400; font-family: 'HelveticaNeue-UltraLight','Helvetica Neue UltraLight','Helvetica Neue', Arial, Helvetica, sans-serif; }
h1 { font-size: 28px; font-weight: 100; margin: 0 0 15px 0;
	border-top: 1px solid #993333;
		border-bottom: 1px solid #993333;
	 }
h1 a { text-decoration: none; }

h2 {
    border-bottom: 0 solid black;
    font-size: 22px;
    font-weight: 100;
    margin: 0 0 5px;
}

h3 { font-weight: 800; font-size: 18px; }
h4 { font-weight: 400; font-size: 16px; }
h5 { font-weight: 400; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; }


#cntctfrm_contact_form{
border: 0px solid red;
font-size: .8em;
}



/*
    BASIC STRUCTURE
*/
#page-wrap { 
	width: 990px; 
	margin: 320px auto; 
	border-left: 1px solid #993333; 
	border-right: 1px solid #993333; 
	padding: 0 20px;

	}
#main-content { 
	width: 600px; 
	padding: 15px 35px; 
	float: right;
	border-left: 0px solid #993333; 
 }
#column-wrap { 

overflow: hidden; 
}



/*
    HEADER
*/
#header { padding: 150px 0px; position: relative; display: none; }
#logo { font-size: 54px; }
#header p { position: absolute; right: 60px; bottom: 60px; width: 300px; text-align: right; }





/*
    NAVIGATION
*/
#main-nav { padding: 0 0 0 60px; border-top: 1px solid black; border-bottom: 1px solid black; overflow: hidden; list-style: none; display: none; }
#main-nav li { display: inline; }
#main-nav li a { border-right: 1px solid black; display: block; float: left; padding: 6px 10px; text-decoration: none; text-transform: uppercase; }
.home #main-nav li.home a, #main-nav li a:hover, 
#main-nav li.current_page_item a { background: #eee; }
#main-nav li:first-child a { border-left: 1px solid black; }



/*
    SEARCH FORM
*/
#searchform { margin: 30px 0; border-top: 1px solid black; border-bottom: 1px solid black; }
#s { width: 217px; border: 0; font-style: italic; font-size: 15px; padding: 8px; }
#searchsubmit { border-left: 1px solid black; font-size: 14px; border-top: 0; border-right: 0; border-bottom: 0; background: white; padding: 8px; }
#searchsubmit:hover { background: #eee; }




/*
    SIDEBAR
*/
#sidebar {
    float: left;
    padding: 0 25px 0 0;
    text-align: center;
    width: 279px;
    border-right: 1px solid #993333;
}

#sidebar h3 { border-bottom: 1px solid black; margin: 40px 0 0 0;  margin: 50px 0 20px; }

.widget_categories { overflow: hidden; }
.widget_categories ul { list-style: none; }
.widget_categories ul li { display: inline; }
.widget_categories ul li a { float: left; display: block; width: 139px; border-bottom: 1px solid black; text-decoration: none; }
.widget_categories ul li:nth-child(odd) a { border-right: 1px solid black; }

.widget_tag_cloud { overflow: hidden; }
.widget_tag_cloud a { float: left; display: block; width: 139px; border-bottom: 1px solid black; text-decoration: none; font-size: 14px !important; }
.widget_tag_cloud a:nth-child(even) { border-right: 1px solid black; }

.widget_links ul { list-style: none; }
.widget_links ul li a { border-bottom: 1px solid black; display: block; text-decoration: none; }

.widget a:link:hover, .widget a:visited:hover { background: #eee; }



#menu-main-nav {
	border: 0px solid #ccc;
	margin: 10px 0 10px 0;
}

ul#menu-main-nav.nav-menu{
	border: 0px solid #ccc !important;
	list-style: none;
	text-align: left;
}

#widgets-reloaded-nav-menu-2.widget h3.widgettitle{
	display: none;
}


#menu-main-nav.nav-menu li {
border: 0px dotted #ccc !important;
}
#menu-main-nav.nav-menu li a{
border: 0px solid #ddd !important;
font-size: 1.5em;
font-weight: 100;
}


#menu-main-nav.nav-menu li A:link { text-decoration: none;  !important;  }
#menu-main-nav.nav-menu li A:visited { text-decoration: none; !important; } 
#menu-main-nav.nav-menu li A:hover { text-decoration: none; color: #993333 !important;   }
#menu-main-nav.nav-menu li A:active { text-decoration: none; !important;   }


#twitter-2.widget div.textwidget ul li{
border: 0px solid #ccc !important;
text-align: left;
font-size: .8em !important;
background-color: #efefef !important;
padding: 10px !important;
font-weight: 100;
font-family: 'helvetica-neue-light', 'helvetica-neue-regular', arial,Helvetica,sans-serif; !importantsans-serif; !important; 
}

#twitter-2.widget  ul li A:link { text-decoration: none; color: #993333 !important;  }
#twitter-2.widget  ul li A:visited { text-decoration: none; !important; } 
#twitter-2.widget  ul li A:hover { text-decoration: none; color: #993333 !important;   }
#twitter-2.widget  ul li A:active { text-decoration: none; !important;   }

#twitter-2.widget  ul li{
   border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
    padding: 5px 5px 10px;
    text-align: left;
    text-align: left;
    letter-spacing: .02em;
}


#twitter-2.widget ul li .entry-meta{
 border-bottom: 0 solid black;
    display: block;
    font-size: 0.7em;
    text-align: left;
}


#twitter-2.widget h3.widgettitle{
font-size: 1.5em;
    font-weight: 100;
	border-top: 1px solid #993333 !important;
	border-bottom: 1px solid #993333 !important;
	margin: 15px 0 10px 0 !important;
}

#follow{  margin: 0 0 10px;
	border-top: 1px solid #993333;
		border-bottom: 1px solid #993333;

	text-align: left;
	font-weight: 100 !important;
	font-size: 1.3em;
	margin: 0 0 10px 0;

}

#follow-icons {
	border: 1px solid #cc;
	float: right;
}

#follow-icons img{
	border: 0px solid #cc;
	margin: 2px 2px 4px 0;
}

.twitter-follow-button {

    border: 0px solid #993333;
    color: #FFFFFF !important;
    display: block;
    font-weight: 100;
    padding: 10px;
    text-decoration: none !important;
}


.textwidget a:link:hover, .textwidget a:visited:hover {  background: none; }

#follow-icons a:link:hover, .textwidget a:visited:hover { background: none; }

#twitter-2.widget div.textwidget ul li a:link:hover { background: #ccc; }

/*
    POSTS
*/
.meta { font-size: 12px; text-transform: uppercase; position: relative; border-top: 1px solid black; border-bottom: 1px solid black; padding: 2px 0; margin: 0 0 20px 0; padding-right: 150px;

	display: none; }
.meta span { position: absolute; right: 0; top: 1px; }
.meta a { text-decoration: none; }
.meta a:hover { text-decoration: underline;}


.article-content blockquote p:first-child:first-letter { font: 14px Helvetica, Sans-Serif; float: none; margin: 0; }
.article-content p {
	font-family: 'helvetica-neue-light', 'helvetica-neue-regular', arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 150;
    letter-spacing: 0.09em;
    line-height: 1.5;
    margin: 0 0 15px 0; 
     }
     
.article-content ul, .article-content ol { margin: 0 0 10px 20px; }
.article-content ul ul, .article-content ol ol { margin-top: 5px; }
.article-content li { margin: 0 0 5px 0; }
.article-content code { font: 12px Monaco, Courier, Sans-Serif; }
.article-content pre { border: 1px solid black; padding: 10px; margin: 0 0 15px 0; }

.post { margin: 0 0 40px 0; }


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

.alignright {
    float: right;
    margin: 0 0 10px 20px;
}
.line {
	clear: both;
  width: 600px;
  height: 1px;
  border-top: 1px solid #993333;
  margin: 10px 0;
}

/*
    PAGINATION
*/
.pagination { overflow: hidden; }
.pagination .newer { float: right; }
.pagination .older { float: left; }




/*
    COMMENTS
*/
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom: 1px solid black; padding: 10px 10px 25px 10px; position: relative; font-size: 12px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { margin: 0 0 5px 0; font-size: 15px; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border: 1px solid black; float: right; margin: 0 0 15px 15px; padding: 5px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { position: absolute; top: 10px; right: 60px; }
ol.commentlist li.comment div.comment-meta { font-size:9px; }
ol.commentlist li.comment div.comment-meta a { color:#ccc; }
ol.commentlist li.comment div.comment-meta a:hover { color: black; }
ol.commentlist li.comment p {  margin: 0 0 0 10px 0; }
ol.commentlist li.comment ul, ol.commentlist li.comment ol { margin: 0 0 15px 20px; }
ol.commentlist li.comment div.reply { font-size:11px; position: absolute; bottom: 5px; right: 10px; }
ol.commentlist li.comment div.reply a { }
ol.commentlist li.comment ul.children { list-style: none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #ccc; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even {  }
ol.commentlist li.odd { }
ol.commentlist li.parent { }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

#commentform { }
#commentform div { margin: 0 0 5px 0; }
#commentform input[type=text] { border: 1px solid black; font: 12px Helvetica, Sans-Serif; padding: 3px; }
#commentform #submit { border: 1px solid black; padding: 4px; background: white; font: 14px Helvetica, Sans-Serif; }
#commentform #submit:hover { background: #eee; }
#commentform textarea { width: 400px; padding: 3px; border: 1px solid black; }

/*
    FOOTER
*/
#footer { clear: both; padding: 10px 10px; 
	border-top: 1px solid #993333; 
		border-bottom: 1px solid #993333;
		font-weight: 100;
		font-size: .9em; 
		margin: 50px 0 0 0;
}

