/* reset.css */

/* 1  */ /* http://meyerweb.com/eric/tools/css/reset/ 
/* 2  *|    v2.0 | 20110126
/* 3  *|    License: none (public domain)
/* 4  *| */
/* 5  */ 
/* 6  */ html, body, div, span, applet, object, iframe,
/* 7  */ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
/* 8  */ a, abbr, acronym, address, big, cite, code,
/* 9  */ del, dfn, em, img, ins, kbd, q, s, samp,
/* 10 */ small, strike, strong, sub, sup, tt, var,
/* 11 */ b, u, i, center,
/* 12 */ dl, dt, dd, ol, ul, li,
/* 13 */ fieldset, form, label, legend,
/* 14 */ table, caption, tbody, tfoot, thead, tr, th, td,
/* 15 */ article, aside, canvas, details, embed, 
/* 16 */ figure, figcaption, footer, header, hgroup, 
/* 17 */ menu, nav, output, ruby, section, summary,
/* 18 */ time, mark, audio, video {
/* 19 */ 	margin: 0;
/* 20 */ 	padding: 0;
/* 21 */ 	border: 0;
/* 22 */ 	font-size: 100%;
/* 23 */ 	vertical-align: baseline;
/* 24 */ }
/* 25 */ /* HTML5 display-role reset for older browsers */
/* 26 */ article, aside, details, figcaption, figure, 
/* 27 */ footer, header, hgroup, menu, nav, section {
/* 28 */ 	display: block;
/* 29 */ }
/* 30 */ body {
/* 31 */ 	line-height: 1;
/* 32 */ }
/* 33 */ ol, ul {
/* 34 */ 	list-style: none;
/* 35 */ }
/* 36 */ blockquote, q {
/* 37 */ 	quotes: none;
/* 38 */ }
/* 39 */ blockquote:before, blockquote:after,
/* 40 */ q:before, q:after {
/* 41 */ 	content: '';
/* 42 */ 	content: none;
/* 43 */ }
/* 44 */ table {
/* 45 */ 	border-collapse: collapse;
/* 46 */ 	border-spacing: 0;
/* 47 */ }

/* defaults.css */

/* 1   */ /**
/* 2   *| * GENERAL 
/* 3   *| ----------------------------*/
/* 4   */ 
/* 5   */ body {
/* 6   */     font-family: Arial, Helvetica, Sans-serif;
/* 7   */     font-size: 13px;
/* 8   */ }
/* 9   */ 
/* 10  */ #container:after, #header:after, #main:after, #main-fullwidth:after, #footer:after, .clearfix:after { 
/* 11  */     content:"\0020"; display:block; height:0; clear:both; visibility:hidden; overflow:hidden;
/* 12  */ }
/* 13  */ 
/* 14  */ #container, #header, #main, #main-fullwidth, #footer, .clearfix { display:block; }
/* 15  */ 
/* 16  */ .clear {clear:both;}
/* 17  */ 
/* 18  */ /* Headings */
/* 19  */ 
/* 20  */ h1,h2,h3,h4,h5,h6 { 
/* 21  */     font-weight: normal;
/* 22  */     margin-bottom: 16px;
/* 23  */     line-height: 1;
/* 24  */ }
/* 25  */ 
/* 26  */ h1 { font-size: 40px; }
/* 27  */ 
/* 28  */ h2 { font-size: 30px; }
/* 29  */ 
/* 30  */ h3 { font-size: 20px; }
/* 31  */ 
/* 32  */ h4 { font-size: 16px; }
/* 33  */ 
/* 34  */ h5 { font-size: 14px; }
/* 35  */ 
/* 36  */ h6 { font-size: 12px; }
/* 37  */ 
/* 38  */ h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0; }
/* 39  */ 
/* 40  */ /* Paragraps */
/* 41  */ 
/* 42  */ p { margin:0 0 20px 0;}
/* 43  */ 
/* 44  */ /* Tables */
/* 45  */ 
/* 46  */ table { 
/* 47  */     margin-bottom: 20px;
/* 48  */     width:100%;
/* 49  */ }
/* 50  */ 

/* defaults.css */

/* 51  */ th { font-weight: bold; }
/* 52  */ thead th { background: #c3d9ff; }
/* 53  */ th,td,caption { padding: 4px 10px 4px 5px; }
/* 54  */ tr.even td { background: #e5ecf9; }
/* 55  */ tfoot { font-style: italic; }
/* 56  */ caption { background: #eee; }
/* 57  */ 
/* 58  */ /* Lists */
/* 59  */ 
/* 60  */ li ul, li ol { margin: 0; }
/* 61  */ ul, ol { 
/* 62  */     margin: 0 20px 20px 0;
/* 63  */     padding-left: 40px;
/* 64  */ }
/* 65  */ 
/* 66  */ ul { list-style-type: disc; }
/* 67  */ ol { list-style-type: decimal; }
/* 68  */ 
/* 69  */ dl { margin: 0 0 20px 0; }
/* 70  */ dl dt { font-weight: bold; }
/* 71  */ dd { margin-left: 20px;}
/* 72  */ 
/* 73  */ /* Misc */
/* 74  */ 
/* 75  */ blockquote  { 	
/* 76  */     margin: 20px;
/* 77  */     color: #666;
/* 78  */     font-style: italic;
/* 79  */ }
/* 80  */ 
/* 81  */ pre { 
/* 82  */     margin: 20px 0;
/* 83  */     white-space: pre;
/* 84  */ }
/* 85  */ 
/* 86  */ pre,code,tt { 
/* 87  */     font: 13px 'andale mono', 'lucida console', monospace;
/* 88  */     line-height: 18px;
/* 89  */ }
/* 90  */ 
/* 91  */ /**
/* 92  *| * MNEUS 
/* 93  *| ----------------------------*/
/* 94  */ 
/* 95  */ .menus, .menus * {
/* 96  */     margin:	0;
/* 97  */     padding: 0;
/* 98  */     list-style:	none;
/* 99  */     list-style-type: none;
/* 100 */     line-height: 1.0;

/* defaults.css */

/* 101 */ }
/* 102 */ 
/* 103 */ .menus ul {
/* 104 */     position: absolute;
/* 105 */     top: -999em;
/* 106 */     width: 100%;
/* 107 */ }
/* 108 */ 
/* 109 */ .menus ul li {
/* 110 */     width: 100%;
/* 111 */ }
/* 112 */ 
/* 113 */ .menus li:hover {
/* 114 */     visibility:	inherit;
/* 115 */ }
/* 116 */ 
/* 117 */ .menus li {
/* 118 */     float: left;
/* 119 */     position: relative;
/* 120 */ }
/* 121 */ 
/* 122 */ .menus a {
/* 123 */     display: block;
/* 124 */     position: relative;
/* 125 */ }
/* 126 */ 
/* 127 */ .menus li:hover ul,
/* 128 */ .menus li.sfHover ul {
/* 129 */     left: 0;
/* 130 */     top: 100%; /* match top ul list item height */
/* 131 */     z-index: 99;
/* 132 */ }
/* 133 */ 
/* 134 */ .menus li:hover li ul,
/* 135 */ .menus li.sfHover li ul {
/* 136 */     top: -999em;
/* 137 */ }
/* 138 */ 
/* 139 */ .menus li li:hover ul,
/* 140 */ .menus li li.sfHover ul {
/* 141 */     left: 100%; /* match ul width */
/* 142 */     top: 0;
/* 143 */ }
/* 144 */ 
/* 145 */ .menus li li:hover li ul,
/* 146 */ .menus li li.sfHover li ul {
/* 147 */     top: -999em;
/* 148 */ }
/* 149 */ 
/* 150 */ .menus li li li:hover ul,

/* defaults.css */

/* 151 */ .menus li li li.sfHover ul {
/* 152 */     left: 100%; /* match ul width */
/* 153 */     top: 0;
/* 154 */ }
/* 155 */ 
/* 156 */ 
/* 157 */ /* Shadows */
/* 158 */ 
/* 159 */ .sf-shadow ul {
/* 160 */     padding: 0 8px 9px 0;
/* 161 */     -moz-border-radius-bottomleft: 17px;
/* 162 */     -moz-border-radius-topright: 17px;
/* 163 */     -webkit-border-top-right-radius: 17px;
/* 164 */     -webkit-border-bottom-left-radius: 17px;
/* 165 */ }
/* 166 */ 
/* 167 */ .menus .sf-shadow ul.sf-shadow-off {
/* 168 */     background: transparent;
/* 169 */ }
/* 170 */ 
/* 171 */ /**
/* 172 *| * Some Default and WP required styles.
/* 173 *| -------------------------------------------------------------- */
/* 174 */ 
/* 175 */ blockquote {
/* 176 */     overflow: hidden;
/* 177 */     padding-left: 9px;
/* 178 */     font-style: italic;
/* 179 */     color: #666;
/* 180 */     border-left: 3px solid #CADAE7;
/* 181 */ }
/* 182 */ 
/* 183 */ img.wp-smiley {
/* 184 */     max-height: 12px;
/* 185 */     margin: 0;
/* 186 */     padding: 0;
/* 187 */     border: none;
/* 188 */ }
/* 189 */ 
/* 190 */ .aligncenter,
/* 191 */ div.aligncenter {
/* 192 */     display: block;
/* 193 */     margin-left: auto;
/* 194 */     margin-right: auto;
/* 195 */ }
/* 196 */ 
/* 197 */ .alignleft {
/* 198 */     float: left;
/* 199 */ }
/* 200 */ 

/* defaults.css */

/* 201 */ .alignright {
/* 202 */     float: right;
/* 203 */ }
/* 204 */ 
/* 205 */ .wp-caption {
/* 206 */     background: #eee;
/* 207 */     border: 1px solid #ddd;
/* 208 */     text-align: center;
/* 209 */     padding-top: 4px;
/* 210 */     margin: 10px;
/* 211 */     /* optional rounded corners for browsers that support it */
/* 212 */     -moz-border-radius: 3px;
/* 213 */     -khtml-border-radius: 3px;
/* 214 */     -webkit-border-radius: 3px;
/* 215 */     border-radius: 3px;
/* 216 */ }
/* 217 */ 
/* 218 */ .wp-caption img {
/* 219 */     margin: 0;
/* 220 */     padding: 0;
/* 221 */     border: 0 none;
/* 222 */ }
/* 223 */ 
/* 224 */ .wp-caption p.wp-caption-text {
/* 225 */     font-size: 11px;
/* 226 */     line-height: 17px;
/* 227 */     padding: 0 4px 5px;
/* 228 */     margin: 0;
/* 229 */ }
/* 230 */ 
/* 231 */ .gallery-caption {
/* 232 */ }
/* 233 */ 
/* 234 */ .sticky {
/* 235 */ }
/* 236 */ 
/* 237 */ /**
/* 238 *| * Add padding to images in the posts
/* 239 *| ----------------------------*/
/* 240 */ 
/* 241 */ .post img.alignleft {
/* 242 */     margin: 0 10px 10px 0;
/* 243 */ }
/* 244 */ 
/* 245 */ .post img.alignright {
/* 246 */     margin: 0 0 10px 10px;
/* 247 */ }
/* 248 */ 
/* 249 */ .post img.aligncenter {
/* 250 */     margin-bottom: 10px;

/* defaults.css */

/* 251 */ }
/* 252 */ 
/* 253 */ /**
/* 254 *| * Wp Calendar
/* 255 *| ----------------------------*/
/* 256 */ 
/* 257 */ #wp-calendar {
/* 258 */     empty-cells: show;
/* 259 */     font-family: Arial, Helvetica, Sans-serif;
/* 260 */     margin: 0;
/* 261 */     font-weight: normal;
/* 262 */     width: 100%;
/* 263 */     border-spacing: 1px;
/* 264 */     border-collapse: separate;
/* 265 */ }
/* 266 */ 
/* 267 */ #wp-calendar caption {
/* 268 */     padding: 4px 0;
/* 269 */     text-transform: uppercase;  
/* 270 */     margin: 2px 0 2px 0;
/* 271 */     text-align: left;
/* 272 */     background: none;
/* 273 */ }
/* 274 */ 
/* 275 */ #wp-calendar th {
/* 276 */     font-style: normal;
/* 277 */     text-transform: capitalize;
/* 278 */     background: none;
/* 279 */ }
/* 280 */ 
/* 281 */ #wp-calendar td {
/* 282 */     font-family: Arial, Helvetica, Sans-serif;
/* 283 */     letter-spacing: normal;
/* 284 */     padding: 4px 0;
/* 285 */     text-align: center;
/* 286 */     background: none;
/* 287 */ }
/* 288 */ 
/* 289 */ .error {
/* 290 */ 	text-align: center;
/* 291 */ 	color: #fff;
/* 292 */     font-weight: bold;
/* 293 */ 	background: Red;
/* 294 */ 	padding: 8px;
/* 295 */     font-size: 12px;
/* 296 */ 	margin: 0 0 10px 0;
/* 297 */ }
/* 298 */ 
/* 299 */ .message {
/* 300 */ 	text-align: center;

/* defaults.css */

/* 301 */ 	color: #fff;
/* 302 */     font-weight: bold;
/* 303 */ 	background: Green;
/* 304 */ 	padding: 8px;
/* 305 */     font-size: 12px;
/* 306 */ 	margin: 0 0 10px 0;
/* 307 */ }

/* style.css */

/* 1    */ /*
/* 2    *| 
/* 3    *|     Theme Name: Seotakeaways
/* 4    *| 
/* 5    *|     Theme URI: http://www.seotakeaways.com
/* 6    *| 
/* 7    *|     Description:
/* 8    *| 
/* 9    *|     Author: Pavithra Dharmapriya
/* 10   *| 
/* 11   *|     Author URI: http://www.esihinaya.blogspot.com
/* 12   *| 
/* 13   *|     Version: 1.0
/* 14   *| 
/* 15   *| 
/* 16   *| 
/* 17   *| */
/* 18   */ 
/* 19   */ 
/* 20   */ 
/* 21   */ /* INDEX:
/* 22   *| 
/* 23   *| 
/* 24   *| 
/* 25   *|     =GENERAL
/* 26   *| 
/* 27   *|     =LAYOUT
/* 28   *| 
/* 29   *|     =HEADER
/* 30   *| 
/* 31   *|     =MENUS
/* 32   *| 
/* 33   *|     =POST
/* 34   *| 
/* 35   *|     =SITEMAP
/* 36   *| 
/* 37   *|     =CONTACT FORM
/* 38   *| 
/* 39   *|     =SLIDER
/* 40   *| 
/* 41   *|     =WP-PAGENAVI
/* 42   *| 
/* 43   *|     =FOOTER
/* 44   *| 
/* 45   *|     =WIDGETS
/* 46   *| 
/* 47   *|     =COMMENTS
/* 48   *| 
/* 49   *| */
/* 50   */ 

/* style.css */

/* 51   */ 
/* 52   */ 
/* 53   */ /* =GENERAL
/* 54   *| 
/* 55   *| -------------------------------------------------------------- */
/* 56   */ 
/* 57   */ 
/* 58   */ 
/* 59   */ body {
/* 60   */ 
/* 61   */     background: url('../../../themes/SEOTakeawaysTheme/images/background-fade.jpg') repeat-x #DBDBDB;
/* 62   */ 
/* 63   */     color: #222;
/* 64   */ 
/* 65   */ }
/* 66   */ 
/* 67   */ pre
/* 68   */ {
/* 69   */ 
/* 70   */  white-space: pre-wrap;       /* css-3 */
/* 71   */  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
/* 72   */  white-space: -pre-wrap;      /* Opera 4-6 */
/* 73   */  white-space: -o-pre-wrap;    /* Opera 7 */
/* 74   */  word-wrap: break-word;       /* Internet Explorer 5.5+ */
/* 75   */ 
/* 76   */ }
/* 77   */ 
/* 78   */ 
/* 79   */ a {
/* 80   */ 
/* 81   */     color: #631C61;
/* 82   */ 
/* 83   */     text-decoration: underline;
/* 84   */ 
/* 85   */ }
/* 86   */ 
/* 87   */ 
/* 88   */ 
/* 89   */ a:hover, a:focus {
/* 90   */ 
/* 91   */     color:#631C61;
/* 92   */ 
/* 93   */ text-decoration: none;
/* 94   */ 
/* 95   */ }
/* 96   */ 
/* 97   */ 
/* 98   */ 
/* 99   */ a:focus { 
/* 100  */ 

/* style.css */

/* 101  */     outline: none;
/* 102  */ 
/* 103  */ }
/* 104  */ 
/* 105  */ 
/* 106  */ 
/* 107  */ 
/* 108  */ 
/* 109  */ /* =LAYOUT
/* 110  *| 
/* 111  *| -------------------------------------------------------------- */
/* 112  */ 
/* 113  */ 
/* 114  */ 
/* 115  */ #container {
/* 116  */ 
/* 117  */ 	width: 960px;
/* 118  */ 
/* 119  */ 	margin:auto ;
/* 120  */ 
/* 121  */         padding-top:10px;
/* 122  */ 
/* 123  */ 		background:#333;
/* 124  */ 
/* 125  */ }
/* 126  */ 
/* 127  */ 
/* 128  */ 
/* 129  */ 
/* 130  */ 
/* 131  */ #container1 {
/* 132  */ 
/* 133  */ 	
/* 134  */ 
/* 135  */ 	
/* 136  */ 
/* 137  */         padding-top:10px;
/* 138  */ 
/* 139  */ }
/* 140  */ 
/* 141  */ 
/* 142  */ 
/* 143  */ 
/* 144  */ 
/* 145  */ #main {
/* 146  */ 
/* 147  */     padding: 0 15px;	
/* 148  */ 
/* 149  */     background: #fff;
/* 150  */ 

