/*   
Theme Name: BlankTheme
Theme URI: http://OnThemes.com
Description: Basic Template
Author: OnThemes
Author URI: http://OnThemes.com
Version: 1.0
*/

@import url('css/reset.css');
@import url('css/pagenavigation.css');
@import url('css/shortcodes.css');

#content {
	width: 610px;
	float: left;
}

#sidebar {
    float: right;
	width: 300px;
}

#sidebar2 {
    float: right;
	width: 300px;
	clear: right;
}

#footer {    
    clear:both;
}

body { background: white; font: 14px/1.4 Georgia, Serif; }

#outerwrapper {position: absolute; left: 50%; margin-left: -480px; top: 0px; width: 960px; z-index: 1;} 
#container { width: 960px; margin: 30px auto; }
#header {display: table; clear: both; width: 100%;}
#header #logo {display: table-cell; vertical-align: bottom;}
#logo img {padding: 0px 0px 0px 0px;}
#logo #site-description {font:italic normal normal 14px/normal Georgia, serif; margin: 0 0 20px 0;}
#logo h1 {font-family:Georgia, serif; margin: 0px 0px;}
#logo {max-width: 50%; float: left; }
#header h1 a {color: #000;}

#middle h1 {font-family: Georgia; font-size: 31px; margin: 0px auto 10px auto; text-align: center; color: #ffffff;}
#middle {height: 500px;}

#footer {width: 100%; margin-top: 40px;}

.widget {margin-bottom: 25px;}

h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }


p { margin: 0 0 20px 0; line-height: 150%;}
a { text-decoration: none;}


.button {
    color: #6e6e6e;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-right: 10px;
	cursor: pointer;
}

