/*

Theme Name: REFINEDSTONE

Theme URI: http://wordpress.org/themes/twentyfourteen

Author: the WordPress team

Author URI: http://wordpress.org/

Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready

Text Domain: twentyfourteen 



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.

*/



/**

 * Table of Contents:

 *

 * 1.0 - Reset

 * 2.0 - Repeatable Patterns

 * 3.0 - Basic Structure

 * 4.0 - Header

 * 5.0 - Navigation

 * 6.0 - Content

 *   6.1 - Post Thumbnail

 *   6.2 - Entry Header

 *   6.3 - Entry Meta

 *   6.4 - Entry Content

 *   6.5 - Galleries

 *   6.6 - Post Formats

 *   6.7 - Post/Image/Paging Navigation

 *   6.8 - Attachments

 *   6.9 - Archives

 *   6.10 - Contributor Page

 *   6.11 - 404 Page

 *   6.12 - Full-width

 *   6.13 - Singular

 *   6.14 - Comments

 * 7.0 - Sidebar

 *   7.1 - Widgets

 *   7.2 - Content Sidebar Widgets

 * 8.0 - Footer

 * 9.0 - Featured Content

 * 10.0 - Multisite

 * 11.0 - Media Queries

 * 12.0 - Print

 * -----------------------------------------------------------------------------

 */





/**

 * 1.0 Reset

 *

 * Resetting and rebuilding styles have been helped along thanks to the fine

 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html

 * along with Nicolas Gallagher and Jonathan Neal

 * http://necolas.github.com/normalize.css/ and Blueprint

 * http://www.blueprintcss.org/

 *

 * -----------------------------------------------------------------------------

 */



/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
}
img {
	border: 0px;
}
#main {
	width: 780px;
	/*overflow: hidden;*/
	margin: 10px auto 15px auto;
}
#submain {
	width: 100%;
	/*overflow: hidden;*/
	display: block;
}
#left_block {
	width: 166px;
	overflow: hidden;
	float: left;
}
#content_block {
	width: 600px;
	overflow: hidden;
	float: right;
}
#mid_block {
	width: 600px;
	/*overflow: hidden;*/
	float: right;
}
.logo {
	width: 166px;
	height: 331px;
}
.left_morblebx {
	width: 166px;
	overflow: hidden;
	min-height: 400px;
	background: url(images/leftbottm.jpg) repeat;
}
.morble_bx {
	width: 140px;
	overflow: hidden;
	padding: 25px 12px 25px 14px;
	background: url(images/left.jpg) repeat-y;
}
.morble_bx p {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #3399CC;
	font-weight: bold;
	line-height: 17px;
}
.left_add_img {
	width: 100%;
	overflow: hidden;
	display: block;
	padding: 30px 0px 0px 0px;
}
.top_menu {
	width: 100%;
	height: 44px;
	/*background: url(images/flahs_r1_c2.jpg) no-repeat left;*/
}
.top_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.top_menu ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #3399CC;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
}
.top_menu ul li a {
	color: #3399CC;
	padding: 0px 40px 0px 40px;
}
.top_menu ul li a:hover, .top_menu ul li.current_page_item a {
	text-decoration: none;
	color: #000;
}
.slider_bx {
	width: 100%;
	height: 259px;
}
.slider_img {
	width: 100%;
	height: 259px;
	position:relative;
}
.slider_img img {
	width: 100%;
	height: 259px;
}
.home_content {
	width: 100%;
	overflow: hidden;
	padding: 35px 15px 14px 15px;
	min-height: 554px;
	background: url(images/flahs_r3_c2.jpg) no-repeat top left,  url(images/welcome_bg.jpg) no-repeat top left #d6d0c0;
}
.welcome_bx {
	width: 92%;
	display: block;
	float: left;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
	background: #999999;
}
.img_left {
	margin-right: 10px;
}
.home_content p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000;
	line-height: 18px;
}
.home_content p a {
	text-decoration: underline;
	color: #3399CC;
	font-weight: bold;
}
.home_content p a:hover {
}
.edges_block {
	width: 95%;
	background: #fff;
	margin-bottom: 10px;
	float: left;
}
.edges_left {
	width: 47%;
	float: left;
	background: #ccc;
	padding: 2%;
}
.edges_right {
	width: 45%;
	overflow: hidden;
	float: right;
	padding: 2%;
}
h3 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #000;
	font-weight: normal;
}
#footer {
	width: 100%;
	/* overflow: hidden; */
	padding: 25px 0px 50px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #333;
}
#footer a {
	color: #3399CC;
}
.content_inner {
	width: 560px;
	/*overflow: hidden;*/
	/*background: url(images/test_r2_c2.jpg) repeat-y #fff;*/
	padding: 20px 9px 15px 25px;
}
h1 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 35px;
	text-align: left;
	color: #3399CC;
	font-weight: bold;
}
p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #000;
	line-height: 18px;
}
p a {
	text-decoration: underline;
	color: #3399CC;
	font-weight: bold;
}
p a:hover {
}
ul {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 24px;
	font-size: 12px;
}
.headerlinks{
	width:548px;
	height:40px;
	float:right;
	background-color:#000;
	position:absolute;
	z-index:99999999999;
	right:0px;
	margin-top:150px;
	background: url(images/opbg.png);
	padding:13px 0px 13px 0px;
}
.imglinkone{
	width:274px;
	height:66px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}
.imglinktwo{
	width:224px;
	height:66px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	float:right;
	padding-left:50px;
}
.imglinkone a,.imglinktwo a{
	text-decoration:none;
	color:#feb435;
	font-weight:bold;
}
.imglinkone a:hover,.imglinktwo a:hover{
	color:#fff;
}
.gogreen{
	width: 560px;
	overflow: hidden;
	background: url(images/gr3_r3_c2.jpg) no-repeat right;
	background-size:560px;
	border-top:1px solid #3d6fb6;
}
.gogreen h2{
	margin:0px;
	padding:0px 0px 20px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
	font-weight:normal;
}
.paragreenblock{
	width:480px;
	overflow:hidden;
}
.paragreenblock ul{
	margin:0px;
	padding:0px 0px 10px 20px;
}
.paragreenblock ul li{
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.paragreenblock p{
	margin:0px;
	padding:0px 0px 10px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}
.phadd{
	margin:0px;
	padding:0px 0px 60px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	font-weight:bold;
	line-height:18px;	
}

#bwg_container1_0, #bwg_container2_0, .tablenav-pages_0 a {
    color: #fff;
    background: #666;
}