/* style.css */

/* 151  */ }
/* 152  */ 
/* 153  */ 
/* 154  */ 
/* 155  */ #main1{
/* 156  */ 
/* 157  */     padding: 17px 0px 18px 0px;	
/* 158  */ 
/* 159  */     background: ;
/* 160  */ 
/* 161  */     float:center;   
/* 162  */ 
/* 163  */ }
/* 164  */ 
/* 165  */ 
/* 166  */ 
/* 167  */ 
/* 168  */ 
/* 169  */ 
/* 170  */ 
/* 171  */ #main-fullwidth {
/* 172  */ 
/* 173  */     padding: 15px;
/* 174  */ 
/* 175  */     background: #fff;
/* 176  */ 
/* 177  */ }
/* 178  */ 
/* 179  */ 
/* 180  */ 
/* 181  */ #content {
/* 182  */ 
/* 183  */     overflow: hidden;
/* 184  */ 
/* 185  */     float: left;
/* 186  */ 
/* 187  */     width: 670px; 
/* 188  */ 
/* 189  */ 	margin-top: 40px;
/* 190  */ 
/* 191  */ }
/* 192  */ 
/* 193  */ content h1.title
/* 194  */ {
/* 195  */ 
/* 196  */     color: #000;
/* 197  */     font-size: 22px;
/* 198  */     font-weight: bold;
/* 199  */     text-transform: inherit;
/* 200  */ 	

/* style.css */

/* 201  */ }
/* 202  */ 
/* 203  */ #content h2
/* 204  */ {
/* 205  */ 
/* 206  */     color: #631C61;
/* 207  */     font-size: 18px;
/* 208  */     font-weight: bold;
/* 209  */ 	line-height:22px;
/* 210  */ 	
/* 211  */ }
/* 212  */ 
/* 213  */ #content h3
/* 214  */ {
/* 215  */ 
/* 216  */     color: #000;
/* 217  */     font-size: 16px;
/* 218  */     font-weight: bold;
/* 219  */ 	line-height:22px;
/* 220  */ 	
/* 221  */ }
/* 222  */ 
/* 223  */ #content h4
/* 224  */ {
/* 225  */ 
/* 226  */     color: #000;
/* 227  */     font-size: 13px;
/* 228  */     font-weight: bold;
/* 229  */ 	line-height:22px;
/* 230  */ 	
/* 231  */ }
/* 232  */ 
/* 233  */ 
/* 234  */ #content h2.title
/* 235  */ {
/* 236  */ 
/* 237  */     color: #000;
/* 238  */     font-size: 22px;
/* 239  */     font-weight: bold;
/* 240  */     text-transform: inherit;
/* 241  */ 	
/* 242  */ }
/* 243  */ 
/* 244  */ 
/* 245  */ #sidebar-primary {
/* 246  */ 
/* 247  */     overflow: hidden;
/* 248  */ 
/* 249  */ 	float: right;
/* 250  */ 

/* style.css */

/* 251  */     width: 250px;
/* 252  */ 
/* 253  */     margin-left: 1px;
/* 254  */ 
/* 255  */ 	margin-top: 40px;
/* 256  */ 
/* 257  */ 	margin-bottom: 20px;
/* 258  */ 
/* 259  */ }
/* 260  */ 
/* 261  */ 
/* 262  */ 
/* 263  */ 
/* 264  */ 
/* 265  */ 
/* 266  */ 
/* 267  */ 
/* 268  */ 
/* 269  */ 
/* 270  */ 
/* 271  */ 
/* 272  */ 
/* 273  */ /* =HEADER
/* 274  *| 
/* 275  *| -------------------------------------------------------------- */
/* 276  */ 
/* 277  */ 
/* 278  */ 
/* 279  */ #header {
/* 280  */ 
/* 281  */    height: 40px;
/* 282  */ 
/* 283  */     margin-bottom: 22px;
/* 284  */ 
/* 285  */     padding: 5px 0 5px 20px;
/* 286  */ 
/* 287  */ }
/* 288  */ 
/* 289  */ 
/* 290  */ 
/* 291  */ .logo {
/* 292  */ 
/* 293  */     float: left;
/* 294  */ 
/* 295  */     padding: 0 0 10px 0;
/* 296  */ 
/* 297  */  
/* 298  */ 
/* 299  */  
/* 300  */ 

/* style.css */

/* 301  */ }
/* 302  */ 
/* 303  */ 
/* 304  */ 
/* 305  */ .logo h1.site_title {
/* 306  */ 
/* 307  */     margin: 0;
/* 308  */ 
/* 309  */     padding:0;
/* 310  */ 
/* 311  */     font-family: Arial, Helvetica, Sans-serif;
/* 312  */ 
/* 313  */     font-size:48px;
/* 314  */ 
/* 315  */     line-height: 40px;
/* 316  */ 
/* 317  */     font-weight: bold;
/* 318  */ 
/* 319  */ }
/* 320  */ 
/* 321  */ 
/* 322  */ 
/* 323  */ .logo h1.site_title a, .logo h1.site_title a:hover {
/* 324  */ 
/* 325  */     color: #333;
/* 326  */ 
/* 327  */     text-decoration: none;
/* 328  */ 
/* 329  */ 
/* 330  */ 
/* 331  */ }
/* 332  */ 
/* 333  */ 
/* 334  */ 
/* 335  */ .logo h2.site_description {
/* 336  */ 
/* 337  */     margin: 0;
/* 338  */ 
/* 339  */     padding:0;
/* 340  */ 
/* 341  */     color: #999;
/* 342  */ 
/* 343  */     font-family: Arial, Helvetica, Sans-serif;
/* 344  */ 
/* 345  */     font-size:14px;
/* 346  */ 
/* 347  */     line-height: 14px;
/* 348  */ 
/* 349  */ }
/* 350  */ 

/* style.css */

/* 351  */ 
/* 352  */ 
/* 353  */ .header-right {
/* 354  */ 
/* 355  */     float: right;
/* 356  */ 
/* 357  */     padding: 1px 15px 0 0;
/* 358  */ 
/* 359  */ }
/* 360  */ 
/* 361  */ 
/* 362  */ 
/* 363  */ #top-social-profiles {
/* 364  */ 
/* 365  */     padding: 0 8px;
/* 366  */ 
/* 367  */     text-align: right;
/* 368  */ 
/* 369  */ 
/* 370  */ 
/* 371  */ }
/* 372  */ 
/* 373  */ #top-social-profiles img {
/* 374  */ 
/* 375  */     margin: 0 0 0 6px !important;
/* 376  */ 
/* 377  */ } 
/* 378  */ 
/* 379  */ 
/* 380  */ 
/* 381  */ #top-social-profiles img:hover {
/* 382  */ 
/* 383  */     opacity: 0.8;
/* 384  */ 
/* 385  */ }
/* 386  */ 
/* 387  */ #top-social-profiles .widget-container {
/* 388  */ 
/* 389  */   background: none;
/* 390  */ 
/* 391  */   padding: 0;
/* 392  */ 
/* 393  */   border: 0;
/* 394  */ 
/* 395  */ }
/* 396  */ 
/* 397  */ 
/* 398  */ 
/* 399  */ /* =MENUS
/* 400  *| 

/* style.css */

/* 401  *| -------------------------------------------------------------- */
/* 402  */ 
/* 403  */ 
/* 404  */ 
/* 405  */ /* Menu Primary
/* 406  *| 
/* 407  *| ----------------------------*/
/* 408  */ 
/* 409  */ 
/* 410  */ 
/* 411  */ .menu-primary-container {
/* 412  */ 
/* 413  */     float: left;
/* 414  */ 
/* 415  */     padding:0 12px;
/* 416  */ 
/* 417  */     margin-top: 8px;
/* 418  */ 
/* 419  */     position:relative;
/* 420  */ 
/* 421  */     height: 34px;
/* 422  */ 
/* 423  */     background: url(../../../themes/SEOTakeawaysTheme/images/bg-menu-primary.png) left top repeat-x;
/* 424  */ 
/* 425  */     z-index: 400;
/* 426  */ 
/* 427  */     -moz-border-radius: 4px 4px 0 0;
/* 428  */ 
/* 429  */     -khtml-border-radius: 4px 4px 0 0;
/* 430  */ 
/* 431  */     -webkit-border-radius: 4px 4px 0 0;
/* 432  */ 
/* 433  */     border-radius: 4px 4px 0 0;
/* 434  */ 
/* 435  */ }
/* 436  */ 
/* 437  */ 
/* 438  */ 
/* 439  */ .menu-primary {
/* 440  */ 
/* 441  */ }
/* 442  */ 
/* 443  */ 
/* 444  */ 
/* 445  */ .menu-primary ul {
/* 446  */ 
/* 447  */ 	min-width: 160px;
/* 448  */ 
/* 449  */ }
/* 450  */ 

/* style.css */

/* 451  */ 
/* 452  */ 
/* 453  */ /* First Level - Menu Primary */
/* 454  */ 
/* 455  */ 
/* 456  */ 
/* 457  */ .menu-primary li a {
/* 458  */ 
/* 459  */     color: #fff;
/* 460  */ 
/* 461  */     padding: 11px 15px;
/* 462  */ 
/* 463  */ 	text-decoration: none;
/* 464  */ 
/* 465  */     font-family: Arial, Helvetica, Sans-serif;
/* 466  */ 
/* 467  */     font-size: 11px;
/* 468  */ 
/* 469  */     text-transform: uppercase;
/* 470  */ 
/* 471  */     font-weight: normal;
/* 472  */ 
/* 473  */ }
/* 474  */ 
/* 475  */ 
/* 476  */ 
/* 477  */ .menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus, 
/* 478  */ 
/* 479  */ .menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
/* 480  */ 
/* 481  */     color: #fff;
/* 482  */ 
/* 483  */     outline: 0;
/* 484  */ 
/* 485  */     background: url(../../../themes/SEOTakeawaysTheme/images/bg-menu-primary.png) left -130px repeat-x;
/* 486  */ 
/* 487  */ }
/* 488  */ 
/* 489  */ 
/* 490  */ 
/* 491  */ /* Child Levels - Menu Primary */
/* 492  */ 
/* 493  */ 
/* 494  */ 
/* 495  */ .menu-primary li li a {
/* 496  */ 
/* 497  */ 	color: #fff;
/* 498  */ 
/* 499  */     text-transform: none;
/* 500  */ 

/* style.css */

/* 501  */     background: #B62E1A;
/* 502  */ 
/* 503  */     padding: 10px 15px;
/* 504  */ 
/* 505  */     margin: 0;
/* 506  */ 
/* 507  */     border: 0;
/* 508  */ 
/* 509  */     font-weight: normal;
/* 510  */ 
/* 511  */ }
/* 512  */ 
/* 513  */ 
/* 514  */ 
/* 515  */ .menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
/* 516  */ 
/* 517  */ .menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
/* 518  */ 
/* 519  */ 	color: #fff;
/* 520  */ 
/* 521  */     background: #A52410;
/* 522  */ 
/* 523  */     outline: 0;
/* 524  */ 
/* 525  */     border-bottom:0;
/* 526  */ 
/* 527  */     text-decoration: none;
/* 528  */ 
/* 529  */ }
/* 530  */ 
/* 531  */ 
/* 532  */ 
/* 533  */ 
/* 534  */ 
/* 535  */ /* Arrows Menu Primary */
/* 536  */ 
/* 537  */ 
/* 538  */ 
/* 539  */ .menu-primary a.sf-with-ul {
/* 540  */ 
/* 541  */     padding-right: 20px;
/* 542  */ 
/* 543  */     min-width: 1px;
/* 544  */ 
/* 545  */ }
/* 546  */ 
/* 547  */ .menu-primary  .sf-sub-indicator {
/* 548  */ 
/* 549  */     position: absolute;
/* 550  */ 

/* style.css */

/* 551  */     display: block;
/* 552  */ 
/* 553  */     overflow: hidden;
/* 554  */ 
/* 555  */     right: 0;
/* 556  */ 
/* 557  */     top:  0;
/* 558  */ 
/* 559  */     padding: 9px 10px 0 0;
/* 560  */ 
/* 561  */ }
/* 562  */ 
/* 563  */ 
/* 564  */ 
/* 565  */ .menu-primary  li li .sf-sub-indicator {
/* 566  */ 
/* 567  */     padding: 9px 10px 0 0;
/* 568  */ 
/* 569  */ }
/* 570  */ 
/* 571  */ 
/* 572  */ 
/* 573  */ /* Shadows Menu Primary */
/* 574  */ 
/* 575  */ 
/* 576  */ 
/* 577  */ .wrap-menu-primary .sf-shadow ul {
/* 578  */ 
/* 579  */     background:	url('../../../themes/SEOTakeawaysTheme/images/menu-primary-shadow.png') no-repeat bottom right;
/* 580  */ 
/* 581  */ }
/* 582  */ 
/* 583  */ 
/* 584  */ 
/* 585  */ /* Menu Secondary
/* 586  *| 
/* 587  *| ----------------------------*/
/* 588  */ 
/* 589  */ 
/* 590  */ 
/* 591  */ .menu-secondary-container {
/* 592  */ 
/* 593  */    float: left;
/* 594  */ 
/* 595  */     height: 19px;
/* 596  */ 
/* 597  */     margin-top: 2px;
/* 598  */ 
/* 599  */     padding: 0;
/* 600  */ 

/* style.css */

/* 601  */     position: relative;
/* 602  */ 
/* 603  */     z-index: 100;
/* 604  */ 
/* 605  */ 
/* 606  */ 
/* 607  */ }
/* 608  */ 
/* 609  */ 
/* 610  */ 
/* 611  */ .menu-secondary {
/* 612  */ 
/* 613  */ padding-left:10px;	
/* 614  */ 
/* 615  */ 	}
/* 616  */ 
/* 617  */ 
/* 618  */ 
/* 619  */ .menu-secondary ul {
/* 620  */ 
/* 621  */  
/* 622  */ 
/* 623  */     min-width: 160px;
/* 624  */ 
/* 625  */ 
/* 626  */ 
/* 627  */    
/* 628  */ 
/* 629  */ }
/* 630  */ 
/* 631  */ 
/* 632  */ 
/* 633  */ 
/* 634  */ 
/* 635  */ 
/* 636  */ 
/* 637  */ /* First Level - Menu Secondary */
/* 638  */ 
/* 639  */ .menu-secondary li a {
/* 640  */ 
/* 641  */     color: #fff;
/* 642  */ 
/* 643  */     padding: 0px 10px ;
/* 644  */ 
/* 645  */     text-decoration: none;
/* 646  */ 
/* 647  */     font-family: Arial, Helvetica, Sans-serif;
/* 648  */ 
/* 649  */     font-size: 12px;
/* 650  */ 

/* style.css */

/* 651  */     font-weight: ;
/* 652  */ 
/* 653  */ 
/* 654  */ 
/* 655  */ }
/* 656  */ 
/* 657  */ 
/* 658  */ 
/* 659  */ 
/* 660  */ 
/* 661  */ .menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus, 
/* 662  */ 
/* 663  */ .menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a {
/* 664  */ 
/* 665  */     color: #E59CE3;
/* 666  */ 
/* 667  */     background: url(../../../themes/SEOTakeawaysTheme/images/bg-menu-secondary.png) left -134px repeat-x;
/* 668  */ 
/* 669  */     outline: 0;
/* 670  */ 
/* 671  */ 
/* 672  */ 
/* 673  */ 
/* 674  */ 
/* 675  */ }
/* 676  */ 
/* 677  */ 
/* 678  */ 
/* 679  */ /* Child Levels - Menu Secondary */
/* 680  */ 
/* 681  */ 
/* 682  */ 
/* 683  */ .menu-secondary li li a {
/* 684  */ 
/* 685  */ 	color: #fff;
/* 686  */ 
/* 687  */     background: #151517;
/* 688  */ 
/* 689  */     padding: 10px 15px;
/* 690  */ 
/* 691  */     text-transform: none;
/* 692  */ 
/* 693  */     margin: 0;
/* 694  */ 
/* 695  */     font-weight: normal;
/* 696  */ 
/* 697  */ }
/* 698  */ 
/* 699  */ 
/* 700  */ 

/* style.css */

