/*
Theme Name: Inspire Child
Theme URI: http://www.woothemes.com/
Version: 2.11.1
Description: Designed by <a href="http://www.jepson.no">Magnus Jepson</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
Template: inspire
Text Domain: inspire-child

	Copyright: (c) 2009 WooThemes.
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/*

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file. You have been warned! :)

*/

/* Default styles */

/*-------------------------------------------------------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks
233
2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
-2.2.1 Drop-down menus
-2.3 Header
-2.4 Content
-2.5 Sidebar
-2.6 Footer
-2.7 Homepage
-2.8 Portfolio

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi
-3.4 Info boxes

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets
-4.3 WooTabs
-4.4 Subscribe & Connect

5. COMMENTS
-5.1 Comments
-5.2 Pingbacks / Trackbacks
-5.3 Comments Form

6. MISC
-6.1 Buttons
-6.2 Info Boxes
-6.3 Conatct Form
-6.4 Gravity Forms

7. Featered Slider

-------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* new style*/

/*fullwidth body*/



.oriwidth {
	width: 940px;
	margin: auto !important;
}


.fullwidth {
	width: 100% !important;
}


.col-full {
	word-wrap: break-word;
	width: 100% !important;
	margin: auto !important;
	padding: 0 !important;
		
}

#content {
	padding: 0px !important;
}


.body-style {
	
}


/* 2.3 Header */
#header{
	padding:10px 0 20px !important;
	clear:both;position:relative;
	background-image: url(../../uploads/2015/01/raffmedica-slider-bg.jpg) !important;
	background-repeat: no-repeat;
	background-position:top center;
	background-color: #06406d;
	border-bottom:#FFF solid 0px;
	
	
}

#logo img {
	width: 260px !important;
}

/*navigarion top*/

#nav li:hover, 
#nav li.current_page_item, 
#nav li.current_page_parent, 
#nav li.current-menu-item, 
#nav li.current-menu-ancestor {
    background: url("images/bg-nav.png") repeat-x scroll center top #d2323f !important;
	margin-top: 0px;
	max-width: 145px !important;
	text-align:center !important;
}

#nav li {
	max-width: 145px !important;
	text-align:center !important; 
	
}

#nav a {
	font-size:14px !important;
	line-height: 22px !important;
}


ul#nav {
	margin-top: 35px !important;
	
}



/*top body margin*/

.slidermargin {	
	margin-top: -20px;
	margin-bottom: 0px;
	padding: 0px;
}

/*title style*/

h2 {
	font-family:Arial, sans-serif !important;
	font-size:20px !important;
	color:#666 !important;
	font-weight:bold !important;
	
}

.inner-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:34px;
	color:#336;
	font-weight:bold;
	
}
	
	

/*img style*/

.entry img, img.thumbnail {
	border: 0px solid #e6e6e6 !important;
    padding: 0px !important;
}
		
/*title hide*/

h1 {
	display:none !important;
}

/*foote*/

#footer {
	border-top:#F00 2px solid !important;
}

#footer-widgets {
	padding: 0 !important;
}

.bottommargin {
	margin-bottom: -30px !important;
}


/*gallery style*/

.bwg_standart_thumb_spun2_0 {
	border: 1px #ebebeb solid !important;
}


/*font style*/

ul  {	list-style-type: disc; }


ul li {

	font-size: 14px;
}

/*form style*/


input[type="text"], input.input-text, textarea, input.txt, input[type="tel"], input[type="email"], input[type="password"] {
	background-color: #f3f2f2 !important;
	font-weight: bold;
	border: none !important;
	border-radius: 3px !important;

}