.button:hover {
    color: #6e6e6e;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.socialmedia {margin: 0 auto; padding-right: 15px;}
#socialmediawidget {margin-bottom: 25px;}
#socialmediaicons {margin: 0 auto;}


/* ****************************************************************************** */
/* 		BLOCKQUOTES		*/
/* ****************************************************************************** */

blockquote{font-style:italic;padding:0 3em;}
blockquote cite,blockquote em,blockquote i{font-style:normal;}

.entry-content blockquote.left{float:left;margin-left:0;margin-right:24px;text-align:right;width:33%;}
.entry-content blockquote.right{float:right;margin-left:24px;margin-right:0;text-align:left;width:33%;}
#comments .comment-body blockquote p:last-child{margin-bottom:24px;}

ul, ol { margin: 0 0 10px 0; }


/* ****************************************************************************** */
/* 		BASIC WORDPRESS TEXT FORMATING		*/
/* ****************************************************************************** */

p{margin-bottom:18px;}
ul{list-style:square;margin:0 0 18px 1.5em;}
ol{list-style:decimal;margin:0 0 18px 1.5em;}
ol ol{list-style:upper-alpha;}
ol ol ol{list-style:lower-roman;}
ol ol ol ol{list-style:lower-alpha;}
ul ul,ol ol,ul ol,ol ul{margin-bottom:0;}

dl{margin:0 0 24px;}
dd{margin-bottom:18px;}
cite,em,i{font-style:italic;}
big{font-size:131.25%;}
ins{background:#ffc;text-decoration:none;}
pre{background:#f7f7f7;color:#222;line-height:18px;margin-bottom:18px;padding:1.5em;}
abbr,acronym{border-bottom:1px dotted #666;cursor:help;}
sup,sub{height:0;line-height:1;position:relative;vertical-align:baseline;}
sup{bottom:1ex;}
sub{top:.5ex;}
dt,strong{font-weight:700;}


/* ****************************************************************************** */
/* 		CONTENT FORMATTING			*/
/* ****************************************************************************** */

#content{margin-bottom:36px;}
#content {overflow: hidden;}
#content h2 a {text-decoration: none; color: #000;}
#content,#content input,#content textarea{color:#333;line-height:24px;}
#content p,#content ul,#content ol,#content dd,#content pre,#content hr{margin-bottom:24px;}
#content ul ul,#content ol ol,#content ul ol,#content ol ul{margin-bottom:0;}
#content pre,#content kbd,#content tt,#content var{font-size:15px;line-height:21px;}
#content code{font-size:13px;}
#content dt,#content th{color:#000;}
#content h1,#content h2,#content h3,#content h4,#content h5,#content h6{color:#000;line-height:1.5em;margin:0 0 20px;}
#content table{border:1px solid #e7e7e7;text-align:left;width:100%;margin:0 -1px 24px 0;}
#content tr th,#content thead th{color:#888;font-size:12px;font-weight:700;line-height:18px;padding:9px 24px;}
#content tr td{border-top:1px solid #e7e7e7;padding:6px 24px;}
#content tr.odd td{background:#f2f7fc;}
#content .video-player{padding:0;}
#content .entry-summary p:last-child{margin-bottom:12px;}
#content .entry-title{color:#000;font-size:21px;font-weight:700;line-height:1.3em;margin-bottom:4px;border-bottom:3px solid #ccc;}
#content .attachment img{display:block;margin:0 auto;}

.home .sticky {
	background: #fbfbfb;
	border-top: 4px solid #ccc;
	margin-bottom: 20px;
	padding: 10px 20px 5px 20px;
}

/* ****************************************************************************** */
/* 		PAGE LINK STYLING			*/
/* ****************************************************************************** */
	
.page-link { clear: both; color: #6e6e6e; font-weight: bold; margin: 0 0 22px 0; font-size: 13px; }
.page-link a:link, .page-link a:visited, .entry-content .page-link a:link {    
	color: #6e6e6e;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-right: 6px;
	}
/* .home .sticky .page-link a { background: #d9e8f7; } */
.page-link a:active,
.page-link a:hover {     color: #000;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);}

	
/* ****************************************************************************** */
/* 		COMMENTS			*/
/* ****************************************************************************** */

#comments {clear:both;}
#comments .navigation{padding:0 0 18px;}
#comments .pingback{border-bottom:1px solid #e7e7e7;margin-bottom:18px;padding-bottom:18px;}
#comments .pingback p{color:#888;display:block;font-size:12px;line-height:18px;margin:0;}
#comments .pingback .url{font-size:13px;font-style:italic;}
#comments .comment-body ul,#comments .comment-body ol{margin-bottom:18px;}
#comments .comment-body p:last-child{margin-bottom:6px;}
#comments .comment-body blockquote p:last-child{margin-bottom:24px;}

h3#comments-title,h3#reply-title{color:#000;font-size:20px;font-weight:700;margin-bottom:0;}
h3#comments-title{padding:24px 0;}
h3#reply-title{margin:18px 0;}

.commentlist li.comment{border-bottom:1px solid #e7e7e7;line-height:24px;margin:0 0 24px;padding:0 0 0 56px;position:relative;}
.commentlist li:last-child{border-bottom:none;margin-bottom:0;}
.commentlist ol{list-style:decimal;}
.commentlist .avatar{left:0;position:absolute;top:4px;}
.commentlist .children li{border:none;margin:0;}
.commentlist,.commentlist .children{list-style:none;margin:0;}
.commentlist li.comment+li.pingback{margin-top:-6px;}

.comment-author cite{color:#000;font-style:normal;font-weight:700;}
.comment-author .says{font-style:italic;}

.comment-meta{font-size:12px;margin:0 0 18px;}
.comment-meta a:link,.comment-meta a:visited{color:#888;text-decoration:none;}
.comment-meta a:active,.comment-meta a:hover,.reply a:hover,a.comment-edit-link:hover{}

.reply{font-size:12px;padding:0 0 24px;}
.reply a,a.comment-edit-link{color:#888;}

.nopassword,.nocomments{display:none;}

input[type=submit]{color:#333;}

.form-allowed-tags{line-height:1em;}
.children #respond{margin:0 48px 0 0;}

#comments-list #respond{margin:0 0 18px;}
#cancel-comment-reply-link{font-size:12px;font-weight:400;line-height:18px;}

#respond {border-top:1px solid #e7e7e7;margin:24px 0;overflow:hidden;position:relative;}
#respond .comment-notes{margin-bottom:1em;}
#respond .required{font-weight:700;}
#respond label{color:#888;font-size:12px;}
#respond input{margin:0 0 9px;}
#respond textarea{width:98%;}
#respond .form-allowed-tags{color:#888;font-size:12px;line-height:18px;}
#respond .form-allowed-tags code{font-size:11px;}
#respond .form-submit{margin:12px 0;}
#respond .form-submit input{font-size:14px;width:auto;}
#respond p,#comments-list ul #respond{margin:0;}


/* ****************************************************************************** */
/* 		BOTTOM NAVIGATION		*/
/* ****************************************************************************** */

.navigation{color:#888;font-size:12px;line-height:18px;overflow:hidden;}
.navigation a:link,.navigation a:visited{color:#888;text-decoration:none;}
.navigation a:active,.navigation a:hover{}

.nav-previous{float:left;width:50%;}
.nav-next{float:right;text-align:right;width:50%;}

#nav-above{display:none;margin:0 0 18px;}
#nav-below{margin:-18px 0 0;}

.paged #nav-above,.single #nav-above{display:block;}


/* ****************************************************************************** */
/* 		WIDGET AREAS	*/
/* ****************************************************************************** */

.widget-area ul{list-style:none;margin-left:0;}
.widget-area ul ul{list-style:square;margin-left:1.3em;}
.widget-area select{max-width:100%;}
.widget-area a:link,.widget-area a:visited{text-decoration:none;}
.widget-area a:active,.widget-area a:hover{text-decoration:underline;}
.widget-area .entry-meta,#wp-calendar thead{font-size:11px;}

.widget_search #s{width:210px; height: 26px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; border: 1px solid #ccc;}
.widget_search label{display:none;}

.widget-container{margin:0 0 18px;}
.widget-title{text-transform:uppercase;padding-bottom:10px;border-bottom:3px solid #ccc;font-weight:700;font-size:16px;margin-bottom:20px;}

.widget_rss a.rsswidget{color:#000;}
.widget_rss a.rsswidget:hover{}
.widget_rss .widget-title img{width:11px;height:11px;}

#wp_tag_cloud div{line-height:1.6em;}
#wp-calendar{width:100%;}
#wp-calendar caption{color:#222;font-size:14px;font-weight:700;padding-bottom:4px;text-align:left;}
#wp-calendar tbody{color:#aaa;}
#wp-calendar tbody td{background:#f5f5f5;border:1px solid #fff;text-align:center;padding:3px 0 2px;}
#wp-calendar tbody .pad{background:none;}
#wp-calendar tfoot #next{text-align:right;}

#main .widget-area ul{margin-left:0;padding:0;}
#main .widget-area ul ul{border:none;margin-left:1.3em;padding:0;}


/* ****************************************************************************** */
/* 		=Mobile Safari ( iPad, iPhone and iPod Touch )			*/
/* ****************************************************************************** */


pre{-webkit-text-size-adjust:140%;}
code{-webkit-text-size-adjust:160%;}
#access,.entry-meta,.entry-utility,.navigation,.widget-area{-webkit-text-size-adjust:120%;}
#site-description{-webkit-text-size-adjust:none;}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body{background:none !important;}
	#wrapper{clear:both !important;display:block !important;float:none !important;position:relative !important;}
	#header{border-bottom:2pt solid #000;padding-bottom:18pt;}
	#colophon{border-top:2pt solid #000;width:auto;}
	#site-title,#site-description{float:none;line-height:1.4em;margin:0;padding:0;}
	#site-title{font-size:13pt;}
	.entry-content{font-size:14pt;line-height:1.6em;}
	.entry-title{font-size:21pt;}
	#access,#branding img,#respond,.comment-edit-link,.edit-link,.navigation,.page-link,.widget-area{display:none !important;}
	#container,#header,#footer{width:100%;margin:0;}
	#content,.one-column #content{width:100%;margin:24pt 0 0;}
	.wp-caption p{font-size:11pt;}
	#site-info,#site-generator{float:none;width:auto;}
	img#wpstats{display:none;}
	#site-generator a{margin:0;padding:0;}
	#entry-author-info{border:1px solid #e7e7e7;}
	#main{display:inline;}
	.home .sticky{border:none;}
}


/* ****************************************************************************** */
/* 		ENTRY STYLES			*/
/* ****************************************************************************** */

.hentry{margin:0 0 48px;}
.single .hentry{margin:0 0 36px;}

.entry-title a:link,.entry-title a:visited{color:#000;text-decoration:none;}
.entry-title a:active,.entry-title a:hover,.entry-meta a:hover,.entry-utility a:hover{}

.entry-meta a,.entry-utility a{color:#888;}
.entry-meta,.entry-content label{color:#888;font-size:12px;}
.entry-meta abbr,.entry-utility abbr{border:none;}
.entry-meta abbr:hover,.entry-utility abbr:hover{border-bottom:1px dotted #666;}
.entry-meta { font-size: 12px; color: #ccc; text-transform: uppercase;}

.entry-content {margin-top: 0px;}
.entry-content,.entry-summary{clear:both;padding:12px 0 0;}
.entry-content fieldset{border:1px solid #e7e7e7;margin:0 0 24px;padding:24px;}
.entry-content fieldset legend{background:#fff;color:#000;font-weight:700;padding:0 24px;}
.entry-content input.file,.entry-content input.button{margin-right:24px;}
.entry-content input,.entry-content select{margin:0 0 24px;}
.entry-content sup,.entry-content sub{font-size:10px;}
.entry-content blockquote.left{float:left;margin-left:0;margin-right:24px;text-align:right;width:33%;}
.entry-content blockquote.right{float:right;margin-left:24px;margin-right:0;text-align:left;width:33%;}

#entry-author-info{background:#f2f7fc;border-top:4px solid #000;clear:both;font-size:14px;line-height:20px;overflow:hidden;margin:24px 0;padding:18px 20px;}
#entry-author-info #author-avatar{background:#fff;border:1px solid #e7e7e7;float:left;height:60px;margin:0 -104px 0 0;padding:11px;}
#entry-author-info #author-description{float:left;margin:0 0 0 104px;}
#entry-author-info h2{color:#000;font-size:100%;font-weight:700;margin-bottom:0;}

.entry-utility{clear:both;color:#888;font-size:12px;line-height:18px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:8px 0;}
.entry-utility { font-size: 12px; color: #ccc; border-width: 4px 0 1px 0; border-color: #eaeaea; border-style: solid; margin-bottom: 20px; padding: 8px 0 8px 0;}


/* ****************************************************************************** */
/* 		MAIN MENU			*/
/* ****************************************************************************** */

#navbarside {max-width: 70%; float:right;}

.maintopbottom { display: block; margin: 0px auto; width: 100% !important; height: 1.75em; border-top: 1px solid #ccc; border-bottom: 3px solid #ccc; padding: 10px 0px;}

.maintopbottom a {display: block; color: #aaa; line-height: 1.75em; padding:0px 10px; text-decoration: none; font-weight: normal; margin-right: 5px;}

/*single dropdown */
.maintopbottom ul, div.menu ul { list-style: none; margin: 0; padding: 0;}
.maintopbottom ul, div.menu ul:first-child {margin-left: 10px;}
.maintopbottom ul, div.menu ul:last-child {margin-right: 10px;}


.maintopbottom ul ul { display: none; position: absolute; top: 1.5em; left: 0; float: left;	width: 180px; z-index: 99999; }
.maintopbottom ul ul a { background: #ececec; line-height: 1em; padding: 8px 10px; width: 160px; height: auto; }
.maintopbottom ul ul ul {display: none; left:180px; top:0px; width:160px;}

/*second drop out */
.maintopbottom ul ul ul a { background: #ececec; line-height: 1em; padding: 8px 10px; width: 160px; height: auto;}
.maintopbottom li, div.menu li { float: left; position: relative; }
.maintopbottom ul li:hover > ul {	display: block; }

/*current page set */
.maintopbottom ul li.current_page_item > a,
.maintopbottom ul li.current-menu-ancestor > a,
.maintopbottom ul li.current-menu-item > a,
.maintopbottom ul li.current-menu-parent > a { color: #000; background: #ececec; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}


.maintopbottom li:hover > a, .maintopbottom ul ul :hover > a { background: #ececec; color: #111; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; }


.maintopbottom .dir > a, .maintopbottom .dir > a:hover {
    padding-right: 15px; margin-right: 10px;
    background-image: url(images/menu-down-arrow.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    display:block;
    z-index:599;
}


ul.dropdown ul li.dir > a {
    padding-right: 20px;
    background-image: url(images/nav-arrow-right.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    display:block;
    width:115px;
    z-index:599;
}


/* ****************************************************************************** */
/* 		CLEAR FLOATS			*/
/* ****************************************************************************** */

.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0;}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;height:0;line-height:0;visibility:hidden;width:0;}




/* ****************************************************************************** */
/* 		ALIGNMENTS			*/
/* ****************************************************************************** */

.aligncenter,div.aligncenter{display:block;margin-left:auto;margin-right:auto;}
.alignleft{float:left;}
.alignright{float:right;}


/* ****************************************************************************** */
/* 		ASIDES		*/
/* ****************************************************************************** */

.home #content .format-aside p,.home #content .category-asides p{font-size:14px;line-height:20px;margin-bottom:10px;margin-top:0;}
.home .hentry.format-aside,.home .hentry.category-asides{padding:0;}
.home #content .format-aside .entry-content,.home #content .category-asides .entry-content{padding-top:0;}
.home #content .format-gallery .entry-utility,.home #content .category-gallery .entry-utility{padding-top:4px;}

/* ****************************************************************************** */
/* 		ATTACHEMENT PAGES		*/
/* ****************************************************************************** */

.attachment .entry-content .entry-caption{font-size:140%;margin-top:24px;}
.attachment .entry-content .nav-previous a:before{content:'\2190\00a0';}
.attachment .entry-content .nav-next a:after{content:'\00a0\2192';}


/* ****************************************************************************** */
/* 		GALLERY LISTING		*/
/* ****************************************************************************** */

.format-gallery .size-thumbnail img,.category-gallery .size-thumbnail img{border:10px solid #f1f1f1;margin-bottom:0;}
.format-gallery .gallery-thumb,.category-gallery .gallery-thumb{float:left;margin-right:20px;margin-top:-4px;}


/* ****************************************************************************** */
/* 		IMAGE AND CAPTIONS		*/
/* ****************************************************************************** */

.alignleft,img.alignleft{display:inline;float:left;margin-right:24px;margin-top:4px;}
.alignright,img.alignright{display:inline;float:right;margin-left:24px;margin-top:4px;}
.aligncenter,img.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;}

img.alignleft,img.alignright,img.aligncenter{margin-bottom:12px;}
img.size-auto,img.size-full,img.size-large,img.size-medium,.attachment img{height:auto;max-width:100%;}

.wp-caption{background:#f1f1f1;line-height:18px;margin-bottom:20px;max-width:632px !important;padding:4px;text-align:center;}
.wp-caption img{margin:5px 5px 0;}
.wp-caption p.wp-caption-text{color:#888;font-size:12px;margin:5px;}

.gallery{margin:0 auto 18px;}
.gallery .gallery-item{float:left;margin-top:0;text-align:center;width:33%;}
.gallery-columns-2 .gallery-item{width:50%;}
.gallery-columns-4 .gallery-item{width:25%;}
.gallery img{border:10px solid #f1f1f1;}
.gallery-columns-2 .attachment-medium{height:auto;max-width:92%;}
.gallery-columns-4 .attachment-thumbnail{height:auto;max-width:84%;}
.gallery .gallery-caption{color:#888;font-size:12px;margin:0 0 12px;}
.gallery br+br{display:none;}

.wp-smiley,.gallery dl{margin:0;}


/* ****************************************************************************** */
/* 		SIDEBAR			*/
/* ****************************************************************************** */

#sidebar, #sidebar2 {float: right;}
#sidebar ul li, #sidebar2 ul li { list-style:disc inside none; padding: 4px 0px 4px 0px; font-size: 13px;}
#sidebar ul li ul, #sidebar2 ul li ul{ list-style:disc inside none; padding: 0px 0px 8px 0px;}
#sidebar h3, #sidebar2 h3 { text-transform: uppercase; padding-bottom: 5px; border-bottom: 3px solid #ccc; font-size: 15px;}

/* ****************************************************************************** */
/* 		FOOTER WIDGETS			*/
/* ****************************************************************************** */

#footer-widgets {width: 100%; clear: both; margin-top: 50px; margin-bottom: 25px; float: left;}
#footer-widgets #footerleft, #footercenter, #footercenter2, #footerright {width: 23%; float: left; margin-right: 25px;}
#footerright {margin-right: 0px;}
#footer-widgets ul li { list-style:disc inside none; padding: 4px 0px 4px 0px; font-size: 13px;}
#footer-widgets ul li ul { list-style:disc inside none; padding: 0px 0px 8px 0px;}
#footer-widgets h3 { text-transform: uppercase; padding-bottom: 10px; border-bottom: 3px solid #ccc;}


a.more-link {
    color: #6e6e6e;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-right: 10px;
}
a.more-link:hover {
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
a.more-link:active {
    color: #000;
    border-color: #444;
}