/* 701  */ .menu-secondary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:focus, 
/* 702  */ 
/* 703  */ .menu-secondary li li:hover > a, .menu-secondary li li.current-cat > a, .menu-secondary li li.current_page_item > a, .menu-secondary li li.current-menu-item > a {
/* 704  */ 
/* 705  */ 	color: #fff;
/* 706  */ 
/* 707  */     background: #27282A;
/* 708  */ 
/* 709  */     outline: 0;
/* 710  */ 
/* 711  */ }
/* 712  */ 
/* 713  */ 
/* 714  */ 
/* 715  */ /* Arrows - Menu Secondary */
/* 716  */ 
/* 717  */ 
/* 718  */ 
/* 719  */ .menu-secondary a.sf-with-ul {
/* 720  */ 
/* 721  */     padding-right: 26px;
/* 722  */ 
/* 723  */     min-width: 10px;
/* 724  */ 
/* 725  */ }
/* 726  */ 
/* 727  */ .menu-secondary  .sf-sub-indicator {
/* 728  */ 
/* 729  */     position: absolute;
/* 730  */ 
/* 731  */     display: block;
/* 732  */ 
/* 733  */     overflow: hidden;
/* 734  */ 
/* 735  */     right: 0;
/* 736  */ 
/* 737  */     top:  0;
/* 738  */ 
/* 739  */     padding: 10px 10px 0 0;
/* 740  */ 
/* 741  */ }
/* 742  */ 
/* 743  */ 
/* 744  */ 
/* 745  */ .menu-secondary li li .sf-sub-indicator {
/* 746  */ 
/* 747  */ 
/* 748  */ 
/* 749  */     padding: 9px 13px 0 0;
/* 750  */ 

/* style.css */

/* 751  */ }
/* 752  */ 
/* 753  */ 
/* 754  */ 
/* 755  */ /* Shadows - Menu Secondary */
/* 756  */ 
/* 757  */ 
/* 758  */ 
/* 759  */ .wrap-menu-secondary .sf-shadow ul {
/* 760  */ 
/* 761  */     background:	url('../../../themes/SEOTakeawaysTheme/images/menu-secondary-shadow.png') no-repeat bottom right;
/* 762  */ 
/* 763  */ }
/* 764  */ 
/* 765  */ 
/* 766  */ 
/* 767  */ /* =POST
/* 768  *| 
/* 769  *| -------------------------------------------------------------- */
/* 770  */ 
/* 771  */ 
/* 772  */ 
/* 773  */ /* Post General
/* 774  *| 
/* 775  *| ----------------------------*/
/* 776  */ 
/* 777  */ 
/* 778  */ 
/* 779  */ .post {
/* 780  */ 
/* 781  */     margin-bottom: 5px;
/* 782  */ 
/* 783  */     border-bottom: 1px solid #ddd;
/* 784  */ 
/* 785  */     
/* 786  */ 
/* 787  */ 
/* 788  */ 
/* 789  */ }
/* 790  */ 
/* 791  */ 
/* 792  */ 
/* 793  */ .post-box {
/* 794  */ 
/* 795  */     width: 600px;
/* 796  */ 
/* 797  */     min-height: 190px;
/* 798  */ 
/* 799  */     float: left;
/* 800  */ 

/* style.css */

/* 801  */     margin-left: 0px;
/* 802  */ 
/* 803  */     overflow: hidden;
/* 804  */ 
/* 805  */   
/* 806  */ 
/* 807  */     
/* 808  */ 
/* 809  */ }
/* 810  */ 
/* 811  */ 
/* 812  */ 
/* 813  */ .post-wrap div:first-child {
/* 814  */ 
/* 815  */     margin-left: 0;
/* 816  */ 
/* 817  */ }
/* 818  */ 
/* 819  */ 
/* 820  */ 
/* 821  */ .page, .post-single {
/* 822  */ 
/* 823  */     border-bottom: 0;
/* 824  */ 
/* 825  */     margin-bottom: 0;
/* 826  */ 
/* 827  */ }
/* 828  */ 
/* 829  */ 
/* 830  */ 
/* 831  */ .title {
/* 832  */ 
/* 833  */     color: #333333;
/* 834  */ 
/* 835  */     margin: 0 0 10px 0;
/* 836  */ 
/* 837  */     padding: 0;
/* 838  */ 
/* 839  */     font-family: Arial, Helvetica, Sans-serif;
/* 840  */ 
/* 841  */     font-size: 20px;
/* 842  */ 
/* 843  */     line-height: 25px;
/* 844  */ 
/* 845  */     font-weight: bold;
/* 846  */ 
/* 847  */ }
/* 848  */ 
/* 849  */ 
/* 850  */ 

/* style.css */

/* 851  */ .post-single .title {
/* 852  */ 
/* 853  */     font-size: 24px;
/* 854  */ 
/* 855  */     line-height: 24px;
/* 856  */ 
/* 857  */ }
/* 858  */ 
/* 859  */ 
/* 860  */ 
/* 861  */ .title a {
/* 862  */ 
/* 863  */     color: #333333;
/* 864  */ 
/* 865  */     text-decoration: none;
/* 866  */ 
/* 867  */ }
/* 868  */ 
/* 869  */ 
/* 870  */ 
/* 871  */ .title a:hover {
/* 872  */ 
/* 873  */     color: #631C61;
/* 874  */ 
/* 875  */     text-decoration: none;
/* 876  */ 
/* 877  */ }
/* 878  */ 
/* 879  */ 
/* 880  */ 
/* 881  */ .entry {
/* 882  */ 
/* 883  */     line-height: 20px;
/* 884  */ 
/* 885  */ }
/* 886  */ 
/* 887  */ 
/* 888  */ 
/* 889  */ .featured_image {
/* 890  */ 
/* 891  */     padding: 6px;
/* 892  */ 
/* 893  */     border: 1px solid #ccc;
/* 894  */ 
/* 895  */     background: #fff;
/* 896  */ 
/* 897  */ }
/* 898  */ 
/* 899  */ 
/* 900  */ 

/* style.css */

/* 901  */ .page-title {
/* 902  */ 
/* 903  */ 
/* 904  */ 
/* 905  */     color: ;
/* 906  */ 
/* 907  */     margin: 0px 0 10px 0;
/* 908  */ 
/* 909  */     padding: 0 0 10px 0;
/* 910  */ 
/* 911  */     font-weight: bold;
/* 912  */ 
/* 913  */     text-transform: uppercase;
/* 914  */ 
/* 915  */     font-size: 20px;
/* 916  */ 
/* 917  */     font-family: Arial, Helvetica, Sans-serif;
/* 918  */ 
/* 919  */     border-bottom: 2px solid #ddd;
/* 920  */ 
/* 921  */ }
/* 922  */ 
/* 923  */ 
/* 924  */ 
/* 925  */ /* Post Metas
/* 926  *| 
/* 927  *| ----------------------------*/
/* 928  */ 
/* 929  */ 
/* 930  */ 
/* 931  */ .postmeta-primary {
/* 932  */ 
/* 933  */     color: #555;
/* 934  */ 
/* 935  */     font-size: 12px;
/* 936  */ 
/* 937  */     line-height: 27px;
/* 938  */ 
/* 939  */     padding: 1px 0px 8px 5px;
/* 940  */ 
/* 941  */     background: url(../../../themes/SEOTakeawaysTheme/images/post.png) left repeat-x;
/* 942  */ 
/* 943  */ }
/* 944  */ 
/* 945  */ 
/* 946  */ 
/* 947  */ .postmeta-secondary {
/* 948  */ 
/* 949  */     color: #555;
/* 950  */ 

/* style.css */

/* 951  */     font-size: 12px;
/* 952  */ 
/* 953  */     line-height: 18px;
/* 954  */ 
/* 955  */     padding: 0 0 10px 0;
/* 956  */ 
/* 957  */ }
/* 958  */ 
/* 959  */ 
/* 960  */ 
/* 961  */ .postmeta-primary span, .postmeta-secondary span {
/* 962  */ 
/* 963  */     padding:3px 0 3px 20px;
/* 964  */ 
/* 965  */     background-position:left center;
/* 966  */ 
/* 967  */     background-repeat: no-repeat;
/* 968  */ 
/* 969  */ }
/* 970  */ 
/* 971  */ 
/* 972  */ 
/* 973  */ .meta_date {
/* 974  */ 
/* 975  */     background-image: url(../../../themes/SEOTakeawaysTheme/images/date.png);
/* 976  */ 
/* 977  */ }
/* 978  */ 
/* 979  */ 
/* 980  */ 
/* 981  */ .meta_author {
/* 982  */ 
/* 983  */     background-image: url(../../../themes/SEOTakeawaysTheme/images/author.png);
/* 984  */ 
/* 985  */ }
/* 986  */ 
/* 987  */ 
/* 988  */ 
/* 989  */ .meta_comments {
/* 990  */ 
/* 991  */     background-image: url(../../../themes/SEOTakeawaysTheme/images/comments.png);
/* 992  */ 
/* 993  */ }
/* 994  */ 
/* 995  */ 
/* 996  */ 
/* 997  */ .meta_edit {
/* 998  */ 
/* 999  */     background-image: url(../../../themes/SEOTakeawaysTheme/images/edit.png);
/* 1000 */ 

/* style.css */

/* 1001 */ }
/* 1002 */ 
/* 1003 */ 
/* 1004 */ 
/* 1005 */ .meta_categories {
/* 1006 */ 
/* 1007 */     background-image: url(../../../themes/SEOTakeawaysTheme/images/category.png);
/* 1008 */ 
/* 1009 */ }
/* 1010 */ 
/* 1011 */ 
/* 1012 */ 
/* 1013 */ .meta_tags {
/* 1014 */ 
/* 1015 */     background-image: url(../../../themes/SEOTakeawaysTheme/images/tags.png);
/* 1016 */ 
/* 1017 */ }
/* 1018 */ 
/* 1019 */ 
/* 1020 */ 
/* 1021 */ /* Read More
/* 1022 *| 
/* 1023 *| ----------------------------*/
/* 1024 */ 
/* 1025 */ 
/* 1026 */ 
/* 1027 */ .readmore {
/* 1028 */ 
/* 1029 */     margin-bottom: 15px;
/* 1030 */ 
/* 1031 */     float: right;
/* 1032 */ 
/* 1033 */ }
/* 1034 */ 
/* 1035 */ 
/* 1036 */ 
/* 1037 */ .readmore a {
/* 1038 */ 
/* 1039 */     color: #631C61;
/* 1040 */ 
/* 1041 */     background: #fff;
/* 1042 */ 
/* 1043 */     padding: 8px 14px;
/* 1044 */ 
/* 1045 */     font-size: 12px;
/* 1046 */ 
/* 1047 */     line-height: 12px;
/* 1048 */ 
/* 1049 */     display: inline-block;
/* 1050 */ 

/* style.css */

/* 1051 */     text-decoration: none;
/* 1052 */ 
/* 1053 */     text-transform: uppercase;
/* 1054 */ 
/* 1055 */ }
/* 1056 */ 
/* 1057 */ 
/* 1058 */ 
/* 1059 */ .readmore a:hover {
/* 1060 */ 
/* 1061 */     color: #fff;
/* 1062 */ 
/* 1063 */     background: #631C61;
/* 1064 */ 
/* 1065 */     text-decoration: none;
/* 1066 */ 
/* 1067 */ }
/* 1068 */ 
/* 1069 */ 
/* 1070 */ 
/* 1071 */ /* =SITEMAP
/* 1072 *| 
/* 1073 *| -------------------------------------------------------------- */
/* 1074 */ 
/* 1075 */ .sitemap {
/* 1076 */ 
/* 1077 */ }
/* 1078 */ 
/* 1079 */ 
/* 1080 */ 
/* 1081 */ .sitemap-col {
/* 1082 */ 
/* 1083 */     width: 30%;
/* 1084 */ 
/* 1085 */     padding: 0 0 0 10px;
/* 1086 */ 
/* 1087 */ }
/* 1088 */ 
/* 1089 */ 
/* 1090 */ 
/* 1091 */ .sitemap-col-archives {
/* 1092 */ 
/* 1093 */     width: 45%;
/* 1094 */ 
/* 1095 */     padding: 0 0 0 10px;
/* 1096 */ 
/* 1097 */ }
/* 1098 */ 
/* 1099 */ 
/* 1100 */ 

/* style.css */

/* 1101 */ .sitemap h2 {
/* 1102 */ 
/* 1103 */     font-size: 18px;
/* 1104 */ 
/* 1105 */     font-weight: bold;
/* 1106 */ 
/* 1107 */     border-bottom: 2px solid #ddd;
/* 1108 */ 
/* 1109 */     padding: 0 0 10px 0;
/* 1110 */ 
/* 1111 */     margin: 0 0 10px 0;
/* 1112 */ 
/* 1113 */ }
/* 1114 */ 
/* 1115 */ 
/* 1116 */ 
/* 1117 */ .sitemap h3 {
/* 1118 */ 
/* 1119 */     font-size: 14px;
/* 1120 */ 
/* 1121 */     font-weight: bold;
/* 1122 */ 
/* 1123 */     padding: 0;
/* 1124 */ 
/* 1125 */     margin: 0 0 10px 0;
/* 1126 */ 
/* 1127 */ }
/* 1128 */ 
/* 1129 */ 
/* 1130 */ 
/* 1131 */ .sitemap-list {
/* 1132 */ 
/* 1133 */     font-size: 16px;
/* 1134 */ 
/* 1135 */     line-height: 22px;
/* 1136 */ 
/* 1137 */ }
/* 1138 */ 
/* 1139 */ 
/* 1140 */ 
/* 1141 */ .sitemap-list, .sitemap-list ul {
/* 1142 */ 
/* 1143 */     padding: 0 0 0 20px;
/* 1144 */ 
/* 1145 */ }
/* 1146 */ 
/* 1147 */ 
/* 1148 */ 
/* 1149 */ /* =CONTACT FORM
/* 1150 *| 

/* style.css */

