/*
Theme Name: A&D
Theme URI: http://wordpress.org/extend/themes/A&D
Author:  Maria Ishfaq BS(CS) 6th Sem. [UOG]
Author URI: http://www.uog.edu.pk/
Description: Demons are hereeeee ...... Be Carefull ....haAAAaaaahahahahahahahahah......!!!!!!
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}



/* =Reset
-------------------------------------------------------------- */
@charset "utf-8";
/* CSS Document */

body { margin:0; padding:0; background-image: url(prjctimgs/music_7.gif);}
#wrapper { width:1100px; min-height:600px; background-color:rgba(93,80,74,0.9); margin:0 auto;}
#top {
	height:105px;
	background-color:#181212;
	background-image: url(prjctimgs/free_light_leather_web_e-03.png);
	border:double #292929;
}
#ppp { float:left;}
#slider {
	float:left;
	width:750px;
	height:305px;
	margin-top:10px;
	margin-left:40px;
}
#menu {
	margin-top:15px;
	width:199px;
	height:315px;
	margin-left:37px;
	background-color: rgba(93,80,74,0.9);
	float:left;
	background-image: url(prjctimgs/free_light_leather_web_elem.png);
}
#menu ul li{ font-family:Verdana, Geneva, sans-serif; font-size:14px; color: #CCC; margin-left:7px; margin-top:25px;}
#menu ul li a{text-decoration:none; color:#FFF;}
#menu ul li a:hover { height:40px; background-color:#45382F; border:#999 solid thick;}
#line { clear:both; height:10px; width:985px; margin-left:40px; background-color: #282423;}
.three { width:250px; height:250px; border:solid #282423; border-radius:20px; background-color:#282423; margin-top:25px; margin-left:37px;}
#bottom { min-height:100px; background-color:#181212; margin-top:30px;}
#h2 { margin-left:10px; color:#FFF; font-family:"Arial Black", Gadget, sans-serif; font-size:14px;}
.para { color:#CCC; margin-left:10px; margin-top:10px;}
.headin { color:#C63; margin-top:15px; margin-left:10px;}
#threed { width: 600px; height:500px; margin-top:20px; margin-left:40px;}
#left { width:270px; height:500px; background-color:#282423; margin-top:20px; margin-left:80px; border:solid #282423; border-radius:20px;}
#achv-div{ width:540px; height:200px; background-color:#282423; margin-left:37px; margin-top:15px; border:solid #282423; border-radius:20px;}
.aa {
	width:270px;
	height:60px;
}
.address { width:300px; height:90px; color:#FFF}
#news li { margin-top:20px; margin-bottom:5px; border-bottom:#CCC dotted; color:#CCC; list-style:square; margin-right:15px;}
#posts { border:solid #282423; margin:10px; margin-left:60px; border-radius:20px;}
.wp-caption{}
.wp-caption-text{} 
.sticky{}
.gallery-caption{}
 .bypostauthor {}
 .alignright {}
 .alignleft {}
 .aligncenter {}