/* 1151 *| -------------------------------------------------------------- */
/* 1152 */ 
/* 1153 */ .contact-form {
/* 1154 */ 
/* 1155 */ }
/* 1156 */ 
/* 1157 */ 
/* 1158 */ 
/* 1159 */ .contact-form-label {
/* 1160 */ 
/* 1161 */     width: 90px;    
/* 1162 */ 
/* 1163 */     font-weight: bold;
/* 1164 */ 
/* 1165 */     font-size: 14px;
/* 1166 */ 
/* 1167 */     padding: 7px 0;
/* 1168 */ 
/* 1169 */ }
/* 1170 */ 
/* 1171 */ 
/* 1172 */ 
/* 1173 */ .contact-form-input {
/* 1174 */ 
/* 1175 */     margin-left: 90px;    
/* 1176 */ 
/* 1177 */ }
/* 1178 */ 
/* 1179 */ 
/* 1180 */ 
/* 1181 */ .contact-form input[type=text] {
/* 1182 */ 
/* 1183 */     padding: 6px;
/* 1184 */ 
/* 1185 */     width: 60%;
/* 1186 */ 
/* 1187 */     margin-bottom: 20px;
/* 1188 */ 
/* 1189 */     border: 1px solid #ccc;
/* 1190 */ 
/* 1191 */     background: #fff;
/* 1192 */ 
/* 1193 */ }
/* 1194 */ 
/* 1195 */ 
/* 1196 */ 
/* 1197 */ .contact-form input[type=submit] {
/* 1198 */ 
/* 1199 */     padding: 5px 50px;
/* 1200 */ 

/* style.css */

/* 1201 */ 	color:#fff;border:none; background-color:#631C61;
/* 1202 */ 
/* 1203 */ }
/* 1204 */ 
/* 1205 */ .contact-form textarea {
/* 1206 */ 
/* 1207 */     width: 96%;
/* 1208 */ 
/* 1209 */     padding: 6px;
/* 1210 */ 
/* 1211 */     height: 160px;
/* 1212 */ 
/* 1213 */     margin-bottom: 20px;
/* 1214 */ 
/* 1215 */     border: 1px solid #ccc;
/* 1216 */ 
/* 1217 */     background: #fff;
/* 1218 */ 
/* 1219 */ }
/* 1220 */ 
/* 1221 */ 
/* 1222 */ 
/* 1223 */ .contact-form-required {
/* 1224 */ 
/* 1225 */     color: red;
/* 1226 */ 
/* 1227 */ }
/* 1228 */ 
/* 1229 */ 
/* 1230 */ 
/* 1231 */ /* =SLIDER
/* 1232 *| 
/* 1233 *| -------------------------------------------------------------- */
/* 1234 */ 
/* 1235 */ 
/* 1236 */ 
/* 1237 */ .fp-slider {
/* 1238 */ 
/* 1239 */     margin: 0 -15px 15px -15px;
/* 1240 */ 
/* 1241 */ }
/* 1242 */ 
/* 1243 */ 
/* 1244 */ 
/* 1245 */ .fp-slides-container {}
/* 1246 */ 
/* 1247 */ 
/* 1248 */ 
/* 1249 */ .fp-slides, .fp-thumbnail, .fp-prev-next, .fp-nav {
/* 1250 */ 

/* style.css */

/* 1251 */     width: 960px;
/* 1252 */ 
/* 1253 */ }
/* 1254 */ 
/* 1255 */ 
/* 1256 */ 
/* 1257 */ .fp-slides, .fp-thumbnail {
/* 1258 */ 
/* 1259 */     height: 300px;
/* 1260 */ 
/* 1261 */     overflow: hidden;
/* 1262 */ 
/* 1263 */ 	position: relative;
/* 1264 */ 
/* 1265 */ }
/* 1266 */ 
/* 1267 */ 
/* 1268 */ 
/* 1269 */ .fp-title {
/* 1270 */ 
/* 1271 */     font-family: Arial, Helvetica, Sans-serif;
/* 1272 */ 
/* 1273 */     color: #fff;
/* 1274 */ 
/* 1275 */     font-size: 18px;
/* 1276 */ 
/* 1277 */     font-weight: bold;
/* 1278 */ 
/* 1279 */     padding: 0 0 2px 0;
/* 1280 */ 
/* 1281 */     margin: 0;
/* 1282 */ 
/* 1283 */ }
/* 1284 */ 
/* 1285 */ 
/* 1286 */ 
/* 1287 */ .fp-title a, .fp-title a:hover {
/* 1288 */ 
/* 1289 */     color: #fff;
/* 1290 */ 
/* 1291 */     text-decoration: none;
/* 1292 */ 
/* 1293 */ }
/* 1294 */ 
/* 1295 */ 
/* 1296 */ 
/* 1297 */ .fp-content {
/* 1298 */ 
/* 1299 */     position: absolute;
/* 1300 */ 

/* style.css */

/* 1301 */     bottom: 0;
/* 1302 */ 
/* 1303 */     left: 0;
/* 1304 */ 
/* 1305 */     right: 0;
/* 1306 */ 
/* 1307 */     background: #111;
/* 1308 */ 
/* 1309 */     opacity: 0.7;
/* 1310 */ 
/* 1311 */     filter: alpha(opacity = 70);
/* 1312 */ 
/* 1313 */     padding: 10px 15px;
/* 1314 */ 
/* 1315 */     overflow: hidden;
/* 1316 */ 
/* 1317 */ }
/* 1318 */ 
/* 1319 */ 
/* 1320 */ 
/* 1321 */ .fp-content p {
/* 1322 */ 
/* 1323 */     color: #fff;
/* 1324 */ 
/* 1325 */     padding: 0;
/* 1326 */ 
/* 1327 */     margin: 0;
/* 1328 */ 
/* 1329 */     line-height: 18px;
/* 1330 */ 
/* 1331 */ }
/* 1332 */ 
/* 1333 */ 
/* 1334 */ 
/* 1335 */ .fp-more,  .fp-more:hover{
/* 1336 */ 
/* 1337 */     color: #fff;
/* 1338 */ 
/* 1339 */     font-weight: bold;
/* 1340 */ 
/* 1341 */ }
/* 1342 */ 
/* 1343 */ 
/* 1344 */ 
/* 1345 */ .fp-nav {
/* 1346 */ 
/* 1347 */     height: 12px;
/* 1348 */ 
/* 1349 */     text-align: center;
/* 1350 */ 

/* style.css */

/* 1351 */     padding: 10px 0;
/* 1352 */ 
/* 1353 */     background: #333;
/* 1354 */ 
/* 1355 */ }
/* 1356 */ 
/* 1357 */ 
/* 1358 */ 
/* 1359 */ .fp-pager a { 
/* 1360 */ 
/* 1361 */     background-image: url(../../../themes/SEOTakeawaysTheme/images/featured-pager.png); 
/* 1362 */ 
/* 1363 */     cursor:pointer;  
/* 1364 */ 
/* 1365 */     margin: 0 8px 0 0; 
/* 1366 */ 
/* 1367 */     padding: 0;
/* 1368 */ 
/* 1369 */     display: inline-block;
/* 1370 */ 
/* 1371 */     width: 12px; 
/* 1372 */ 
/* 1373 */     height: 12px;
/* 1374 */ 
/* 1375 */     overflow: hidden;
/* 1376 */ 
/* 1377 */     text-indent: -999px; 
/* 1378 */ 
/* 1379 */     background-position: 0 0;
/* 1380 */ 
/* 1381 */     float: none;
/* 1382 */ 
/* 1383 */     line-height: 1;
/* 1384 */ 
/* 1385 */     opacity: 0.7;
/* 1386 */ 
/* 1387 */     filter: alpha(opacity = 70);
/* 1388 */ 
/* 1389 */ }
/* 1390 */ 
/* 1391 */ 
/* 1392 */ 
/* 1393 */ .fp-pager a:hover, .fp-pager a.activeSlide  { 
/* 1394 */ 
/* 1395 */     text-decoration: none;
/* 1396 */ 
/* 1397 */     background-position: 0 -112px;
/* 1398 */ 
/* 1399 */     opacity: 1.0;
/* 1400 */ 

/* style.css */

/* 1401 */     filter: alpha(opacity = 100);
/* 1402 */ 
/* 1403 */ }
/* 1404 */ 
/* 1405 */ 
/* 1406 */ 
/* 1407 */ .fp-prev-next-wrap {
/* 1408 */ 
/* 1409 */     position: relative; 
/* 1410 */ 
/* 1411 */     z-index: 200; 
/* 1412 */ 
/* 1413 */ }
/* 1414 */ 
/* 1415 */ 
/* 1416 */ 
/* 1417 */ .fp-prev-next {
/* 1418 */ 
/* 1419 */ display:none;    
/* 1420 */ 
/* 1421 */ position: absolute;
/* 1422 */ 
/* 1423 */     bottom: 130px;
/* 1424 */ 
/* 1425 */     left: 0;
/* 1426 */ 
/* 1427 */     right: 0;
/* 1428 */ 
/* 1429 */     height: 37px;  
/* 1430 */ 
/* 1431 */ }
/* 1432 */ 
/* 1433 */ 
/* 1434 */ 
/* 1435 */ .fp-prev {
/* 1436 */ 
/* 1437 */     float:left;
/* 1438 */ 
/* 1439 */     margin-left: 14px;
/* 1440 */ 
/* 1441 */     width:37px;
/* 1442 */ 
/* 1443 */     height:37px;
/* 1444 */ 
/* 1445 */     background:url(../../../themes/SEOTakeawaysTheme/images/featured-prev1.png) left top no-repeat;
/* 1446 */ 
/* 1447 */     opacity: 0.6;
/* 1448 */ 
/* 1449 */     filter: alpha(opacity = 60);
/* 1450 */ 

/* style.css */

/* 1451 */ }
/* 1452 */ 
/* 1453 */ 
/* 1454 */ 
/* 1455 */ .fp-prev:hover {
/* 1456 */ 
/* 1457 */     opacity: 0.8;
/* 1458 */ 
/* 1459 */     filter: alpha(opacity = 80);
/* 1460 */ 
/* 1461 */ }
/* 1462 */ 
/* 1463 */ 
/* 1464 */ 
/* 1465 */  .fp-next {
/* 1466 */ 
/* 1467 */     float:right;
/* 1468 */ 
/* 1469 */ 	width:36px;
/* 1470 */ 
/* 1471 */     height:37px;
/* 1472 */ 
/* 1473 */     margin-right: 14px;
/* 1474 */ 
/* 1475 */     background:url(../../../themes/SEOTakeawaysTheme/images/featured-next1.png) right top no-repeat;
/* 1476 */ 
/* 1477 */     opacity: 0.6;
/* 1478 */ 
/* 1479 */     filter: alpha(opacity = 60);
/* 1480 */ 
/* 1481 */ }
/* 1482 */ 
/* 1483 */ 
/* 1484 */ 
/* 1485 */ .fp-next:hover {
/* 1486 */ 
/* 1487 */     opacity: 0.8;
/* 1488 */ 
/* 1489 */     filter: alpha(opacity = 80);
/* 1490 */ 
/* 1491 */ }
/* 1492 */ 
/* 1493 */ 
/* 1494 */ 
/* 1495 */ /* =WP-PAGENAVI
/* 1496 *| 
/* 1497 *| -------------------------------------------------------------- */
/* 1498 */ 
/* 1499 */ 
/* 1500 */ 

/* style.css */

/* 1501 */ .wp-pagenavi {
/* 1502 */ 
/* 1503 */     float: left;
/* 1504 */ 
/* 1505 */ }
/* 1506 */ 
/* 1507 */ 
/* 1508 */ 
/* 1509 */ .wp-pagenavi a, .wp-pagenavi span {
/* 1510 */ 
/* 1511 */ 	text-decoration: none;
/* 1512 */ 
/* 1513 */ 	padding: 5px 8px;
/* 1514 */ 
/* 1515 */ 	margin: 2px;
/* 1516 */ 
/* 1517 */     font-size: 15px;
/* 1518 */ 
/* 1519 */     line-height: 15px;
/* 1520 */ 
/* 1521 */     float: left;
/* 1522 */ 
/* 1523 */ }
/* 1524 */ 
/* 1525 */ 
/* 1526 */ 
/* 1527 */ .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
/* 1528 */ 
/* 1529 */     color: #333333;
/* 1530 */ 
/* 1531 */     background:none;
/* 1532 */ 
/* 1533 */ }
/* 1534 */ 
/* 1535 */ 
/* 1536 */ 
/* 1537 */ .wp-pagenavi span.current {
/* 1538 */ 
/* 1539 */     font-weight: bold;
/* 1540 */ 
/* 1541 */     color: #fff;
/* 1542 */ 
/* 1543 */     background:#B11C03;
/* 1544 */ 
/* 1545 */ }
/* 1546 */ 
/* 1547 */ 
/* 1548 */ 
/* 1549 */ .wp-pagenavi a:hover {
/* 1550 */ 

/* style.css */

/* 1551 */     color: #fff;
/* 1552 */ 
/* 1553 */     background:#727277;
/* 1554 */ 
/* 1555 */ }
/* 1556 */ 
/* 1557 */ 
/* 1558 */ 
/* 1559 */ .wp-pagenavi span.pages {
/* 1560 */ 
/* 1561 */     color: #333333;
/* 1562 */ 
/* 1563 */     background: none;
/* 1564 */ 
/* 1565 */     padding: 4px 8px 4px 0;
/* 1566 */ 
/* 1567 */ }
/* 1568 */ 
/* 1569 */ 
/* 1570 */ 
/* 1571 */ .wp-pagenavi span.extend {
/* 1572 */ 
/* 1573 */     background:transparent;
/* 1574 */ 
/* 1575 */     color: #333333;
/* 1576 */ 
/* 1577 */     background: none;
/* 1578 */ 
/* 1579 */ }
/* 1580 */ 
/* 1581 */ 
/* 1582 */ 
/* 1583 */ /* =FOOTER
/* 1584 *| 
/* 1585 *| -------------------------------------------------------------- */
/* 1586 */ 
/* 1587 */ 
/* 1588 */ 
/* 1589 */ 
/* 1590 */ 
/* 1591 */ #footer-container {
/* 1592 */ 
/* 1593 */    
/* 1594 */ 
/* 1595 */     background:;
/* 1596 */ 
/* 1597 */     margin-bottom:0px;
/* 1598 */ 
/* 1599 */     
/* 1600 */ 

/* style.css */

/* 1601 */ }
/* 1602 */ 
/* 1603 */ 
/* 1604 */ 
/* 1605 */ #footer-container1 {
/* 1606 */ 
/* 1607 */    
/* 1608 */ 
/* 1609 */     background:#333;
/* 1610 */ 
/* 1611 */     margin-bottom:0px;
/* 1612 */ 
/* 1613 */     
/* 1614 */ 
/* 1615 */ }
/* 1616 */ 
/* 1617 */ 
/* 1618 */ 
/* 1619 */ 
/* 1620 */ 
/* 1621 */ #footer {
/* 1622 */ 
/* 1623 */   
/* 1624 */ 
/* 1625 */     padding: 10px;
/* 1626 */ 
/* 1627 */    
/* 1628 */ 
/* 1629 */ }
/* 1630 */ 
/* 1631 */ 
/* 1632 */ 
/* 1633 */ #footer1 {
/* 1634 */ 
/* 1635 */   
/* 1636 */ 
/* 1637 */     padding: 25px 0;
/* 1638 */ 
/* 1639 */    
/* 1640 */ 
/* 1641 */ }
/* 1642 */ 
/* 1643 */ 
/* 1644 */ 
/* 1645 */ #copyrights {
/* 1646 */ 
/* 1647 */     color: #ccc;
/* 1648 */ 
/* 1649 */     float: left;
/* 1650 */ 

/* style.css */

/* 1651 */ 	font-size:80%;
/* 1652 */ 
/* 1653 */     
/* 1654 */ 
/* 1655 */ }
/* 1656 */ 
/* 1657 */ 
/* 1658 */ 
/* 1659 */ #copyrights a {
/* 1660 */ 
/* 1661 */     color: #fff;
/* 1662 */ 
/* 1663 */ } 
/* 1664 */ 
/* 1665 */ 
/* 1666 */ 
/* 1667 */ #copyrights a:hover {
/* 1668 */ 
/* 1669 */     color: #fff;
/* 1670 */ 
/* 1671 */     text-decoration: none;
/* 1672 */ 
/* 1673 */ } 
/* 1674 */ 
/* 1675 */ 
/* 1676 */ 
/* 1677 */ #credits {
/* 1678 */ 
/* 1679 */     color: #fff;
/* 1680 */ 
/* 1681 */     font-size: 0px;
/* 1682 */ 
/* 1683 */     float: right;
/* 1684 */ 
/* 1685 */ }
/* 1686 */ 
/* 1687 */ 
/* 1688 */ 
/* 1689 */ #credits a {
/* 1690 */ 
/* 1691 */     color: #fff;
/* 1692 */ 
/* 1693 */     text-decoration: none;
/* 1694 */ 
/* 1695 */ } 
/* 1696 */ 
/* 1697 */ 
/* 1698 */ 
/* 1699 */ #credits a:hover {
/* 1700 */ 

/* style.css */

/* 1701 */     text-decoration: none;
/* 1702 */ 
/* 1703 */     color: #555;
/* 1704 */ 
/* 1705 */ }
/* 1706 */ 
/* 1707 */ 
/* 1708 */ 
/* 1709 */ 
/* 1710 */ 
/* 1711 */ #credits1 {
/* 1712 */ 
/* 1713 */     color: #fff;
/* 1714 */ 
/* 1715 */     font-size: 11px;
/* 1716 */ 
/* 1717 */     float: right;
/* 1718 */ 
/* 1719 */ }
/* 1720 */ 
/* 1721 */ 
/* 1722 */ 
/* 1723 */ #credits1 a {
/* 1724 */ 
/* 1725 */     color: #fff;
/* 1726 */ 
/* 1727 */     text-decoration: none;
/* 1728 */ 
/* 1729 */ } 
/* 1730 */ 
/* 1731 */ 
/* 1732 */ 
/* 1733 */ #credits1 a:hover {
/* 1734 */ 
/* 1735 */     text-decoration: none;
/* 1736 */ 
/* 1737 */     color: #ffcccc;
/* 1738 */ 
/* 1739 */ }
/* 1740 */ 
/* 1741 */ 
/* 1742 */ 
/* 1743 */ 
/* 1744 */ 
/* 1745 */ 
/* 1746 */ 
/* 1747 */ /* Footer Widgets
/* 1748 *| 
/* 1749 *| ----------------------------*/
/* 1750 */ 

/* style.css */

/* 1751 */ #footer-widgets-container {
/* 1752 */ 
/* 1753 */     padding: 1px 0px 0px 0px;
/* 1754 */ 
/* 1755 */     margin-top: 15px;
/* 1756 */ 
/* 1757 */     background: ;
/* 1758 */ 
/* 1759 */     margin-bottom:0px;
/* 1760 */ 
/* 1761 */     margin-left:0px;
/* 1762 */ 
/* 1763 */     margin-right:0px;
/* 1764 */ 
/* 1765 */     border-top: 0px solid #2A2A2A;
/* 1766 */ 
/* 1767 */   
/* 1768 */ 
/* 1769 */ }
/* 1770 */ 
/* 1771 */ 
/* 1772 */ 
/* 1773 */ 
/* 1774 */ 
/* 1775 */ #footer-widgets-container1 {
/* 1776 */ 
/* 1777 */     padding: 1px 0px 0px 0px;
/* 1778 */ 
/* 1779 */     margin: -20px 0 0;
/* 1780 */ 
/* 1781 */     background: ;
/* 1782 */ 
/* 1783 */     border-top: 0px solid #2A2A2A;
/* 1784 */ 
/* 1785 */ 	
/* 1786 */ 
/* 1787 */   
/* 1788 */ 
/* 1789 */ }
/* 1790 */ 
/* 1791 */ 
/* 1792 */ 
/* 1793 */ #footer-widgets {
/* 1794 */ 
/* 1795 */     width: 960px;
/* 1796 */ 
/* 1797 */ 	margin: 0 auto;
/* 1798 */ 
/* 1799 */ }
/* 1800 */ 

/* style.css */

/* 1801 */ 
/* 1802 */ 
/* 1803 */ 
/* 1804 */ 
/* 1805 */ .footer-widget-box {
/* 1806 */ 
/* 1807 */     width: 300px;
/* 1808 */ 
/* 1809 */     float: left;
/* 1810 */ 
/* 1811 */     margin-right: 20px;
/* 1812 */ 
/* 1813 */     margin-left: 0px;
/* 1814 */ 
/* 1815 */ 
/* 1816 */ 
/* 1817 */ }
/* 1818 */ 
/* 1819 */ 
/* 1820 */ 
/* 1821 */ .footer-widget-box-last {
/* 1822 */ 
/* 1823 */     margin-right: 0;
/* 1824 */ 
/* 1825 */ }
/* 1826 */ 
/* 1827 */ 
/* 1828 */ 
/* 1829 */ 
/* 1830 */ 
/* 1831 */ 
/* 1832 */ 
/* 1833 */ /* Footer Widgets Color */
/* 1834 */ 
/* 1835 */ 
/* 1836 */ 
/* 1837 */ #footer-widgets .widget-container {
/* 1838 */ 
/* 1839 */     color: ;
/* 1840 */ 
/* 1841 */     background:url(../../../themes/SEOTakeawaysTheme/images/footer2.png) left top no-repeat;
/* 1842 */ 
/* 1843 */     Height:350px;
/* 1844 */ 
/* 1845 */ }
/* 1846 */ 
/* 1847 */ 
/* 1848 */ 
/* 1849 */ #footer-widgets .widget-container1 {
/* 1850 */ 

/* style.css */

/* 1851 */     color: ;
/* 1852 */ 
/* 1853 */     background:url(../../../themes/SEOTakeawaysTheme/images/footer2.png) left top no-repeat;
/* 1854 */ 
/* 1855 */     Height:350px;
/* 1856 */ 
/* 1857 */ }
/* 1858 */ 
/* 1859 */ 
/* 1860 */ 
/* 1861 */ /* Footer Widgets Links */
/* 1862 */ 
/* 1863 */ 
/* 1864 */ 
/* 1865 */ #footer-widgets .widget-container a {
/* 1866 */ 
/* 1867 */     color: #000000;
/* 1868 */ 
/* 1869 */     text-decoration: none;
/* 1870 */ 
/* 1871 */      font-size: 12px; 
/* 1872 */ 
/* 1873 */  
/* 1874 */ 
/* 1875 */ }
/* 1876 */ 
/* 1877 */ 
/* 1878 */ 
/* 1879 */ 
/* 1880 */ 
/* 1881 */ #footer-widgets .widget-container a {
/* 1882 */ 
/* 1883 */     color: #000000;
/* 1884 */ 
/* 1885 */     text-decoration: none;
/* 1886 */ 
/* 1887 */      font-size: 12px; 
/* 1888 */ 
/* 1889 */  
/* 1890 */ 
/* 1891 */ }
/* 1892 */ 
/* 1893 */ 
/* 1894 */ 
/* 1895 */ 
/* 1896 */ 
/* 1897 */ #footer-widgets .widget-container a:hover {
/* 1898 */ 
/* 1899 */     color: #000000;
/* 1900 */ 

/* style.css */

/* 1901 */     
/* 1902 */ 
/* 1903 */ }
/* 1904 */ 
/* 1905 */ 
/* 1906 */ 
/* 1907 */ 
/* 1908 */ 
/* 1909 */ /* Footer Widget Title */
/* 1910 */ 
/* 1911 */ 
/* 1912 */ 
/* 1913 */ #footer-widgets .widgettitle {
/* 1914 */ 
/* 1915 */     
/* 1916 */ 
/* 1917 */ }
/* 1918 */ 
/* 1919 */ 
/* 1920 */ 
/* 1921 */ 
/* 1922 */ 
/* 1923 */ #footer-widgets .widgettitle, #footer-widgets .widgettitle a, #footer-widgets .widgettitle 
/* 1924 */ 
/* 1925 */ 
/* 1926 */ 
/* 1927 */ a:hover {
/* 1928 */ 
/* 1929 */     color:#000000;
/* 1930 */ 
/* 1931 */      font-size: 12px;
/* 1932 */ 
/* 1933 */      background:url(http://www.seotakeaways.com/wp-content/themes/SEOTakeawaysTheme/images/btn) left top no-repeat;
/* 1934 */ 
/* 1935 */ }
/* 1936 */ 
/* 1937 */ 
/* 1938 */ 
/* 1939 */ 
/* 1940 */ 
/* 1941 */ 
/* 1942 */ 
/* 1943 */ /* Footer List Items */
/* 1944 */ 
/* 1945 */ 
/* 1946 */ 
/* 1947 */ #footer-widgets .widget ul li {
/* 1948 */ 
/* 1949 */ 
/* 1950 */ 

/* style.css */

/* 1951 */   padding-left: 30px;
/* 1952 */ 
/* 1953 */   padding-top:10px;
/* 1954 */ 
/* 1955 */ 
/* 1956 */ 
/* 1957 */  
/* 1958 */ 
/* 1959 */ 
/* 1960 */ 
/* 1961 */ }
/* 1962 */ 
/* 1963 */ 
/* 1964 */ 
/* 1965 */ /* Footer Widgets Tabs */
/* 1966 */ 
/* 1967 */ 
/* 1968 */ 
/* 1969 */ #footer-widgets .tabs-widget li a {
/* 1970 */ 
/* 1971 */     color: ;
/* 1972 */ 
/* 1973 */     background: ;
/* 1974 */ 
/* 1975 */ }
/* 1976 */ 
/* 1977 */ 
/* 1978 */ 
/* 1979 */ #footer-widgets .tabs-widget li a:hover, #footer-widgets .tabs-widget li a.tabs-widget-current {
/* 1980 */ 
/* 1981 */     background: ;
/* 1982 */ 
/* 1983 */     color: ;
/* 1984 */ 
/* 1985 */ }
/* 1986 */ 
/* 1987 */ 
/* 1988 */ 
/* 1989 */ 
/* 1990 */ 
/* 1991 */ 
/* 1992 */ 
/* 1993 */ 
/* 1994 */ 
/* 1995 */ 
/* 1996 */ 
/* 1997 */ /* Footer Widgets Seaarch */
/* 1998 */ 
/* 1999 */ 
/* 2000 */ 

/* style.css */

/* 2001 */ #footer-widgets #search {
/* 2002 */ 
/* 2003 */     border: 0px solid #ddd !important;
/* 2004 */ 
/* 2005 */     background-color: #fff !important;
/* 2006 */ 
/* 2007 */ }
/* 2008 */ 
/* 2009 */ 
/* 2010 */ 
/* 2011 */ #footer-widgets #search #s {
/* 2012 */ 
/* 2013 */     color: #666 !important;
/* 2014 */ 
/* 2015 */ }
/* 2016 */ 
/* 2017 */ 
/* 2018 */ 
/* 2019 */ 
/* 2020 */ 
/* 2021 */ /* =WIDGETS
/* 2022 *| 
/* 2023 *| -------------------------------------------------------------- */
/* 2024 */ 
/* 2025 */ 
/* 2026 */ 
/* 2027 */ /* Widgets Defaults
/* 2028 *| 
/* 2029 *| ----------------------------*/
/* 2030 */ 
/* 2031 */ .widget-container {
/* 2032 */ 
/* 2033 */     list-style-type: none;
/* 2034 */ 
/* 2035 */     list-style: none;
/* 2036 */ 
/* 2037 */     margin: 0 0 15px 0;
/* 2038 */ 
/* 2039 */     padding: 0;
/* 2040 */ 
/* 2041 */     color: #494545;
/* 2042 */ 
/* 2043 */     font-size: 13px;
/* 2044 */ 
/* 2045 */ }
/* 2046 */ 
/* 2047 */ 
/* 2048 */ 
/* 2049 */ .widget-container1 {
/* 2050 */ 

/* style.css */

/* 2051 */     list-style-type: none;
/* 2052 */ 
/* 2053 */     list-style: none;
/* 2054 */ 
/* 2055 */     margin: 0 0 15px 0;
/* 2056 */ 
/* 2057 */     padding: 0;
/* 2058 */ 
/* 2059 */     color: #494545;
/* 2060 */ 
/* 2061 */     font-size: 13px;
/* 2062 */ 
/* 2063 */ }
/* 2064 */ 
/* 2065 */ 
/* 2066 */ 
/* 2067 */ .widget-container a {
/* 2068 */ 
/* 2069 */     color: #494545;
/* 2070 */ 
/* 2071 */     text-decoration: none;
/* 2072 */ 
/* 2073 */ 	padding-right:5px;
/* 2074 */ 
/* 2075 */ }
/* 2076 */ 
/* 2077 */ 
/* 2078 */ 
/* 2079 */ 
/* 2080 */ 
/* 2081 */ .widget-container a:hover {
/* 2082 */ 
/* 2083 */     color: #B11C03;
/* 2084 */ 
/* 2085 */     text-decoration: none;
/* 2086 */ 
/* 2087 */ }
/* 2088 */ 
/* 2089 */ 
/* 2090 */ 
/* 2091 */ .widgettitle {
/* 2092 */ 
/* 2093 */     margin: 0 0 10px 0;
/* 2094 */ 
/* 2095 */     padding: 4px 8px;
/* 2096 */ 
/* 2097 */     border-left: 0px solid #9E200B;
/* 2098 */ 
/* 2099 */ }
/* 2100 */ 

/* style.css */

/* 2101 */ 
/* 2102 */ 
/* 2103 */ .widgettitle, .widgettitle a, .widgettitle a:hover {
/* 2104 */ 
/* 2105 */     color: #FFFFFF;
/* 2106 */ 
/* 2107 */     font-size: 14px;
/* 2108 */ 
/* 2109 */     font-family: Arial, Helvetica, Sans-serif;
/* 2110 */ 
/* 2111 */     font-weight: bold;
/* 2112 */ 
/* 2113 */     text-decoration: none;
/* 2114 */ 
/* 2115 */     text-transform: uppercase;
/* 2116 */ 
/* 2117 */     /* line-height: 24px;
/* 2118 *| 
/* 2119 *| 	background:url(../../../themes/SEOTakeawaysTheme/images/btn.png) left top no-repeat;*/
/* 2120 */ 
/* 2121 */ 	background-color:#631C61;
/* 2122 */ 
/* 2123 */     padding-top:7px;
/* 2124 */ 
/* 2125 */     
/* 2126 */ 
/* 2127 */ }
/* 2128 */ 
/* 2129 */ 
/* 2130 */ 
/* 2131 */ .widget ul {
/* 2132 */ 
/* 2133 */     list-style-type: none;
/* 2134 */ 
/* 2135 */     list-style: none;
/* 2136 */ 
/* 2137 */     margin: 0;
/* 2138 */ 
/* 2139 */     padding: 0;
/* 2140 */ 
/* 2141 */ }
/* 2142 */ 
/* 2143 */ 
/* 2144 */ 
/* 2145 */ .widget ul li {
/* 2146 */ 
/* 2147 */     padding: 0 0 0px 12px;
/* 2148 */ 
/* 2149 */     margin: 0 0 8px 0;
/* 2150 */ 

/* style.css */

/* 2151 */     background: url(../../../themes/SEOTakeawaysTheme/images/widget-list.png) left 4px no-repeat;
/* 2152 */ 
/* 2153 */     border-bottom: 0px solid #ddd;
/* 2154 */ 
/* 2155 */ }
/* 2156 */ 
/* 2157 */ 
/* 2158 */ 
/* 2159 */ /* Search
/* 2160 *| 
/* 2161 *| ----------------------------*/
/* 2162 */ 
/* 2163 */ #search {
/* 2164 */ 
/* 2165 */     border: 0px solid ;
/* 2166 */ 
/* 2167 */     text-align: left;
/* 2168 */ 
/* 2169 */     padding: 6px 0px 0px 0px;
/* 2170 */ 
/* 2171 */    
/* 2172 */ 
/* 2173 */   
/* 2174 */ 
/* 2175 */ }
/* 2176 */ 
/* 2177 */ 
/* 2178 */ 
/* 2179 */ #search input.submit {
/* 2180 */ 
/* 2181 */ width:25px;height:25px;
/* 2182 */ 
/* 2183 */ color:#fff;border:none; background-color:#91268E;
/* 2184 */ 
/* 2185 */   
/* 2186 */ 
/* 2187 */ }
/* 2188 */ 
/* 2189 */ 
/* 2190 */ 
/* 2191 */ #search #s {
/* 2192 */ 
/* 2193 */     background:url(../../../themes/SEOTakeawaysTheme/images/search.png) 50% no-repeat ;
/* 2194 */ 
/* 2195 */     color: #ccc;
/* 2196 */ 
/* 2197 */     border: 0;
/* 2198 */ 
/* 2199 */     width: 170px;
/* 2200 */ 

/* style.css */

/* 2201 */     padding: 5px 5px 5px ;
/* 2202 */ 
/* 2203 */     margin: 0;
/* 2204 */ 
/* 2205 */     outline: none;
/* 2206 */ 
/* 2207 */     height:12px;
/* 2208 */ 
/* 2209 */     text-align:center;
/* 2210 */ 
/* 2211 */ }
/* 2212 */ 
/* 2213 */ 
/* 2214 */ 
/* 2215 */ 
/* 2216 */ 
/* 2217 */ #content-search {
/* 2218 */ 
/* 2219 */     width: 0px;
/* 2220 */ 
/* 2221 */     padding: 0px ;
/* 2222 */ 
/* 2223 */ }
/* 2224 */ 
/* 2225 */ 
/* 2226 */ 
/* 2227 */ #topsearch {
/* 2228 */ 
/* 2229 */     float: right;
/* 2230 */ 
/* 2231 */ }
/* 2232 */ 
/* 2233 */ 
/* 2234 */ 
/* 2235 */ /* #topsearch #s {
/* 2236 *| 
/* 2237 *|     width: 400px;
/* 2238 *| 
/* 2239 *|    height:10px;
/* 2240 *| 
/* 2241 *| 
/* 2242 *| 
/* 2243 *| }*/
/* 2244 */ 
/* 2245 */ 
/* 2246 */ 
/* 2247 */ 
/* 2248 */ 
/* 2249 */ 
/* 2250 */ 

/* style.css */

/* 2251 */ /* Wp Calendar
/* 2252 *| 
/* 2253 *| ----------------------------*/
/* 2254 */ 
/* 2255 */ 
/* 2256 */ 
/* 2257 */ #wp-calendar td:hover, #wp-calendar #today {
/* 2258 */ 
/* 2259 */     background: #B11C03;
/* 2260 */ 
/* 2261 */     color: #fff;
/* 2262 */ 
/* 2263 */ }
/* 2264 */ 
/* 2265 */ 
/* 2266 */ 
/* 2267 */ #wp-calendar td:hover a, #wp-calendar #today a {
/* 2268 */ 
/* 2269 */     color: #fff;
/* 2270 */ 
/* 2271 */ }
/* 2272 */ 
/* 2273 */ 
/* 2274 */ 
/* 2275 */ /* Text Widget
/* 2276 *| 
/* 2277 *| ----------------------------*/
/* 2278 */ 
/* 2279 */ 
/* 2280 */ 
/* 2281 */ .textwidget {
/* 2282 */ 
/* 2283 */     line-height: 18px;
/* 2284 */ 
/* 2285 */ }
/* 2286 */ 
/* 2287 */ 
/* 2288 */ 
/* 2289 */ /* 125x125 Banners Widget
/* 2290 *| 
/* 2291 *| ----------------------------*/
/* 2292 */ 
/* 2293 */ 
/* 2294 */ 
/* 2295 */ .banners-125 {
/* 2296 */ 
/* 2297 */     text-align: center;
/* 2298 */ 
/* 2299 */     margin-bottom: -10px;
/* 2300 */ 

/* style.css */

/* 2301 */ }
/* 2302 */ 
/* 2303 */ 
/* 2304 */ 
/* 2305 */ .banners-125 img {
/* 2306 */ 
/* 2307 */     margin: 0 5px 5px 5px;
/* 2308 */ 
/* 2309 */ }
/* 2310 */ 
/* 2311 */ 
/* 2312 */ 
/* 2313 */ 
/* 2314 */ 
/* 2315 */ /* Posts Widget
/* 2316 *| 
/* 2317 *| ----------------------------*/
/* 2318 */ 
/* 2319 */ 
/* 2320 */ 
/* 2321 */ .posts-widget ul {
/* 2322 */ 
/* 2323 */     list-style-type: none;
/* 2324 */ 
/* 2325 */     list-style: none;
/* 2326 */ 
/* 2327 */     padding: 0;
/* 2328 */ 
/* 2329 */     margin: 10px 0 0 0;
/* 2330 */ 
/* 2331 */ }
/* 2332 */ 
/* 2333 */ 
/* 2334 */ 
/* 2335 */ .posts-widget ul li {
/* 2336 */ 
/* 2337 */     list-style-type: none; 
/* 2338 */ 
/* 2339 */     list-style: none;
/* 2340 */ 
/* 2341 */     padding: 0 0 1px 0; 
/* 2342 */ 
/* 2343 */     margin: 0 0 1px 0;
/* 2344 */ 
/* 2345 */     border-bottom: 0px solid #ddd;
/* 2346 */ 
/* 2347 */ }
/* 2348 */ 
/* 2349 */ 
/* 2350 */ 

/* style.css */

/* 2351 */ .posts-widgettitle {
/* 2352 */ 
/* 2353 */     font-weight: bold; 
/* 2354 */ 
/* 2355 */     padding: 0 0 5px 0; 
/* 2356 */ 
/* 2357 */     margin: 0; 
/* 2358 */ 
/* 2359 */     font-family: Arial, Helvetica, Sans-serif;
/* 2360 */ 
/* 2361 */     font-size: 14px;
/* 2362 */ 
/* 2363 */ }
/* 2364 */ 
/* 2365 */ 
/* 2366 */ 
/* 2367 */ .posts-widgettitle a {}
/* 2368 */ 
/* 2369 */ 
/* 2370 */ 
/* 2371 */ .posts-widgettitle a:hover {}
/* 2372 */ 
/* 2373 */ 
/* 2374 */ 
/* 2375 */ .posts-widget-meta { 
/* 2376 */ 
/* 2377 */     font-style: italic;  
/* 2378 */ 
/* 2379 */     padding: 0 0 5px 0;
/* 2380 */ 
/* 2381 */ }
/* 2382 */ 
/* 2383 */ 
/* 2384 */ 
/* 2385 */ .posts-widget-entry {
/* 2386 */ 
/* 2387 */     font-family: Arial, Helvetica, Sans-serif; 
/* 2388 */ 
/* 2389 */     line-height: 20px;
/* 2390 */ 
/* 2391 */ }
/* 2392 */ 
/* 2393 */ 
/* 2394 */ 
/* 2395 */ .posts-widget-more {
/* 2396 */ 
/* 2397 */     font-weight: bold;
/* 2398 */ 
/* 2399 */ }
/* 2400 */ 

/* style.css */

/* 2401 */ 
/* 2402 */ 
/* 2403 */ .posts-widget-more:hover {}
/* 2404 */ 
/* 2405 */ 
/* 2406 */ 
/* 2407 */ .posts-widget-featured-image {
/* 2408 */ 
/* 2409 */     border: 1px solid #ddd;
/* 2410 */ 
/* 2411 */     padding: 4px;
/* 2412 */ 
/* 2413 */     background-color: #fff;
/* 2414 */ 
/* 2415 */ }
/* 2416 */ 
/* 2417 */ 
/* 2418 */ 
/* 2419 */ .posts-widget .alignleft {
/* 2420 */ 
/* 2421 */     margin: 0 8px 8px 0;
/* 2422 */ 
/* 2423 */ }
/* 2424 */ 
/* 2425 */ 
/* 2426 */ 
/* 2427 */ .posts-widget .alignright {
/* 2428 */ 
/* 2429 */     margin: 0 0 8px 8px;
/* 2430 */ 
/* 2431 */ }
/* 2432 */ 
/* 2433 */ 
/* 2434 */ 
/* 2435 */ .posts-widget .aligncenter {
/* 2436 */ 
/* 2437 */     margin-bottom: 8px;
/* 2438 */ 
/* 2439 */ }
/* 2440 */ 
/* 2441 */ 
/* 2442 */ 
/* 2443 */ /* Comments Widget
/* 2444 *| 
/* 2445 *| ----------------------------*/
/* 2446 */ 
/* 2447 */ 
/* 2448 */ 
/* 2449 */ .comments-widget ul {
/* 2450 */ 

/* style.css */

/* 2451 */     list-style-type: none;
/* 2452 */ 
/* 2453 */     list-style: none;
/* 2454 */ 
/* 2455 */     padding: 0; 
/* 2456 */ 
/* 2457 */     margin: 10px 0 0 0;
/* 2458 */ 
/* 2459 */ }
/* 2460 */ 
/* 2461 */ 
/* 2462 */ 
/* 2463 */ .comments-widget ul li {
/* 2464 */ 
/* 2465 */     list-style-type: none; 
/* 2466 */ 
/* 2467 */     list-style: none;
/* 2468 */ 
/* 2469 */     padding: 0 0 10px 0; 
/* 2470 */ 
/* 2471 */     margin: 0 0 10px 0;
/* 2472 */ 
/* 2473 */     border-bottom: 1px solid #ddd;
/* 2474 */ 
/* 2475 */ }
/* 2476 */ 
/* 2477 */ 
/* 2478 */ 
/* 2479 */ .comments-widget-author {
/* 2480 */ 
/* 2481 */     text-decoration: none; 
/* 2482 */ 
/* 2483 */     font-weight: bold; 
/* 2484 */ 
/* 2485 */     padding: 0 0 5px 0; 
/* 2486 */ 
/* 2487 */     margin: 0;
/* 2488 */ 
/* 2489 */ }
/* 2490 */ 
/* 2491 */ 
/* 2492 */ 
/* 2493 */ .comments-widget-author:hover {}
/* 2494 */ 
/* 2495 */ 
/* 2496 */ 
/* 2497 */ .comments-widget-entry {
/* 2498 */ 
/* 2499 */     font-family: Arial, Helvetica, Sans-serif; 
/* 2500 */ 

/* style.css */

/* 2501 */     line-height: 20px;
/* 2502 */ 
/* 2503 */ }
/* 2504 */ 
/* 2505 */ 
/* 2506 */ 
/* 2507 */ .comments-widget-more {
/* 2508 */ 
/* 2509 */     font-weight: bold; 
/* 2510 */ 
/* 2511 */ }
/* 2512 */ 
/* 2513 */ 
/* 2514 */ 
/* 2515 */ .comments-widget-more:hover {}
/* 2516 */ 
/* 2517 */ 
/* 2518 */ 
/* 2519 */ .comments-widget-avatar {
/* 2520 */ 
/* 2521 */     border: 1px solid #ddd;
/* 2522 */ 
/* 2523 */     padding: 4px;
/* 2524 */ 
/* 2525 */     background-color: #fff;
/* 2526 */ 
/* 2527 */ }
/* 2528 */ 
/* 2529 */ 
/* 2530 */ 
/* 2531 */ .comments-widget .alignleft {
/* 2532 */ 
/* 2533 */     margin: 0 8px 0 0;
/* 2534 */ 
/* 2535 */ }
/* 2536 */ 
/* 2537 */ 
/* 2538 */ 
/* 2539 */ .comments-widget .alignright {
/* 2540 */ 
/* 2541 */     margin: 0 0 0 8px;
/* 2542 */ 
/* 2543 */ }
/* 2544 */ 
/* 2545 */ 
/* 2546 */ 
/* 2547 */ .comments-widget .aligncenter {
/* 2548 */ 
/* 2549 */     margin-bottom: 8px;
/* 2550 */ 

/* style.css */

/* 2551 */ }
/* 2552 */ 
/* 2553 */ 
/* 2554 */ 
/* 2555 */ /* Info Box Widget
/* 2556 *| 
/* 2557 *| ----------------------------*/
/* 2558 */ 
/* 2559 */ 
/* 2560 */ 
/* 2561 */ .infobox-widget ul {
/* 2562 */ 
/* 2563 */     list-style-type: none;
/* 2564 */ 
/* 2565 */     list-style: none;
/* 2566 */ 
/* 2567 */     padding: 0;
/* 2568 */ 
/* 2569 */     margin: 0;
/* 2570 */ 
/* 2571 */ }
/* 2572 */ 
/* 2573 */ 
/* 2574 */ 
/* 2575 */ .infobox-widget ul li {
/* 2576 */ 
/* 2577 */     list-style-type: none; 
/* 2578 */ 
/* 2579 */     list-style: none;
/* 2580 */ 
/* 2581 */     padding: 0; 
/* 2582 */ 
/* 2583 */     margin: 5px 0 0 0;
/* 2584 */ 
/* 2585 */ }
/* 2586 */ 
/* 2587 */ 
/* 2588 */ 
/* 2589 */ .infobox-widget ul li a {
/* 2590 */ 
/* 2591 */     text-decoration: none;
/* 2592 */ 
/* 2593 */ }
/* 2594 */ 
/* 2595 */ 
/* 2596 */ 
/* 2597 */ .infobox-widget-description {
/* 2598 */ 
/* 2599 */     line-height: 20px;
/* 2600 */ 

/* style.css */

/* 2601 */ }
/* 2602 */ 
/* 2603 */ 
/* 2604 */ 
/* 2605 */ .infobox-widget-more {
/* 2606 */ 
/* 2607 */     font-weight: bold;    
/* 2608 */ 
/* 2609 */ }
/* 2610 */ 
/* 2611 */ 
/* 2612 */ 
/* 2613 */ .infobox-widget-more:hover {   
/* 2614 */ 
/* 2615 */ }
/* 2616 */ 
/* 2617 */ 
/* 2618 */ 
/* 2619 */ 
/* 2620 */ 
/* 2621 */ .infobox-widget .alignleft {
/* 2622 */ 
/* 2623 */     margin: 0 10px 10px 0;
/* 2624 */ 
/* 2625 */ }
/* 2626 */ 
/* 2627 */ 
/* 2628 */ 
/* 2629 */ .infobox-widget .alignright {
/* 2630 */ 
/* 2631 */     margin: 0 0 10px 10px;
/* 2632 */ 
/* 2633 */ }
/* 2634 */ 
/* 2635 */ 
/* 2636 */ 
/* 2637 */ .infobox-widget .aligncenter {
/* 2638 */ 
/* 2639 */     margin-bottom: 10px;
/* 2640 */ 
/* 2641 */ }
/* 2642 */ 
/* 2643 */ 
/* 2644 */ 
/* 2645 */ .infobox-widget .inbottom {
/* 2646 */ 
/* 2647 */     margin-top: 10px;
/* 2648 */ 
/* 2649 */ }
/* 2650 */ 

/* style.css */

/* 2651 */ 
/* 2652 */ 
/* 2653 */ /* Social Profiles Widget
/* 2654 *| 
/* 2655 *| ----------------------------*/
/* 2656 */ 
/* 2657 */ .social-profiles-widget img {
/* 2658 */ 
/* 2659 */     margin: 0 4px 0 0;
/* 2660 */ 
/* 2661 */ } 
/* 2662 */ 
/* 2663 */ 
/* 2664 */ 
/* 2665 */ .social-profiles-widget img:hover {
/* 2666 */ 
/* 2667 */     opacity: 0.8;
/* 2668 */ 
/* 2669 */ } 
/* 2670 */ 
/* 2671 */ 
/* 2672 */ 
/* 2673 */ /* Tabs Widget
/* 2674 *| 
/* 2675 *| ----------------------------*/
/* 2676 */ 
/* 2677 */ 
/* 2678 */ 
/* 2679 */ .tabs-widget {
/* 2680 */ 
/* 2681 */     list-style: none; 
/* 2682 */ 
/* 2683 */     list-style-type: none;
/* 2684 */ 
/* 2685 */     margin: 0 0 10px 0;
/* 2686 */ 
/* 2687 */     padding: 0; 
/* 2688 */ 
/* 2689 */     height: 26px;
/* 2690 */ 
/* 2691 */ }
/* 2692 */ 
/* 2693 */ 
/* 2694 */ 
/* 2695 */ .tabs-widget li {
/* 2696 */ 
/* 2697 */     list-style: none; 
/* 2698 */ 
/* 2699 */     list-style-type: none; 
/* 2700 */ 

/* style.css */

/* 2701 */     margin: 0 0 0 4px; 
/* 2702 */ 
/* 2703 */     padding: 0; 
/* 2704 */ 
/* 2705 */     float: left;
/* 2706 */ 
/* 2707 */ }
/* 2708 */ 
/* 2709 */ 
/* 2710 */ 
/* 2711 */ .tabs-widget li:first-child {
/* 2712 */ 
/* 2713 */     margin: 0;
/* 2714 */ 
/* 2715 */ }
/* 2716 */ 
/* 2717 */ 
/* 2718 */ 
/* 2719 */ .tabs-widget li a {
/* 2720 */ 
/* 2721 */     color: #fff;
/* 2722 */ 
/* 2723 */     background: #605E5E;
/* 2724 */ 
/* 2725 */     padding: 6px 16px;
/* 2726 */ 
/* 2727 */     font-family: Arial, Helvetica, Sans-serif;
/* 2728 */ 
/* 2729 */     font-weight: bold;
/* 2730 */ 
/* 2731 */     display: block;
/* 2732 */ 
/* 2733 */     text-decoration: none;
/* 2734 */ 
/* 2735 */     font-size: 14px;
/* 2736 */ 
/* 2737 */     line-height: 12px;
/* 2738 */ 
/* 2739 */ }
/* 2740 */ 
/* 2741 */ 
/* 2742 */ 
/* 2743 */ .tabs-widget li a:hover, .tabs-widget li a.tabs-widget-current {
/* 2744 */ 
/* 2745 */     background: #B11C03;
/* 2746 */ 
/* 2747 */     color: #fff;
/* 2748 */ 
/* 2749 */ }
/* 2750 */ 

/* style.css */

/* 2751 */ 
/* 2752 */ 
/* 2753 */ .tabs-widget-content {
/* 2754 */ 
/* 2755 */ }
/* 2756 */ 
/* 2757 */ 
/* 2758 */ 
/* 2759 */ /* Tweets Widget
/* 2760 *| 
/* 2761 *| ----------------------------*/
/* 2762 */ 
/* 2763 */ 
/* 2764 */ 
/* 2765 */ .tweets-widget ul {
/* 2766 */ 
/* 2767 */     list-style-type: none; 
/* 2768 */ 
/* 2769 */     list-style: none;
/* 2770 */ 
/* 2771 */     margin: 0; 
/* 2772 */ 
/* 2773 */     padding: 0; 
/* 2774 */ 
/* 2775 */     line-height: 20px;
/* 2776 */ 
/* 2777 */     font-family: Arial, Helvetica, Sans-serif; 
/* 2778 */ 
/* 2779 */ }
/* 2780 */ 
/* 2781 */ 
/* 2782 */ 
/* 2783 */ .tweets-widget ul li {
/* 2784 */ 
/* 2785 */     list-style-type: none;
/* 2786 */ 
/* 2787 */     list-style: none;
/* 2788 */ 
/* 2789 */     padding: 0; 
/* 2790 */ 
/* 2791 */     margin: 15px 0 0 0; 
/* 2792 */ 
/* 2793 */ }
/* 2794 */ 
/* 2795 */ 
/* 2796 */ 
/* 2797 */ .tweets-widget ul li:first-child {
/* 2798 */ 
/* 2799 */     margin-top: 5px;
/* 2800 */ 

/* style.css */

/* 2801 */ }
/* 2802 */ 
/* 2803 */ 
/* 2804 */ 
/* 2805 */ .tweets-widget li.tweets-bird {
/* 2806 */ 
/* 2807 */     padding-left: 24px;
/* 2808 */ 
/* 2809 */     background: url(../../../themes/SEOTakeawaysTheme/images/tweets.png) left 2px no-repeat;
/* 2810 */ 
/* 2811 */ }
/* 2812 */ 
/* 2813 */ 
/* 2814 */ 
/* 2815 */ .tweets-widget a {}
/* 2816 */ 
/* 2817 */ 
/* 2818 */ 
/* 2819 */ .tweets-widget a:hover {}
/* 2820 */ 
/* 2821 */ 
/* 2822 */ 
/* 2823 */ a.tweets-widget-time {
/* 2824 */ 
/* 2825 */     text-decoration: underline; 
/* 2826 */ 
/* 2827 */ }
/* 2828 */ 
/* 2829 */ 
/* 2830 */ 
/* 2831 */ a.tweets-widget-time:hover {
/* 2832 */ 
/* 2833 */     text-decoration: none; 
/* 2834 */ 
/* 2835 */ }
/* 2836 */ 
/* 2837 */ 
/* 2838 */ 
/* 2839 */ /* Facebook Widget
/* 2840 *| 
/* 2841 *| ----------------------------*/
/* 2842 */ 
/* 2843 */ 
/* 2844 */ 
/* 2845 */ .facebook-widget {
/* 2846 */ 
/* 2847 */     list-style-type: none; 
/* 2848 */ 
/* 2849 */     list-style: none;
/* 2850 */ 

/* style.css */

/* 2851 */     margin: 0; 
/* 2852 */ 
/* 2853 */     padding: 0;
/* 2854 */ 
/* 2855 */ }
/* 2856 */ 
/* 2857 */ 
/* 2858 */ 
/* 2859 */ /* =COMMENTS
/* 2860 *| 
/* 2861 *| -------------------------------------------------------------- */
/* 2862 */ 
/* 2863 */ 
/* 2864 */ 
/* 2865 */ #comments {
/* 2866 */ 
/* 2867 */     margin-bottom: 15px;
/* 2868 */ 
/* 2869 */ }
/* 2870 */ 
/* 2871 */ 
/* 2872 */ 
/* 2873 */ #comments p {
/* 2874 */ 
/* 2875 */     margin: 5px 0 10px 0;
/* 2876 */ 
/* 2877 */ }
/* 2878 */ 
/* 2879 */ 
/* 2880 */ 
/* 2881 */ h3#comments-title {
/* 2882 */ 
/* 2883 */     font-weight: bold;
/* 2884 */ 
/* 2885 */     font-size: 20px;
/* 2886 */ 
/* 2887 */     padding: 0;
/* 2888 */ 
/* 2889 */     margin: 0 0 15px 0;
/* 2890 */ 
/* 2891 */ }
/* 2892 */ 
/* 2893 */ 
/* 2894 */ 
/* 2895 */ .commentlist { 
/* 2896 */ 
/* 2897 */     list-style: none;
/* 2898 */ 
/* 2899 */     margin: 0;
/* 2900 */ 

/* style.css */

/* 2901 */     padding: 0;
/* 2902 */ 
/* 2903 */ }
/* 2904 */ 
/* 2905 */ 
/* 2906 */ 
/* 2907 */ .commentlist li.comment {
/* 2908 */ 
/* 2909 */     line-height: 24px;
/* 2910 */ 
/* 2911 */     margin: 0 0 15px 0;
/* 2912 */ 
/* 2913 */     padding: 0 0 0 0px;
/* 2914 */ 
/* 2915 */     position: relative;
/* 2916 */ 
/* 2917 */ }
/* 2918 */ 
/* 2919 */ 
/* 2920 */ 
/* 2921 */ .commentlist li:last-child {
/* 2922 */ 
/* 2923 */     border-bottom:none;
/* 2924 */ 
/* 2925 */     margin-bottom:0;
/* 2926 */ 
/* 2927 */ }
/* 2928 */ 
/* 2929 */ 
/* 2930 */ 
/* 2931 */ #comments .comment-body ul,
/* 2932 */ 
/* 2933 */ #comments .comment-body ol {
/* 2934 */ 
/* 2935 */     margin-bottom: 15px;
/* 2936 */ 
/* 2937 */ }
/* 2938 */ 
/* 2939 */ 
/* 2940 */ 
/* 2941 */ #comments .comment-body blockquote p:last-child {
/* 2942 */ 
/* 2943 */     margin-bottom: 15px;
/* 2944 */ 
/* 2945 */ }
/* 2946 */ 
/* 2947 */ 
/* 2948 */ 
/* 2949 */ .commentlist .avatar {
/* 2950 */ 

/* style.css */

/* 2951 */     border: 3px solid #ffffff;
/* 2952 */ 
/* 2953 */     margin-right: 10px; 
/* 2954 */ 
/* 2955 */     width: 40px; 
/* 2956 */ 
/* 2957 */     height: 40px; 
/* 2958 */ 
/* 2959 */     vertical-align: middle;
/* 2960 */ 
/* 2961 */     margin-bottom: 2px;
/* 2962 */ 
/* 2963 */ }
/* 2964 */ 
/* 2965 */ 
/* 2966 */ 
/* 2967 */ .comment-author {
/* 2968 */ 
/* 2969 */     padding: 5px;
/* 2970 */ 
/* 2971 */     display: block;
/* 2972 */ 
/* 2973 */     background: #F2F2F2;
/* 2974 */ 
/* 2975 */     border: 1px solid #DFDFDF;
/* 2976 */ 
/* 2977 */     -moz-border-radius: 4px;
/* 2978 */ 
/* 2979 */     -khtml-border-radius: 4px;
/* 2980 */ 
/* 2981 */     -webkit-border-radius: 4px;
/* 2982 */ 
/* 2983 */     border-radius: 4px;
/* 2984 */ 
/* 2985 */ }
/* 2986 */ 
/* 2987 */ 
/* 2988 */ 
/* 2989 */ .comment-author cite {
/* 2990 */ 
/* 2991 */     font-style: normal;
/* 2992 */ 
/* 2993 */     font-weight: bold;
/* 2994 */ 
/* 2995 */ }
/* 2996 */ 
/* 2997 */ 
/* 2998 */ 
/* 2999 */ .comment-author .says {
/* 3000 */ 

/* style.css */

/* 3001 */     font-style: italic;
/* 3002 */ 
/* 3003 */ }
/* 3004 */ 
/* 3005 */ 
/* 3006 */ 
/* 3007 */ .fn, .fn a:link, .fn a:hover, .fn a:visited {
/* 3008 */ 
/* 3009 */     font-family: Arial, Helvetica, Sans-serif;
/* 3010 */ 
/* 3011 */     font-size: 16px; 
/* 3012 */ 
/* 3013 */     font-style: normal; 
/* 3014 */ 
/* 3015 */     font-weight: bold;
/* 3016 */ 
/* 3017 */     text-decoration: none;
/* 3018 */ 
/* 3019 */ }
/* 3020 */ 
/* 3021 */ 
/* 3022 */ 
/* 3023 */ .comment-meta {
/* 3024 */ 
/* 3025 */     margin: -30px 10px 0 65px;
/* 3026 */ 
/* 3027 */     display: block;
/* 3028 */ 
/* 3029 */     font-size: 11px;
/* 3030 */ 
/* 3031 */     padding:0;
/* 3032 */ 
/* 3033 */ 	float:right;
/* 3034 */ 
/* 3035 */ }
/* 3036 */ 
/* 3037 */ 
/* 3038 */ 
/* 3039 */ .comment-meta a:link,
/* 3040 */ 
/* 3041 */ .comment-meta a:visited {
/* 3042 */ 
/* 3043 */     text-decoration: none;
/* 3044 */ 
/* 3045 */ }
/* 3046 */ 
/* 3047 */ .commentlist .bypostauthor {
/* 3048 */ 
/* 3049 */ }
/* 3050 */ 

/* style.css */

/* 3051 */ .reply {
/* 3052 */ 
/* 3053 */     text-align: right;
/* 3054 */ 
/* 3055 */     margin-bottom: 10px;
/* 3056 */ 
/* 3057 */ }
/* 3058 */ 
/* 3059 */ 
/* 3060 */ 
/* 3061 */ .comment-reply-link  {
/* 3062 */ 
/* 3063 */     font-size: 11px;
/* 3064 */ 
/* 3065 */     font-weight: normal;
/* 3066 */ 
/* 3067 */     text-decoration: none;
/* 3068 */ 
/* 3069 */     background: #EDEDED;
/* 3070 */ 
/* 3071 */     color: #333;
/* 3072 */ 
/* 3073 */     padding: 2px 8px;
/* 3074 */ 
/* 3075 */     -moz-border-radius: 3px;
/* 3076 */ 
/* 3077 */     -khtml-border-radius: 3px;
/* 3078 */ 
/* 3079 */     -webkit-border-radius: 3px;
/* 3080 */ 
/* 3081 */     border-radius: 3px;
/* 3082 */ 
/* 3083 */     border:  1px solid #999999;
/* 3084 */ 
/* 3085 */ }
/* 3086 */ 
/* 3087 */ 
/* 3088 */ 
/* 3089 */ .comment-reply-link:hover {
/* 3090 */ 
/* 3091 */     background: #F5F5F5;
/* 3092 */ 
/* 3093 */     color: #333;
/* 3094 */ 
/* 3095 */ }
/* 3096 */ 
/* 3097 */ 
/* 3098 */ 
/* 3099 */ 
/* 3100 */ 

/* style.css */

/* 3101 */ .commentlist .children {
/* 3102 */ 
/* 3103 */     list-style: none;
/* 3104 */ 
/* 3105 */     margin: 0;
/* 3106 */ 
/* 3107 */ }
/* 3108 */ 
/* 3109 */ 
/* 3110 */ 
/* 3111 */ /* Children */
/* 3112 */ 
/* 3113 */ 
/* 3114 */ 
/* 3115 */ .commentlist .children li {
/* 3116 */ 
/* 3117 */     border: none;
/* 3118 */ 
/* 3119 */     margin: 0;
/* 3120 */ 
/* 3121 */ }
/* 3122 */ 
/* 3123 */ 
/* 3124 */ 
/* 3125 */ .nocomments {
/* 3126 */ 
/* 3127 */     display: none;
/* 3128 */ 
/* 3129 */ }
/* 3130 */ 
/* 3131 */ 
/* 3132 */ 
/* 3133 */ #comments .pingback {
/* 3134 */ 
/* 3135 */     margin-bottom: 18px;
/* 3136 */ 
/* 3137 */     padding-bottom: 18px;
/* 3138 */ 
/* 3139 */ }
/* 3140 */ 
/* 3141 */ 
/* 3142 */ 
/* 3143 */ .commentlist li.comment+li.pingback {
/* 3144 */ 
/* 3145 */     margin-top: -6px;
/* 3146 */ 
/* 3147 */ }
/* 3148 */ 
/* 3149 */ 
/* 3150 */ 

/* style.css */

/* 3151 */ #comments .pingback p {
/* 3152 */ 
/* 3153 */     font-size: 12px;
/* 3154 */ 
/* 3155 */     line-height: 18px;
/* 3156 */ 
/* 3157 */     display:block;
/* 3158 */ 
/* 3159 */     margin: 0;
/* 3160 */ 
/* 3161 */ }
/* 3162 */ 
/* 3163 */ 
/* 3164 */ 
/* 3165 */ #comments .pingback .url {
/* 3166 */ 
/* 3167 */     font-style: italic;
/* 3168 */ 
/* 3169 */     font-size: 13px;
/* 3170 */ 
/* 3171 */ }
/* 3172 */ 
/* 3173 */ 
/* 3174 */ 
/* 3175 */ /* Comments form */
/* 3176 */ 
/* 3177 */ 
/* 3178 */ 
/* 3179 */ #respond {
/* 3180 */ 
/* 3181 */     overflow: hidden;
/* 3182 */ 
/* 3183 */     position: relative;
/* 3184 */ 
/* 3185 */     margin-bottom: 15px;
/* 3186 */ 
/* 3187 */ }
/* 3188 */ 
/* 3189 */ 
/* 3190 */ 
/* 3191 */ h3#reply-title {
/* 3192 */ 
/* 3193 */     font-weight: bold;
/* 3194 */ 
/* 3195 */     font-size: 20px;
/* 3196 */ 
/* 3197 */     padding: 0;
/* 3198 */ 
/* 3199 */     margin: 0 0 15px 0;
/* 3200 */ 

/* style.css */

/* 3201 */ }
/* 3202 */ 
/* 3203 */ 
/* 3204 */ 
/* 3205 */ #respond .required {
/* 3206 */ 
/* 3207 */     color:#FF4B33;
/* 3208 */ 
/* 3209 */ }
/* 3210 */ 
/* 3211 */ 
/* 3212 */ 
/* 3213 */ #respond .comment-notes {
/* 3214 */ 
/* 3215 */     margin-bottom: 1em;
/* 3216 */ 
/* 3217 */ }
/* 3218 */ 
/* 3219 */ 
/* 3220 */ 
/* 3221 */ .form-allowed-tags {
/* 3222 */ 
/* 3223 */     display: none;
/* 3224 */ 
/* 3225 */ }
/* 3226 */ 
/* 3227 */ 
/* 3228 */ 
/* 3229 */ .children #respond {
/* 3230 */ 
/* 3231 */     margin: 0 48px 0 0;
/* 3232 */ 
/* 3233 */ }
/* 3234 */ 
/* 3235 */ 
/* 3236 */ 
/* 3237 */ #comments-list #respond {
/* 3238 */ 
/* 3239 */     margin: 0 0 18px 0;
/* 3240 */ 
/* 3241 */ }
/* 3242 */ 
/* 3243 */ 
/* 3244 */ 
/* 3245 */ #comments-list ul #respond {
/* 3246 */ 
/* 3247 */     margin: 0;
/* 3248 */ 
/* 3249 */ }
/* 3250 */ 

/* style.css */

/* 3251 */ 
/* 3252 */ 
/* 3253 */ #cancel-comment-reply-link {
/* 3254 */ 
/* 3255 */     font-size: 12px;
/* 3256 */ 
/* 3257 */     line-height: 18px;
/* 3258 */ 
/* 3259 */     font-weight: normal;
/* 3260 */ 
/* 3261 */ }
/* 3262 */ 
/* 3263 */ 
/* 3264 */ 
/* 3265 */ #respond .required {
/* 3266 */ 
/* 3267 */     color:#FF4B33;
/* 3268 */ 
/* 3269 */     font-weight:bold;
/* 3270 */ 
/* 3271 */ }
/* 3272 */ 
/* 3273 */ 
/* 3274 */ 
/* 3275 */ #respond label {
/* 3276 */ 
/* 3277 */     font-size: 12px;
/* 3278 */ 
/* 3279 */     font-weight: bold;
/* 3280 */ 
/* 3281 */ }
/* 3282 */ 
/* 3283 */ 
/* 3284 */ 
/* 3285 */ #respond input {
/* 3286 */ 
/* 3287 */     margin:10px 0 0 0;
/* 3288 */ 
/* 3289 */     width:98%;
/* 3290 */ 
/* 3291 */ }
/* 3292 */ 
/* 3293 */ 
/* 3294 */ 
/* 3295 */ #respond textarea {
/* 3296 */ 
/* 3297 */     width:98%;
/* 3298 */ 
/* 3299 */     margin:10px 0 0 0;
/* 3300 */ 

/* style.css */

/* 3301 */ }
/* 3302 */ 
/* 3303 */ 
/* 3304 */ 
/* 3305 */ #respond .form-allowed-tags {
/* 3306 */ 
/* 3307 */     font-size: 12px;
/* 3308 */ 
/* 3309 */     line-height: 18px;
/* 3310 */ 
/* 3311 */ }
/* 3312 */ 
/* 3313 */ 
/* 3314 */ 
/* 3315 */ #respond .form-allowed-tags code {
/* 3316 */ 
/* 3317 */     font-size: 11px;
/* 3318 */ 
/* 3319 */ }
/* 3320 */ 
/* 3321 */ 
/* 3322 */ 
/* 3323 */ #respond input[type=submit] {
/* 3324 */ 
/* 3325 */     margin: 0;
/* 3326 */ 
/* 3327 */ }
/* 3328 */ 
/* 3329 */ 
/* 3330 */ 
/* 3331 */ #respond .form-submit {
/* 3332 */ 
/* 3333 */     margin: 0;
/* 3334 */ 
/* 3335 */ }
/* 3336 */ 
/* 3337 */ 
/* 3338 */ 
/* 3339 */ #respond .form-submit input {
/* 3340 */ 
/* 3341 */     width: auto;
/* 3342 */ 
/* 3343 */     font-size: 14px;
/* 3344 */ 
/* 3345 */ 	  padding: 5px 50px;
/* 3346 */ 
/* 3347 */ 	color:#fff;border:none; background-color:#631C61;
/* 3348 */ 
/* 3349 */ }
/* 3350 */ 

/* style.css */

/* 3351 */ #respond dl {
/* 3352 */ 
/* 3353 */     margin: 0 0 10px;
/* 3354 */ 
/* 3355 */ }
/* 3356 */ 
/* 3357 */ 
/* 3358 */ 
/* 3359 */ #respond dt {
/* 3360 */ 
/* 3361 */     display: inline;
/* 3362 */ 
/* 3363 */     font-weight: normal;
/* 3364 */ 
/* 3365 */ }
/* 3366 */ 
/* 3367 */ 
/* 3368 */ 
/* 3369 */ #respond dd {
/* 3370 */ 
/* 3371 */     display: inline;
/* 3372 */ 
/* 3373 */ }
/* 3374 */ 
/* 3375 */ 
/* 3376 */ 
/* 3377 */ /* =END
/* 3378 *| 
/* 3379 *| -------------------------------------------------------------- */

/* crayon.min.css */

/* 1 */ #crayon-main-wrap .form-table th{width:100px}#crayon-log{display:none;max-height:200px;border-color:#dfdfdf;background-color:white;border-width:1px;border-style:solid;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin:1px;padding:3px;overflow:auto;white-space:pre;margin-bottom:5px}.crayon-span,.crayon-span-5,.crayon-span-10,.crayon-span-50,.crayon-span-100,.crayon-span-110{line-height:24px;display:inline-block}.crayon-span-5{min-width:5px}.crayon-span-10{min-width:10px}.crayon-span-50{min-width:50px}.crayon-span-100{min-width:100px}.crayon-span-110{min-width:117px}.crayon-span-margin{margin-left:5px}#height_mode,#width_mode{min-width:65px}.crayon-error{color:#F00}.crayon-success{color:#00F}.crayon-warning{color:#ff8000}.crayon-help{min-height:30px;padding:5px 10px}.crayon-help .crayon-help-close,.crayon-help .crayon-help-close:active,.crayon-help .crayon-help-close:hover{text-decoration:none;float:right;color:#000}.crayon-help span,.crayon-help a{margin:0;padding:0;font-size:12px}#crayon-log-text{font:11px/13px Monaco,'MonacoRegular','Courier New',monospace}#crayon-log-controls{float:left;margin-right:5px}.crayon-table{font-size:12px;border:1px solid #999;padding:0;margin:0;margin-top:12px}.crayon-table td{vertical-align:top;border-bottom:1px solid #AAA;padding:0 6px;margin:0;background:#EEE}.crayon-table-light td{background:#f8f8f8}.crayon-table-header td{font-weight:bold;background:#CCC}.crayon-table-last td,.crayon-table tr:last-child td{border:0}#lang-info div{padding:5px 0}.crayon-table .not-parsed{color:#F00}.crayon-table .parsed-with-errors{color:#f90}.crayon-table .successfully-parsed{color:#77a000}#crayon-live-preview,#crayon-log-wrapper{padding:0;width:100%;float:left;clear:both}#crayon-live-preview{float:none;padding:0}#crayon-logo{text-align:center}#crayon-info,#crayon-info td{border:0;padding:0 5px;margin:0}.crayon-admin-button{display:inline-block;text-align:center}#crayon-subsection-langs-info{margin-top:5px}#crayon-theme-editor-admin-buttons{display:inline}#crayon-theme-editor-admin-buttons .crayon-admin-button{margin-left:5px}#crayon-theme-info{display:table;padding:0;margin:0;margin-top:5px}#crayon-theme-info>div{display:table-cell;vertical-align:middle}#crayon-theme-info .content *{float:left}#crayon-theme-info .field{font-weight:bold}#crayon-theme-info .field,#crayon-theme-info .value{margin-left:5px}#crayon-theme-info .description.value{font-style:italic;color:#999}#crayon-theme-info .type{text-align:center;min-width:120px;font-weight:bold;border-right:1px solid #ccc;padding-right:5px}#crayon-theme-info .type.stock{color:#666}#crayon-theme-info .type.user{color:#5b9a00}#crayon-editor-table td{vertical-align:top}.small-icon{width:24px;height:24px;display:inline-block;margin:5px 5px 0 0}#twitter-icon{background:url(../../../plugins/crayon-syntax-highlighter/css/images/twitter.png)}#gmail-icon{background:url(../../../plugins/crayon-syntax-highlighter/css/images/google.png)}#docs-icon{background:url(../../../plugins/crayon-syntax-highlighter/css/images/docs.png)}#git-icon{background:url(../../../plugins/crayon-syntax-highlighter/css/images/github.png)}#wp-icon{background:url(../../../plugins/crayon-syntax-highlighter/css/images/wordpress-blue.png)}#donate-icon{background:url(../../../plugins/crayon-syntax-highlighter/css/images/donate.png);width:75px}#crayon-donate,#crayon-donate input{margin:0;display:inline;padding:0}#crayon-theme-editor-info a{text-decoration:none!important;font-style:italic!important;color:#666!important}.note{font-style:italic;color:#999}#crayon-change-code-text{width:400px;height:300px}.crayon-syntax{overflow:hidden!important;position:relative!important;direction:ltr;text-align:left;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.crayon-syntax div{background:0;border:0;padding:0;margin:0;text-align:left}.crayon-syntax.crayon-loading{visibility:hidden}.crayon-syntax,.crayon-syntax .crayon-main,.crayon-syntax .crayon-toolbar,.crayon-syntax .crayon-info,.crayon-syntax .crayon-plain,.crayon-syntax .crayon-code{width:100%}.crayon-syntax .crayon-main,.crayon-syntax .crayon-plain{overflow:auto}.crayon-syntax,.crayon-syntax .crayon-main,.crayon-syntax .crayon-plain,.crayon-syntax .crayon-table{padding:0;margin:0}.crayon-syntax-inline{margin:0 2px;padding:0 2px}.crayon-syntax .crayon-table{border:none!important;background:none!important;padding:0!important;margin-top:0!important;margin-right:0!important;margin-bottom:0!important;width:auto!important;border-spacing:0!important;border-collapse:collapse!important}.crayon-syntax .crayon-table td,.crayon-syntax .crayon-table tr{padding:0!important;border:none!important;background:0;vertical-align:top!important;margin:0!important}.crayon-syntax .crayon-invisible{display:none!important}.crayon-plain-tag{margin-bottom:12px}.crayon-popup .crayon-plain{display:block!important;width:100%!important;height:100%!important;opacity:100!important;position:relative!important}.crayon-popup-window{background:#fff}.crayon-syntax .crayon-num{text-align:center;padding:0 5px;margin:0}.crayon-syntax .crayon-toolbar{position:relative;overflow:hidden;z-index:4}.crayon-syntax .crayon-info{position:absolute;overflow:hidden;display:none;z-index:3;padding:0;min-height:18px;line-height:18px}.crayon-syntax .crayon-info div{padding:2px!important;text-align:center}.crayon-syntax .crayon-toolbar span{padding:0 4px!important}.crayon-syntax .crayon-toolbar .crayon-button{display:inline;float:left!important;position:relative;width:24px;background-repeat:no-repeat;line-height:15px;border:0;text-decoration:none}.crayon-toolbar .crayon-button,.crayon-toolbar .crayon-button:hover,.crayon-toolbar .crayon-button.crayon-pressed:hover{background-position:0 center}.crayon-toolbar .crayon-button.crayon-pressed,.crayon-toolbar .crayon-button:active,.crayon-toolbar .crayon-button.crayon-pressed:active{background-position:-24px 0}.crayon-toolbar .crayon-button.crayon-popup-button .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-popup-button:hover .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-popup-button.crayon-pressed:hover .crayon-button-icon{background-position:0 0}.crayon-toolbar .crayon-button.crayon-copy-button .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-copy-button:hover .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-copy-button.crayon-pressed:hover .crayon-button-icon{background-position:0 -16px}.crayon-toolbar .crayon-button.crayon-nums-button .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-nums-button:hover .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-nums-button.crayon-pressed:hover .crayon-button-icon{background-position:0 -32px}.crayon-toolbar .crayon-button.crayon-plain-button .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-plain-button:hover .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-plain-button.crayon-pressed:hover .crayon-button-icon{background-position:0 -48px}.crayon-toolbar .crayon-button.crayon-mixed-button .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-mixed-button:hover .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-mixed-button.crayon-pressed:hover .crayon-button-icon{background-position:0 -64px}.crayon-toolbar .crayon-button.crayon-minimize .crayon-button-icon{background-position:0 -80px;background-color:transparent!important}.crayon-toolbar .crayon-button.crayon-expand-button .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-expand-button:hover .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-expand-button.crayon-pressed:hover .crayon-button-icon{background-position:0 -96px}.crayon-toolbar .crayon-button.crayon-wrap-button .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-wrap-button:hover .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-wrap-button.crayon-pressed:hover .crayon-button-icon{background-position:0 -112px}.crayon-toolbar .crayon-button.crayon-popup-button.crayon-pressed .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-popup-button:active .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-popup-button.crayon-pressed:active .crayon-button-icon{background-position:-24px 0}.crayon-toolbar .crayon-button.crayon-copy-button.crayon-pressed .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-copy-button:active .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-copy-button.crayon-pressed:active .crayon-button-icon{background-position:-24px -16px}.crayon-toolbar .crayon-button.crayon-nums-button.crayon-pressed .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-nums-button:active .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-nums-button.crayon-pressed:active .crayon-button-icon{background-position:-24px -32px}.crayon-toolbar .crayon-button.crayon-plain-button.crayon-pressed .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-plain-button:active .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-plain-button.crayon-pressed:active .crayon-button-icon{background-position:-24px -48px}.crayon-toolbar .crayon-button.crayon-mixed-button.crayon-pressed .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-mixed-button:active .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-mixed-button.crayon-pressed:active .crayon-button-icon{background-position:-24px -64px}.crayon-toolbar .crayon-button.crayon-minimize .crayon-button-icon{background-position:-24px -80px;background-color:transparent!important}.crayon-toolbar .crayon-button.crayon-expand-button.crayon-pressed .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-expand-button:active .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-expand-button.crayon-pressed:active .crayon-button-icon{background-position:-24px -96px}.crayon-toolbar .crayon-button.crayon-wrap-button.crayon-pressed .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-wrap-button:active .crayon-button-icon,.crayon-toolbar .crayon-button.crayon-wrap-button.crayon-pressed:active .crayon-button-icon{background-position:-24px -112px}.crayon-syntax .crayon-toolbar .crayon-language{padding-right:8px!important}.crayon-syntax .crayon-title,.crayon-syntax .crayon-language{float:left}.crayon-main::-webkit-scrollbar,.crayon-plain::-webkit-scrollbar{height:6px;overflow:visible;width:6px;background:#EEE}.crayon-main::-webkit-scrollbar-thumb,.crayon-plain::-webkit-scrollbar-thumb{background-color:#CCC;background-clip:padding-box;border:1px solid #AAA;box-shadow:inset 0 0 2px #999;min-height:8px;padding:0;border-width:1px}.crayon-main::-webkit-scrollbar-button,.crayon-plain::-webkit-scrollbar-button{height:0;width:0;padding:0}.crayon-main::-webkit-scrollbar-track,.crayon-plain::-webkit-scrollbar-track{background-clip:padding-box;border:solid transparent;border-width:0 0 0 4px;border:1px solid #BBB;border-right:0;border-bottom:0}.crayon-main::-webkit-scrollbar-corner,.crayon-plain::-webkit-scrollbar-corner{background:#EEE}.crayon-main::-webkit-scrollbar-thumb:hover,.crayon-plain::-webkit-scrollbar-thumb:hover{background:#AAA;border:1px solid #777;box-shadow:inset 0 0 2px #777}.crayon-syntax .crayon-pre,.crayon-syntax pre{white-space:pre;margin:0;padding:0;overflow:visible;background:none!important;border:none!important}.crayon-syntax .crayon-line{padding:0 5px}.crayon-syntax.crayon-wrapped .crayon-line{white-space:pre-wrap!important}.crayon-syntax-inline .crayon-pre,.crayon-syntax-inline pre{white-space:normal}.crayon-syntax-inline-nowrap .crayon-pre,.crayon-syntax-inline-nowrap pre{white-space:pre}.crayon-syntax{font-family:Monaco,'MonacoRegular','Courier New',monospace;font-weight:500}.crayon-syntax.crayon-wrapped .crayon-line{height:auto}.crayon-syntax .crayon-num,.crayon-syntax .crayon-pre .crayon-line,.crayon-syntax .crayon-toolbar *,.crayon-syntax .crayon-pre *{font-family:inherit;font-size:inherit!important;line-height:inherit!important;font-weight:inherit!important;height:inherit!important}.crayon-syntax .crayon-toolbar .crayon-button .crayon-button-icon{background-image:url('../../../plugins/crayon-syntax-highlighter/css/images/toolbar/buttons.png');height:16px!important;width:100%;position:absolute;left:0;top:50%;margin-top:-8px}.crayon-syntax .crayon-pre .crayon-line span{display:inline-block;*display:inline;zoom:1}.crayon-syntax .crayon-toolbar .crayon-tools{position:absolute;right:0}.crayon-syntax.crayon-expanded{position:absolute!important;margin:0!important}.crayon-syntax.crayon-expanded .crayon-main{overflow:hidden!important}.crayon-placeholder{width:100%!important}.crayon-toolbar-visible .crayon-toolbar{position:relative!important;margin-top:0!important;display:block!important}.crayon-syntax.crayon-expanded .crayon-toolbar .crayon-tools{position:relative;right:auto;float:left!important}.crayon-syntax .crayon-plain-wrap{height:auto!important;padding:0!important;margin:0!important}.crayon-syntax .crayon-plain{width:100%;height:100%;position:absolute;opacity:0;padding:0 5px;margin:0;border:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-shadow:none;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;white-space:pre;word-wrap:normal;overflow:auto;resize:none;color:#000;background:#FFF}.crayon-wrapped .crayon-plain{white-space:pre-wrap}.bbp-body .crayon-syntax{clear:none!important}.crayon-minimized .crayon-toolbar{cursor:pointer}.crayon-minimized .crayon-plain-wrap,.crayon-minimized .crayon-main,.crayon-minimized .crayon-toolbar .crayon-tools *{display:none!important}.crayon-minimized .crayon-toolbar .crayon-tools .crayon-minimize{display:block!important}.crayon-minimized .crayon-toolbar{position:relative!important}.crayon-syntax.crayon-minimized .crayon-toolbar{border-bottom:none!important}/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:0;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url('../../../plugins/crayon-syntax-highlighter/js/fancybox/fancybox_sprite.png')}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url('../../../plugins/crayon-syntax-highlighter/js/fancybox/fancybox_loading.gif') center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url('../../../plugins/crayon-syntax-highlighter/js/fancybox/blank.gif');-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-lock{overflow:hidden}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url('../../../plugins/crayon-syntax-highlighter/js/fancybox/fancybox_overlay.png') repeat}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:bold;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}.crayon-te *,#crayon-te-bar-content{font-family:"Lucida Grande",Arial,sans-serif!important;font-size:12px}.crayon-te input[type="text"],.crayon-te textarea{background:#f9f9f9;border:1px solid #CCC;box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);padding:2px 4px;-webkit-border-radius:3px;border-radius:3px;border-width:1px;border-style:solid}.crayon-te #crayon-code{font-family:monospace!important}#crayon-te-content,#crayon-te-table{width:100%;height:auto!important}#crayon-range,#crayon-mark{width:100px}#crayon-te-table th,#crayon-te-table td{vertical-align:top;text-align:left}#crayon-te-table .crayon-tr-center td,#crayon-te-table .crayon-tr-center th{vertical-align:middle}#crayon-te-table .crayon-nowrap{white-space:nowrap}#crayon-te-bar-content{border:1px solid #666;border-bottom:0;height:26px;line-height:25px;padding:0 8px;padding-right:0;background-color:#222;color:#cfcfcf}#crayon-te-bar-content a{line-height:25px;padding:5px 10px;color:#DDD;font-weight:bold;text-decoration:none!important}#crayon-te-bar-content a:hover{color:#FFF}.crayon-te-seperator{color:#666;margin:0;padding:0}#crayon-te-bar-block{height:34px;width:100%}#crayon-te-title{float:left}#crayon-te-controls{float:right}#crayon-url-th{vertical-align:top!important;padding-top:5px}.crayon-te-heading{font-size:14px;font-weight:bold}#crayon-te-settings-info{text-align:center}.crayon-te-section{font-weight:bold;padding:0 10px}#crayon-te-sub-section{margin-left:10px}#crayon-te-sub-section .crayon-te-section{font-weight:normal;padding:0}#crayon-code{height:200px;white-space:pre}#crayon-code,#crayon-url{width:555px!important}.crayon-disabled{background:#EEE!important}.mce_crayon_tinymce_highlight,.qt_crayon_highlight{border:1px solid #7c9dde!important}.qt_crayon_highlight{background-image:-ms-linear-gradient(bottom,#daf2ff,white)!important;background-image:-moz-linear-gradient(bottom,#daf2ff,white)!important;background-image:-o-linear-gradient(bottom,#daf2ff,white)!important;background-image:-webkit-linear-gradient(bottom,#daf2ff,white)!important;background-image:linear-gradient(bottom,#daf2ff,white)!important}.qt_crayon_highlight:hover{background:#ddebf2!important}.wp_themeSkin .mceButtonEnabled:hover span.mce_crayon_tinymce,.wp_themeSkin .mceButtonActive span.mce_crayon_tinymce{background-position:-20px 0}#crayon-te-table{padding:10px;border-collapse:separate!important;border-spacing:2px!important}#crayon-te-table th{width:100px}#crayon-te-clear{margin-left:10px;color:#666;background-color:#f4f4f4;border:1px solid #CCC;border-radius:3px;margin-left:8px}#crayon-title{width:360px}#TB_window.crayon-te-ajax{overflow:auto!important}#TB_window.crayon-te-ajax,#TB_window.crayon-te-ajax #TB_ajaxContent,#TB_window.crayon-te-ajax #TB_title{width:680px!important}#TB_window.crayon-te-ajax #TB_ajaxContent{padding:0!important;margin:0!important;width:100%!important;height:auto!important;margin-top:28px!important}#TB_window.crayon-te-ajax #TB_title{position:fixed!important}#TB_window.crayon-te-ajax #TB_title .crayon-te-submit{margin-top:3px!important;float:right!important}#TB_window.crayon-te-ajax a{color:#2587e2;text-decoration:none}#TB_window.crayon-te-ajax a:hover{color:#499ce9}.crayon-te-quote{background:#DDD;padding:0 2px}#crayon-te-submit-wrapper{display:none}#crayon-te-clear{display:none;margin:0;margin-top:10px}.crayon-syntax-pre{background:red;white-space:pre;overflow:auto;display:block;word-wrap:break-word}.crayon-question{padding:1px 4px!important;background:#83b3cb!important;text-decoration:none!important;color:white!important;border-radius:10px!important;height:15px!important;width:15px!important}.crayon-setting-changed,.crayon-setting-selected{background:#fffaad!important}.crayon-question:hover{color:white;background:#a6d6ef}#crayon-te-warning{display:none}.crayon-te-info{padding:5px!important;margin:2px 0!important}#crayon-te-submit{margin-bottom:5px}.wp_themeSkin span.mce_crayon_tinymce{background:url(../../../plugins/crayon-syntax-highlighter/css/images/crayon_tinymce.png)}